summaryrefslogtreecommitdiff
path: root/cpp/test
Commit message (Collapse)AuthorAge
...
* Improved IceGrid/admin test error detection, fix for #546Benoit Foucher2019-10-03
|
* Fixed typoBernard Normier2019-10-02
|
* Fixed IceGrid/activation test to no longer print warnings, fixes #561Benoit Foucher2019-09-30
|
* Inrease timeouts in Ice/acm test - Close #558Jose2019-09-29
|
* test/Ice/logger need to restore file permission before cleanupJose2019-09-27
|
* Fixed IceLocatorDiscovery race condition, fixes #555Benoit Foucher2019-09-26
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Another fix for the Ice/retry testBenoit Foucher2019-09-23
|
* Fixed warnings from Ice/retry test, fixes #539Benoit Foucher2019-09-23
|
* Fixed #542, adjusted timeouts to reduce chances of failuresBenoit Foucher2019-09-23
|
* Fixed Xcode project version, fixes #540Benoit Foucher2019-09-20
|
* Fixed file permissionsBernard Normier2019-09-17
|
* Fix UWP test build failure - Close #529Jose2019-09-16
|
* Fixed IceGrid/replicaGroup test failure, fixes #526Benoit Foucher2019-09-13
|
* Added tracing for IceGrid/replicaGroup test, fix for #526Benoit Foucher2019-09-13
|
* Minor IceGrid/replication fix to make sure the node is stoppedBenoit Foucher2019-09-12
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* IceSSL cert name verification fixes - Close #512 (#515)Jose2019-09-10
|
* Fix for IceGrid/replication failure, fixes #514Benoit Foucher2019-09-09
|
* Fixed IceGrid locking issue, fixes #503Benoit Foucher2019-09-06
|
* IceStorm/single timing issue - Close #479Jose2019-09-04
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Fixed Ice/retry test timingBenoit Foucher2019-09-04
|
* Fixed C++11 build errorBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed makecerts.py script to specify extended key usageBenoit Foucher2019-09-02
|
* Fixed Slice code generation with Xcode projectsBenoit Foucher2019-08-30
|
* Fixed Ice/admin test to not wait indefinitely, fixes #343Benoit Foucher2019-08-29
|
* Fixed iOS test controller Xcode build issue, updated Swift projectBenoit Foucher2019-08-29
|
* Minor timeout test fix to prevent failure, fixes #498Benoit Foucher2019-08-29
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Fixed C++/Objective-C controller project warnings with Xcode 10.xBenoit Foucher2019-08-21
|
* Fix IceSSL/configuration failures with macOS catalinaJose2019-08-15
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Removed extra empty lineBernard Normier2019-07-29
|
* Add support for hidden visibility on AIX/xlC.Bernard Normier2019-07-25
| | | | Link libIceXML with libexpat-static on AIX/xlC.
* Update Ice version to 3.7.3Jose2019-07-22
|
* Update Swift version to 3.7b2v3.7-beta2-swiftJose2019-07-18
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Fixed non-thread safe AMD dispatch, fixes #448 (#449)Benoit Foucher2019-07-18
| | | | | | | | | | | | | | The caching of the output stream which was added back to solve #414 made the dispatch of AMD requests non thread-safe if a dispatch interceptor was installed and if the interceptor retried the dispatch. Multiple continuation could run concurrently and eventually re-use the cached output stream to marshal multiple responses.
| * Fixed dispatch interceptor test threading issue, fixes #446Benoit Foucher2019-07-16
| |
| * Fixed potential metrics test failure, fixes #217Benoit Foucher2019-07-16
| |
| * Fixed build failures caused by AIX portBenoit Foucher2019-07-15
| |
| * Port to AIX with g++, xlC_r and xlclang++ (#434)Bernard Normier2019-07-15
| |
| * Test script minor warning fixesJose2019-07-12
| |
| * Fixed C++11 issue with previous Ice/interceptor test fixBenoit Foucher2019-07-11
| |
| * Fixed dispatcher interceptor bug #435Benoit Foucher2019-07-11
| |