summaryrefslogtreecommitdiff
path: root/csharp/src/Ice
Commit message (Collapse)AuthorAge
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Additional C++11 fixesJoe George2021-02-03
|
* Remove checksum support (#607)Austin Henriksen2021-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 Normier2021-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.5Benoit Foucher2021-01-22
|
* Update to MSbuild builder 5.0.6Jose2021-01-18
|
* Update MSBuild builder packageJose2021-01-18
|
* Fix Bogus name for metrics Request Id field - Close #906Jose2021-01-08
|
* Update source link packageJose2020-12-10
|
* Update version to 3.7.5Jose2020-11-30
|
* Add .NET 5.0 support (#1154)Jose2020-11-18
|
* Destroy underlying logger if it is a FileLoggerIJoe George2020-09-18
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-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.
* Fix C# TPC endpoint source address usage - Close #783 (#812)Jose2020-04-21
|
* Fix C# OutputStream FormatType initialization - Close #662Jose2020-04-21
|
* Clone identity in Reference.changeIdentity - Close #645Jose2020-04-21
|
* Update version to 3.7.4Jose2020-04-20
|
* Fix bug in C# ice_ids - Close #641Jose2020-04-18
|
* Update C# version to 3.7.3.2Jose2020-03-27
|
* update C# assembly version to 3.7.3.1Jose2020-03-11
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Fixed invalid access to _instance in RetryQueue, fixes #681Benoit Foucher2020-02-20
|
* Added missing synchronization in GetHashCodeBernard Normier2020-02-12
|
* Add missing break after locating IPEndpointInfoJose2019-12-05
|
* The Ice connection will now print warnings for first invalid messages ↵Benoit Foucher2019-10-02
| | | | received by a client, fixes #565
* Use PrivateAssets ALL for NuGet development dependenciesJose2019-09-20
|
* Enable SourceLink with .NET Core buildsJose2019-09-20
|
* Remove outdated C# commnetJose2019-09-17
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Enable SNI extension with CheckCertName > 1Jose2019-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 Sommer2019-09-06
| | | | backends (new property `IceSSL.ServerNameIndication`, default enabled)
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-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 fixBenoit Foucher2019-07-11
| |
| * Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\|
| * Fix C# bzip2 loadingJose2019-07-03
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-02
|\|
| * Added back caching of output stream, fixes #414 (#415)Benoit Foucher2019-06-28
| | | | | | | | Added back caching of output stream for sync dispatch responses, fixes #414
| * Performance improvements for C# streaming - Close #373Jose2019-06-25
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
| * Remove unsafe code from IceInternal.Network class, Close #354Jose2019-06-21
| |
* | Swift logger updatesJose2019-05-29
| |
* | Minor fixesJose2019-05-28
|/
* Fix typoJose2019-01-29
|
* Copyright header simplicationJose2019-01-19
|