summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert tabs to spaces.Elliott Hughes2010-05-1341-1213/+1207
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-13436-5386/+5386
* Fix *Channel to check that they're not trying to write into a read-only ByteB...Elliott Hughes2010-05-138-92/+205
* Slightly reduce duplication in FileChannelImpl/SocketChannelImpl.Elliott Hughes2010-05-122-31/+20
* Minor file system changes.Elliott Hughes2010-05-126-69/+43
* Merge "Apply http://svn.apache.org/viewvc?rev=936696&view=rev." into dalvik-devElliott Hughes2010-05-121-0/+5
|\
| * Apply http://svn.apache.org/viewvc?rev=936696&view=rev.Elliott Hughes2010-05-121-0/+5
* | 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
* | Reduced the amount of memory used by the TimeZone display names.Elliott Hughes2010-05-115-84/+127
* | Merge "Documentation improvements." into dalvik-devElliott Hughes2010-05-1122-1315/+338
|\ \
| * | Documentation improvements.Elliott Hughes2010-05-1122-1315/+338
| |/
* | Merge "SSLSession and SSLSessionContext timeout improvements" into dalvik-devBrian Carlstrom2010-05-114-42/+90
|\ \
| * | SSLSession and SSLSessionContext timeout improvementsBrian Carlstrom2010-05-114-42/+90
* | | Fix a bug in PriorityQueue where compareTo() is used instead of equals() in t...Jeremy Sharpe2010-05-112-10/+9
|/ /
* | SSLSessionContexts should throw NullPointerException on getSession(null)Brian Carlstrom2010-05-114-33/+101
* | SSLContext.getClientSessionContext and getServerSessionContext should work be...Brian Carlstrom2010-05-106-38/+38
|/
* Merge "New MockWebServer for HTTP testing." into dalvik-devJesse Wilson2010-05-104-128/+531
|\
| * New MockWebServer for HTTP testing.Jesse Wilson2010-05-104-128/+531
* | Add missing include needed for simulator buildBrian Carlstrom2010-05-071-0/+1
* | Merge "Moving most libcore .c files to .cpp" into dalvik-devBrian Carlstrom2010-05-0719-698/+674
|\ \
| * | Moving most libcore .c files to .cppBrian Carlstrom2010-05-0719-698/+674
* | | Trivia.Elliott Hughes2010-05-0710-79/+32
|/ /
* | Fix sim build, remove static initalizers from Deflater/Inflater.Elliott Hughes2010-05-076-78/+26
* | Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-0734-416/+331
* | Merge "Clean up the zlib-related native code." into dalvik-devElliott Hughes2010-05-0724-4045/+467
|\ \
| * | Clean up the zlib-related native code.Elliott Hughes2010-05-0724-4045/+467
* | | Move ScopedJavaUnicodeString to include/Kenny Root2010-05-071-0/+0
* | | Merge "Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearn...Brian Carlstrom2010-05-065-623/+658
|\ \ \ | |/ / |/| |
| * | Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)Brian Carlstrom2010-05-065-623/+658
| |/
* | Merge "Fix SimpleDateFormat's unsafe Date handling." into dalvik-devElliott Hughes2010-05-063-3/+43
|\ \
| * | Fix SimpleDateFormat's unsafe Date handling.Elliott Hughes2010-05-063-3/+43
| |/
* | Setting expectations and fixing failures from scrubbing Harmony tests.Jesse Wilson2010-05-065-14/+154
|/
* Improve File.renameTo documentation.Elliott Hughes2010-05-051-60/+58
* Trivia.Elliott Hughes2010-05-052-9/+4
* Merge "Remove the "Answers" javadoc barbarism." into dalvik-devElliott Hughes2010-05-0511-304/+61
|\
| * Remove the "Answers" javadoc barbarism.Elliott Hughes2010-05-0511-304/+61
* | Merge "A test for unexpected finalization on objects that failed creation." i...Jesse Wilson2010-05-051-0/+40
|\ \ | |/ |/|
| * A test for unexpected finalization on objects that failed creation.Jesse Wilson2010-05-051-0/+40
* | Merge "Fix HttpURLConnection to not cache failures." into dalvik-devElliott Hughes2010-05-056-209/+216
|\ \
| * | Fix HttpURLConnection to not cache failures.Elliott Hughes2010-05-056-209/+216
* | | Moving OpenSSLSessionImpl native code to NativeCryptoBrian Carlstrom2010-05-054-199/+201
|/ /
* | Merge "Remove use of non-errno error codes in OSNetworkSystem." into dalvik-devElliott Hughes2010-05-054-513/+119
|\ \
| * | Remove use of non-errno error codes in OSNetworkSystem.Elliott Hughes2010-05-044-513/+119
* | | Remove unnecessary NativeCrypto "OpenSSL error" warningBrian Carlstrom2010-05-041-10/+10
* | | Addressing post-submit comments regarding OpenSSL handhake changesBrian Carlstrom2010-05-046-49/+170
* | | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041131-126/+29
* | | Merge "Improving the doc for java.util.Timer" into dalvik-devJesse Wilson2010-05-041-32/+29
|\ \ \ | |/ / |/| |
| * | Improving the doc for java.util.TimerJesse Wilson2010-05-041-32/+29
| |/
* | Merge "Remove workarounds from JSSE tests now that SSLServerSocket.accept no ...Brian Carlstrom2010-05-044-173/+69
|\ \