Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
08d5aa17f1366797bdb51e129896df8fc58c7e54
08d5aa1
Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change.
by Bob Lee
· 15 years ago
f2f6f8b
Document that createSocketFileDescriptor throws an exception on failure.
by Lorenzo Colitti
· 15 years ago
3a4e424
Merge change 23983 into eclair
by Android (Google) Code Review
· 15 years ago
78426a2
If an error occurs when creating a socket, don't call any more JNI methods
by Lorenzo Colitti
· 15 years ago
09302d6
Merge change 23572 into eclair
by Android (Google) Code Review
· 15 years ago
02e04f8
Merge change 22871 into eclair
by Android (Google) Code Review
· 15 years ago
364a0a2
More InetAddress fixes.
by Lorenzo Colitti
· 15 years ago
365f9fb
Merge change 23918 into eclair
by Android (Google) Code Review
· 15 years ago
3f7569a
do not merge: Josh's optimized HashMap and Hashtable
by Jesse Wilson
· 15 years ago
16866f9
Merge change 23208 into eclair
by Android (Google) Code Review
· 15 years ago
af12a66
Fix Class.getConstructor("whatever", (Class[]) null).
by Elliott Hughes
· 15 years ago
74d6538
Update GlobalSign Root CA to one that expires in 2028.
by Nagendra Modadugu
· 15 years ago
ce90979
Merge change 23480 into eclair
by Android (Google) Code Review
· 15 years ago
91191d3
Merge change 22771 into eclair
by Android (Google) Code Review
· 15 years ago
4b8a552
Merge change 23683 into eclair
by Android (Google) Code Review
· 15 years ago
ed974e9
Merge change 23724 into eclair
by Android (Google) Code Review
· 15 years ago
18ca9f2
Fix x86 call bridge
by Marco Nelissen
· 15 years ago
793f142
Merge change 23675 into eclair
by Android (Google) Code Review
· 15 years ago
d0d6c15
Unbreak Dalvik VM initialization due to a native method that expects to be able
by Lorenzo Colitti
· 15 years ago
5315c9f
DO NOT MERGE: Fix implementation of Thread.isAlive
by Andy McFadden
· 15 years ago
c19d2a1
Fix two calls to memset(3) whose arguments were reversed.
by Elliott Hughes
· 15 years ago
5ca29e1
Merge change 22629 into eclair
by Android (Google) Code Review
· 15 years ago
91c42eb
Do not check hash codes against golden values. Instead, spot check that they
by Lorenzo Colitti
· 15 years ago
94e11fc
InetAddress refactoring.
by Lorenzo Colitti
· 15 years ago
37b5a71
Add Entrust root and intermediate certs.
by Nagendra Modadugu
· 15 years ago
2c23efc
Update prefs to Harmony r772995.
by Jesse Wilson
· 15 years ago
b8f2972
Merge change 23193 into eclair
by Android (Google) Code Review
· 15 years ago
eb9cbc3
Expand indirect reference ifdefs.
by Andy McFadden
· 15 years ago
3f7a259
Merge change 22992 into eclair
by Android (Google) Code Review
· 15 years ago
af0e838
Fix reporting of certain verify errors.
by Andy McFadden
· 15 years ago
5de096c
Don't mutate input in OSMemory.setIntArray/setShortArray.
by Elliott Hughes
· 15 years ago
525777a
Annotate tests that are failing due to legacy IP address formats that have not been implemented yet.
by Lorenzo Colitti
· 15 years ago
9495a94
Merge change 22965 into eclair
by Android (Google) Code Review
· 15 years ago
a055db8
Update x-net to Harmony r802921.
by Jesse Wilson
· 15 years ago
0423f0e
Fix some JNI indirect reference stuff.
by Andy McFadden
· 15 years ago
3a9a1a1
Merge change 22845 into eclair
by Android (Google) Code Review
· 15 years ago
2dab6aa
IPv6 fixes to java.net.InetAddress.
by Lorenzo Colitti
· 15 years ago
d00ed32
am dfd0afbc: Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we\'re looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
by Bob Lee
· 15 years ago
7ae5f69
Update sql to Harmony 802921.
by Jesse Wilson
· 15 years ago
dfd0afb
Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1).
by Bob Lee
· 15 years ago
f7fb008
Merge change 22659 into eclair
by Android (Google) Code Review
· 15 years ago
870fd9b
Fix "whatever".split(".") behavior.
by Elliott Hughes
· 15 years ago
d5ab726
Another round of scary indirect ref changes.
by Andy McFadden
· 15 years ago
9b44ccf
Small changes missed in the original submission of 22482.
by Jesse Wilson
· 15 years ago
35e1631
Merge change 22482 into eclair
by Android (Google) Code Review
· 15 years ago
0083d37
Use local references for native method args.
by Andy McFadden
· 15 years ago
f217375
Update java.text to Harmony r802921.
by Jesse Wilson
· 15 years ago
48a96f5
Set os.arch property from uname().machine.
by Andy McFadden
· 15 years ago
c26bb63
Move array pinning out of global references table.
by Andy McFadden
· 15 years ago
ecd3115
Merge change 22183 into eclair
by Android (Google) Code Review
· 15 years ago
79941ae
am 2b2e488b: Exposed default trust manager.
by Bob Lee
· 15 years ago
2b2e488
Exposed default trust manager.
by Bob Lee
· 15 years ago
ab00d45
Progress toward indirect JNI references.
by Andy McFadden
· 15 years ago
6070dfc
Merge change 22152 into eclair
by Android (Google) Code Review
· 15 years ago
e272968
Fix a couple of compiler warnings.
by Andy McFadden
· 15 years ago
a537230
Merge change 21907 into eclair
by Android (Google) Code Review
· 15 years ago
d1588bb
Merge change 21833 into eclair
by Android (Google) Code Review
· 15 years ago
01651b4
Update storage size after expansion.
by Andy McFadden
· 15 years ago
c1be94d
Fixing Unsafe.getUnsafe() to look up the stack the correct number of frames.
by Jesse Wilson
· 15 years ago
fe79541
Enable IPv6.
by Lorenzo Colitti
· 15 years ago
64520c8
Merge change 21796 into eclair
by Android (Google) Code Review
· 15 years ago
03bd0d5
Minor tweaks to JNI logging.
by Andy McFadden
· 15 years ago
a66a01a
Turn down RegisterMap paranoia.
by Andy McFadden
· 15 years ago
d12092a
am affecd77: Cleanup CTS core failing tests.
by Brett Chabot
· 15 years ago
affecd7
Cleanup CTS core failing tests.
by Brett Chabot
· 15 years ago
7ea0f64
Continuing evolution of Thumb2 support.
by Bill Buzbee
· 15 years ago
530e0a5
Be more POSIXly correct in the use of expr.
by Dan Bornstein
· 15 years ago
01021fc
Update Luni to Harmony r802921.
by Jesse Wilson
· 15 years ago
1eb76ad
Merge change 8107
by Android (Google) Code Review
· 15 years ago
4212241
First parts of enabling a host Dalvik build.
by Dan Bornstein
· 15 years ago
be323ec
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
dde8ab0
Change strategy for freeing objects in the sweep.
by Barry Hayes
· 16 years ago
7ce9bd7
Increase priority of unresponsive threads.
by Andy McFadden
· 15 years ago
4879df9
Read thread priority as an int, not a boolean.
by Andy McFadden
· 15 years ago
a436564
Correct the type of a pointer.
by Andy McFadden
· 15 years ago
2e81edd
Merge change 20378
by Android (Google) Code Review
· 15 years ago
4486036
Suspend daemon threads before exiting.
by Andy McFadden
· 15 years ago
c004554
Merge change 8538
by Android (Google) Code Review
· 15 years ago
cdacef5
A sampling profiler for Dalvik.
by Bob Lee
· 15 years ago
d51370f
Switch to <stdbool.h> in the VM.
by Andy McFadden
· 15 years ago
f5adaab
Merge change 9641
by Android (Google) Code Review
· 15 years ago
c5fd71b
Merge change 20002
by Android (Google) Code Review
· 15 years ago
080ca4a
Regenerate mterp.
by Andy McFadden
· 15 years ago
f17638e
Don't assert that all threads have stopped.
by Andy McFadden
· 15 years ago
d1f7f03
Merge change 20020
by Android (Google) Code Review
· 15 years ago
5b55af7
Added thread profile to dmtracedump output
by Rodrigo Ipince
· 15 years ago
d62c0b5
Improvements to cgroup stuff.
by Andy McFadden
· 15 years ago
c042bd1
Updating math to Harmony r772995.
by Jesse Wilson
· 15 years ago
dbedb4e
Throw an exception instead of aborting in DexFile.
by Andy McFadden
· 15 years ago
46dd16c
Try to connect to all the IP addresses of a host instead of just the first.
by Lorenzo Colitti
· 15 years ago
1d24288
merge from donut
by Jean-Baptiste Queru
· 15 years ago
9727c3d
Fixed 2 floating point bugs; improved debug output; armv7-a thumb2 inline sqrt
by Bill Buzbee
· 15 years ago
6117d7c
Merge change 9395
by Android (Google) Code Review
· 15 years ago
9bc3df3
Stage 3 of Thumb2 support. armv7-a now generates vfp code inline.
by Bill Buzbee
· 15 years ago
523ca8a
Merge change 9414
by Android (Google) Code Review
· 15 years ago
f600053
Merge change 9384
by Android (Google) Code Review
· 15 years ago
d33b0c3
Fix a LOGVV.
by Andy McFadden
· 15 years ago
e9efb8a
Added VMDebug.crash() (hidden).
by Andy McFadden
· 15 years ago
734155e
Indirect reference table implementation.
by Andy McFadden
· 16 years ago
51b9e5c
Merge change 8953
by Android (Google) Code Review
· 15 years ago
Next »