| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
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).
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2b2e488b25922b0b34094305cac084073ffbd03c' into eclair
* commit '2b2e488b25922b0b34094305cac084073ffbd03c':
Exposed default trust manager.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'affecd7714e14fabff011ad61d436df3698bf7eb' into eclair
* commit 'affecd7714e14fabff011ad61d436df3698bf7eb':
Cleanup CTS core failing tests.
|
| |
| |
| |
| | |
BUG 2053939
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '2932648271e72bad181b293e1fa5945265c7dbed'
* commit '2932648271e72bad181b293e1fa5945265c7dbed':
Removing MD2
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Performance improvement for OpenSSLSocketImpl in read and write
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily
resulting in a VM crash.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
zero broken tests.'
Original author: ursg
Merged from: //branches/cupcake/...
Automated import of CL 145615
|
| |
| |
| |
| |
| |
| |
| | |
Original author: jorgp
Merged from: //branches/cupcake/...
Automated import of CL 144820
|
| |
| |
| |
| |
| |
| |
| | |
Original author: crazybob
Merged from: //branches/cupcake/...
Automated import of CL 144381
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
XNET down to zero broken tests.'
Original author: ursg
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 145652
|
| |
| |
| |
| |
| |
| |
| |
| | |
Original author: jorgp
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144825
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SSL sessions.
Original author: crazybob
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144418
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|