Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed typo | Bernard Normier | 2017-03-30 | |
| | ||||
* | New initialize with configFile overloads | Bernard Normier | 2017-03-28 | |
| | ||||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-03-28 | |
|\ | ||||
| * | ICE-7483 - Rename OS X to macOS | Joe George | 2017-03-28 | |
| | | ||||
* | | Fixed ICE-7673 - use continations and await in Ice/dispatcher test | Benoit Foucher | 2017-03-28 | |
| | | ||||
* | | Fix (ICE-7708) - Add property to enable Schannel SCH_USE_STRONG_CRYPTO | Jose | 2017-03-27 | |
| | | ||||
* | | Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMax | Benoit Foucher | 2017-03-23 | |
| | | ||||
* | | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 | |
| | | | | | | | | NativeConnectionInfo | |||
* | | Removed C# Ice.BatchRequestInterceptor (ICE-7662) | Benoit Foucher | 2017-03-16 | |
| | | ||||
* | | Fixed ICE-7662 - Use System.Action & System.Func classes | Benoit Foucher | 2017-03-10 | |
| | | ||||
* | | Aligned C# throwUOE with Java | Benoit Foucher | 2017-03-10 | |
| | | ||||
* | | Fix for ICE-7313 - Got rid of ReadValueCallback and patchers for reading values | Benoit Foucher | 2017-03-10 | |
| | | ||||
* | | Bumped version to 3.7b0 | Benoit Foucher | 2017-03-07 | |
| | | ||||
* | | Fixed ICE-3710 - optional routing tables | Benoit Foucher | 2017-03-04 | |
| | | ||||
* | | Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵ | Benoit Foucher | 2017-03-01 | |
| | | | | | | | | interfaces | |||
* | | Fix (ICE-7148) - Provide a way to preload assemblies | Jose | 2017-02-24 | |
| | | ||||
* | | Disable SSL host name verification with empty host | Jose | 2017-02-22 | |
| | | ||||
* | | Fix hostname verification to ignore errors when IceSSL.VerifyPeer is 0 | Jose | 2017-02-22 | |
| | | ||||
* | | Minor IceSSL fixes | Benoit Foucher | 2017-02-22 | |
| | | ||||
* | | Fix (6462) - Consider changing some IceSSL checks to use native APIs | Jose | 2017-02-22 | |
| | | ||||
* | | Fixed (ICE-6463) - Cache the IceSSL connection information | Jose | 2017-02-14 | |
| | | ||||
* | | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 | |
|\| | ||||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 | |
| | | ||||
* | | ICE-7547: add tracing for admin-routing in IceGrid | Bernard Normier | 2017-02-10 | |
| | | ||||
* | | 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 | |||
* | | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumerators | Mark Spruiell | 2017-02-09 | |
| | | ||||
* | | Removed unused methods | Benoit Foucher | 2017-02-07 | |
| | | ||||
* | | 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 | |||
* | | Connection::close fixes for C#/Java/JS | Mark Spruiell | 2017-02-02 | |
| | | ||||
* | | Add --no-warn option to Slice compilers | Jose | 2017-02-01 | |
| | | ||||
* | | ICE-7543 - C# build failure | Mark Spruiell | 2017-01-31 | |
| | | ||||
* | | merging IceBridge into master | Mark Spruiell | 2017-01-30 | |
| | | ||||
* | | First cut of ICE-6920 - Remove try/catch block around communicator destroy | Benoit Foucher | 2017-01-25 | |
| | | ||||
* | | Fixed ICE-7281 - skipEmptyEncapsulation now checks for the encoding version | Benoit Foucher | 2017-01-25 | |
| | | ||||
* | | Fixed multicast to also listen on link-locap IPv6 addressees | Benoit Foucher | 2017-01-23 | |
| | | ||||
* | | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵ | Benoit Foucher | 2017-01-20 | |
| | | | | | | | | interfaces by default | |||
* | | Fixed ICE-2802 - no longer halt when running out of FDs | Benoit Foucher | 2017-01-18 | |
| | | ||||
* | | "to string" on a fixed proxy no longer raise FixedProxyException | Bernard Normier | 2017-01-17 | |
| | | ||||
* | | 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. | |||
* | | Fixed (ICE-7443) - Remove mono leftovers | Jose | 2016-12-26 | |
| | | ||||
* | | UWP test controller and related fixes | Jose | 2016-12-22 | |
| | | ||||
* | | Update version to 3.7a4 | Joe George | 2016-12-21 | |
| | | ||||
* | | Fix (ICE-7111) - iceboxnet --version/-v | Jose | 2016-12-15 | |
| | | ||||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 | |
| | | ||||
* | | Resync stream API for generated structs/enums in Java and C# | Bernard Normier | 2016-11-17 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/3.6' | Benoit Foucher | 2016-11-16 | |
|\| | ||||
| * | Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵ | Benoit Foucher | 2016-11-02 | |
| | | | | | | | | PropertyNames.xml | |||
* | | MSBuild project updates | Jose | 2016-11-11 | |
| | | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5 |