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 invalid OA comments and some JS local interface operations | Benoit Foucher | 2018-02-27 |
| | |||
* | 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 |
| | |||
* | Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵ | Benoit Foucher | 2018-02-12 |
| | | | | (ICE-8659) | ||
* | Moved the clearing of the router info into the try/catch block (ICE-8615) | Benoit Foucher | 2018-01-25 |
| | |||
* | 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 |
| | | |||
* | | C# implementation of setPublishedEndpoints | Bernard Normier | 2017-02-10 |
| | | | | | | | | | | | | | | | | commit e2ec6cd17350f81af4062df53bfd4f828f52540b Author: Bernard Normier <bernard@zeroc.com> Date: Fri Feb 10 12:09:45 2017 -0500 New operation setPublishedEndpoints on ObjectAdapter | ||
* | | 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 | ||
* | | Reject empty endpoint in OA endpoint list | Bernard Normier | 2017-01-12 |
| | | |||
* | | 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. | ||
* | | Replaced all double-underscores in C# | Bernard Normier | 2016-11-10 |
| | | |||
* | | Revert "Replaced double underscores in C# mapping by ice-prefix names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit c693f916141772b82da44d0ef90f64602a69d3ec. | ||
* | | Replaced double underscores in C# mapping by ice-prefix names | Bernard Normier | 2016-11-03 |
| | | |||
* | | Added support for non-ASCII characters and universal character names | Bernard Normier | 2016-10-20 |
| | | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property. | ||
* | | CShasp Ice.Value mapping | Jose | 2016-07-28 |
| | | |||
* | | Deprecate Communicator::stringToIdentity and identityToString | Bernard Normier | 2016-07-27 |
| | | |||
* | | 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 | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6685: removed Ice.ServerId and RegisterProcess related code from Ice the ↵ | Benoit Foucher | 2015-08-03 |
| | | | | core, minor test suite fixes | ||
* | Fixed ICE-6625: warning when shutting IceDiscovery hello server | Benoit Foucher | 2015-07-31 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
rb -> ruby objc -> objective-c cs -> csharp |