index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
src
/
test
/
java
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HTTP cookie to do case mapping with Locale.US.
Jesse Wilson
2011-01-13
1
-2
/
+2
*
Move tests from android.core.URLTest to URLConnectionTest.
Jesse Wilson
2011-01-13
1
-43
/
+51
*
Documentation improvements for socket options.
Elliott Hughes
2011-01-10
1
-1
/
+1
*
Test that HttpURLConnection responds gracefully when the server closes a socket.
Jesse Wilson
2010-12-16
3
-35
/
+74
*
Fix XML DOM test failures and close guard warnings.
Jesse Wilson
2010-11-29
1
-58
/
+5
*
am 57f2cc03: Test updates for Elliptic Curve
Brian Carlstrom
2010-11-18
1
-146
/
+0
|
\
|
*
Test updates for Elliptic Curve
Brian Carlstrom
2010-11-18
1
-146
/
+0
*
|
Improve ConcurrentCloseTest.
Elliott Hughes
2010-11-16
1
-0
/
+57
*
|
GZIPInputStream/GZIPOutputStream test improvements.
Elliott Hughes
2010-11-04
1
-0
/
+0
|
/
*
Fix broken interactions between HTTP response caches and redirects.
Jesse Wilson
2010-10-27
1
-2
/
+4
*
Fix ResponseCache to support caching of HTTPS responses.
Jesse Wilson
2010-10-26
1
-6
/
+76
*
resolved conflicts for merge of 0c4b3205 to master
Jesse Wilson
2010-09-24
1
-184
/
+0
|
\
|
*
Merge "Rely on the test runner to ensure a pristine VM." into gingerbread
Jesse Wilson
2010-09-24
1
-184
/
+0
|
|
\
|
|
*
Rely on the test runner to ensure a pristine VM.
Jesse Wilson
2010-09-24
1
-184
/
+0
*
|
|
am 82e18c5a: am 53bbb2b2: am 00feece2: Strip usage of the term \'localhost\' ...
Jesse Wilson
2010-09-24
1
-3
/
+6
|
\
\
\
|
|
/
/
|
*
|
Strip usage of the term 'localhost' from URLConnectionTest.
Jesse Wilson
2010-09-23
1
-3
/
+6
|
|
/
*
|
am 001c38bb: am 82cc2fdb: am 8edffc91: Merge "Fix test code that hardcodes th...
Jesse Wilson
2010-09-15
1
-1
/
+0
|
\
\
|
|
/
|
*
Fix test code that hardcodes the keystore. Necessary for the host build.
Jesse Wilson
2010-09-14
1
-1
/
+0
*
|
Fix the exception thrown by getDeclaredFields if the class is unavailable.
Jesse Wilson
2010-08-19
1
-0
/
+131
|
/
*
Support for TLS Extensions enabled SSLSockets with fallback to vanila SSL
Brian Carlstrom
2010-08-02
2
-1
/
+29
*
Buffering the decoding of chunked encoding and HTTP headers.
Jesse Wilson
2010-07-01
1
-23
/
+104
*
Fixing response cache and connection reuse for HTTP client.
Jesse Wilson
2010-06-28
3
-14
/
+215
*
Scrubbing tests marked @BrokenTest.
Jesse Wilson
2010-06-24
17
-0
/
+1743
*
Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang.
Jesse Wilson
2010-06-22
1
-2
/
+6
*
Fixing various problems with HTTPS proxies thru HTTP.
Jesse Wilson
2010-06-14
2
-2
/
+6
*
Adding testcases for HttpsURLConnection and through a proxy.
Jesse Wilson
2010-06-11
1
-0
/
+6
*
Adding HTTPS and proxy support to our mock webserver.
Jesse Wilson
2010-06-10
2
-19
/
+63
*
Testing that URLConnection uses CookieManager for send and receive.
Jesse Wilson
2010-05-17
1
-9
/
+4
*
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-05-13
50
-286
/
+286
*
Remove //$NON-NLS-\d$ cruft.
Elliott Hughes
2010-05-13
3
-3
/
+3
*
Adding checks to make sure the HTTP method is consistent with its body.
Jesse Wilson
2010-05-10
1
-1
/
+16
*
New MockWebServer for HTTP testing.
Jesse Wilson
2010-05-10
3
-0
/
+476
*
Rewrite the HTTP connection pool used by HttpURLConnection.
Jesse Wilson
2010-04-20
1
-10
/
+10
*
Merge commit '8812fdd7' into manualmerge
Jesse Wilson
2010-03-29
1
-1
/
+6
|
\
|
*
Fixing tests to handle changes in our behaviour since DOM 3.
Jesse Wilson
2010-03-26
1
-1
/
+6
*
|
Merge remote branch 'goog/master' into mm
Elliott Hughes
2010-02-22
1
-0
/
+16
|
\
\
|
|
/
|
*
Filling in some gaps in our XML DOM v3 API.
Jesse Wilson
2010-02-19
1
-0
/
+16
*
|
Remove some potential test flakiness.
Elliott Hughes
2010-02-12
1
-37
/
+24
|
/
*
Fix all the harmony java.util.Formatter tests.
Elliott Hughes
2010-01-29
1
-6
/
+15
*
am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIte...
Brett Chabot
2010-01-27
2
-41
/
+46
|
\
|
*
Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
Brett Chabot
2010-01-21
2
-41
/
+46
*
|
Fix Date.toString.
Elliott Hughes
2010-01-14
1
-1
/
+13
*
|
Fixing our default HTTP Accept header to be spec-compliant.
Jesse Wilson
2010-01-08
1
-1
/
+1
*
|
am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair
Brett Chabot
2009-12-22
1
-0
/
+49
|
\
\
|
|
/
|
*
Skip locale dependent libcore tests if required locales are not present.
Brett Chabot
2009-12-22
1
-0
/
+49
*
|
Android ICU4.2.1 upgrade.
Claire Ho
2009-12-02
1
-47
/
+50
*
|
Fix KXmlSerializer so it won't generate invalid XML.
Elliott Hughes
2009-11-18
1
-0
/
+54
*
|
Fix HttpURLConnection's chunked encoding behavior.
Elliott Hughes
2009-11-12
2
-78
/
+52
*
|
Remove deadlock-prone thread pool.
Elliott Hughes
2009-11-04
1
-91
/
+7
*
|
Fixing 1 of the 4 BufferedReader test failures in bug 2224903.
Jesse Wilson
2009-10-30
1
-0
/
+64
[next]