- f33eae7 Remove all trailing whitespace from the dalvik team-maintained parts of libcore. by Elliott Hughes · 15 years ago
- d21d78f Convert tabs to spaces. by Elliott Hughes · 15 years ago
- fd6bb35 Remove //$NON-NLS-\d$ cruft. by Elliott Hughes · 15 years ago
- 2620ff9 Fix *Channel to check that they're not trying to write into a read-only ByteBuffer. by Elliott Hughes · 15 years ago
- d85168b Slightly reduce duplication in FileChannelImpl/SocketChannelImpl. by Elliott Hughes · 15 years ago
- a008cf0 Minor file system changes. by Elliott Hughes · 15 years ago
- 0b2836e Apply http://svn.apache.org/viewvc?rev=936696&view=rev. by Elliott Hughes · 15 years ago
- f281667 Reduced the amount of memory used by the TimeZone display names. by Elliott Hughes · 15 years ago
- 0bcf440 Merge "Documentation improvements." into dalvik-dev by Elliott Hughes · 15 years ago
- a49c913 Merge "SSLSession and SSLSessionContext timeout improvements" into dalvik-dev by Brian Carlstrom · 15 years ago
- 5f37da0 Documentation improvements. by Elliott Hughes · 15 years ago
- a7ae90d SSLSession and SSLSessionContext timeout improvements by Brian Carlstrom · 15 years ago
- 509ca34 Fix a bug in PriorityQueue where compareTo() is used instead of equals() in the remove() method. by Jeremy Sharpe · 15 years ago
- 0af0a79 SSLSessionContexts should throw NullPointerException on getSession(null) by Brian Carlstrom · 15 years ago
- f365a1c SSLContext.getClientSessionContext and getServerSessionContext should work before SSLContext.init by Brian Carlstrom · 15 years ago
- 259d900 Add missing include needed for simulator build by Brian Carlstrom · 15 years ago
- cbf7b8c Merge "Moving most libcore .c files to .cpp" into dalvik-dev by Brian Carlstrom · 15 years ago
- ec2f593 Moving most libcore .c files to .cpp by Brian Carlstrom · 15 years ago
- edc2dae Trivia. by Elliott Hughes · 15 years ago
- 0356c44 Fix sim build, remove static initalizers from Deflater/Inflater. by Elliott Hughes · 15 years ago
- 44e0e56 Enable -Wall -Wextra for libcore and cleanup all but one warning by Brian Carlstrom · 15 years ago
- 0f840f7 Merge "Clean up the zlib-related native code." into dalvik-dev by Elliott Hughes · 15 years ago
- 74c05e2 Clean up the zlib-related native code. by Elliott Hughes · 15 years ago
- 2def26b Move ScopedJavaUnicodeString to include/ by Kenny Root · 15 years ago
- b6f5c95 Merge "Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)" into dalvik-dev by Brian Carlstrom · 15 years ago
- 3e24c53 Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup) by Brian Carlstrom · 15 years ago
- 50d99e1 Merge "Fix SimpleDateFormat's unsafe Date handling." into dalvik-dev by Elliott Hughes · 15 years ago
- 6fcba7b Fix SimpleDateFormat's unsafe Date handling. by Elliott Hughes · 15 years ago
- 3642569 Setting expectations and fixing failures from scrubbing Harmony tests. by Jesse Wilson · 15 years ago
- ab3683b Improve File.renameTo documentation. by Elliott Hughes · 15 years ago
- 5cc876d Trivia. by Elliott Hughes · 15 years ago
- eeefcae Remove the "Answers" javadoc barbarism. by Elliott Hughes · 15 years ago
- b470d3a Merge "Fix HttpURLConnection to not cache failures." into dalvik-dev by Elliott Hughes · 15 years ago
- 6247987 Fix HttpURLConnection to not cache failures. by Elliott Hughes · 15 years ago
- f002bdd Moving OpenSSLSessionImpl native code to NativeCrypto by Brian Carlstrom · 15 years ago
- 7b18e4c Merge "Remove use of non-errno error codes in OSNetworkSystem." into dalvik-dev by Elliott Hughes · 15 years ago
- 02d23a6 Remove unnecessary NativeCrypto "OpenSSL error" warning by Brian Carlstrom · 15 years ago
- b375c0c Remove use of non-errno error codes in OSNetworkSystem. by Elliott Hughes · 15 years ago
- e688a41 Addressing post-submit comments regarding OpenSSL handhake changes by Brian Carlstrom · 15 years ago
- 6b811c5 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 15 years ago
- 0a98ab4 Merge "Improving the doc for java.util.Timer" into dalvik-dev by Jesse Wilson · 15 years ago
- c38102e Improving the doc for java.util.Timer by Jesse Wilson · 15 years ago
- 252299f Merge "Fix IPv6 multicast TTLs." into dalvik-dev by Elliott Hughes · 15 years ago
- 4401c75 Fix IPv6 multicast TTLs. by Elliott Hughes · 15 years ago
- f4c62bc Merge "OpenSSLSocket handshake overhaul" into dalvik-dev by Brian Carlstrom · 15 years ago
- bcfb325 OpenSSLSocket handshake overhaul by Brian Carlstrom · 15 years ago
- 4cb7f05 Remove an unused field and tidy up a test. by Elliott Hughes · 15 years ago
- 4d8e933 Fix MulticastSocket.setTTL. by Elliott Hughes · 15 years ago
- 60b01a5 Merge "Adding public API for cookies." into dalvik-dev by Jesse Wilson · 15 years ago
- d138a32 Adding public API for cookies. by Jesse Wilson · 15 years ago
- 21d0308 Merge "Fixing a few TreeMap bugs found by the latest Harmony tests." into dalvik-dev by Jesse Wilson · 15 years ago
- 2f2e06e Fixing a few TreeMap bugs found by the latest Harmony tests. by Jesse Wilson · 15 years ago
- 286772e Filling out implementations of java.util. by Jesse Wilson · 15 years ago
- 33088ca Remove almost all of the temporary allocations. by Elliott Hughes · 15 years ago
- fe0daba Merge "Fix HttpURLConnection.setFixedLengthStreamingMode." into dalvik-dev by Elliott Hughes · 15 years ago
- 02f0cb2 Fix HttpURLConnection.setFixedLengthStreamingMode. by Elliott Hughes · 15 years ago
- cec4dd4 merge more modules into luni by Peter Hallam · 15 years ago
- b4656e4 Merge "Fix =/== bug." into dalvik-dev by Elliott Hughes · 15 years ago
- 18f8a70 Fix =/== bug. by Elliott Hughes · 15 years ago
- 3ff29eb More merging of nio into luni by Peter Hallam · 15 years ago
- 3860771 Remove unnecessary IPv6 and IPv4 parsing from URI. by Jesse Wilson · 15 years ago
- d5fa369 Merge "Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainName" into dalvik-dev by Jesse Wilson · 15 years ago
- 733642b Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainName by Jesse Wilson · 15 years ago
- a7d4139 java.text.RuleBasedCollator fixes. by Elliott Hughes · 15 years ago
- 92c33a9 am 3825d34f: am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
- a5fd116 Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
- 0ade1b6 Fix Locale.getDisplayName for unlocalizable languages/countries/variants. by Elliott Hughes · 15 years ago
- 8baf143 Rewrite the HTTP connection pool used by HttpURLConnection. by Jesse Wilson · 15 years ago
- 2f63326 Fixing TimeZone.setDefault() documentation. by Jesse Wilson · 15 years ago
- 6dda210 Speed up %d for locales with non-ASCII digits. by Elliott Hughes · 15 years ago
- f88ba00 Remove a dangling import, and another unused Messages.java. by Elliott Hughes · 15 years ago
- 50f04c0 Remove two dead files. by Elliott Hughes · 15 years ago
- c08f9fb Move the libcore registration out of libnativehelpers and into libcore. by Elliott Hughes · 15 years ago
- 757a794 Merge LocaleData and Resources, rename Resources to ICU. by Elliott Hughes · 15 years ago
- 2699e44 Merge "Fixing TreeMap serialization issues." into dalvik-dev by Jesse Wilson · 15 years ago
- b7e820b Change DecimalFormatSymbols to have a field per symbol. by Elliott Hughes · 15 years ago
- 0790403 Fixing TreeMap serialization issues. by Jesse Wilson · 15 years ago
- e875cc0 Merge "java.util.Formatter: fix localization of numbers." into dalvik-dev by Elliott Hughes · 15 years ago
- ef415fb java.util.Formatter: fix localization of numbers. by Elliott Hughes · 15 years ago
- 984dc62 From scratch implementation of a Navigable TreeMap. by Jesse Wilson · 15 years ago
- 03c0a8e Remove "Messages" from the nio, prefs, sql, text, and x-net modules. by Elliott Hughes · 15 years ago
- 5dc59cf Use the same documentation in all the methods that take a format string. by Elliott Hughes · 15 years ago
- 3106a99 Improve documentation about the user's default locale. by Elliott Hughes · 15 years ago
- 9de899c Fix String.toLowerCase and toUpperCase. by Elliott Hughes · 15 years ago
- 4a6cd08 Fix supplementary character support. by Elliott Hughes · 15 years ago
- d9d4093 Throw the same exceptions as the RI from String methods. by Elliott Hughes · 15 years ago
- a94813f Merge "Make String.split 10x faster." into dalvik-dev by Elliott Hughes · 15 years ago
- 0510f0d Make String.split 10x faster. by Elliott Hughes · 15 years ago
- 6232a5e Latest java.util.concurrent from the JSR 166 project. by Jesse Wilson · 15 years ago
- 8c462db Fix build by adding missing imports. by Elliott Hughes · 15 years ago
- e8f1d7b Merge "Actually use ServiceLoader in places where we had a hard-coded equivalent." into dalvik-dev by Elliott Hughes · 15 years ago
- 64e526d Actually use ServiceLoader in places where we had a hard-coded equivalent. by Elliott Hughes · 15 years ago
- f307b1e resolved conflicts for merge of dd53c703 to dalvik-dev by Elliott Hughes · 15 years ago
- 582d926 Froyo InputStream.available documentation improvement. by Elliott Hughes · 15 years ago
- 3604384 Add Java 6's java.util.ServiceLoader. by Elliott Hughes · 15 years ago
- f9157ea Tidy up our getAvailableLocales methods to actually ask ICU4C. by Elliott Hughes · 15 years ago
- f072c03 Merge "Add Java 6's java.net.IDN." into dalvik-dev by Elliott Hughes · 15 years ago
- 79179d5 Add Java 6's java.net.IDN. by Elliott Hughes · 15 years ago
- de816cc Fix an off-by-one error in fd range checking. by Elliott Hughes · 15 years ago
- a927a85 Merge "Add Java 6's ResourceBundle/Properties API." into dalvik-dev by Elliott Hughes · 15 years ago