summaryrefslogtreecommitdiff
path: root/csharp/src
Commit message (Collapse)AuthorAge
...
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* Allow FileParser.Endpoints to be set via Ice::Properties (#58)Michael Dorner2018-04-30
| | | * Register FileParser on IceGridAdmin.Server adapter, used with --server option
* Fixed UDP multicast membership issue (ICE-8831)Benoit Foucher2018-04-17
|
* Update Visual Studio projects to MSBuild builder 5.0.4Jose2018-04-06
|
* Disabled Windows fast path loopback (ICE-8763)Benoit Foucher2018-03-23
|
* Fix for .NET Core where SO_REUSEADDR isn't set on bound socket (ICE-8744)Benoit Foucher2018-03-21
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Fixed potential IceLocatorDiscovery hang (ICE-8726)Benoit Foucher2018-03-12
|
* Fixed invalid OA comments and some JS local interface operationsBenoit Foucher2018-02-27
|
* Improved object adapter getPublishedEndpoints/refreshPublishedEndpoints methodBenoit Foucher2018-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 2018Jose2018-02-14
|
* Added tracing for IceLocatorDiscovery (ICE-8072)Benoit Foucher2018-02-14
|
* Update MSBuild project to use 5.0.3 zeroc.icebuilder.msbuild packagev3.7.1-netcore-beta1Jose2018-02-12
|
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Fix .NET assembly sign targetsJose2018-02-12
| | | | Close: ICE-8660
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Fixed typo in C# UDP transceiver implementationBenoit Foucher2018-02-09
|
* .NETCore macOS fixesBenoit Foucher2018-02-09
|
* Update msbuild projects to use 5.0.2 builderJose2018-02-08
|
* Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7Jose2018-02-08
|\
| * Better fix for publishing loopback addresses when no other addresses are ↵Benoit Foucher2018-02-07
| | | | | | | | available (ICE-8622)
| * Added loopback addresses to published endpoints if no other adresses are ↵Benoit Foucher2018-02-06
| | | | | | | | available (ICE-8622)
* | Remove old filesJose2018-02-08
| |
* | Merge remote-tracking branch 'origin/netcore' into 3.7Jose2018-02-08
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/3.7' into netcoreJose2018-02-05
| |\
| * | Fix Bzip2 library name for LinuxJose2017-12-26
| | |
| * | Merge remote-tracking branch 'origin/3.7' into netcoreJose2017-12-14
| |\ \
| * | | Rework C# project structureJose2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - .NET 4.5 projects go to msbuild\net45 - .NET Standard 2.0 projects go to msbuild\netstandard2.0 - .NET Standard projects can be build for different target frameworks the default is .NET Core 2.0 but this can be override setting IceTestsFramworks MSBuild property
| * | | Update Ice Assembly InfoJose2017-12-07
| | | |
| * | | Fix build failureJose2017-12-06
| | | |
| * | | Fix IceBox ServiceManager to correctly fallback to LoadFromJose2017-12-06
| | | | | | | | | | | | | | | | | | | | With .NET Core Assembly.Load doesn't fail with an IOException this was preventing LoadFrom for being try after Load failures
| * | | Add IceSSL dependency to IceBoxJose2017-12-06
| | | | | | | | | | | | | | | | | | | | This allow to load easy load IceSSL plug-in when running iceboxnet from zeroc.ice.net NuGet package
| * | | Add .Net Core assemblies to NuGet packagesJose2017-12-01
| | | |
| * | | Fix isAbsolutePath to correctly handle non Windows operating systemsJose2017-11-29
| | | |
| * | | Fix build errorJose2017-11-29
| | | |
| * | | Add .NET Core build supportJose2017-11-29
| | | |
* | | | Updates for Ice Builder 5.xJose2018-02-05
| |_|/ |/| |
* | | Changed ice_fixed to inherit invocation timeout, context and compress ↵Benoit Foucher2018-02-01
| | | | | | | | | | | | override from original proxy
* | | Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | | | | | | | | | (ICE-7996 & ICE-7976)
* | | Icebox requires at least one service (csharp)(ICE-8307)Bernard Normier2018-01-26
| | |
* | | Moved the clearing of the router info into the try/catch block (ICE-8615)Benoit Foucher2018-01-25
| |/ |/|
* | Update version to v3.7.1Jose2017-12-14
|/
* Add Ice.LogFile testJose2017-11-02
|
* Move SessionHelper communicator initialization to a separate thread ICE-8504Jose2017-10-30
|
* ICE-7997 - unnecessary test in ConnectionIMark Spruiell2017-10-30
|
* Fix signal handling initialization in csharp ApplicationJose2017-09-12
| | | | | | First reported in ZeroC forums [1], see also bug (ICE-8465) - [1] https://forums.zeroc.com/discussion/46543/ice-3-7-0-bug-in-c-source-code-in-csharp-ice-application-cs
* Ensure ice_getCachedConnection doesn't return null after successfully ↵Benoit Foucher2017-09-06
| | | | | | returning a connection See bug ICE-8467
* ICE-8378 - cloneWithPrefix cause System.IO.IOException: with IceBox and ↵v3.7.0Jose2017-07-21
| | | | Ice.FileLog
* ICE-8376 - csharp Ice.LogFile brokenJose2017-07-21
|
* Fixed ICE-8244 - Ice/background test failureBenoit Foucher2017-07-10
|