summaryrefslogtreecommitdiffstats
path: root/support/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix the exception thrown by getDeclaredFields if the class is unavailable.Jesse Wilson2010-08-191-0/+131
| |/ |/|
* | Moving tests to be under the libcore.* package.Jesse Wilson2010-08-106-11/+28
|/
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-022-1/+29
* Bring SSLSocketImpl and SSLEngine in line with OpenSSLSocketImpl's cipher suitesBrian Carlstrom2010-07-224-96/+106
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-163-48/+72
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-135-105/+371
* TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA ...Brian Carlstrom2010-07-082-8/+16
* Buffering the decoding of chunked encoding and HTTP headers.Jesse Wilson2010-07-011-23/+104
* Trim BouncyCastle *-OpenSSL algorithmsBrian Carlstrom2010-06-301-10/+0
* Fixing response cache and connection reuse for HTTP client.Jesse Wilson2010-06-283-14/+215
* Remove libcore's dependency on bouncycastleBrian Carlstrom2010-06-261-5/+1
* Scrubbing tests marked @BrokenTest.Jesse Wilson2010-06-2417-0/+1743
* Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang.Jesse Wilson2010-06-221-2/+6
* Move StandardNames from javax.net.ssl package to the more appropriate java.se...Brian Carlstrom2010-06-212-10/+12
* Updating StandardNames for updated bouncycastle that is closer to the RIBrian Carlstrom2010-06-211-156/+77
* Merge "Implementing ZoneInfo.hasSameRules()." into dalvik-devJesse Wilson2010-06-181-1/+2
|\
| * Implementing ZoneInfo.hasSameRules().Jesse Wilson2010-06-181-1/+2
* | Remove targets.*Brian Carlstrom2010-06-1817-919/+0
* | Add ProviderTest to verify expected algorithms from register ProvidersBrian Carlstrom2010-06-181-6/+388
|/
* Fixing various problems with HTTPS proxies thru HTTP.Jesse Wilson2010-06-142-2/+6
* Adding testcases for HttpsURLConnection and through a proxy.Jesse Wilson2010-06-111-0/+6
* Adding HTTPS and proxy support to our mock webserver.Jesse Wilson2010-06-102-19/+63
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-266-25/+330
* Enable Diffie-Hellman cipher suitesBrian Carlstrom2010-05-201-17/+17
* Merge "Testing that URLConnection uses CookieManager for send and receive." i...Jesse Wilson2010-05-171-9/+4
|\
| * Testing that URLConnection uses CookieManager for send and receive.Jesse Wilson2010-05-171-9/+4
* | Change Harmony CipherSuite to use JSSE namesBrian Carlstrom2010-05-171-0/+2
* | Supported cipher suites improvementsBrian Carlstrom2010-05-174-181/+289
* | Remove ScopedGlobalRef (and other cleanups)Brian Carlstrom2010-05-151-5/+11
* | Use JSSE cipher suite names and restore JSSE SSLSessionContext semanticsBrian Carlstrom2010-05-141-46/+106
|/
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-13106-1131/+1131
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-133-3/+3
* Merge "Adding checks to make sure the HTTP method is consistent with its body...Jesse Wilson2010-05-121-1/+16
|\
| * Adding checks to make sure the HTTP method is consistent with its body.Jesse Wilson2010-05-101-1/+16
* | SSLSessionContexts should throw NullPointerException on getSession(null)Brian Carlstrom2010-05-111-0/+8
|/
* New MockWebServer for HTTP testing.Jesse Wilson2010-05-103-0/+476
* Addressing post-submit comments regarding OpenSSL handhake changesBrian Carlstrom2010-05-041-39/+99
* Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer ...Brian Carlstrom2010-05-042-13/+11
* OpenSSLSocket handshake overhaulBrian Carlstrom2010-05-044-0/+490
* Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-04-201-10/+10
* Merge commit '8812fdd7' into manualmergeJesse Wilson2010-03-291-1/+6
|\
| * Fixing tests to handle changes in our behaviour since DOM 3.Jesse Wilson2010-03-261-1/+6
* | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-221-0/+16
|\ \ | |/
| * Filling in some gaps in our XML DOM v3 API.Jesse Wilson2010-02-191-0/+16
* | Remove some potential test flakiness.Elliott Hughes2010-02-121-37/+24
|/
* Fix all the harmony java.util.Formatter tests.Elliott Hughes2010-01-291-6/+15
* am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIte...Brett Chabot2010-01-272-41/+46
|\
| * Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_ObjectBrett Chabot2010-01-212-41/+46
* | Fix Date.toString.Elliott Hughes2010-01-141-1/+13
* | Fixing our default HTTP Accept header to be spec-compliant.Jesse Wilson2010-01-081-1/+1