summaryrefslogtreecommitdiffstats
path: root/x-net/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "Messages" from the nio, prefs, sql, text, and x-net modules.Elliott Hughes2010-04-142-164/+0
* Merge commit '7dbf57f6' into manualmergeBrian Carlstrom2010-04-101-1/+2
|\
| * Fix SSL_shutdown error reporting to print a proper error instead of "Ok"Brian Carlstrom2010-04-091-1/+2
* | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL...Brian Carlstrom2010-04-0614-1586/+1337
* | resolved conflicts for merge of dd53c703 to dalvik-devElliott Hughes2010-04-052-13/+0
|\ \ | |/
| * Merge "Froyo InputStream.available documentation improvement." into froyoElliott Hughes2010-04-052-13/+0
| |\
| | * Froyo InputStream.available documentation improvement.Elliott Hughes2010-04-052-13/+0
* | | am ea527bc0: Remove debug message from OpenSSL JNI codeBrian Carlstrom2010-04-021-1/+0
|\ \ \ | |/ /
| * | Remove debug message from OpenSSL JNI codeBrian Carlstrom2010-03-301-1/+0
| |/
* | am f87ab961: Merge "Don\'t leak memory on failed pipe or mutex init"Kenny Root2010-03-241-0/+2
|\ \ | |/
| * Don't leak memory on failed pipe or mutex initKenny Root2010-03-241-0/+2
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-224-23/+4
* | am 1a29c735: Merge "Fix server side SSLEngine ServerKeyExchange signature."Costin Manolache2010-03-052-26/+30
|\ \ | |/
| * Fix server side SSLEngine ServerKeyExchange signature.Costin Manolache2010-03-052-26/+30
* | resolved conflicts for merge of e84bea92 to dalvik-devBrian Carlstrom2010-02-287-2559/+2293
|\ \ | |/
| * First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ...Brian Carlstrom2010-02-257-2559/+2293
* | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-221-0/+30
|\ \ | |/
| * Add a setHandshakeTimeout() to OpenSSLSocketImpl, which setsDan Egnor2010-02-101-0/+30
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-194-23/+3
* | Fix two compiler warnings.Elliott Hughes2010-02-031-5/+5
|/
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-282-50/+18
* 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
|\ \