Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge change 26453 | Android (Google) Code Review | 2009-09-23 | 2 | -36/+71 |
|\ | |||||
| * | Fix Formatter.format's handling of Formattable. | Elliott Hughes | 2009-09-22 | 2 | -36/+71 |
* | | Fix useDaylightTime for zh_TW (and other locales). | Elliott Hughes | 2009-09-22 | 2 | -3/+27 |
* | | am 4b8fbfe9: am 51ccfdb5: Merge change 26318 into eclair | Joshua Bloch | 2009-09-22 | 5 | -109/+139 |
|\ \ | |||||
| * | | Fixed LinkedHashMap bug 2121546 | Joshua Bloch | 2009-09-21 | 5 | -109/+139 |
| * | | Use native code to convert IP addresses to strings. | Lorenzo Colitti | 2009-09-18 | 7 | -193/+201 |
* | | | Merge change 26288 | Android (Google) Code Review | 2009-09-22 | 1 | -41/+82 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Cleaning up PipedInputStream. | Jesse Wilson | 2009-09-21 | 1 | -41/+82 |
* | | | Consistently use Formatter's cached NumberFormat. | Elliott Hughes | 2009-09-21 | 1 | -1/+1 |
* | | | Manual merge of eclair change I26548922 into master. | Lorenzo Colitti | 2009-09-19 | 7 | -186/+200 |
|/ / | |||||
* | | Fix heap corruption in nio select(2) code. | Elliott Hughes | 2009-09-18 | 1 | -178/+93 |
* | | am 120051b4: am b257c944: Report the cause of name lookup failures to Java la... | Lorenzo Colitti | 2009-09-17 | 1 | -8/+5 |
|\ \ | |/ | |||||
| * | Report the cause of name lookup failures to Java land. The Java code already | Lorenzo Colitti | 2009-09-15 | 1 | -8/+5 |
* | | am a28e7d1a: am 1cf3dbce: Merge change 25160 into eclair | Lorenzo Colitti | 2009-09-17 | 2 | -92/+21 |
|\ \ | |/ | |||||
| * | Make getHostByAddr and getHostByName return the proper object type. | Lorenzo Colitti | 2009-09-15 | 2 | -92/+21 |
* | | am cc4c69bc: am 023a932a: Merge change 24788 into eclair | Jesse Wilson | 2009-09-16 | 2 | -5/+25 |
|\ \ | |/ | |||||
| * | Merge change 24788 into eclair | Android (Google) Code Review | 2009-09-14 | 2 | -5/+25 |
| |\ | |||||
| | * | Fixing the delimiter for the HTTP "Accept" header to be well-formed. | Jesse Wilson | 2009-09-11 | 2 | -5/+25 |
* | | | Merge change 24794 | Android (Google) Code Review | 2009-09-15 | 1 | -60/+28 |
|\ \ \ | |||||
| * | | | Fix the final [mis]uses of iscopy. | Elliott Hughes | 2009-09-15 | 1 | -60/+28 |
* | | | | am 60195db6: am 9ccfb95e: Merge change 24723 into eclair | Lorenzo Colitti | 2009-09-15 | 1 | -56/+36 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge change 24723 into eclair | Android (Google) Code Review | 2009-09-11 | 1 | -56/+36 |
| |\ \ \ | |||||
| | * | | | Remove code duplication in InetAddress.getByAddress. | Lorenzo Colitti | 2009-09-11 | 1 | -56/+36 |
* | | | | | am 08211fc1: am 1e49340a: Merge change 24320 into eclair | Lorenzo Colitti | 2009-09-15 | 1 | -224/+72 |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | |||||
| * | | | Simplify networking code initialization using static structures instead of code. | Lorenzo Colitti | 2009-09-10 | 1 | -224/+72 |
| |/ / | |||||
* | | | Merge change 24610 | Android (Google) Code Review | 2009-09-11 | 2 | -65/+16 |
|\ \ \ | |||||
| * | | | Several small native code fixes. | Elliott Hughes | 2009-09-10 | 2 | -65/+16 |
* | | | | Fix unnecessary GetPrimitiveArrayCritical users. | Elliott Hughes | 2009-09-09 | 1 | -6/+4 |
|/ / / | |||||
* | | | Merge change 24309 | Android (Google) Code Review | 2009-09-09 | 3 | -83/+51 |
|\ \ \ | |||||
| * | | | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. | Elliott Hughes | 2009-09-09 | 3 | -83/+51 |
* | | | | Merge change 24308 | Android (Google) Code Review | 2009-09-09 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | Remove @KnownFailure from a working test. | Elliott Hughes | 2009-09-08 | 1 | -1/+0 |
* | | | | | am ad8efa12: am 7f5e6aa1: Merge change 23896 into eclair | Urs Grob | 2009-09-09 | 1 | -5/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Merge change 23896 into eclair | Android (Google) Code Review | 2009-09-07 | 1 | -5/+1 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | InputStreamReader forgets to convert incomplete multibyte characters at the b... | Urs Grob | 2009-09-04 | 1 | -5/+1 |
* | | | | Fix Package.isCompatibleWith. | Elliott Hughes | 2009-09-04 | 1 | -1/+1 |
* | | | | am ed216806: am f2f6f8b8: Document that createSocketFileDescriptor throws an ... | Lorenzo Colitti | 2009-09-04 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Document that createSocketFileDescriptor throws an exception on failure. | Lorenzo Colitti | 2009-09-04 | 1 | -1/+3 |
* | | | | am f751aeb1: am 3a4e4249: Merge change 23983 into eclair | Lorenzo Colitti | 2009-09-04 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge change 23983 into eclair | Android (Google) Code Review | 2009-09-04 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | If an error occurs when creating a socket, don't call any more JNI methods | Lorenzo Colitti | 2009-09-04 | 1 | -0/+1 |
* | | | | | am 4fa89f9d: am 09302d63: Merge change 23572 into eclair | Lorenzo Colitti | 2009-09-04 | 1 | -17/+10 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge change 23572 into eclair | Android (Google) Code Review | 2009-09-04 | 1 | -17/+10 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Do not check hash codes against golden values. Instead, spot check that they | Lorenzo Colitti | 2009-09-01 | 1 | -17/+10 |
| | |/ / | |||||
* | | | | am d312ee58: am 02e04f8b: Merge change 22871 into eclair | Lorenzo Colitti | 2009-09-04 | 1 | -31/+24 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merge change 22871 into eclair | Android (Google) Code Review | 2009-09-03 | 1 | -31/+24 |
| |\ \ | |||||
| | * | | More InetAddress fixes. | Lorenzo Colitti | 2009-09-03 | 1 | -31/+24 |
| * | | | Merge change 23918 into eclair | Android (Google) Code Review | 2009-09-03 | 8 | -1950/+2132 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | do not merge: Josh's optimized HashMap and Hashtable | Jesse Wilson | 2009-09-03 | 8 | -1950/+2132 |
* | | | | am 01d30203: am 16866f9c: Merge change 23208 into eclair | Elliott Hughes | 2009-09-03 | 2 | -5/+69 |
|\ \ \ \ | |/ / / |