summaryrefslogtreecommitdiff
path: root/js/src
Commit message (Collapse)AuthorAge
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Additional C++11 fixesJoe George2021-02-03
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* JavaScript default protocol for browsers should be "ws" - Close #934Jose2021-01-19
|
* Better handling of undefined values (#1188)Jose2020-12-09
|
* Workaround JS frameworks that don't support Symbol.species with Promise ↵Jose2020-12-02
| | | | types (#1170)
* Update version to 3.7.5Jose2020-11-30
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Update version to 3.7.4Jose2020-04-20
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Fix bogus check in JavaScript WSTransceiver - Close #587Jose2019-10-15
|
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-09-06
| | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Promise.finally is now provided by standard Promise base classJose2019-08-12
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\
| * Do not use deprecated @babel/polyfill - Close #429Jose2019-07-05
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
| * Fixed incorrect comment for ice_flushBatchRequestsAsync. Fixes #379.Bernard Normier2019-06-21
| |
* | Swift logger updatesJose2019-05-29
|/
* Copyright header simplicationJose2019-01-19
|
* Remove outdated commentJose2019-01-04
|
* Remove bogus inheritanceJose2019-01-04
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Use Promise.prototype.try native implementationJose2018-12-17
| | | | Close #318
* Fixed quoting of UnexpectedObjectException messageBenoit Foucher2018-12-17
|
* Update Timer.setImmediate implementationJose2018-12-12
|
* TypeScript improvementsJose2018-12-05
|
* typescript: missing ice_cause in Ice.ExceptionJose2018-11-22
|
* typescript fix: no ice_clone in Ice.ValueJose2018-11-22
|
* Update version to 3.7.2Jose2018-11-14
|
* Minor fixes for CI test failuresBenoit Foucher2018-11-07
|
* Fix for NodeJs deprecation warningsJose2018-11-06
| | | | Close #282
* Upgrade to gulp v4.0.0Jose2018-10-31
| | | | Close #264
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Use RangeError in JavsScript to report invalid argumentsJose2018-10-26
| | | | Close #247
* Minor code simplificationJose2018-10-25
|
* Do not use setImedidate with Safari workersJose2018-10-25
| | | | Close #200
* Fix JavaScript Safari es5/worker tests not workingJose2018-10-23
|
* Upgrade JavaScript build to Babel 7Jose2018-10-17
| | | | Close #243
* Fix handling of ServantErrorJose2018-10-16
| | | | Close #245
* Typescript supportJose2018-10-16
|
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Deprecate Ice.Voip propertyJose2018-09-12
| | | | Close #70