Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix version string and objc build | Joe George | 2021-02-24 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Additional C++11 fixes | Joe George | 2021-02-03 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-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 Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | JavaScript default protocol for browsers should be "ws" - Close #934 | Jose | 2021-01-19 |
| | |||
* | Better handling of undefined values (#1188) | Jose | 2020-12-09 |
| | |||
* | Workaround JS frameworks that don't support Symbol.species with Promise ↵ | Jose | 2020-12-02 |
| | | | | types (#1170) | ||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-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.4 | Jose | 2020-04-20 |
| | |||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fix bogus check in JavaScript WSTransceiver - Close #587 | Jose | 2019-10-15 |
| | |||
* | The Ice connection will now print warnings for first invalid messages ↵ | Benoit Foucher | 2019-10-02 |
| | | | | received by a client, fixes #565 | ||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Enable SNI extension with CheckCertName > 1 | Jose | 2019-09-06 |
| | | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes | ||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Promise.finally is now provided by standard Promise base class | Jose | 2019-08-12 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\ | |||
| * | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | | |||
| * | Fixed incorrect comment for ice_flushBatchRequestsAsync. Fixes #379. | Bernard Normier | 2019-06-21 |
| | | |||
* | | Swift logger updates | Jose | 2019-05-29 |
|/ | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove outdated comment | Jose | 2019-01-04 |
| | |||
* | Remove bogus inheritance | Jose | 2019-01-04 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Use Promise.prototype.try native implementation | Jose | 2018-12-17 |
| | | | | Close #318 | ||
* | Fixed quoting of UnexpectedObjectException message | Benoit Foucher | 2018-12-17 |
| | |||
* | Update Timer.setImmediate implementation | Jose | 2018-12-12 |
| | |||
* | TypeScript improvements | Jose | 2018-12-05 |
| | |||
* | typescript: missing ice_cause in Ice.Exception | Jose | 2018-11-22 |
| | |||
* | typescript fix: no ice_clone in Ice.Value | Jose | 2018-11-22 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | Minor fixes for CI test failures | Benoit Foucher | 2018-11-07 |
| | |||
* | Fix for NodeJs deprecation warnings | Jose | 2018-11-06 |
| | | | | Close #282 | ||
* | Add support for systemd Type=notify to Ice::Service | Jose | 2018-10-29 |
| | | | | Close #75 | ||
* | Use RangeError in JavsScript to report invalid arguments | Jose | 2018-10-26 |
| | | | | Close #247 | ||
* | Minor code simplification | Jose | 2018-10-25 |
| | |||
* | Do not use setImedidate with Safari workers | Jose | 2018-10-25 |
| | | | | Close #200 | ||
* | Fix JavaScript Safari es5/worker tests not working | Jose | 2018-10-23 |
| | |||
* | Fix handling of ServantError | Jose | 2018-10-16 |
| | | | | Close #245 | ||
* | Typescript support | Jose | 2018-10-16 |
| | |||
* | Test using Value as operation parameter | Jose | 2018-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 property | Jose | 2018-09-12 |
| | | | | Close #70 | ||
* | 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 |