aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/Deque.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix up reclaimer to actually use a PrioityQueue with a Comparable.Koushik Dutta2013-06-171-0/+550
Fix regression where ByteBuffers were being limited to the request size vs their capacity. Implement ScatteringByteChannel for prototyping. Seems to thrash the GC. Switch to ArrayDeque instead of LinkedList for ByteBufferList. ContentLengthFilter will now report an exception on unexpected socket close.