summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix @deprecated javadoc orthography.Elliott Hughes2013-06-062-2/+2
|/ / /
* | | Cleanup openssl test generation scripts to work in any directoryBrian Carlstrom2013-03-202-63/+63
* | | Add test for empty CRLKenny Root2013-03-062-1/+4
* | | SigAlgParams and other testsKenny Root2013-03-0538-60/+75
* | | X509CertificateTest: test for empty subjectAltNamesKenny Root2013-01-073-0/+4
* | | Add test for X509CertificateFactory#generateCertificatesKenny Root2013-01-025-0/+101
* | | Add X509CRLTest in libcore testsKenny Root2013-01-0230-7/+43
* | | Add X509CertificateTest in libcore testsKenny Root2013-01-0124-0/+369
* | | Fix ConcurrentCloseTest flakiness.Elliott Hughes2012-10-161-25/+35
* | | Add support for ECDSA signatures on jar filesKenny Root2012-10-121-0/+0
* | | Add stronger digest support to JarVerifierKenny Root2012-10-102-0/+0
|/ /
* | Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-242-13/+17
* | Start removing Support_PortManager.Elliott Hughes2012-07-181-38/+8
|/
* Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKeyBrian Carlstrom2012-03-221-42/+9
* Kill SerializationTester; obsoleted by SerializableTester.Jesse Wilson2011-12-131-246/+0
* Set ANDROID_DATA for DalvikExecTestBrian Carlstrom2011-10-141-3/+3
* Fix a couple of isReachable bugs.Elliott Hughes2011-09-301-6/+6
* Fix ClassLoaderBuilder to work in an APK file.Jesse Wilson2011-08-121-1/+20
* Use external/mockwebserver in libcoreJesse Wilson2011-06-071-0/+3
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-1/+1
* Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-36/+50
* Cache HTTP responses with a Vary header.Jesse Wilson2011-05-171-2/+2
* Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-0/+106
* Clean up the select(2) implementation.Elliott Hughes2011-05-111-0/+18
* Don't lose the import for InetAddress.Jesse Wilson2011-05-051-0/+1
* Fix proxy+HTTPS to handle authentication requests from the proxy.Jesse Wilson2011-05-052-4/+23
* A handful of networking test fixes.Elliott Hughes2011-05-041-50/+1
* Merge "Honor max-age and min-fresh request headers." into dalvik-devJesse Wilson2011-04-301-1/+1
|\
| * Honor max-age and min-fresh request headers.Jesse Wilson2011-04-291-1/+1
* | resolved conflicts for merge of 7195b3b9 to dalvik-devBrian Carlstrom2011-04-291-4/+14
|\ \ | |/ |/|
| * Fix X509CertImpl.verify(PublicKey, String) to respect provider argumentBrian Carlstrom2011-04-291-4/+14
* | Support conditional gets in HttpURLConnection.Jesse Wilson2011-04-293-242/+41
* | post bouncycastle 1.46 upgrade test cleanupBrian Carlstrom2011-04-141-1/+1
|/
* am 866b399e: am 9d28a32d: am bc4c79c6: Don\'t read from the delegate stream a...Jesse Wilson2011-03-311-2/+3
|\
| * Don't read from the delegate stream after we close it.Jesse Wilson2011-03-311-2/+3
* | Remove a broken API that encouraged people to make the wrong fix to tests.Elliott Hughes2011-03-302-22/+7
* | Fix MockWebServer to use the same hostname as TestKeyStore.Jesse Wilson2011-03-291-4/+7
* | Remove dead classes.Elliott Hughes2011-03-114-439/+0
* | Rewrite BitSet and add the new valueOf and toLongArray methods.Elliott Hughes2011-03-111-202/+0
* | Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-029-101/+1
|/
* Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-071-1/+1
* Performance improvements to NativeCrypto based MessageDigest APIBrian Carlstrom2011-02-011-143/+39
* Fix HTTP cookie to do case mapping with Locale.US.Jesse Wilson2011-01-131-2/+2
* Move tests from android.core.URLTest to URLConnectionTest.Jesse Wilson2011-01-131-43/+51
* Documentation improvements for socket options.Elliott Hughes2011-01-101-1/+1
* Test that HttpURLConnection responds gracefully when the server closes a socket.Jesse Wilson2010-12-163-35/+74
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-58/+5
* am 57f2cc03: Test updates for Elliptic CurveBrian Carlstrom2010-11-181-146/+0
|\
| * Test updates for Elliptic CurveBrian Carlstrom2010-11-181-146/+0
* | Improve ConcurrentCloseTest.Elliott Hughes2010-11-161-0/+57