summaryrefslogtreecommitdiff
path: root/csharp/src
Commit message (Collapse)AuthorAge
...
* Fixed typoBernard Normier2017-03-30
|
* New initialize with configFile overloadsBernard Normier2017-03-28
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-03-28
|\
| * ICE-7483 - Rename OS X to macOSJoe George2017-03-28
| |
* | Fixed ICE-7673 - use continations and await in Ice/dispatcher testBenoit Foucher2017-03-28
| |
* | Fix (ICE-7708) - Add property to enable Schannel SCH_USE_STRONG_CRYPTOJose2017-03-27
| |
* | Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
| |
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | | | | | NativeConnectionInfo
* | Removed C# Ice.BatchRequestInterceptor (ICE-7662)Benoit Foucher2017-03-16
| |
* | Fixed ICE-7662 - Use System.Action & System.Func classesBenoit Foucher2017-03-10
| |
* | Aligned C# throwUOE with JavaBenoit Foucher2017-03-10
| |
* | Fix for ICE-7313 - Got rid of ReadValueCallback and patchers for reading valuesBenoit Foucher2017-03-10
| |
* | Bumped version to 3.7b0Benoit Foucher2017-03-07
| |
* | Fixed ICE-3710 - optional routing tablesBenoit Foucher2017-03-04
| |
* | Fixed ICE-7584 - discovery plugins now send multicast datagrams on all ↵Benoit Foucher2017-03-01
| | | | | | | | interfaces
* | Fix (ICE-7148) - Provide a way to preload assembliesJose2017-02-24
| |
* | Disable SSL host name verification with empty hostJose2017-02-22
| |
* | Fix hostname verification to ignore errors when IceSSL.VerifyPeer is 0Jose2017-02-22
| |
* | Minor IceSSL fixesBenoit Foucher2017-02-22
| |
* | Fix (6462) - Consider changing some IceSSL checks to use native APIsJose2017-02-22
| |
* | Fixed (ICE-6463) - Cache the IceSSL connection informationJose2017-02-14
| |
* | ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\|
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | ICE-7547: add tracing for admin-routing in IceGridBernard Normier2017-02-10
| |
* | C# implementation of setPublishedEndpointsBernard Normier2017-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 enumeratorsMark Spruiell2017-02-09
| |
* | Removed unused methodsBenoit Foucher2017-02-07
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Connection::close fixes for C#/Java/JSMark Spruiell2017-02-02
| |
* | Add --no-warn option to Slice compilersJose2017-02-01
| |
* | ICE-7543 - C# build failureMark Spruiell2017-01-31
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | Fixed ICE-7281 - skipEmptyEncapsulation now checks for the encoding versionBenoit Foucher2017-01-25
| |
* | Fixed multicast to also listen on link-locap IPv6 addresseesBenoit Foucher2017-01-23
| |
* | Fixed ICE-6708 - the UDP transport now join the multicast group on all ↵Benoit Foucher2017-01-20
| | | | | | | | interfaces by default
* | Fixed ICE-2802 - no longer halt when running out of FDsBenoit Foucher2017-01-18
| |
* | "to string" on a fixed proxy no longer raise FixedProxyExceptionBernard Normier2017-01-17
| |
* | Reject empty endpoint in OA endpoint listBernard Normier2017-01-12
| |
* | CSharp cleanup and fixes:Jose2016-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 leftoversJose2016-12-26
| |
* | UWP test controller and related fixesJose2016-12-22
| |
* | Update version to 3.7a4Joe George2016-12-21
| |
* | Fix (ICE-7111) - iceboxnet --version/-vJose2016-12-15
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Resync stream API for generated structs/enums in Java and C#Bernard Normier2016-11-17
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-11-16
|\|
| * Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵Benoit Foucher2016-11-02
| | | | | | | | PropertyNames.xml
* | MSBuild project updatesJose2016-11-11
| | | | | | | | | | - Update Mcpp dependencies to 2.7.2.12 - Update msbuild projects to latest Ice Builder 4.3.5