Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | More gradle changes. | Matthew Newhook | 2014-10-23 |
| | | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. | ||
* | Update JS with the same OutgoingAsync fixes as C++/Java/C# | Benoit Foucher | 2014-10-13 |
| | |||
* | Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() | Benoit Foucher | 2014-10-10 |
| | |||
* | ICE-5661 add proxy->begin_ice_getConnection | Dwayne Boone | 2014-09-18 |
| | |||
* | Added eclipse project settings for java. | Matthew Newhook | 2014-08-12 |
| | | | | Fix lots of warnings in Ice for Java. | ||
* | ICE-1593 Handling thread interrupts in Java | Matthew Newhook | 2014-08-07 |
| | | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel. | ||
* | Better collocation optimization, fix for ICE-5489, ICE-5484 | Benoit Foucher | 2014-06-27 |
| | |||
* | Fixed (ICE-5507) - Support Java 8 lambda expression | Jose | 2014-04-18 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files | Bernard Normier | 2012-10-23 |
| | |||
* | ICE-4750, Fixed connection assert | Benoit Foucher | 2012-05-14 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-4322 - Use "#pragma once" in Slice files | Jose | 2012-02-21 |
| | |||
* | ICE-4701 - AsyncResult::getCommunicator returns null | Mark Spruiell | 2012-01-06 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | bug 5002 - fixing several Java tests for Android compatibility | Mark Spruiell | 2011-05-02 |
| | |||
* | Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵ | Benoit Foucher | 2011-04-07 |
| | | | | failed with local exception | ||
* | bug 4716 - java async API inconsistency | Mark Spruiell | 2010-05-13 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Merged Mark's pythonami branch | Benoit Foucher | 2010-01-06 |
| | |||
* | Fixed bug 4486 - fixes to avoid hang in case of failure | Benoit Foucher | 2009-12-17 |
| | |||
* | - bug 3533: add async version of Connection/Communicator | Mark Spruiell | 2009-12-08 |
| | | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies | ||
* | AMI requests now throw IllegalArgumentExcption instaed of TwowayOnlyException | Benoit Foucher | 2009-12-03 |
| | |||
* | Changed back isSentSynchronously to sentSynchronously, only generate ↵ | Benoit Foucher | 2009-12-03 |
| | | | | newCallback exception for oneway requests | ||
* | More AMI mapping improvements | Benoit Foucher | 2009-12-02 |
| | |||
* | Always generate new async mapping in Java. Also removed ["ami"] metadata | Mark Spruiell | 2009-12-01 |
| | | | | from Java test/demo Slice files where it is no longer necessary. | ||
* | - Cleaned up test/Ice/operations test | Benoit Foucher | 2009-11-25 |
- Added test/Ice/ami test - sent callback is now always called |