summaryrefslogtreecommitdiff
path: root/js/src/Ice/Reference.js
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* JavaScript ESLINT prefer arrow callbacksJose2018-03-27
| | | | https://eslint.org/docs/rules/prefer-arrow-callback
* JavaScript ESLINT prefer const usageJose2018-03-27
| | | | https://eslint.org/docs/rules/prefer-const
* Unused variablesJose2018-03-26
|
* Update copyright year to 2018Jose2018-02-14
|
* 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)
* Fixed ICE-7922 - Review retry/network tracingBenoit Foucher2017-05-26
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Fix (ICE-7805) - Avoid creating functions in a loop in JavaScriptJose2017-04-25
|
* 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
* | "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
| |
* | 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
| |
* | ICE-6861 - JavaScript stream changesMark Spruiell2016-04-21
|/
* Update copyright headersJoe George2016-03-01
|
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* 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
* JS module mapping updatesJose2014-09-23
|
* IceJS: removed ExUtil.toString and add stack print to Exception.toString() ↵Dwayne Boone2014-09-04
| | | | if Ice.PrintStackTraces=1
* 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
|
* merging javascript branchMark Spruiell2014-03-19