summaryrefslogtreecommitdiff
path: root/java/test/Ice
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed missing or mangled copyright noticeBernard Normier2017-06-02
|
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Fixed ICE-5771: JavaScript hold test failureBenoit Foucher2014-10-23
|
* Fixed ICE-3490: guarantee invocation serialization for proxies which are equalBenoit Foucher2014-10-22
|
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Fixed ICE-5751: retry test failure on OS X 10.10Benoit Foucher2014-10-17
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed (ICE-5738) - test optional cross fails for Java/C# with C++ clientJose2014-10-14
|
* Added interrupt test for retry sleepsBenoit Foucher2014-10-14
|
* Update JS with the same OutgoingAsync fixes as C++/Java/C#Benoit Foucher2014-10-13
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-4324 Added support for java.nio.Buffer classes through metadataDwayne Boone2014-10-07
|
* ICE-5705 - cs\test\Ice\hold failureMatthew Newhook2014-10-06
|
* Cleanup and simplification of OA in C++/Java/C#.Matthew Newhook2014-10-02
|
* ICE-5656 java test/Ice/exception eats all error messagesDwayne Boone2014-10-01
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* - begin_ now never interrupts.Matthew Newhook2014-09-27
| | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite.
* Fixed deadlock in connection binding code (ICE-5693)Benoit Foucher2014-09-26
|
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* Fixed (ICE-5511) - Consider removing the deprecated AMI mappingJose2014-09-24
|
* ICE-5689 Test for JavaScript nested modules not implemented in Java/C#Dwayne Boone2014-09-24
|
* ICE-5670 - interrupt test failureMatthew Newhook2014-09-23
| | | | | Fixed second part of this bug. It is required to call destroy again if the first is interrupted.
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* ICE-4891 some minor improvementsDwayne Boone2014-09-17
|
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵Benoit Foucher2014-09-10
| | | | networking code (addition of StreamSocket class abstraction)
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
| | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI.
* Revert "ICE-5606 renamed ServantLocator::deactivate to destroy"Dwayne Boone2014-08-22
| | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383.
* ICE-5606 renamed ServantLocator::deactivate to destroyDwayne Boone2014-08-22
|
* ICE-5633 - Fix missing Java exception testJoe George2014-08-19
|
* ICE-3492 handle improper settings for timeout valuesDwayne Boone2014-08-19
|
* Add missing colonJoe George2014-08-19
|
* ICE-5632 - Add missing operations testsJoe George2014-08-19
|
* minor Java editsMark Spruiell2014-08-15
|
* ICE-5632 - Add missing operations tests for C++, Python, Java and C#Joe George2014-08-15
|
* More fixes to the interrupt test.Matthew Newhook2014-08-14
|
* - Added back the Ice.BackgroundIO property.Matthew Newhook2014-08-13
| | | | | | - Fixed some bugs in the interrupt test. - Fixed a bug in Outgoing where the interrupt exception could be swallowed.
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* Added eclipse project settings for java.Matthew Newhook2014-08-12
| | | | Fix lots of warnings in Ice for Java.