| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary IPv6 and IPv4 parsing from URI. | Jesse Wilson | 2010-04-22 | 4 | -752/+476 |
* | Merge "Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDo... | Jesse Wilson | 2010-04-22 | 3 | -8/+42 |
|\ |
|
| * | Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainName | Jesse Wilson | 2010-04-22 | 3 | -8/+42 |
* | | java.text.RuleBasedCollator fixes. | Elliott Hughes | 2010-04-22 | 2 | -2/+63 |
* | | Update to the latest upstream collator tests. | Elliott Hughes | 2010-04-22 | 2 | -0/+86 |
* | | am 3825d34f: am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp. | Elliott Hughes | 2010-04-21 | 1 | -1/+1 |
|\ \ |
|
| * \ | am 1dd42bb9: Fix NetworkInterface on sholes/ppp. | Elliott Hughes | 2010-04-21 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix NetworkInterface on sholes/ppp. | Elliott Hughes | 2010-04-21 | 1 | -1/+1 |
| | * | | DO NOT MERGE. Suppressing tests that fail in CTS' test runner. | Jesse Wilson | 2010-04-14 | 8 | -0/+12 |
| |/ / |
|
* | | | Fix Locale.getDisplayName for unlocalizable languages/countries/variants. | Elliott Hughes | 2010-04-21 | 3 | -10/+48 |
* | | | Rewrite the HTTP connection pool used by HttpURLConnection. | Jesse Wilson | 2010-04-20 | 5 | -188/+125 |
| |/
|/| |
|
* | | Fixing TimeZone.setDefault() documentation. | Jesse Wilson | 2010-04-20 | 3 | -559/+239 |
* | | Fix a BigInteger(String) bug I introduced yesterday. | Elliott Hughes | 2010-04-20 | 1 | -0/+4 |
* | | Fix several BigInteger failures. | Elliott Hughes | 2010-04-19 | 1 | -5/+2 |
* | | Speed up %d for locales with non-ASCII digits. | Elliott Hughes | 2010-04-19 | 1 | -828/+717 |
* | | Remove a dangling import, and another unused Messages.java. | Elliott Hughes | 2010-04-18 | 1 | -143/+0 |
* | | Remove two dead files. | Elliott Hughes | 2010-04-16 | 1 | -75/+0 |
* | | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 17 | -131/+32 |
* | | Merge LocaleData and Resources, rename Resources to ICU. | Elliott Hughes | 2010-04-16 | 8 | -120/+189 |
* | | merging FRF15 for dalvik-dev | Brian Carlstrom | 2010-04-16 | 7 | -0/+10 |
* | | Merge "Fixing TreeMap serialization issues." into dalvik-dev | Jesse Wilson | 2010-04-16 | 3 | -36/+79 |
|\ \ |
|
| * | | Fixing TreeMap serialization issues. | Jesse Wilson | 2010-04-15 | 3 | -36/+79 |
* | | | Change DecimalFormatSymbols to have a field per symbol. | Elliott Hughes | 2010-04-16 | 2 | -9/+8 |
* | | | Merge "java.util.Formatter: fix localization of numbers." into dalvik-dev | Elliott Hughes | 2010-04-15 | 4 | -493/+288 |
|\ \ \
| |/ /
|/| | |
|
| * | | java.util.Formatter: fix localization of numbers. | Elliott Hughes | 2010-04-15 | 4 | -493/+288 |
* | | | Merge "From scratch implementation of a Navigable TreeMap." into dalvik-dev | Jesse Wilson | 2010-04-15 | 6 | -2371/+1810 |
|\ \ \ |
|
| * | | | From scratch implementation of a Navigable TreeMap. | Jesse Wilson | 2010-04-15 | 6 | -2371/+1810 |
* | | | | Merge commit 'da18d995' into manualmerge | Jesse Wilson | 2010-04-15 | 1 | -5/+7 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader. | Jesse Wilson | 2010-04-13 | 1 | -5/+7 |
* | | | Remove "Messages" from the nio, prefs, sql, text, and x-net modules. | Elliott Hughes | 2010-04-14 | 11 | -337/+96 |
| |/
|/| |
|
* | | Use the same documentation in all the methods that take a format string. | Elliott Hughes | 2010-04-13 | 4 | -56/+48 |
* | | Improve documentation about the user's default locale. | Elliott Hughes | 2010-04-13 | 7 | -118/+104 |
* | | Fix String.toLowerCase and toUpperCase. | Elliott Hughes | 2010-04-13 | 2 | -165/+136 |
* | | Fix supplementary character support. | Elliott Hughes | 2010-04-12 | 1 | -40/+44 |
* | | Throw the same exceptions as the RI from String methods. | Elliott Hughes | 2010-04-10 | 1 | -6/+5 |
* | | Merge "Make String.split 10x faster." into dalvik-dev | Elliott Hughes | 2010-04-09 | 1 | -14/+12 |
|\ \ |
|
| * | | Make String.split 10x faster. | Elliott Hughes | 2010-04-09 | 1 | -14/+12 |
* | | | Merge "Latest java.util.concurrent from the JSR 166 project." into dalvik-dev | Jesse Wilson | 2010-04-09 | 5 | -1/+1831 |
|\ \ \ |
|
| * | | | Latest java.util.concurrent from the JSR 166 project. | Jesse Wilson | 2010-04-09 | 5 | -1/+1831 |
* | | | | Disable our new javax.net.ssl tests until hangs are resolved | Brian Carlstrom | 2010-04-09 | 1 | -1/+2 |
|/ / / |
|
* | | | An InlineNative for String.isEmpty, so it's not slower than length() == 0. | Elliott Hughes | 2010-04-08 | 1 | -0/+5 |
|/ / |
|
* | | Fixing javax.net.ssl test failures on RI | Brian Carlstrom | 2010-04-08 | 3 | -5/+13 |
* | | Fix build by adding missing imports. | Elliott Hughes | 2010-04-06 | 1 | -0/+2 |
* | | Merge "Actually use ServiceLoader in places where we had a hard-coded equival... | Elliott Hughes | 2010-04-06 | 1 | -12/+33 |
|\ \ |
|
| * | | Actually use ServiceLoader in places where we had a hard-coded equivalent. | Elliott Hughes | 2010-04-06 | 1 | -12/+33 |
* | | | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL... | Brian Carlstrom | 2010-04-06 | 1 | -2/+4 |
* | | | resolved conflicts for merge of dd53c703 to dalvik-dev | Elliott Hughes | 2010-04-05 | 11 | -88/+59 |
|\ \ \
| | |/
| |/| |
|
| * | | Froyo InputStream.available documentation improvement. | Elliott Hughes | 2010-04-05 | 11 | -88/+59 |
* | | | Remove unnecessary final local variables and arguments from javax.net.ssl tests | Brian Carlstrom | 2010-04-05 | 4 | -157/+157 |
| |/
|/| |
|
* | | Merge "New "from scratch" Junit tests for javax.net.ssl" into dalvik-dev | Brian Carlstrom | 2010-04-03 | 7 | -0/+1693 |
|\ \ |
|