Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Fix checkedCast with facet and MATLAB - Close #394 | Jose | 2019-06-24 |
| | |||
* | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Upgrade JavaScript build to Babel 7 | Jose | 2018-10-17 |
| | | | | Close #243 | ||
* | Fixes to allow run JavaScript and Python tests with workers | Jose | 2018-08-14 |
| | |||
* | Update JavaScript tests to use TestHelper class | Jose | 2018-08-02 |
| | |||
* | Fix JavaScript errors and warnings report by ESLINT | Jose | 2018-04-30 |
| | | | | Close #28 | ||
* | Fix JavaScript uncaught promise error in connection start | Jose | 2018-02-23 |
| | | | | Close ICE-8694 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 |
| | | | | is destroyed (ICE-8659) | ||
* | Added ice_fixed to generated Java proxy class, added test to check proxy ↵ | Benoit Foucher | 2018-02-01 |
| | | | | return type from ice_fixed | ||
* | 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) | ||
* | JavaScript testsuite improvements and simplifications | Jose | 2017-10-02 |
| | |||
* | Update JavaScript testsuite to use async/await | Jose | 2017-09-29 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Removed optional semicolons after braces | Bernard Normier | 2017-05-04 |
| | |||
* | Minor JS fixes | Jose | 2017-04-14 |
| | |||
* | Fix (ICE-7611) Do not use Promise as an alias of Ice.Promise | Jose | 2017-02-24 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fix (ICE-7562) - Eliminate class-with-operation deprecated warnings | Jose | 2017-02-10 |
| | | |||
* | | 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 | ||
* | | Fixed bug introduced by previous commit | Bernard Normier | 2017-01-17 |
| | | |||
* | | "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 |
| | | |||
* | | Fixed JS --es5 Ice/properties test failure, removed run.js files | Benoit Foucher | 2016-11-28 |
| | | |||
* | | Fixed PHP to lookup module in lib directory, fixed IceSSL config to only set ↵ | Benoit Foucher | 2016-11-28 |
| | | | | | | | | VerifyPeer=0 for JavaScript clients | ||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | Refactored string literal generation and updated identityToString format | Bernard Normier | 2016-10-25 |
| | | |||
* | | 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 |
|/ | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6634 - Using Ice in background worker. | Jose | 2015-09-21 |
| | |||
* | JSHint minor fixes | Jose | 2015-07-21 |
| | | | | Minor fixes to issues reported by JSHint | ||
* | Fix JavaScript test for non connectable endpoints | Jose | 2015-07-21 |
| | |||
* | Fix issue with JavaScript brwoser mapping when proxy contains TCP endpoints | Jose | 2015-07-20 |
| | |||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Various Ice for JavaScript changes | Joe George | 2015-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 packages | Jose | 2015-01-14 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Dependency updates & minor JS build fixes | Jose | 2014-11-05 |
| | |||
* | Fixed (ICE-5756) - Unexpected token ILLEGAL in cross test between cpp/js | Jose | 2014-10-17 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | ||
* | 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 |