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 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | 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. | ||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | 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 |
| | |||
* | Fix typos | Jose | 2020-12-11 |
| | |||
* | Udp multicast testing fixes | Jose | 2020-12-11 |
| | |||
* | 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 id used to register the IceLocatorDiscovery locator object | Jose | 2020-06-10 |
| | |||
* | Reverted the lower timeout for the invocation retry test, fix for #859 | Benoit Foucher | 2020-05-20 |
| | |||
* | Bumped sleep time and decreased timeout, fixes #850v3.7.4 | Benoit Foucher | 2020-05-15 |
| | |||
* | Revert Gradle update for java-compatv3.7.4-rc0 | Jose | 2020-05-04 |
| | |||
* | Fix Make install to not install JAR files to local maven repository | Jose | 2020-05-01 |
| | |||
* | Fix build failured, introduce in previous commit | Jose | 2020-04-30 |
| | |||
* | Unhandled CommunicatorDestroyedException - See # 744 | Jose | 2020-04-30 |
| | |||
* | Gradle wrapper updates (#823) | Jose | 2020-04-29 |
| | |||
* | Bug in optional test for tagged sequences - Close #803 | Jose | 2020-04-23 |
| | |||
* | Fix certificate IP Address to use 127.0.0.1 (#813) | Jose | 2020-04-22 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Ssl certificates (#802) | Jose | 2020-04-17 |
| | | | * Update IceSSL test certificates to work with macOS catalina | ||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Add missing break after locating IPEndpointInfo | Jose | 2019-12-05 |
| | |||
* | Ignore null locator replies | Jose | 2019-12-05 |
| | |||
* | Minor fixes to documentation files | Benoit Foucher | 2019-10-11 |
| | |||
* | Improved invocation metrics test for better diagnosis, fix for #568 | Benoit Foucher | 2019-10-04 |
| | |||
* | Fix IceSSL/configuration failures on rhel8 - Close #573 | Jose | 2019-10-04 |
| | |||
* | The Ice connection will now print warnings for first invalid messages ↵ | Benoit Foucher | 2019-10-02 |
| | | | | received by a client, fixes #565 | ||
* | Inrease timeouts in Ice/acm test - Close #558 | Jose | 2019-09-29 |
| | |||
* | Fixed IceLocatorDiscovery race condition, fixes #555 | Benoit Foucher | 2019-09-26 |
| | |||
* | Fixed Python bug related to invalid return parameters, fixes #550 | Benoit Foucher | 2019-09-25 |
| | |||
* | Fixed retry in Java to no longer rely on Future cancel, fixes #538 | Benoit Foucher | 2019-09-24 |
| | |||
* | Another fix for the Ice/retry test | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed warnings from Ice/retry test, fixes #539 | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed #542, adjusted timeouts to reduce chances of failures | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed Java warnings reported by Eclipse, fixes #541 | Benoit Foucher | 2019-09-20 |
| | |||
* | Fixed file permissions | Bernard Normier | 2019-09-17 |
| | |||
* | Regenerate gradle wrappers used in Android buildsv3.7.3-rc0 | Jose | 2019-09-13 |
| | |||
* | Update android builds to use latest Android Studio | Jose | 2019-09-13 |
| | |||
* | Misc updates to README files | Jose | 2019-09-13 |
| | |||
* | 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 |
| | |||
* | IceSSL cert name verification fixes - Close #512 (#515) | 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 | ||
* | Mark java-compat as not supporting SNI | Andreas Sommer | 2019-09-06 |
| | |||
* | Implement server name indication (SNI) for OpenSSL and SecureTransport ↵ | Andreas Sommer | 2019-09-06 |
| | | | | backends (new property `IceSSL.ServerNameIndication`, default enabled) |