summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* resolved conflicts for merge of ce588a3a to masterJesse Wilson2010-06-011-1/+0
|\
| * Delete duplicate test files for JDK 1.6 compatibility.Jake Hamby2010-05-271-1/+0
* | 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
* | am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclairBrett Chabot2009-12-221-0/+49
|\ \ | |/
| * Skip locale dependent libcore tests if required locales are not present.Brett Chabot2009-12-221-0/+49
* | Android ICU4.2.1 upgrade.Claire Ho2009-12-021-47/+50
* | Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-181-0/+54
* | Fix HttpURLConnection's chunked encoding behavior.Elliott Hughes2009-11-122-78/+52
* | Remove deadlock-prone thread pool.Elliott Hughes2009-11-041-91/+7
* | Fixing 1 of the 4 BufferedReader test failures in bug 2224903.Jesse Wilson2009-10-301-0/+64
* | Implement ProcessBuilder.redirectErrorStream.Elliott Hughes2009-10-281-2/+23