summaryrefslogtreecommitdiff
path: root/csharp/test
Commit message (Collapse)AuthorAge
...
* Fixed ICE-7872 - Objective-C Ice/timeout test failureBenoit Foucher2017-05-16
|
* Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection ↵Benoit Foucher2017-05-10
| | | | call, added IceGrid/simple C++11 test
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Fix whitespaceJoe George2017-05-04
|
* Fixes ice_scheduler/ice_executor:Jose2017-05-04
| | | | | | - ice_scheduler always honors the TaskContinuationOptions.ExecuteSynchronously. - ice_executor always queue the continuation with the Ice thread pool
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Improve ice_executor and ice_scheduler to use Ice.DispatcherJose2017-05-04
|
* Remove unnecessary tabsJoe George2017-05-03
|
* Updated version to 3.7.0Benoit Foucher2017-05-03
|
* Fix (ICE-7839) - C++ AMI thread behavior in C#, Java and PythonJose2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Adjusted timeouts to reduce failures with slow VMsBenoit Foucher2017-04-28
|
* .NET createCertificate simplification and testJose2017-04-28
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Minor fixes to endpoint codeBenoit Foucher2017-04-12
|
* Fixed ICE-7755 - listen on all IPs associated with a DNS nameBenoit Foucher2017-04-10
|
* Version not updated in some C# test projectsJose2017-04-03
|
* Version not updated in some C# test projectsJose2017-04-03
|
* Fixes for Ice/acm and timeout tests to be less time sensitive (ICE-7371, ↵Benoit Foucher2017-03-30
| | | | ICE-7555)
* 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
| |
* | Fixes for udp and IceDiscovery demosBenoit Foucher2017-03-24
| |
* | Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
| |
* | Add C# tests for continuations and async/awaitJose2017-03-22
| |
* | Fixed (ICE-6894) Remove db folders in testsJose2017-03-22
| |
* | 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
| |
* | Fix for ICE-7313 - Got rid of ReadValueCallback and patchers for reading valuesBenoit Foucher2017-03-10
| |
* | CSharp implementation failuresJose2017-03-08
| |
* | Fixed (ICE-6962) - add test for slice compiler --impl optionJose2017-03-08
| |
* | Missing CSharp Glacier2/application testJose2017-03-07
| |
* | Bumped version to 3.7b0Benoit Foucher2017-03-07
| |
* | Forgot to commit fix for Ice/operations testBenoit Foucher2017-03-06
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-03-06
|\|
| * Fixed ICE-7639 - Java generated code bugBenoit Foucher2017-03-06
| |
* | Fixed ICE-3710 - optional routing tablesBenoit Foucher2017-03-04
| |
* | Added missing asserts to discovery testsBenoit Foucher2017-03-03
| |
* | use ICE_BIN_DIST instead of UseBinDistJose2017-03-02
| |
* | Fixed timeout test failureBenoit Foucher2017-02-28
| |
* | Fix (ICE-7148) - Provide a way to preload assembliesJose2017-02-24
| |
* | Fix hostname verification to ignore errors when IceSSL.VerifyPeer is 0Jose2017-02-22
| |
* | Fix (6462) - Consider changing some IceSSL checks to use native APIsJose2017-02-22
| |
* | 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
| |
| * Fixed bug in CSharp Stack sequence mappingJose2017-01-30
| |
* | CSharp Slice/escape test warningJose2017-02-13
| |
* | 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