Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fix JavaScript errors and warnings report by ESLINT | Jose | 2018-04-30 |
| | | | | Close #28 | ||
* | JavaScript ESLINT prefer arrow callbacks | Jose | 2018-03-27 |
| | | | | https://eslint.org/docs/rules/prefer-arrow-callback | ||
* | JavaScript ESLINT prefer const usage | Jose | 2018-03-27 |
| | | | | https://eslint.org/docs/rules/prefer-const | ||
* | Unused variables | Jose | 2018-03-26 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed JS proxy test failure | Benoit Foucher | 2018-02-01 |
| | |||
* | Changed ice_fixed to inherit invocation timeout, context and compress ↵ | Benoit Foucher | 2018-02-01 |
| | | | | override from original proxy | ||
* | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵ | Benoit Foucher | 2018-01-31 |
| | | | | (ICE-7996 & ICE-7976) | ||
* | Fixed ICE-7922 - Review retry/network tracing | Benoit Foucher | 2017-05-26 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Fix (ICE-7805) - Avoid creating functions in a loop in JavaScript | Jose | 2017-04-25 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | "to string" on a fixed proxy no longer raise FixedProxyException | Bernard Normier | 2017-01-17 |
| | | |||
* | | Removed or replaced double underscores in Ice for JavaScript | Bernard Normier | 2016-12-14 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | ES6 mapping updates | Jose | 2016-08-19 |
| | | |||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 |
| | | |||
* | | ICE-6861 - JavaScript stream changes | Mark Spruiell | 2016-04-21 |
|/ | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6170 - fixed behavior of batch requests | Benoit Foucher | 2015-03-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5535, WSS hang and other minor issues | Benoit Foucher | 2014-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 updates | Jose | 2014-09-23 |
| | |||
* | IceJS: removed ExUtil.toString and add stack print to Exception.toString() ↵ | Dwayne Boone | 2014-09-04 |
| | | | | if Ice.PrintStackTraces=1 | ||
* | Fixed (ICE-5654) - Update JS mapping to not use global types in NodeJS | Jose | 2014-09-02 |
| | |||
* | ICE-3492 handle improper settings for timeout values | Dwayne Boone | 2014-08-19 |
| | |||
* | Added support for invocation timeouts and ACM heartbeats | Benoit Foucher | 2014-05-23 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |