summaryrefslogtreecommitdiffstats
path: root/x-net/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Each time we start an SSL session, we have to find the trust anchor. This ↵Bob Lee2009-08-262-0/+28
| | | | | | | | used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
* | am 2b2e488b: Exposed default trust manager.Bob Lee2009-08-201-1/+9
|\ \ | |/ | | | | | | | | | | Merge commit '2b2e488b25922b0b34094305cac084073ffbd03c' into eclair * commit '2b2e488b25922b0b34094305cac084073ffbd03c': Exposed default trust manager.
| * Exposed default trust manager.Bob Lee2009-08-201-1/+9
| |
* | am affecd77: Cleanup CTS core failing tests.Brett Chabot2009-08-181-2/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'affecd7714e14fabff011ad61d436df3698bf7eb' into eclair * commit 'affecd7714e14fabff011ad61d436df3698bf7eb': Cleanup CTS core failing tests.
| * Cleanup CTS core failing tests.Brett Chabot2009-08-141-2/+0
| | | | | | | | BUG 2053939
* | am 29326482: Removing MD2Urs Grob2009-07-303-18/+27
|\ \ | |/ | | | | | | | | | | Merge commit '2932648271e72bad181b293e1fa5945265c7dbed' * commit '2932648271e72bad181b293e1fa5945265c7dbed': Removing MD2
| * Removing MD2Urs Grob2009-07-293-18/+27
| |
* | Merge change 4613Android (Google) Code Review2009-07-101-4/+10
|\ \ | | | | | | | | | | | | * changes: Performance improvement for OpenSSLSocketImpl in read and write
| * | Performance improvement for OpenSSLSocketImpl in read and writeUrs Grob2009-06-181-4/+10
| | | | | | | | | | | | | | | | | | This change only calls SSL_get_error only in case of an error and not in any case as it does before the change. BUG=1322058
* | | am ab4b7f70: Merge change 5967 into donutAndroid (Google) Code Review2009-07-061-7/+4
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit 'ab4b7f704313075838517ffec400dc5b6250c67c' * commit 'ab4b7f704313075838517ffec400dc5b6250c67c': Modifies OpenSSLSocketImpl to use a different lock for the instance count. It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily
| * Modifies OpenSSLSocketImpl to use a different lock for the instance count. ↵crazybob2009-07-011-7/+4
| | | | | | | | | | | | It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily resulting in a VM crash.
| * AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts hostUrs Grob2009-04-213-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing tests that are placed in a protected package name. They were not part of the cts tests. - Fixing a case of an Exception thrown in the static initializer of GBCharsetEncoderTest. - Remove copy/paste code which led to an exception in a 2nd thread (the test did not fail, but its output was reported in logcat) - fixing a test case in FileTest - removing test code in StmtTest that tested badly specified operations and failed. Original author: ursg Merged from: //branches/cupcake/... Automated import of CL 147120
| * AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to ↵Urs Grob2009-04-096-313/+253
| | | | | | | | | | | | | | | | | | zero broken tests.' Original author: ursg Merged from: //branches/cupcake/... Automated import of CL 145615
| * AI 144820: am: CL 144816 Bringing XNET down to zero broken tests.Jorg Pleumann2009-04-078-190/+821
| | | | | | | | | | | | | | Original author: jorgp Merged from: //branches/cupcake/... Automated import of CL 144820
| * AI 144381: am: CL 144356 Synchronized code that touches native SSL sessions.Bob Lee2009-04-022-6/+19
| | | | | | | | | | | | | | Original author: crazybob Merged from: //branches/cupcake/... Automated import of CL 144381
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the cts host - Removing tests that are placed in a protected package name. They were not part of the cts tests. - Fixing a case of an Exception thrown in the static initializer of GBCharsetEncoderTest. - Remove copy/paste code which led to an exception in a 2nd thread (the test did not fail, but its output was reported in logcat) - fixing a test case in FileTest - removing test code in StmtTest that tested badly specified operations and failed. Original author: ursg Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147124
* | AI 145652: am: CL 145615 am: CL 145291 Fixes from the review of 'Bringing ↵Urs Grob2009-04-096-313/+253
| | | | | | | | | | | | | | | | | | | | XNET down to zero broken tests.' Original author: ursg Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 145652
* | AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests.Jorg Pleumann2009-04-078-190/+821
| | | | | | | | | | | | | | | | Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144825
* | AI 144418: am: CL 144381 am: CL 144356 Synchronized code that touches native ↵Bob Lee2009-04-022-6/+19
| | | | | | | | | | | | | | | | | | | | SSL sessions. Original author: crazybob Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144418
* | 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-03162-0/+35752
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03154-34507/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-0320-1655/+410
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-0221-418/+1993
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+413
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-132-3/+14
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-109-62/+46
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-25/+34
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0941-1966/+7386
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1776-1174/+4271
|
* Initial ContributionThe Android Open Source Project2008-10-21136-0/+25244