summaryrefslogtreecommitdiff
path: root/ruby/test
Commit message (Collapse)AuthorAge
...
| * Fixed ICE-7317 - timeout test failureBenoit Foucher2016-09-19
| |
| * Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
| |
* | Fixed for timeout bugs (ICE-7358, ICE-7243, Ice-7227)Benoit Foucher2016-09-16
| |
* | ICE-7333 - Java/C# cross test failure in Ice/optionalMark Spruiell2016-09-08
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | slice fixes for slicing/objects testMark Spruiell2016-08-24
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Ice/objects cross test fixes for php/objetive-c/python/jsJose2016-07-29
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Added test for optional object dictionary parametersBenoit Foucher2016-07-07
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
| | | | | | | | of TCP/iAP/Bluetooth.
* | Merge remote-tracking branch 'origin/3.6'Jose2016-05-09
|\|
| * Fixed ICE-7115 - unmarshalling bug with optional parametersBenoit Foucher2016-04-26
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-17
|\|
| * Ruby 1.8 Ice/operations fix to no use force_encoding new in Ruby 1.9jose2016-03-15
| |
* | Merge branch '3.6'Jose2016-03-10
|\|
| * Windows wide string literal fixesJose2016-03-10
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-08
|\|
| * String literals ruby fixesJose2016-03-08
| |
| * ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-01
|\|
| * Ice::identityToString/Ice::stringToIdentity php/ruby/python implementationsJose2016-03-01
| |
* | Fix for Ruby checksum testJose2016-02-27
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | Deprecate ice_name and add ice_idJose2016-01-19
| |
* | 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.
* Ruby portability fix for ICE-6905Mark Spruiell2015-12-02
|
* Fixes for ICE-6905 - support NaN/Infinity in scripting languagesMark Spruiell2015-12-02
|
* Objects test updates to sync with Java/C#Jose2015-11-19
|
* 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
|
* Fix for Ice/properties when running with python 2.7Jose2015-08-17
|
* Fixed ICE-6602: optionals marshaling bugJose2015-06-16
|
* ICE-6471 Add support for IceSSL endpoint/connection info to Python/Ruby/PHPDwayne Boone2015-05-05
|
* ICE-6479 info test failures with scripting languagesDwayne Boone2015-05-05
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp