summaryrefslogtreecommitdiffstats
path: root/x-net
Commit message (Expand)AuthorAgeFilesLines
* Set peer for new SSLSessionImpl instances.Elliott Hughes2010-01-112-3/+4
* Fix our SSLSession implementations to call valueUnbound on remove.Elliott Hughes2009-12-153-7/+18
* Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime.Elliott Hughes2009-12-153-289/+93
* protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGHJean-Baptiste Queru2009-11-171-0/+5
* Don't allocate arbitrary-length buffers on the stack.Elliott Hughes2009-11-131-10/+9
* Remove duplication in OpenSSLSocket/OpenSSLServerSocket.Elliott Hughes2009-11-034-100/+36
* A new hygenic way for tests to clean up before or after execution.Jesse Wilson2009-10-251-0/+6
* Re-enable SSL handshake cutthrough support (and fixed unittest)Nagendra Modadugu2009-10-222-3/+12
* Disable SMALL_BUFFERS and CUTTHROUGH, as SSLSession test fails with these flags.Nagendra Modadugu2009-10-081-8/+0
* Fix several leaks in OpenSSL JNI cipher suites code.Elliott Hughes2009-10-073-146/+69
* Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections.Nagendra Modadugu2009-10-061-11/+21
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-012-17/+7
* Fix 32-bit int shifted >= 32 bits in SSLInputStream.Elliott Hughes2009-09-241-5/+5
* am 158135f4: am 2317d8dd: Merge change 26055 into eclairBob Lee2009-09-211-39/+46
|\
| * Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the...Bob Lee2009-09-201-39/+46
* | Several small native code fixes.Elliott Hughes2009-09-101-14/+0
* | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements.Elliott Hughes2009-09-092-14/+8
* | Add missing calls to ReleaseByteArrayElements.Elliott Hughes2009-09-084-4/+49
|/
* Fix two calls to memset(3) whose arguments were reversed.Elliott Hughes2009-09-021-1/+1
* Update x-net to Harmony r802921.Jesse Wilson2009-08-2792-2062/+1326
* am dfd0afbc: Each time we start an SSL session, we have to find the trust anc...Bob Lee2009-08-262-0/+28
|\
| * Each time we start an SSL session, we have to find the trust anchor. This use...Bob Lee2009-08-262-0/+28
* | am 2b2e488b: Exposed default trust manager.Bob Lee2009-08-201-1/+9
|\ \ | |/
| * Exposed default trust manager.Bob Lee2009-08-201-1/+9
* | am affecd77: Cleanup CTS core failing tests.Brett Chabot2009-08-181-2/+0
|\ \ | |/
| * Cleanup CTS core failing tests.Brett Chabot2009-08-141-2/+0
* | am 29326482: Removing MD2Urs Grob2009-07-303-18/+27
|\ \ | |/
| * Removing MD2Urs Grob2009-07-293-18/+27
* | Merge change 4613Android (Google) Code Review2009-07-101-4/+10
|\ \
| * | Performance improvement for OpenSSLSocketImpl in read and writeUrs Grob2009-06-181-4/+10
* | | am ab4b7f70: Merge change 5967 into donutAndroid (Google) Code Review2009-07-061-7/+4
|\ \ \ | |/ / |/| / | |/
| * Modifies OpenSSLSocketImpl to use a different lock for the instance count. It...crazybob2009-07-011-7/+4
| * AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts hostUrs Grob2009-04-213-0/+0
| * AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to zero...Urs Grob2009-04-096-313/+253
| * AI 144820: am: CL 144816 Bringing XNET down to zero broken tests.Jorg Pleumann2009-04-078-190/+821
| * AI 144381: am: CL 144356 Synchronized code that touches native SSL sessions.Bob Lee2009-04-022-6/+19
| * Automated import from //branches/donutburger/...@141709,141709Urs Grob2009-03-2423-1424/+2690
| * Automated import from //branches/donutburger/...@141355,141355Bob Lee2009-03-241-1/+1
* | remove all references to LogSocket.hMathias Agopian2009-06-051-4/+0
* | AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests ...Urs Grob2009-04-213-0/+0
* | AI 145652: am: CL 145615 am: CL 145291 Fixes from the review of 'Bringing XNE...Urs Grob2009-04-096-313/+253
* | AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests.Jorg Pleumann2009-04-078-190/+821
* | AI 144418: am: CL 144381 am: CL 144356 Synchronized code that touches native ...Bob Lee2009-04-022-6/+19
* | Automated import from //branches/master/...@141710,141710Urs Grob2009-03-2423-1424/+2690
* | Automated import from //branches/master/...@141357,141357Bob Lee2009-03-241-1/+1
|/
* auto import //branches/donutburger/...@140359The Android Open Source Project2009-03-181-2/+2
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-112-29/+41
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03163-0/+35752
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03155-34507/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-0320-1655/+410