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 IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Pass arguments to exec in a String array | Jose | 2020-12-31 |
| | |||
* | Use short cast to make narrow conversion in compound assignment explicit | Jose | 2020-12-30 |
| | |||
* | 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 |
| | |||
* | Add missing break after locating IPEndpointInfo | Jose | 2019-12-05 |
| | |||
* | The Ice connection will now print warnings for first invalid messages ↵ | Benoit Foucher | 2019-10-02 |
| | | | | received by a client, fixes #565 | ||
* | Fixed retry in Java to no longer rely on Future cancel, fixes #538 | Benoit Foucher | 2019-09-24 |
| | |||
* | Fixed Java warnings reported by Eclipse, fixes #541 | Benoit Foucher | 2019-09-20 |
| | |||
* | Fixed race condition in Android/UDP transport, fixes #527 | Benoit Foucher | 2019-09-13 |
| | |||
* | 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 | ||
* | Implement server name indication (SNI) for OpenSSL and SecureTransport ↵ | Andreas Sommer | 2019-09-06 |
| | | | | backends (new property `IceSSL.ServerNameIndication`, default enabled) | ||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵ | Benoit Foucher | 2019-08-26 |
| | | | | fixes #496 | ||
* | Java logger uses Ice.ProgramName for prefix now. Fixes #488 | Austin Henriksen | 2019-08-21 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-18 |
|\ | |||
| * | Fixed non-thread safe AMD dispatch, fixes #448 (#449) | Benoit Foucher | 2019-07-18 |
| | | | | | | | | | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses. | ||
| * | Fixed C++11 issue with previous Ice/interceptor test fix | Benoit Foucher | 2019-07-11 |
| | | |||
| * | Fixed dispatcher interceptor bug #435 | Benoit Foucher | 2019-07-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-02 |
|\| | |||
| * | Added back caching of output stream, fixes #414 (#415) | Benoit Foucher | 2019-06-28 |
| | | | | | | | | Added back caching of output stream for sync dispatch responses, fixes #414 | ||
| * | Remove unused classes | Jose | 2019-06-27 |
| | | |||
| * | Add support to build modular JARs | Jose | 2019-06-27 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | | |||
* | | Swift logger updates | Jose | 2019-05-29 |
|/ | |||
* | Remove unused class com.zeroc.Ice.ValueFactoryManagerI | Jose | 2019-02-04 |
| | |||
* | Fix typo | Jose | 2019-01-29 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed quoting of UnexpectedObjectException message | Benoit Foucher | 2018-12-17 |
| | |||
* | Fixed bogus incoming connection factory assert, fixes #301 | Benoit Foucher | 2018-12-11 |
| | |||
* | Updated gradle build system. | Bernard Normier | 2018-11-19 |
| | |||
* | Use javac --release with javac >=9. Fixes #297. | Bernard Normier | 2018-11-14 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | Better fix for #291 | Benoit Foucher | 2018-11-13 |
| | |||
* | Another fix for the assert which could be triggered on OA destruction, fixes ↵ | Benoit Foucher | 2018-11-12 |
| | | | | #291 | ||
* | Fixed rare race condition which could trigger an assert on OA destruction, ↵ | Benoit Foucher | 2018-11-12 |
| | | | | fixes #291 | ||
* | Javadoc improvements. Fixes #71. | Bernard Normier | 2018-11-07 |
| | |||
* | Add support for systemd Type=notify to Ice::Service | Jose | 2018-10-29 |
| | | | | Close #75 | ||
* | Fixed flushBatchRequests metrics bug, fixes #257 | Benoit Foucher | 2018-10-23 |
| | |||
* | Fix handling of ServantError | Jose | 2018-10-16 |
| | | | | Close #245 |