summaryrefslogtreecommitdiff
path: root/csharp/src
Commit message (Collapse)AuthorAge
...
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixed IceBox exception handling, fixes #486Benoit Foucher2019-08-30
|
* Move IceBox.PrintServicesReady output after creation of Admin object.Bernard Normier2019-08-20
| | | Fixes #471
* 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
|
* Minor style fixJose2019-01-24
|
* Fix invalid argument parsing in Java/C# IceBox ServerJose2019-01-23
| | | | Close #339
* Copyright header simplicationJose2019-01-19
|
* C# TLS 1.3 UpdatesJose2019-01-15
|
* Upgrade .NET Core applications target framework to netcoreapp2.2Jose2019-01-08
|
* C# PluginManagerI fix plug-in initializationJose2019-01-07
|
* Extra semicolonsJose2019-01-04
|
* Support building .NET applications with different Target frameworksJose2018-12-21
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed quoting of UnexpectedObjectException messageBenoit Foucher2018-12-17
|
* Add strong name signatures to .NET Core assembliesJose2018-12-14
|
* Fixed bogus incoming connection factory assert, fixes #301Benoit Foucher2018-12-11
|
* Removes Ice.Application from IceBox in Java, Java-Compat, and C# (#314)Austin Henriksen2018-12-05
|
* Update version to 3.7.2Jose2018-11-14
|
* Better fix for #291Benoit Foucher2018-11-13
|
* Another fix for the assert which could be triggered on OA destruction, fixes ↵Benoit Foucher2018-11-12
| | | | #291
* Fixed rare race condition which could trigger an assert on OA destruction, ↵Benoit Foucher2018-11-12
| | | | fixes #291
* Remove unused IceSSL Util classJose2018-11-06
| | | | Close #281
* Simplify Ice.PropertiesI constructorJose2018-11-05
| | | | Close #273
* Add support for systemd Type=notify to Ice::ServiceJose2018-10-29
| | | | Close #75
* Fixed flushBatchRequests metrics bug, fixes #257Benoit Foucher2018-10-23
|
* Rework cs:namespace implementation (fix issue #239) (#249)Bernard Normier2018-10-18
| | | | | | | | | | | | * Rework the cs:namespace implementation No longer rely on Ice.Packages. Fixes #239. * Renamed Ice/packagemd to Ice/namespacemd (C#) * Removed Ice.Package property from C# tests * Switched to get-only attribute, fixed Xamarin test
* Deprecate Ice.Voip propertyJose2018-09-12
| | | | Close #70
* Add support for read properties from HKCU windows registryJose2018-09-04
| | | | | | | It was possible before to read Ice properties from HKLM Windows this fix alows to also read properties from HKCU Close #130
* Xamarin testsuiteJose2018-07-20
|
* Fixed .NET Core multicast support (fixes #29)Benoit Foucher2018-07-19
|
* Add support cs:namespace metadataJose2018-06-28
| | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* Remove C# unsafe code in ByteBufferJose2018-06-12
| | | | | | | | | The "unsafe" code used in ByteBuffer to read and write doubles and float was causing problem with Android mono implementation. See: https://forums.zeroc.com/discussion/46631/build-ice-3-7-1-with-option-managed-yes-on-macos-or-windows
* Remove dependency on Visual Studio Extension for C# buildsJose2018-05-10
| | | | Closes #84
* Remove useless lock in .NET TraceLoggerIJose2018-05-03
|