summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
* More cleanup of "hycomp.h".Elliott Hughes2010-05-149-92/+34
* Remove dead code.Elliott Hughes2010-05-142-7/+1
* Merge "Fix getInetAddress/getPort/getLocalAddress/getLocalPort." into dalvik-devElliott Hughes2010-05-147-325/+226
|\
| * Fix getInetAddress/getPort/getLocalAddress/getLocalPort.Elliott Hughes2010-05-147-325/+226
* | Use JSSE cipher suite names and restore JSSE SSLSessionContext semanticsBrian Carlstrom2010-05-1412-465/+457
* | Fix bug in TreeMap. All methods that returns Entrys must return immutable Ent...Jeremy Sharpe2010-05-142-41/+155
|/
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-132408-42778/+42778
* Convert tabs to spaces.Elliott Hughes2010-05-1340-1152/+1152
* Remove //$NON-NLS-\d$ cruft.Elliott Hughes2010-05-13433-5383/+5383
* 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
* Apply http://svn.apache.org/viewvc?rev=936696&view=rev.Elliott Hughes2010-05-121-0/+5
* Reduced the amount of memory used by the TimeZone display names.Elliott Hughes2010-05-113-82/+70
* 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-113-33/+93
* | SSLContext.getClientSessionContext and getServerSessionContext should work be...Brian Carlstrom2010-05-106-38/+38
|/
* Merge "New MockWebServer for HTTP testing." into dalvik-devJesse Wilson2010-05-101-128/+55
|\
| * New MockWebServer for HTTP testing.Jesse Wilson2010-05-101-128/+55
* | 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-0715-617/+601
|\ \
| * | Moving most libcore .c files to .cppBrian Carlstrom2010-05-0715-617/+601
* | | 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-0730-369/+283
* | 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-57/+0
* | | Merge "Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearn...Brian Carlstrom2010-05-064-623/+603
|\ \ \ | |/ / |/| |
| * | Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)Brian Carlstrom2010-05-064-623/+603
| |/
* | 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-063-4/+8
|/
* 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-045-10/+71