summaryrefslogtreecommitdiff
path: root/cpp/test/Ice
Commit message (Collapse)AuthorAge
* Fixed Ice.MessageSizeMax value in Ice/timeout testsBernard Normier2017-07-15
|
* Update UWP test projects to use additional optionsJose2017-07-13
|
* ICE-8291 - warning: variable tracking size limit exceeded with ↵Jose2017-07-12
| | | | -fvar-tracking-assignments
* Remove bogus preprocessor defintions in Windows test buildsJose2017-07-11
|
* Fixed ICE-8234 - fixed Ice/slicing/objects cycle leaksBenoit Foucher2017-07-06
|
* Added Ice::UserException::ice_getSlicedData and ↵Benoit Foucher2017-07-06
| | | | Ice::UnkownSlicedValue::ice_id methods
* Fixed IceSSL SecureTransport memory leaksBenoit Foucher2017-07-05
|
* Additional fixes for ICE-8204 - Objective-C leaksBenoit Foucher2017-07-05
|
* Fixed ICE-8217 - added ice_getSlicedData method to Ice values and ↵Benoit Foucher2017-07-05
| | | | Ice::SlicedData::clear method to break cyclic references
* Fix test builds broke by previous commitJose2017-07-04
|
* Prevent var-tracking-assignments warnings with GCCJose2017-07-04
|
* Increased number of expected heartbeatsBernard Normier2017-07-03
|
* Fixed ICE-8170 - speed up server side ACM to pervent failureBenoit Foucher2017-06-28
|
* Fixed ICE-8166 and ICE-8171 - increased 100ms connection timeouts to 250ms, ↵Benoit Foucher2017-06-28
| | | | also increased retryCount for connection establishment
* Another fix for ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Fixed ICE-7979 - Ice/ami server shutdown hangBenoit Foucher2017-06-23
|
* Fixed ICE-8148 - Ice/location test failure because of EADDRINUSEBenoit Foucher2017-06-23
|
* Visual Studio project updatesJose2017-06-22
|
* Fixed ICE-8132 - Ice/slicing/exceptions failure with UWP/SSLBenoit Foucher2017-06-21
|
* Fixed Ice/retry UWP collocated test failure when running in a loopBenoit Foucher2017-06-21
|
* Disable new optimizer for Cpp11-Release x64 (ICE-8108)Bernard Normier2017-06-20
|
* Revert "Fix (ICE-8108) - disable new optimizer for Ice/metrics client.vcxproj"Bernard Normier2017-06-20
| | | | This reverts commit 9018fcaff01d436fa054580cfc8d9e9befab1499.
* Fixed ICE-8120 - metrics test failureBenoit Foucher2017-06-20
|
* Fix (ICE-8108) - disable new optimizer for Ice/metrics client.vcxprojJose2017-06-19
|
* Fixed Ice/info test failure occuring when running on remote hostBenoit Foucher2017-06-16
|
* Fixed ICE-8031 - invocation timeout test failureBenoit Foucher2017-06-14
|
* Improved timeout test reliability and fixed Ice/slicing/exceptions test to ↵Benoit Foucher2017-06-14
| | | | no longer listen on all interfaces for callbacks
* C++ & python test fixesMark Spruiell2017-06-13
|
* Fixed link failure with v141 debug builds (ICE-8016)Bernard Normier2017-06-11
|
* Fix for ICE-7841 - increased retry count, minor binding test fixBenoit Foucher2017-06-09
|
* Fix for ICE-7993 - Ice/binding test failuresBenoit Foucher2017-06-09
|
* Print stack trace of unexpected exceptionsBernard Normier2017-06-08
|
* Fixed ICE-7994 - invocation metrics issue with AMI batch oneway requestsBenoit Foucher2017-06-08
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixed ICE-7980 - Ice/udp test failureBenoit Foucher2017-06-07
|
* Fixed build failureBernard Normier2017-06-01
|
* Fixed C++11 interceptor test failureBenoit Foucher2017-06-01
|
* Fixed ICE-7954 - bug in Object::ice_dispatchBenoit Foucher2017-06-01
|
* Updated recursive mutex checkBernard Normier2017-05-31
|
* Operation test failuresJose2017-05-29
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-29
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-26
|
* Additional timeout test improvementsBenoit Foucher2017-05-26
|
* Improved timeout test to better deal with slow VMsBenoit Foucher2017-05-26
|
* Fixed sporadic timeout & bridge test failuresBenoit Foucher2017-05-25
|
* Fixed ICE-7884 - TwowayOnlyException is now raised for twoway invocations on ↵Benoit Foucher2017-05-23
| | | | oneway proxies
* Result struct testJose2017-05-22
|
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Fixed ICE-7872 - Objective-C Ice/timeout test failureBenoit Foucher2017-05-16
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.