Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Fixed bogus incoming connection factory assert, fixes #301 | Benoit Foucher | 2018-12-11 |
| | |||
* | 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 | ||
* | Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints method | Benoit Foucher | 2018-02-16 |
| | | | | | | | | | | | | | to return the Ice router server endpoints if the adapter is associated with a router. setPublishedEndpoints now also raises an invalid argument exception for such adapters. Also fixed a rare deadlock that could occur on adapter creating if the router wasn't accessible. Fixes ICE-8675 and ICE-8650 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fix for ICE-8044 - adapterDeactivation test failure caused by deadlock | Benoit Foucher | 2017-06-13 |
| | |||
* | Fixed ICE-7922 - Review retry/network tracing | Benoit Foucher | 2017-05-26 |
| | |||
* | Fixed ICE-7755 - listen on all IPs associated with a DNS name | Benoit Foucher | 2017-04-10 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵ | Benoit Foucher | 2017-02-06 |
| | | | | | | | | flushed with the communicator/connection should be compressed | ||
* | | Fixed ICE-2802 - no longer halt when running out of FDs | Benoit Foucher | 2017-01-18 |
| | | |||
* | | CSharp cleanup and fixes: | Jose | 2016-12-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes. | ||
* | | Update C# mapping with async/await | Jose | 2016-07-07 |
| | | |||
* | | CSharp mapping cleanup | Jose | 2016-05-11 |
| | | | | | | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection | ||
* | | Do not use deprecated ice_name | Jose | 2016-05-10 |
|/ | |||
* | Fix to no longer recursively try endpoints on connection establishment | Benoit Foucher | 2016-05-02 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6745 fixed minor formatting issue in error message | Dwayne Boone | 2015-08-31 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
rb -> ruby objc -> objective-c cs -> csharp |