| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'goog/master' into mm | Elliott Hughes | 2010-02-22 | 1 | -0/+30 |
|\ |
|
| * | Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets | Dan Egnor | 2010-02-10 | 1 | -0/+30 |
* | | Resync a load of tests with upstream, make our build faster. | Elliott Hughes | 2010-02-19 | 4 | -23/+3 |
* | | Fix two compiler warnings. | Elliott Hughes | 2010-02-03 | 1 | -5/+5 |
|/ |
|
* | Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. | Elliott Hughes | 2010-01-28 | 2 | -50/+18 |
* | Set peer for new SSLSessionImpl instances. | Elliott Hughes | 2010-01-11 | 2 | -3/+4 |
* | Fix our SSLSession implementations to call valueUnbound on remove. | Elliott Hughes | 2009-12-15 | 3 | -7/+18 |
* | Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. | Elliott Hughes | 2009-12-15 | 3 | -289/+93 |
* | protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH | Jean-Baptiste Queru | 2009-11-17 | 1 | -0/+5 |
* | Don't allocate arbitrary-length buffers on the stack. | Elliott Hughes | 2009-11-13 | 1 | -10/+9 |
* | Remove duplication in OpenSSLSocket/OpenSSLServerSocket. | Elliott Hughes | 2009-11-03 | 4 | -100/+36 |
* | A new hygenic way for tests to clean up before or after execution. | Jesse Wilson | 2009-10-25 | 1 | -0/+6 |
* | Re-enable SSL handshake cutthrough support (and fixed unittest) | Nagendra Modadugu | 2009-10-22 | 2 | -3/+12 |
* | Disable SMALL_BUFFERS and CUTTHROUGH, as SSLSession test fails with these flags. | Nagendra Modadugu | 2009-10-08 | 1 | -8/+0 |
* | Fix several leaks in OpenSSL JNI cipher suites code. | Elliott Hughes | 2009-10-07 | 3 | -146/+69 |
* | Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections. | Nagendra Modadugu | 2009-10-06 | 1 | -11/+21 |
* | Use jniThrowException instead of FindClass/ThrowNew. | Elliott Hughes | 2009-10-01 | 2 | -17/+7 |
* | Fix 32-bit int shifted >= 32 bits in SSLInputStream. | Elliott Hughes | 2009-09-24 | 1 | -5/+5 |
* | am 158135f4: am 2317d8dd: Merge change 26055 into eclair | Bob Lee | 2009-09-21 | 1 | -39/+46 |
|\ |
|
| * | Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the... | Bob Lee | 2009-09-20 | 1 | -39/+46 |
* | | Several small native code fixes. | Elliott Hughes | 2009-09-10 | 1 | -14/+0 |
* | | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. | Elliott Hughes | 2009-09-09 | 2 | -14/+8 |
* | | Add missing calls to ReleaseByteArrayElements. | Elliott Hughes | 2009-09-08 | 4 | -4/+49 |
|/ |
|
* | Fix two calls to memset(3) whose arguments were reversed. | Elliott Hughes | 2009-09-02 | 1 | -1/+1 |
* | Update x-net to Harmony r802921. | Jesse Wilson | 2009-08-27 | 92 | -2062/+1326 |
* | am dfd0afbc: Each time we start an SSL session, we have to find the trust anc... | Bob Lee | 2009-08-26 | 2 | -0/+28 |
|\ |
|
| * | Each time we start an SSL session, we have to find the trust anchor. This use... | Bob Lee | 2009-08-26 | 2 | -0/+28 |
* | | am 2b2e488b: Exposed default trust manager. | Bob Lee | 2009-08-20 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | Exposed default trust manager. | Bob Lee | 2009-08-20 | 1 | -1/+9 |
* | | am affecd77: Cleanup CTS core failing tests. | Brett Chabot | 2009-08-18 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Cleanup CTS core failing tests. | Brett Chabot | 2009-08-14 | 1 | -2/+0 |
* | | am 29326482: Removing MD2 | Urs Grob | 2009-07-30 | 3 | -18/+27 |
|\ \
| |/ |
|
| * | Removing MD2 | Urs Grob | 2009-07-29 | 3 | -18/+27 |
* | | Merge change 4613 | Android (Google) Code Review | 2009-07-10 | 1 | -4/+10 |
|\ \ |
|
| * | | Performance improvement for OpenSSLSocketImpl in read and write | Urs Grob | 2009-06-18 | 1 | -4/+10 |
* | | | am ab4b7f70: Merge change 5967 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -7/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Modifies OpenSSLSocketImpl to use a different lock for the instance count. It... | crazybob | 2009-07-01 | 1 | -7/+4 |
| * | AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts host | Urs Grob | 2009-04-21 | 3 | -0/+0 |
| * | AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to zero... | Urs Grob | 2009-04-09 | 6 | -313/+253 |
| * | AI 144820: am: CL 144816 Bringing XNET down to zero broken tests. | Jorg Pleumann | 2009-04-07 | 8 | -190/+821 |
| * | AI 144381: am: CL 144356 Synchronized code that touches native SSL sessions. | Bob Lee | 2009-04-02 | 2 | -6/+19 |
| * | Automated import from //branches/donutburger/...@141709,141709 | Urs Grob | 2009-03-24 | 23 | -1424/+2690 |
| * | Automated import from //branches/donutburger/...@141355,141355 | Bob Lee | 2009-03-24 | 1 | -1/+1 |
* | | remove all references to LogSocket.h | Mathias Agopian | 2009-06-05 | 1 | -4/+0 |
* | | AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests ... | Urs Grob | 2009-04-21 | 3 | -0/+0 |
* | | AI 145652: am: CL 145615 am: CL 145291 Fixes from the review of 'Bringing XNE... | Urs Grob | 2009-04-09 | 6 | -313/+253 |
* | | AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests. | Jorg Pleumann | 2009-04-07 | 8 | -190/+821 |
* | | AI 144418: am: CL 144381 am: CL 144356 Synchronized code that touches native ... | Bob Lee | 2009-04-02 | 2 | -6/+19 |
* | | Automated import from //branches/master/...@141710,141710 | Urs Grob | 2009-03-24 | 23 | -1424/+2690 |
* | | Automated import from //branches/master/...@141357,141357 | Bob Lee | 2009-03-24 | 1 | -1/+1 |
|/ |
|