summaryrefslogtreecommitdiff
path: root/java/test/Ice/background/AllTests.java
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.
* initial commit of C# transport changesMark Spruiell2014-06-13
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4885 - background test failureBenoit Foucher2012-10-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Changed back isSentSynchronously to sentSynchronously, only generate ↵Benoit Foucher2009-12-03
| | | | newCallback exception for oneway requests
* More AMI mapping improvementsBenoit Foucher2009-12-02
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
| | | | | - Added test/Ice/ami test - sent callback is now always called
* New AMI mappingBenoit Foucher2009-11-23
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Fixed test failure introduce by previous fixBenoit Foucher2009-07-02
|
* Bug 3816 - removed timed waits from testsDwayne Boone2009-04-06
|
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* Fixed for bug 3830, 3866, 3857 - CHANGES fixes, test/Ice/timeout and udp ↵Benoit Foucher2009-03-13
| | | | failures, also committed minor fixes to other tests to better handle slow machines
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 3175 - Ice/background test failure, bumped timeoutBenoit Foucher2008-05-15
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.