Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | JavaScript stream interface fixes | Jose | 2018-06-08 | |
| | | | | | Fixes #98 Fixes #92 | |||
* | JavaScript Buffer.reset should set limit to the new capacity | Jose | 2018-06-04 | |
| | | | | Closes #89 | |||
* | JavaScript Buffer.reserve doesn't srink the buffer | Jose | 2018-06-04 | |
| | | | | Closes #88 | |||
* | Fix JavaScript errors and warnings report by ESLINT | Jose | 2018-04-30 | |
| | | | | Close #28 | |||
* | Allow FileParser.Endpoints to be set via Ice::Properties (#58) | Michael Dorner | 2018-04-30 | |
| | | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option | |||
* | Do not use WebWorkers with IE11 | Jose | 2018-03-29 | |
| | | | | | | WebWorkers with IE11 can get stall, updated the timer to not use a WebWorker with IE11 and test scripts to not run tests with worker option | |||
* | JavaScript ESLINT no var usage, prefer let and const | Jose | 2018-03-27 | |
| | | | | https://eslint.org/docs/rules/no-var | |||
* | 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 | |||
* | Fixed issue with worker Timer and hold test hang when a call failed | Benoit Foucher | 2018-03-26 | |
| | ||||
* | Unused variables | Jose | 2018-03-26 | |
| | ||||
* | Remove unused constant | Jose | 2018-03-26 | |
| | ||||
* | Bogus uuid v4 format | Jose | 2018-03-26 | |
| | | | | See https://tools.ietf.org/rfc/rfc4122.txt | |||
* | Fixed issue where the timer wasn't using a WebWorker for browsers (ICE-8754) | Benoit Foucher | 2018-03-26 | |
| | ||||
* | Added sanity checks for ACM timeout value (ICE-8749) | Benoit Foucher | 2018-03-20 | |
| | ||||
* | Fixed JavaScript close timeout bug (ICE-8747) | Benoit Foucher | 2018-03-20 | |
| | ||||
* | Fixed JS bug in connection close(GracefullyWithWait), added support for ↵ | Benoit Foucher | 2018-02-28 | |
| | | | | waitForHold/waitForDeactivate | |||
* | Fixed invalid OA comments and some JS local interface operations | Benoit Foucher | 2018-02-27 | |
| | ||||
* | Simplify JavaScript ConnectionI.start exception handling | Jose | 2018-02-23 | |
| | ||||
* | Fix JavaScript uncaught promise error in connection start | Jose | 2018-02-23 | |
| | | | | Close ICE-8694 | |||
* | Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints method | Benoit Foucher | 2018-02-16 | |
| | | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650 | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 | |
| | ||||
* | Added tracing for IceLocatorDiscovery (ICE-8072) | Benoit Foucher | 2018-02-14 | |
| | ||||
* | Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵ | Benoit Foucher | 2018-02-12 | |
| | | | | (ICE-8659) | |||
* | Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵ | Benoit Foucher | 2018-02-09 | |
| | | | | is destroyed (ICE-8659) | |||
* | Added missing type/data/secure method implementation from WSEndpointInfo | Benoit Foucher | 2018-02-02 | |
| | ||||
* | 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) | |||
* | Merge pull request #23 from aikoven/fix-js-long | Jose | 2018-01-29 | |
| | | | Fix creating Long from negative numbers | |||
* | Merge pull request #22 from aikoven/fix-js-value-marshal | Jose | 2018-01-25 | |
| | | | Fix marshalling values with no own fields | |||
* | Update version to v3.7.1 | Jose | 2017-12-14 | |
| | ||||
* | Missing semicolom | Jose | 2017-11-21 | |
| | ||||
* | JS Ice/binding hang on macOS | Jose | 2017-11-07 | |
| | | | | Bug ICE-8552 | |||
* | ICE-7997 - unnecessary test in ConnectionI | Mark Spruiell | 2017-10-30 | |
| | ||||
* | Update JavaScript testsuite to use async/await | Jose | 2017-09-29 | |
| | ||||
* | Another ICE_BIN_DIST build system fix | Benoit Foucher | 2017-09-17 | |
| | ||||
* | Fix for ICE-8417 - Removed bogus servantLocatorFinished call, also fixed ↵ | Benoit Foucher | 2017-08-16 | |
| | | | | invalid call to invokeException | |||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 | |
| | | | | Ice::UnkownSlicedValue::ice_id methods | |||
* | Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵ | Benoit Foucher | 2017-07-05 | |
| | | | | Ice::SlicedData::clear method to break cyclic references | |||
* | Fixed ICE-8163 - improved locator tracing | Benoit Foucher | 2017-06-27 | |
| | ||||
* | Fixed for ICE-8012 - heartbeatCallback non null assert | Benoit Foucher | 2017-06-13 | |
| | ||||
* | Fix for ICE-8015 - clear ACM monitor connections from the timer thread | Benoit Foucher | 2017-06-13 | |
| | ||||
* | Remove excessive empty lines | Joe George | 2017-06-07 | |
| | ||||
* | Fixed ICE-7922 - Review retry/network tracing | Benoit Foucher | 2017-05-26 | |
| | ||||
* | Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵ | Benoit Foucher | 2017-05-23 | |
| | | | | oneway proxies | |||
* | Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch | Benoit Foucher | 2017-05-17 | |
| | ||||
* | Fixed ICE-7882 - replaced IceBridge.Router with IceBridge.InstanceName | Benoit Foucher | 2017-05-16 | |
| | ||||
* | Cleanup more whitespace | Joe George | 2017-05-09 | |
| | | | | | Remove extra newlines from the end of files and add newlines to files which are missing one. | |||
* | Fix (ICE-7451) - Improve JavaScript source maps | Jose | 2017-05-05 | |
| |