summaryrefslogtreecommitdiff
path: root/js/src
Commit message (Collapse)AuthorAge
...
* JavaScript stream interface fixesJose2018-06-08
| | | | | Fixes #98 Fixes #92
* JavaScript Buffer.reset should set limit to the new capacityJose2018-06-04
| | | | Closes #89
* JavaScript Buffer.reserve doesn't srink the bufferJose2018-06-04
| | | | Closes #88
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* Allow FileParser.Endpoints to be set via Ice::Properties (#58)Michael Dorner2018-04-30
| | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option
* Do not use WebWorkers with IE11Jose2018-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 constJose2018-03-27
| | | | https://eslint.org/docs/rules/no-var
* 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
* Fixed issue with worker Timer and hold test hang when a call failedBenoit Foucher2018-03-26
|
* Unused variablesJose2018-03-26
|
* Remove unused constantJose2018-03-26
|
* Bogus uuid v4 formatJose2018-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 Foucher2018-03-26
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Fixed JavaScript close timeout bug (ICE-8747)Benoit Foucher2018-03-20
|
* Fixed JS bug in connection close(GracefullyWithWait), added support for ↵Benoit Foucher2018-02-28
| | | | waitForHold/waitForDeactivate
* Fixed invalid OA comments and some JS local interface operationsBenoit Foucher2018-02-27
|
* Simplify JavaScript ConnectionI.start exception handlingJose2018-02-23
|
* Fix JavaScript uncaught promise error in connection startJose2018-02-23
| | | | Close ICE-8694
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-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 2018Jose2018-02-14
|
* Added tracing for IceLocatorDiscovery (ICE-8072)Benoit Foucher2018-02-14
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Added missing type/data/secure method implementation from WSEndpointInfoBenoit Foucher2018-02-02
|
* 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)
* Merge pull request #23 from aikoven/fix-js-longJose2018-01-29
| | | Fix creating Long from negative numbers
* Merge pull request #22 from aikoven/fix-js-value-marshalJose2018-01-25
| | | Fix marshalling values with no own fields
* Update version to v3.7.1Jose2017-12-14
|
* Missing semicolomJose2017-11-21
|
* JS Ice/binding hang on macOSJose2017-11-07
| | | | Bug ICE-8552
* ICE-7997 - unnecessary test in ConnectionIMark Spruiell2017-10-30
|
* Update JavaScript testsuite to use async/awaitJose2017-09-29
|
* Another ICE_BIN_DIST build system fixBenoit Foucher2017-09-17
|
* Fix for ICE-8417 - Removed bogus servantLocatorFinished call, also fixed ↵Benoit Foucher2017-08-16
| | | | invalid call to invokeException
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Fixed ICE-8163 - improved locator tracingBenoit Foucher2017-06-27
|
* Fixed for ICE-8012 - heartbeatCallback non null assertBenoit Foucher2017-06-13
|
* Fix for ICE-8015 - clear ACM monitor connections from the timer threadBenoit Foucher2017-06-13
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7922 - Review retry/network tracingBenoit Foucher2017-05-26
|
* Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵Benoit Foucher2017-05-23
| | | | oneway proxies
* Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatchBenoit Foucher2017-05-17
|
* Fixed ICE-7882 - replaced IceBridge.Router with IceBridge.InstanceNameBenoit Foucher2017-05-16
|
* Cleanup more whitespaceJoe George2017-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 mapsJose2017-05-05
|