aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/AsyncSSLSocketWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* fix cherry-pickKoushik Dutta2014-08-261-1/+0
* Fix up leaky alloctions.Koushik Dutta2014-08-261-4/+3
* ByteBuffer List fixes:Koushik Dutta2014-07-161-3/+14
* AsyncSSLSocketWrapper: Perform handshake before allowing read/write.Koushik Dutta2014-07-131-148/+59
* DataEmitters now have charset hints.Koushik Dutta2014-07-101-0/+5
* Workarounds the L preview.Koushik Dutta2014-06-291-14/+26
* SSL: Add some experimental code for negotiation (commented out)Koushik Dutta2014-06-201-5/+116
* Rearrange where the default SSLContext lives.Koushik Dutta2014-06-201-1/+48
* Restore legacy constructor.Glen Daniels2014-06-171-5/+4
* Merge in upstream/master, and redo configurator API to support multiple Async...Glen Daniels2014-06-171-60/+6
|\
| * Add support to explicitly set the enabled SSL protocolsLuís Gabriel Lima2014-06-161-2/+8
* | Introduce method to adjust SSLEngine parameters via AsyncSSLSocketMiddlewareGlen Daniels2014-06-161-1/+11
|/
* remove importsKoushik Dutta2014-05-221-3/+0
* Improve exception trace in SSL errors.Koushik Dutta2014-05-171-3/+4
* AsyncSSLSocket: Watch for specific Exceptions.Koushik Dutta2014-04-201-3/+17
* AsyncSSLSocketWrapper: properly recycle buffers.Koushik Dutta2013-09-221-6/+20
* Fix bug where SSL Socket would never invokeKoushik Dutta2013-08-251-0/+7
* remove some system.out spamKoushik Dutta2013-08-231-2/+0
* Potential SSL fixes.Koushik Dutta2013-08-231-23/+27
* expose socket object.Koushik Dutta2013-07-171-3/+13
* fix formattingKoushik Dutta2013-07-041-15/+26
* Added public method to set your own SSL hostname verifier.Anup Cowkur2013-07-041-36/+41
* avoid some unnecessary ByteBufferList creations.Koushik Dutta2013-06-241-5/+4
* Fix up reclaimer to actually use a PrioityQueue with a Comparable.Koushik Dutta2013-06-171-2/+2
* SSL Socket: be smarter about allocations to prevent gc thrashing.Koushik Dutta2013-06-161-11/+15
* Use ByteBufferList.obtain where applicable in SSL socket. Use static final Em...Koushik Dutta2013-06-161-4/+4
* fix potential nreKoushik Dutta2013-06-111-1/+2
* The data pipeline doesnt need specifically sized allocations. So, recycle Byt...Koushik Dutta2013-06-111-3/+3
* Add support for custom SSL Context and Trust Managers.Koushik Dutta2013-06-051-34/+49
* wipKoushik Dutta2013-05-271-0/+5
* remove all internal access to ByteBuffer objects from ByteBufferList. Could p...Koushik Dutta2013-05-171-1/+3
* more replacements of junit Assert with assert keyword.Koushik Dutta2013-05-171-20/+9
* ByteBufferList: keep a calculated remaining value cached so as to prevent unn...Koushik Dutta2013-05-171-6/+2
* wipKoushik Dutta2013-05-171-7/+13
* rename refactor some classes. minor stats and fixes for cache code.Koushik Dutta2013-03-231-0/+402