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. | ||
* | Fixed dispatch code to report the original dispatch exception (#1253)v3.7.5-rc2v3.7.5-rc1v3.7.5 | Benoit Foucher | 2021-01-22 |
| | |||
* | Update to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Fix Bogus name for metrics Request Id field - Close #906 | Jose | 2021-01-08 |
| | |||
* | Update source link package | Jose | 2020-12-10 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | Destroy underlying logger if it is a FileLoggerI | Joe George | 2020-09-18 |
| | |||
* | Do not use Dictionary.Add it can throw ArgumentException | Jose | 2020-09-18 |
| | |||
* | 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 |
| | |||
* | Fix to correctly trace instance name in IceLocatorDiscovery C# plug-in | Jose | 2020-06-10 |
| | |||
* | Randomize the adapterId of proxies return by findObject | Jose | 2020-05-06 |
| | |||
* | Fix build failured, introduce in previous commit | Jose | 2020-04-30 |
| | |||
* | Unhandled CommunicatorDestroyedException - See # 744 | Jose | 2020-04-30 |
| | |||
* | Fix C# TPC endpoint source address usage - Close #783 (#812) | Jose | 2020-04-21 |
| | |||
* | Use TryGetValue instead of operator [] - Close #666 | Jose | 2020-04-21 |
| | |||
* | Fix C# OutputStream FormatType initialization - Close #662 | Jose | 2020-04-21 |
| | |||
* | Clone identity in Reference.changeIdentity - Close #645 | Jose | 2020-04-21 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Fix bug in C# ice_ids - Close #641 | Jose | 2020-04-18 |
| | |||
* | Fixed SSL transceiver to no longer rely on BeginWrite/BeginRead, fixes #781 | Benoit Foucher | 2020-04-02 |
| | |||
* | Update C# version to 3.7.3.2 | Jose | 2020-03-27 |
| | |||
* | update C# assembly version to 3.7.3.1 | Jose | 2020-03-11 |
| | |||
* | Fixed C# projects to set UseAppHost only with netcoreapp3.1 | Benoit Foucher | 2020-03-10 |
| | |||
* | Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now ↵ | Benoit Foucher | 2020-03-09 |
| | | | | disabled by default on macOS/Catalina | ||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Removed unused SSLEngine.decodeASN1Length method, fixes #686 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fixed invalid access to _instance in RetryQueue, fixes #681 | Benoit Foucher | 2020-02-20 |
| | |||
* | Added missing synchronization in GetHashCode | Bernard Normier | 2020-02-12 |
| | |||
* | Add missing break after locating IPEndpointInfo | Jose | 2019-12-05 |
| | |||
* | Ignore null locator replies | Jose | 2019-12-05 |
| | |||
* | Ensure iceboxnet.exe.config is generated after strong name signing | Jose | 2019-10-08 |
| | |||
* | Fixed C# IceSSL bug where IOException wasn't catch, fixes #553 | Benoit Foucher | 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 | ||
* | Fixed IceLocatorDiscovery race condition, fixes #555 | Benoit Foucher | 2019-09-26 |
| | |||
* | Use PrivateAssets ALL for NuGet development dependencies | Jose | 2019-09-20 |
| | |||
* | Enable SourceLink with .NET Core builds | Jose | 2019-09-20 |
| | |||
* | Remove outdated C# commnet | Jose | 2019-09-17 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Dispose the X509Chain with .NET Standard 2.0 - Close #518 | 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 csharp as always using 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) |