summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDo...Jesse Wilson2010-04-223-8/+42
|\
| * Fixing java.lang.NullPointerException at java.net.URI$Helper.isValidDomainNameJesse Wilson2010-04-223-8/+42
* | Merge "java.text.RuleBasedCollator fixes." into dalvik-devElliott Hughes2010-04-225-9/+97
|\ \
| * | java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-225-9/+97
* | | am ed4035bc: am d2203aa0: am 1beb43af: merge from open-source masterThe Android Open Source Project2010-04-220-0/+0
|\ \ \ | |/ / |/| |
| * | am d2203aa0: am 1beb43af: merge from open-source masterThe Android Open Source Project2010-04-220-0/+0
| |\ \
| | * \ am 1beb43af: merge from open-source masterThe Android Open Source Project2010-04-220-0/+0
| | |\ \
| | | * \ merge from open-source masterThe Android Open Source Project2010-04-220-0/+0
| | | |\ \
| | | | * | Improve the implementation of countOnes function to use only 12 operations.Cosmin Cojocar2010-04-200-0/+0
* | | | | | Update to the latest upstream collator tests.Elliott Hughes2010-04-224-708/+370
* | | | | | Merge "Suppress all failures in setSecurityManager() with vogar." into dalvik...Jesse Wilson2010-04-215-62/+77
|\ \ \ \ \ \
| * | | | | | Suppress all failures in setSecurityManager() with vogar.Jesse Wilson2010-04-215-62/+77
| | |_|_|_|/ | |/| | | |
* | | | | | am 3825d34f: am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | am 1dd42bb9: Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
* | | | | | Merge "Fix Locale.getDisplayName for unlocalizable languages/countries/varian...Elliott Hughes2010-04-213-10/+48
|\ \ \ \ \ \
| * | | | | | Fix Locale.getDisplayName for unlocalizable languages/countries/variants.Elliott Hughes2010-04-213-10/+48
* | | | | | | Merge "Add some .odex info to dexdump output." into dalvik-devAndy McFadden2010-04-210-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add some .odex info to dexdump output.Andy McFadden2010-04-200-0/+0
* | | | | | | Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-04-206-198/+135
| |_|_|_|/ / |/| | | | |
* | | | | | am 0691c470: am 6f7ec8e6: am 28f4d74b: Merge "Remove dangerous logging code f...Carl Shapiro2010-04-200-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am 6f7ec8e6: am 28f4d74b: Merge "Remove dangerous logging code from unlockMon...Carl Shapiro2010-04-200-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | am 28f4d74b: Merge "Remove dangerous logging code from unlockMonitor. It is ...Carl Shapiro2010-04-200-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge "Remove dangerous logging code from unlockMonitor. It is unsafe to der...Carl Shapiro2010-04-200-0/+0
| | | |\ \ \
| | | | * | | Remove dangerous logging code from unlockMonitor. It is unsafe toCarl Shapiro2010-04-200-0/+0
* | | | | | | am 7e3d5fcd: Merge "include emma into core library on conditional flag"Guang Zhu2010-04-201-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge "include emma into core library on conditional flag"Guang Zhu2010-04-201-0/+5
| |\ \ \ \ \ \
| | * | | | | | include emma into core library on conditional flagGuang Zhu2010-03-111-0/+5
* | | | | | | | am 91be9e67: am 9cfe27bd: am 8068ea8d: Update the ssl test so the client read...Huahui Wu2010-04-202-16/+51
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am 9cfe27bd: am 8068ea8d: Update the ssl test so the client reads something f...Huahui Wu2010-04-202-16/+51
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | am 8068ea8d: Update the ssl test so the client reads something from the serve...Huahui Wu2010-04-202-16/+51
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Update the ssl test so the client reads something from the server.Huahui Wu2010-04-202-16/+51
| | | | |/ / / | | | |/| | |
* | | | | | | Fixing TimeZone.setDefault() documentation.Jesse Wilson2010-04-204-559/+250
* | | | | | | resolved conflicts for merge of ee25fc06 to dalvik-devCarl Shapiro2010-04-200-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 831eec93: am b8fcf57f: Fix remaining small issues with the lock sampling.Carl Shapiro2010-04-200-0/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | am b8fcf57f: Fix remaining small issues with the lock sampling.Carl Shapiro2010-04-200-0/+0
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix remaining small issues with the lock sampling.Carl Shapiro2010-04-190-0/+0
* | | | | | | Merge "Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearb...Jesse Wilson2010-04-207-23/+153
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-207-23/+153
* | | | | | | Merge "Fix a BigInteger(String) bug I introduced yesterday." into dalvik-devElliott Hughes2010-04-202-9/+16
|\ \ \ \ \ \ \
| * | | | | | | Fix a BigInteger(String) bug I introduced yesterday.Elliott Hughes2010-04-202-9/+16
* | | | | | | | Merge "Make plain "-Xint" work." into dalvik-devAndy McFadden2010-04-200-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Make plain "-Xint" work.Andy McFadden2010-04-200-0/+0
* | | | | | | | | Merge "Merge commit 'a0a3ad10' into manualmerge" into dalvik-devBrian Carlstrom2010-04-203-19/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge commit 'a0a3ad10' into manualmergeBrian Carlstrom2010-04-193-19/+29
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge "openssl-1.0.0 upgrade"Brian Carlstrom2010-04-193-24/+46
| | |\ \ \ \ \ \ \
| | | * | | | | | | openssl-1.0.0 upgradeBrian Carlstrom2010-04-153-24/+46
* | | | | | | | | | Since we no longer make use of formatted I/O in the unlock monitorCarl Shapiro2010-04-190-0/+0
|/ / / / / / / / /
* | | | | | | | | am 5005a521: am 612fa566: am af69cf8d: Fix several issues with the lock sampl...Carl Shapiro2010-04-190-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /