summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
* Merge change 26453Android (Google) Code Review2009-09-232-36/+71
|\
| * Fix Formatter.format's handling of Formattable.Elliott Hughes2009-09-222-36/+71
* | Fix useDaylightTime for zh_TW (and other locales).Elliott Hughes2009-09-222-3/+27
* | am 4b8fbfe9: am 51ccfdb5: Merge change 26318 into eclairJoshua Bloch2009-09-225-109/+139
|\ \
| * | Fixed LinkedHashMap bug 2121546Joshua Bloch2009-09-215-109/+139
| * | Use native code to convert IP addresses to strings.Lorenzo Colitti2009-09-187-193/+201
* | | Merge change 26288Android (Google) Code Review2009-09-221-41/+82
|\ \ \ | |_|/ |/| |
| * | Cleaning up PipedInputStream.Jesse Wilson2009-09-211-41/+82
* | | Consistently use Formatter's cached NumberFormat.Elliott Hughes2009-09-211-1/+1
* | | Manual merge of eclair change I26548922 into master.Lorenzo Colitti2009-09-197-186/+200
|/ /
* | Fix heap corruption in nio select(2) code.Elliott Hughes2009-09-181-178/+93
* | am 120051b4: am b257c944: Report the cause of name lookup failures to Java la...Lorenzo Colitti2009-09-171-8/+5
|\ \ | |/
| * Report the cause of name lookup failures to Java land. The Java code alreadyLorenzo Colitti2009-09-151-8/+5
* | am a28e7d1a: am 1cf3dbce: Merge change 25160 into eclairLorenzo Colitti2009-09-172-92/+21
|\ \ | |/
| * Make getHostByAddr and getHostByName return the proper object type.Lorenzo Colitti2009-09-152-92/+21
* | am cc4c69bc: am 023a932a: Merge change 24788 into eclairJesse Wilson2009-09-162-5/+25
|\ \ | |/
| * Merge change 24788 into eclairAndroid (Google) Code Review2009-09-142-5/+25
| |\
| | * Fixing the delimiter for the HTTP "Accept" header to be well-formed.Jesse Wilson2009-09-112-5/+25
* | | Merge change 24794Android (Google) Code Review2009-09-151-60/+28
|\ \ \
| * | | Fix the final [mis]uses of iscopy.Elliott Hughes2009-09-151-60/+28
* | | | am 60195db6: am 9ccfb95e: Merge change 24723 into eclairLorenzo Colitti2009-09-151-56/+36
|\ \ \ \ | | |/ / | |/| |
| * | | Merge change 24723 into eclairAndroid (Google) Code Review2009-09-111-56/+36
| |\ \ \
| | * | | Remove code duplication in InetAddress.getByAddress.Lorenzo Colitti2009-09-111-56/+36
* | | | | am 08211fc1: am 1e49340a: Merge change 24320 into eclairLorenzo Colitti2009-09-151-224/+72
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Simplify networking code initialization using static structures instead of code.Lorenzo Colitti2009-09-101-224/+72
| |/ /
* | | Merge change 24610Android (Google) Code Review2009-09-112-65/+16
|\ \ \
| * | | Several small native code fixes.Elliott Hughes2009-09-102-65/+16
* | | | Fix unnecessary GetPrimitiveArrayCritical users.Elliott Hughes2009-09-091-6/+4
|/ / /
* | | Merge change 24309Android (Google) Code Review2009-09-093-83/+51
|\ \ \
| * | | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements.Elliott Hughes2009-09-093-83/+51
* | | | Merge change 24308Android (Google) Code Review2009-09-091-1/+0
|\ \ \ \
| * | | | Remove @KnownFailure from a working test.Elliott Hughes2009-09-081-1/+0
* | | | | am ad8efa12: am 7f5e6aa1: Merge change 23896 into eclairUrs Grob2009-09-091-5/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge change 23896 into eclairAndroid (Google) Code Review2009-09-071-5/+1
| |\ \ \ | | |_|/ | |/| |
| | * | InputStreamReader forgets to convert incomplete multibyte characters at the b...Urs Grob2009-09-041-5/+1
* | | | Fix Package.isCompatibleWith.Elliott Hughes2009-09-041-1/+1
* | | | am ed216806: am f2f6f8b8: Document that createSocketFileDescriptor throws an ...Lorenzo Colitti2009-09-041-1/+3
|\ \ \ \ | |/ / /
| * | | Document that createSocketFileDescriptor throws an exception on failure.Lorenzo Colitti2009-09-041-1/+3
* | | | am f751aeb1: am 3a4e4249: Merge change 23983 into eclairLorenzo Colitti2009-09-041-0/+1
|\ \ \ \ | |/ / /
| * | | Merge change 23983 into eclairAndroid (Google) Code Review2009-09-041-0/+1
| |\ \ \
| | * | | If an error occurs when creating a socket, don't call any more JNI methodsLorenzo Colitti2009-09-041-0/+1
* | | | | am 4fa89f9d: am 09302d63: Merge change 23572 into eclairLorenzo Colitti2009-09-041-17/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge change 23572 into eclairAndroid (Google) Code Review2009-09-041-17/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not check hash codes against golden values. Instead, spot check that theyLorenzo Colitti2009-09-011-17/+10
| | |/ /
* | | | am d312ee58: am 02e04f8b: Merge change 22871 into eclairLorenzo Colitti2009-09-041-31/+24
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge change 22871 into eclairAndroid (Google) Code Review2009-09-031-31/+24
| |\ \
| | * | More InetAddress fixes.Lorenzo Colitti2009-09-031-31/+24
| * | | Merge change 23918 into eclairAndroid (Google) Code Review2009-09-038-1950/+2132
| |\ \ \ | | |/ / | |/| |
| | * | do not merge: Josh's optimized HashMap and HashtableJesse Wilson2009-09-038-1950/+2132
* | | | am 01d30203: am 16866f9c: Merge change 23208 into eclairElliott Hughes2009-09-032-5/+69
|\ \ \ \ | |/ / /