summaryrefslogtreecommitdiff
path: root/java/src/Ice/ConnectionI.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Fixed ICE-5666: setting the invocation timeout to -2 provides the previous ↵Benoit Foucher2014-10-15
| | | | connection timeouts
* Fixed ICE-5454: close acceptor on adapter deactivationBenoit Foucher2014-10-15
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* Fixed ACM bug where the activity wasn't always updated after parsing or ↵Benoit Foucher2014-10-08
| | | | sending a message
* - Java Application now catches OperationInterruptedException andMatthew Newhook2014-10-03
| | | | | | retries. - Removed the InProgress state from Instance, simplified and corrected the destroy logic.
* ICE-5585 call callback from ThreadPool if conneciton already closedDwayne Boone2014-10-02
|
* Lots of minor fixes, few simplifications to OutgoingAsync codeBenoit Foucher2014-10-01
|
* Added missing ConnectionI::setCallback fix to JSDwayne Boone2014-10-01
|
* Fixed Connection.setACM to check for the connection stateBenoit Foucher2014-10-01
|
* ICE-5585 in ConnectionI::SetCallback make sure callback is not null before ↵Dwayne Boone2014-09-30
| | | | calling
* - 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.
* ICE-5585 Connection::setCallback should always invoke the callbackDwayne Boone2014-09-22
|
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19
|
* Fixed ICE-5620: metrics admin creation in IceBox, fixed bug where timer ↵Benoit Foucher2014-09-12
| | | | wasn't instrumented
* ICE-4891 Refactor network tracingDwayne Boone2014-09-05
|
* Added back to optmization to not call connection dispatch if not necessaryBenoit Foucher2014-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.
* minor Java editsMark Spruiell2014-08-15
|
* ICE-5630 - ACM timeout is brokenMatthew Newhook2014-08-08
| | | | | - Also refactored the code a bit in java so that the ACMMonitor doesn't inherit from runnable.
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-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.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* Fixed bug with system exceptions not being propagated correctly with ↵Benoit Foucher2014-07-24
| | | | collocation optimization + AMD
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-07-23
| | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb.
* Fixed race condition which could cause request to be dispatched even if the ↵Benoit Foucher2014-07-21
| | | | connection was just put on hold
* Fix bug with connection closure causing hang in C# async demo withMatthew Newhook2014-07-16
| | | | COMPACT defined.
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* Fixed bogus synchronization in ConnectionI.asyncRequestTimedOutBenoit Foucher2014-07-10
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* initial commit of C# transport changesMark Spruiell2014-06-13
|
* porting C++ transport changes to JavaMark Spruiell2014-05-29
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* Fixed (ICE-5507) - Support Java 8 lambda expressionJose2014-04-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5196: allow setting an observer with IceMX enabledBenoit Foucher2013-09-09
|
* Fixed ICE-5368: don't unregister writes from thread pool if connection is ↵Benoit Foucher2013-06-27
| | | | closed already
* SOCKS support for JavaMark Spruiell2013-04-11
|
* Fixed ICE-5287 - assert in connection metrics codeBenoit Foucher2013-02-28
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5121 - Erronous connection warningsBenoit Foucher2013-01-30
|
* Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵Benoit Foucher2013-01-07
| | | | invocation metrics, support for requestId attribute
* ICE-4965: added Python Ice/metrics demoBenoit Foucher2012-11-20
|
* Fixed property validations, added C# metrics testBenoit Foucher2012-10-05
|
* Java & C# portBenoit Foucher2012-09-28
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-05-14
|\ | | | | | | | | | | Conflicts: CHANGES cs/src/Ice/ConnectionI.cs
| * ICE-4750, Fixed connection assertBenoit Foucher2012-05-14
| |
* | Win32 fixes, C# portBenoit Foucher2012-04-26
| |
* | Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\|
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java portBenoit Foucher2012-04-20
|/