Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 | |
| | ||||
* | Fixed IceBox exception handling, fixes #486 | Benoit Foucher | 2019-08-30 | |
| | ||||
* | Move IceBox.PrintServicesReady output after creation of Admin object. | Bernard Normier | 2019-08-20 | |
| | | | Fixes #471 | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 | |
| | ||||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-18 | |
|\ | ||||
| * | 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 C++11 issue with previous Ice/interceptor test fix | Benoit Foucher | 2019-07-11 | |
| | | ||||
| * | Fixed dispatcher interceptor bug #435 | Benoit Foucher | 2019-07-11 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-09 | |
|\| | ||||
| * | Fix C# bzip2 loading | Jose | 2019-07-03 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-02 | |
|\| | ||||
| * | Added back caching of output stream, fixes #414 (#415) | Benoit Foucher | 2019-06-28 | |
| | | | | | | | | Added back caching of output stream for sync dispatch responses, fixes #414 | |||
| * | Performance improvements for C# streaming - Close #373 | Jose | 2019-06-25 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 | |
|\| | ||||
| * | Add ice_isFixed - Close #356 | Jose | 2019-06-21 | |
| | | ||||
| * | Remove unsafe code from IceInternal.Network class, Close #354 | Jose | 2019-06-21 | |
| | | ||||
* | | Swift logger updates | Jose | 2019-05-29 | |
| | | ||||
* | | Minor fixes | Jose | 2019-05-28 | |
|/ | ||||
* | Fix typo | Jose | 2019-01-29 | |
| | ||||
* | Minor style fix | Jose | 2019-01-24 | |
| | ||||
* | Fix invalid argument parsing in Java/C# IceBox Server | Jose | 2019-01-23 | |
| | | | | Close #339 | |||
* | Copyright header simplication | Jose | 2019-01-19 | |
| | ||||
* | C# TLS 1.3 Updates | Jose | 2019-01-15 | |
| | ||||
* | Upgrade .NET Core applications target framework to netcoreapp2.2 | Jose | 2019-01-08 | |
| | ||||
* | C# PluginManagerI fix plug-in initialization | Jose | 2019-01-07 | |
| | ||||
* | Extra semicolons | Jose | 2019-01-04 | |
| | ||||
* | Support building .NET applications with different Target frameworks | Jose | 2018-12-21 | |
| | ||||
* | Remove copyright notice | Jose | 2018-12-18 | |
| | ||||
* | Fix copyright header | Jose | 2018-12-18 | |
| | ||||
* | Fixed quoting of UnexpectedObjectException message | Benoit Foucher | 2018-12-17 | |
| | ||||
* | Add strong name signatures to .NET Core assemblies | Jose | 2018-12-14 | |
| | ||||
* | Fixed bogus incoming connection factory assert, fixes #301 | Benoit Foucher | 2018-12-11 | |
| | ||||
* | Removes Ice.Application from IceBox in Java, Java-Compat, and C# (#314) | Austin Henriksen | 2018-12-05 | |
| | ||||
* | Update version to 3.7.2 | Jose | 2018-11-14 | |
| | ||||
* | Better fix for #291 | Benoit Foucher | 2018-11-13 | |
| | ||||
* | Another fix for the assert which could be triggered on OA destruction, fixes ↵ | Benoit Foucher | 2018-11-12 | |
| | | | | #291 | |||
* | Fixed rare race condition which could trigger an assert on OA destruction, ↵ | Benoit Foucher | 2018-11-12 | |
| | | | | fixes #291 | |||
* | Remove unused IceSSL Util class | Jose | 2018-11-06 | |
| | | | | Close #281 | |||
* | Simplify Ice.PropertiesI constructor | Jose | 2018-11-05 | |
| | | | | Close #273 | |||
* | Add support for systemd Type=notify to Ice::Service | Jose | 2018-10-29 | |
| | | | | Close #75 | |||
* | Fixed flushBatchRequests metrics bug, fixes #257 | Benoit Foucher | 2018-10-23 | |
| | ||||
* | Rework cs:namespace implementation (fix issue #239) (#249) | Bernard Normier | 2018-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 property | Jose | 2018-09-12 | |
| | | | | Close #70 | |||
* | Add support for read properties from HKCU windows registry | Jose | 2018-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 testsuite | Jose | 2018-07-20 | |
| | ||||
* | Fixed .NET Core multicast support (fixes #29) | Benoit Foucher | 2018-07-19 | |
| | ||||
* | Add support cs:namespace metadata | Jose | 2018-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 ByteBuffer | Jose | 2018-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# builds | Jose | 2018-05-10 | |
| | | | | Closes #84 | |||
* | Remove useless lock in .NET TraceLoggerI | Jose | 2018-05-03 | |
| |