Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | 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. | ||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Another fix for udp | Jose | 2020-12-11 |
| | |||
* | 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. | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | Ice/metrics test fixes | Jose | 2020-04-20 |
| | |||
* | 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 |
| | |||
* | Fix for Ice/acm timeout - Close #558 | Jose | 2019-10-10 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | Regenerate gradle wrappers used in Android buildsv3.7.3-rc0 | Jose | 2019-09-13 |
| | |||
* | Update gradle wrapper used in Android builds | Jose | 2019-09-13 |
| | |||
* | Update android builds to use latest Android Studio | Jose | 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 |
| | |||
* | Fixed Ice/acm test waitForClose timing | Benoit Foucher | 2019-09-04 |
| | |||
* | Fixed Ice/retry test timing | Benoit Foucher | 2019-09-04 |
| | |||
* | Enabled automatic flush for Java test printer writer | Benoit Foucher | 2019-09-04 |
| | |||
* | Simplifed collocation test in Ice/location test, fixes #506 | Benoit Foucher | 2019-09-04 |
| | |||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Minor timeout test fix to prevent failure, fixes #498 | Benoit Foucher | 2019-08-29 |
| | |||
* | Fixed Ice/timeout test to ensure the client doesn't hang in case of test failure | Benoit Foucher | 2019-08-22 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | 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 dispatch interceptor test threading issue, fixes #446 | Benoit Foucher | 2019-07-16 |
| | |||
* | Fixed potential metrics test failure, fixes #217 | Benoit Foucher | 2019-07-16 |
| | |||
* | Fixed dispatcher interceptor bug #435 | Benoit Foucher | 2019-07-11 |
| | |||
* | Update gradle wrapper used with Android test controller | Jose | 2019-07-11 |
| | |||
* | Fixed another Java IceSSL failure on RHEL8, fixes #431 | Benoit Foucher | 2019-07-11 |
| | |||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | IceSSL fixes for RHEL8 | Benoit Foucher | 2019-07-09 |
| | |||
* | Minor fix Glacier2/router test - Close #426 | Jose | 2019-07-05 |
| |