aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/future
Commit message (Expand)AuthorAgeFilesLines
* better logging in spdy.Koushik Dutta2014-12-212-5/+34
* Fix dangling connection issues in SPDYKoushik Dutta2014-12-201-0/+50
* use thread nameKoushik Dutta2014-08-081-1/+1
* name future threadsKoushik Dutta2014-08-071-0/+4
* Future refactoring and add ConvertFuture.Koushik Dutta2014-06-233-17/+49
* SimpleFuture: Add silent cancellation (no callback).Koushik Dutta2014-04-191-14/+25
* AsyncHttpClient: watch and report invalid URIs.Koushik Dutta2014-03-181-1/+2
* indentKoushik Dutta2014-03-081-1/+1
* setParent when using setComplete(future).Koushik Dutta2014-02-021-0/+1
* AndroidAsync : Synchronize isCancelledDanesh M2014-01-161-1/+3
* AsyncHttpServer enhancements:Koushik Dutta2013-12-301-27/+0
* Util.emitAllData: watch for emitter pause.Koushik Dutta2013-12-301-0/+31
* Add FutureRunnable and FutureThread.Koushik Dutta2013-12-223-0/+55
* TransformFuture: remove from, and use "then".Koushik Dutta2013-11-172-6/+7
* SimpleFuture: calling setCallback on a cancelled SimpleFuture should invoke t...Koushik Dutta2013-11-131-4/+1
* Revert "Revert "SimpleFuture: cancels should trigger callbacks""Koushik Dutta2013-11-131-0/+3
* Revert "SimpleFuture: cancels should trigger callbacks"Koushik Dutta2013-11-131-3/+0
* SimpleFuture: cancels should trigger callbacksKoushik Dutta2013-11-131-0/+3
* Cancelling a future should clear the callback.Koushik Dutta2013-11-061-0/+1
* Do not set the callback if the Future was cancelled.Koushik Dutta2013-11-061-0/+6
* AsyncServer: switch post/run queueKoushik Dutta2013-09-141-2/+2
* Fix ups for Range requests.Koushik Dutta2013-09-101-16/+6
* Adjust Future.then to take any FutureCallback (unstable API)Koushik Dutta2013-08-172-3/+4
* add reconnect apiKoushik Dutta2013-07-222-0/+8
* Future race condition fixes and reset support.Koushik Dutta2013-06-082-22/+53
* add option to socket middleware that allows connecting to all resolved addres...Koushik Dutta2013-06-011-0/+2
* allow error handling overrideKoushik Dutta2013-05-311-2/+5
* Change spelling on SimpleCancellable to match the Java spelling.Koushik Dutta2013-05-293-11/+24
* switch to multimap for multipart and urlencoded bodiesKoushik Dutta2013-05-283-0/+24
* wipKoushik Dutta2013-05-272-0/+41
* fix thread affinity/invoke and cancellation issues in http client.Koushik Dutta2013-05-261-6/+6
* Futures and Handlers: null out members to allow sooner garbage collection.Koushik Dutta2013-05-264-29/+36
* Fix AsyncServer thrashing when the queue is not empty, but nothing is availab...Koushik Dutta2013-05-223-2/+9
* rename the callback to something not such a mouthful.Koushik Dutta2013-05-212-4/+4
* Future should curryKoushik Dutta2013-05-202-4/+3
* Add support and tests for completion callback events on Futures.Koushik Dutta2013-05-203-7/+15
* wipKoushik Dutta2013-05-202-3/+38
* more replacements of junit Assert with assert keyword.Koushik Dutta2013-05-171-6/+5
* Futures: Fix cancelling futures while waiting on .getKoushik Dutta2013-04-161-1/+16
* form/multipart support http clientKoushik Dutta2013-04-011-2/+4
* add reentrancy testsKoushik Dutta2013-03-251-1/+1
* Add support for waiting for futures in continuations.Koushik Dutta2013-03-245-4/+27
* add support for futures on AsyncHttpClient. TODO: Futures on sockets?Koushik Dutta2013-03-245-0/+301