summaryrefslogtreecommitdiff
path: root/csharp/test
Commit message (Collapse)AuthorAge
...
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-07
|\|
| * More Copyright year updatesJoe George2016-03-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-07
|\|
| * Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ICE-6861 - C# stream changesMark Spruiell2016-02-18
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-01-14
|\|
| * Updated timeouts in Java/C# timeout test to prevent SLES failuresBenoit Foucher2016-01-14
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-01-05
|\|
| * Fixed potential deadlock that could occur with Ice for C++ when using ↵Benoit Foucher2016-01-05
| | | | | | | | collocation optimization and serialization
* | ICE-6898 - "Delegate" functions for ACM callbacksJoe George2015-12-24
| | | | | | | | | | | | - Add delegate local interfaces CloseCallback and HeartbeatCallback and remove ConnectionCallback. - Replace setCallback by setCloseCallback and setHeartbeatCallback
* | Fixes for Bluetooth plug-ins.Mark Spruiell2015-12-17
| | | | | | | | Updates to testsuite to support Bluetooth and remote servers.
* | Fix more deprecated compilation errorsJoe George2015-12-10
| |
* | ICE-6908 - Add ValueFactoryJoe George2015-12-08
| | | | | | | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata.
* | Merge remote-tracking branch 'origin/3.6'Jose2015-11-19
|\|
| * Fixed bug in Java/C# class data member generated patcherJose2015-11-19
| |
* | Changed version to 3.7.0Dwayne Boone2015-11-02
|/
* Fixed ICE-6824 - timeout test failure on SLES12Benoit Foucher2015-09-28
|
* Fixed ICE-6812 - JavaScript ACM monitor bugBenoit Foucher2015-09-14
|
* ICE-6742 - more python3 fixesMark Spruiell2015-08-28
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* Fix for Ice/properties when running with python 2.7Jose2015-08-17
|
* Revert "Fixed ICE-6707 - default interface for discovery is now ↵Benoit Foucher2015-08-14
| | | | | | Ice.Default.Host if it is set" This reverts commit 406e393f2be3a29830a7758e58e4e674afc5e21e.
* Fixed ICE-6707 - default interface for discovery is now Ice.Default.Host if ↵Benoit Foucher2015-08-13
| | | | it is set
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* ICE-6302 Fixed intermittent sessionHelper test failureDwayne Boone2015-07-28
|
* Added test to Glacier2/sessionHelper to test interrupting connection ↵Dwayne Boone2015-07-28
| | | | establishment
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* Fixed ICE-6602: optionals marshaling bugJose2015-06-16
|
* Fix for ICE-6598: prevent servers to start concurrentlyBenoit Foucher2015-06-16
|
* Fix to run browser tests with CSharp serversJose2015-06-15
|
* Renamed zeroc-ice-certutils to zeroc-icecertutilsBenoit Foucher2015-05-25
|
* ICE-6485 enums tests fails with --cross=objective-cDwayne Boone2015-05-08
|
* Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵Benoit Foucher2015-05-07
| | | | the reply for servant locator finished user exception was always encoded with 1.0
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6443 and other SSL fixesBenoit Foucher2015-04-28
| | | | | | | | | - Added IceSSL::WSSEndpointInfo and IceSSL::WSSEndpointInfo - Deprecated IceSSL.KeyFile - Added IceSSL.CAs and deprecated IceSSL.CertAuthFile and IceSSL.CertAuthDir - Added support for IceSSL.UsePlatformCAs - Fixed SSL implementations to support reading PEM files containing multiple PEM certificates - Fixed Windows SSL implementation to support load DER certificates
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* New set of certificates for IceSSL/configuration test and variousBenoit Foucher2015-04-16
| | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* ICE-6445 Remove .NET CF supportDwayne Boone2015-04-13
|
* IceSSL fixesBenoit Foucher2015-04-13
| | | | | | - ICE-6423: cleaned up certificate loading on OS X - Fixed bug with FindCert to correctly throw if no field is specified - Fixed C# test to only skip few tests if not running as administrator
* Some more cleanup of Silverlight filesDwayne Boone2015-04-10
|
* ICE-6437 Remove Silverlight supportDwayne Boone2015-04-10
|
* ICE-6417 remove extraneous slice compiler directivesDwayne Boone2015-04-06
|
* ICE-6371 improve names of solution filesDwayne Boone2015-04-02
|
* ICE-6383 - remove DES crypt support and related fixesJose2015-04-01
| | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory