Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_dalvik
/
cede69b8119b7091bf2a660b72f9a5568a451ff0
cede69b
Minor tweak for compatibility with BSD: Use MAP_ANON instead of MAP_ANONYMOUS.
by Dan Bornstein
· 16 years ago
4b29914
Merge change I5ccdf0be
by Android (Google) Code Review
· 16 years ago
5a952a8
Squashed commit of the following:
by Elliott Hughes
· 16 years ago
5ccdf0b
Fix for "Compiler thread shutdown should switch out of VMWAIT"
by Ben Cheng
· 16 years ago
fa55139
Tools to push code back upstream.
by Jesse Wilson
· 16 years ago
bf4c0f5
Merge change I685130ae
by Android (Google) Code Review
· 16 years ago
8e7019b
Merge change I9c147b84
by Android (Google) Code Review
· 16 years ago
4fcb342
Fixing the JUnit runner to output Ant-compatible XML.
by Jesse Wilson
· 16 years ago
9c147b8
Fix various bugs found when debugger is attached to the VM.
by Ben Cheng
· 16 years ago
685130a
JNI Delete* and Release* _are_ allowed while an exception is pending.
by Elliott Hughes
· 16 years ago
3ca00f6
Fix several leaks in OpenSSL JNI cipher suites code.
by Elliott Hughes
· 16 years ago
0af7739
Merge change I492dd3f7
by Android (Google) Code Review
· 16 years ago
492dd3f
Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections.
by Nagendra Modadugu
· 16 years ago
da410ea
Remove duplication between readv and writev.
by Elliott Hughes
· 16 years ago
dadd93d
Don't use GetPrimitiveArrayCritical around network operations.
by Elliott Hughes
· 16 years ago
d15d750
Merge change Ia4c68278
by Android (Google) Code Review
· 16 years ago
86b5b50
Merge change I40159068
by Android (Google) Code Review
· 16 years ago
a4c6827
Remove dead code.
by Elliott Hughes
· 16 years ago
984f977
Merge change I7aabd791
by Android (Google) Code Review
· 16 years ago
4015906
Use icu4jni_error more consistently.
by Elliott Hughes
· 16 years ago
7883360
Refactor java_net_NetworkInterface.cpp for clarity.
by Elliott Hughes
· 16 years ago
f348356
Switch to TEMP_FAILURE_RETRY now it's moved to bionic.
by Elliott Hughes
· 16 years ago
f896894
Merge change Idc84bb2b
by Android (Google) Code Review
· 16 years ago
dc84bb2
Fix trace builder to not confuse self-verification.
by Ben Cheng
· 16 years ago
681d27e
Make sure res is NULL if getaddrinfo fails.
by Lorenzo Colitti
· 16 years ago
59fbda7
Merge change I4bf8618f
by Android (Google) Code Review
· 16 years ago
4bf8618
Add back missing shared libraries used by executable in link command. These
by Doug Kwan
· 16 years ago
60d3a54
Remove adb networking support from dalvik/libcore.
by Elliott Hughes
· 16 years ago
a6aef1b
Merge change Id5ccf4bc
by Android (Google) Code Review
· 16 years ago
74ed488
Merge change I9d8f66aa
by Android (Google) Code Review
· 16 years ago
9d8f66a
Switch java_net_NetworkInterface.c to C++.
by Elliott Hughes
· 16 years ago
d5ccf4b
Catch bad getStackTrace() calls.
by Andy McFadden
· 16 years ago
7964c2a
Merge change I3bc71eab
by Android (Google) Code Review
· 16 years ago
3bc71ea
:: is a valid local address on a newly-created socket if IPv6 is preferred.
by Lorenzo Colitti
· 16 years ago
70116f2
am ae8d0254: am 0c0cfd5c: Merge change I96cd6f5b into eclair
by Lorenzo Colitti
· 16 years ago
0798c7e
am 1507c7ce: am f94c5d77: More multicast fixes.
by Lorenzo Colitti
· 16 years ago
c7af9df
am 003d7f8d: am e851c562: Merge change Iea75a523 into eclair
by Lorenzo Colitti
· 16 years ago
dfef398
Merge change I2cdad38a
by Android (Google) Code Review
· 16 years ago
2cdad38
Update archive to Harmony r820767.
by Jesse Wilson
· 16 years ago
7dd468f
am aa4320a4: am 1131d3da: Merge change Ie2e14dde into eclair
by Jesse Wilson
· 16 years ago
0ca702d
am 2b791cc2: am 910363bd: Merge change Ib5dc3f1f into eclair
by Jesse Wilson
· 16 years ago
37fe579
am a20c6d23: am b5b7f4ba: Merge change I9899be9d into eclair
by Jesse Wilson
· 16 years ago
692ca9a
am 18ae1786: am ffa33efc: Merge change I75630000 into eclair
by Jesse Wilson
· 16 years ago
ac74fef
Merge change I76ecf19c
by Android (Google) Code Review
· 16 years ago
c954197
am 4b304284: am 7f51bfee: Merge change I86898f45 into eclair
by Jesse Wilson
· 16 years ago
76ecf19
Use jniThrowException instead of FindClass/ThrowNew.
by Elliott Hughes
· 16 years ago
a4aaf68
Fix a memory disambiguation and a SFP/DFP assembling bug in the JIT.
by Ben Cheng
· 16 years ago
ae8d025
am 0c0cfd5c: Merge change I96cd6f5b into eclair
by Lorenzo Colitti
· 16 years ago
1507c7c
am f94c5d77: More multicast fixes.
by Lorenzo Colitti
· 16 years ago
003d7f8
am e851c562: Merge change Iea75a523 into eclair
by Lorenzo Colitti
· 16 years ago
0c0cfd5
Merge change I96cd6f5b into eclair
by Android (Google) Code Review
· 16 years ago
b70cc0f
Make the socket test accept ::1 as a valid result for
by Lorenzo Colitti
· 16 years ago
f94c5d7
More multicast fixes.
by Lorenzo Colitti
· 16 years ago
e851c56
Merge change Iea75a523 into eclair
by Android (Google) Code Review
· 16 years ago
d6a4cc3
Fixes for socket options on multicast sockets.
by Lorenzo Colitti
· 16 years ago
aa4320a
am 1131d3da: Merge change Ie2e14dde into eclair
by Jesse Wilson
· 16 years ago
1131d3d
Merge change Ie2e14dde into eclair
by Android (Google) Code Review
· 16 years ago
e2e14dd
Remove @KnownFailure tags for tests that pass.
by Jesse Wilson
· 16 years ago
76a477e
Simplify FileInputStream.skip to match the RI.
by Elliott Hughes
· 16 years ago
2b791cc
am 910363bd: Merge change Ib5dc3f1f into eclair
by Jesse Wilson
· 16 years ago
910363b
Merge change Ib5dc3f1f into eclair
by Android (Google) Code Review
· 16 years ago
b5dc3f1
Fixing a lame test that was relying on hashmap iteration order.
by Jesse Wilson
· 16 years ago
a20c6d2
am b5b7f4ba: Merge change I9899be9d into eclair
by Jesse Wilson
· 16 years ago
b5b7f4b
Merge change I9899be9d into eclair
by Android (Google) Code Review
· 16 years ago
9899be9
Fixing a Harmony regression in ObjectInputStream.
by Jesse Wilson
· 16 years ago
18ae178
am ffa33efc: Merge change I75630000 into eclair
by Jesse Wilson
· 16 years ago
104c282
Fix build (don't rely on transitive #include).
by Elliott Hughes
· 16 years ago
ffa33ef
Merge change I75630000 into eclair
by Android (Google) Code Review
· 16 years ago
177b9eb
Fixing tests that exercise SecurityManager plus stack inspection.
by Jesse Wilson
· 16 years ago
e96ca9b
Throw meaningful IOException instances from native code.
by Elliott Hughes
· 16 years ago
efdb09b
Merge change I866cc5d6
by Android (Google) Code Review
· 16 years ago
4b30428
am 7f51bfee: Merge change I86898f45 into eclair
by Jesse Wilson
· 16 years ago
7f51bfe
Merge change I86898f45 into eclair
by Android (Google) Code Review
· 16 years ago
86898f4
Fix BigInteger math bugs.
by Jesse Wilson
· 16 years ago
89f667e
Merge change I09239e36
by Android (Google) Code Review
· 16 years ago
09239e3
Report all RegisterNatives failures, not just the first.
by Elliott Hughes
· 16 years ago
866cc5d
Improve run-core-tests.
by Elliott Hughes
· 16 years ago
79d173c
Fixed the trace builder to correctly handle excpetion throwing instruction.
by Ben Cheng
· 16 years ago
1b4ca18
Manual merge of change I3665f82b into master.
by Lorenzo Colitti
· 16 years ago
0e83484
Replace existing ArrayList implementation with faster, simpler one.
by Joshua Bloch
· 16 years ago
f519203
Merge change I5e88f105
by Android (Google) Code Review
· 16 years ago
5ab6c30
Add copyright statement to dexcheck.
by Andy McFadden
· 16 years ago
86f9d50
am f591c78e: (-s ours) am 94bf2b21: Merge change 27156 into eclair
by Jesse Wilson
· 16 years ago
e278bf1
am 2ff7a674: am 979baaea: Deprecate many of the accidentally-published APIs in dalvik.system.
by Jesse Wilson
· 16 years ago
4f48917
Fixed OOM exception handling in JIT'ed code and added a new unit test.
by Ben Cheng
· 16 years ago
9cac6da
Registers allocated for 64-bit values should be contiguous.
by Ben Cheng
· 16 years ago
f591c78
am 94bf2b21: Merge change 27156 into eclair
by Jesse Wilson
· 16 years ago
94bf2b2
Merge change 27156 into eclair
by Android (Google) Code Review
· 16 years ago
2ff7a67
am 979baaea: Deprecate many of the accidentally-published APIs in dalvik.system.
by Jesse Wilson
· 16 years ago
979baae
Deprecate many of the accidentally-published APIs in dalvik.system.
by Jesse Wilson
· 16 years ago
a990b84
DO NOT MERGE: Cleaning up PipedInputStream
by Jesse Wilson
· 16 years ago
4ac33cd
am 7a37c30a: am bb710e32: Remove ((noreturn)) from dvmAbort().
by Andy McFadden
· 16 years ago
1f7c383
Merge change 26716
by Android (Google) Code Review
· 16 years ago
5894bfb
Fix Node.getNextSibling bounds checking.
by Elliott Hughes
· 16 years ago
d7d426a
Implemented a new scheduler and FP register allocator.
by Ben Cheng
· 16 years ago
4d98401
am ac60268a: (-s ours) am f1823804: Merge change 26285 into eclair
by Lorenzo Colitti
· 16 years ago
913cc45
Merge change 26934
by Android (Google) Code Review
· 16 years ago
89ee05e
Fix 32-bit int shifted >= 32 bits in SSLInputStream.
by Elliott Hughes
· 16 years ago
7a37c30
am bb710e32: Remove ((noreturn)) from dvmAbort().
by Andy McFadden
· 16 years ago
466d9be
Merge change 26920
by Android (Google) Code Review
· 16 years ago
Next »