summaryrefslogtreecommitdiff
path: root/js/test/Ice/proxy/Client.js
Commit message (Collapse)AuthorAge
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Upgrade JavaScript build to Babel 7Jose2018-10-17
| | | | Close #243
* Fixes to allow run JavaScript and Python tests with workersJose2018-08-14
|
* Update JavaScript tests to use TestHelper classJose2018-08-02
|
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* Fix JavaScript uncaught promise error in connection startJose2018-02-23
| | | | Close ICE-8694
* Update copyright year to 2018Jose2018-02-14
|
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Added ice_fixed to generated Java proxy class, added test to check proxy ↵Benoit Foucher2018-02-01
| | | | return type from ice_fixed
* Fixed JS proxy test failureBenoit Foucher2018-02-01
|
* Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | override from original proxy
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* JavaScript testsuite improvements and simplificationsJose2017-10-02
|
* Update JavaScript testsuite to use async/awaitJose2017-09-29
|
* Remove excessive empty linesJoe George2017-06-07
|
* Minor JS fixesJose2017-04-14
|
* Fix (ICE-7611) Do not use Promise as an alias of Ice.PromiseJose2017-02-24
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Fixed bug introduced by previous commitBernard Normier2017-01-17
| |
* | "to string" on a fixed proxy no longer raise FixedProxyExceptionBernard Normier2017-01-17
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | Fixed PHP to lookup module in lib directory, fixed IceSSL config to only set ↵Benoit Foucher2016-11-28
| | | | | | | | VerifyPeer=0 for JavaScript clients
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | ES6 mapping updatesJose2016-08-19
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
|/
* Update copyright headersJoe George2016-03-01
|
* ICE-6634 - Using Ice in background worker.Jose2015-09-21
|
* JSHint minor fixesJose2015-07-21
| | | | Minor fixes to issues reported by JSHint
* Fix JavaScript test for non connectable endpointsJose2015-07-21
|
* Fix issue with JavaScript brwoser mapping when proxy contains TCP endpointsJose2015-07-20
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Various Ice for JavaScript changesJoe George2015-04-23
| | | | | | | * Rename zeroc-ice to ice * Fix slice2js to generate code with requrie('ice') * Update tests * Slim bower.json
* JavaScript updates to use gulp and add npm and bower packagesJose2015-01-14
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5535, WSS hang and other minor issuesBenoit Foucher2014-09-24
| | | | | | | | - ICE-5535: added support for parsing TCP/SSL/WS/WSS endpoints even if the transport isn't supported - WSS implementation could hang under Java/C# if the SSL transport read too much data - The opaque endpoint un-marshalling code in Java/C# could raise an EncapsulationException where it should have raised an UnarmshalOutOfBoundsException if the marshalled endpoint was invalid. - Cleaned up JavaScript run methods for tests - Few other minor fixes
* Fixed (ICE-5654) - Update JS mapping to not use global types in NodeJSJose2014-09-02
|
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed bug ICE-5543: stringToIdentity bug with escaped escapesBernard Normier2014-05-21
|
* merging javascript branchMark Spruiell2014-03-19