index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dalvik
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the code for optimized file specification.
Dan Bornstein
2011-02-09
1
-3
/
+4
*
Move libcore.base classes to libcore.util and libcore.io.
Jesse Wilson
2011-02-07
1
-2
/
+1
*
Remove broken+deprecated SamplingProfiler.writeHprofData
Jesse Wilson
2011-01-23
1
-12
/
+0
*
Expose an interface for clearing a heap growth limit.
Carl Shapiro
2011-01-18
1
-0
/
+6
*
Minor doc tweaks.
Andy McFadden
2011-01-18
1
-9
/
+4
*
Synch up file opening code in PathClassLoader and DexClassLoader.
Dan Bornstein
2011-01-14
2
-17
/
+25
*
Remove @cts comments from hidden classes.
Carl Shapiro
2011-01-12
2
-5
/
+0
*
Remove the allocation limits interfaces.
Carl Shapiro
2011-01-12
1
-26
/
+12
*
Fix a droid doc error caused by the erroneous inflection of @return.
Carl Shapiro
2011-01-12
1
-1
/
+1
*
Merge "Remove method level hiding within hidden classes." into honeycomb
Carl Shapiro
2011-01-12
5
-39
/
+1
|
\
|
*
Remove method level hiding within hidden classes.
Carl Shapiro
2011-01-12
5
-39
/
+1
*
|
Remove support for setting the minimum size of the heap at runtime.
Carl Shapiro
2011-01-12
1
-28
/
+9
|
/
*
Get memory for direct byte buffers from the Java heap rather than the native ...
Elliott Hughes
2011-01-10
1
-0
/
+13
*
Adding binary hprof support to SamplingProfiler
Brian Carlstrom
2010-12-22
2
-204
/
+1642
*
Revert "Remove inline natives for an unused performance test." (libcore)
Jesse Wilson
2010-12-22
3
-1
/
+138
*
Remove native targets for unused performance tests.
Jesse Wilson
2010-12-22
3
-138
/
+1
*
Revert "Remove native targets for unused performance tests."
Ben Cheng
2010-12-21
2
-1
/
+70
*
Remove native targets for unused performance tests.
Jesse Wilson
2010-12-21
2
-70
/
+1
*
Remove the external allocation facility.
Carl Shapiro
2010-12-17
1
-29
/
+16
*
We always wantDex at this point.
Dan Bornstein
2010-12-16
2
-29
/
+26
*
Don't bother trying to unzip a file named "*.dex".
Dan Bornstein
2010-12-16
1
-8
/
+17
*
Plumbing for loading byte[]-based dex files.
Dan Bornstein
2010-12-15
1
-0
/
+6
*
Add BlockGuardPolicyException constructor with a message
Brad Fitzpatrick
2010-12-10
1
-1
/
+8
*
Fix a bunch of javac -Xlint warnings in our code.
Elliott Hughes
2010-12-08
2
-25
/
+4
*
Update and clarify opcode values.
Dan Bornstein
2010-12-03
2
-219
/
+258
*
Expose the "packed opcode" concept, just a bit.
Dan Bornstein
2010-12-02
1
-8
/
+24
*
am 5aad086b: Merge "Fix SamplingProfiler to handle null group on thread termi...
Brian Carlstrom
2010-12-01
1
-1
/
+3
|
\
|
*
Fix SamplingProfiler to handle null group on thread termination
Brian Carlstrom
2010-12-01
1
-1
/
+3
*
|
Match comment to the new reality.
Dan Bornstein
2010-11-30
1
-1
/
+2
|
/
*
Merge "Add a wee bit of libdex access." into dalvik-dev
Dan Bornstein
2010-11-30
1
-0
/
+12
|
\
|
*
Add a wee bit of libdex access.
Dan Bornstein
2010-11-30
1
-0
/
+12
*
|
Merge "Zero the cookie after close." into dalvik-dev
Andy McFadden
2010-11-30
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Zero the cookie after close.
Andy McFadden
2010-11-30
1
-1
/
+2
*
|
Generate most libcore opcode-related stuff.
Dan Bornstein
2010-11-29
2
-54
/
+114
|
/
*
A little opcode cleanup in dalvik.system.
Dan Bornstein
2010-11-29
2
-22
/
+75
*
am 4d7f6230: Merge "minor CloseGuard javadoc corrections"
Brian Carlstrom
2010-11-19
1
-2
/
+2
|
\
|
*
minor CloseGuard javadoc corrections
Brian Carlstrom
2010-11-19
1
-2
/
+2
*
|
am 4bfc26e9: CloseGuard: make members volatile, update comment
Brad Fitzpatrick
2010-11-15
1
-3
/
+5
|
\
\
|
|
/
|
*
CloseGuard: make members volatile, update comment
Brad Fitzpatrick
2010-11-15
1
-3
/
+5
*
|
am f7ee2365: Fix javadoc typo
Brian Carlstrom
2010-11-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix javadoc typo
Brian Carlstrom
2010-11-08
1
-1
/
+1
*
|
am b81e1d9d: Add CloseGuard.Reporter interface to allow customization of warn...
Brian Carlstrom
2010-11-08
1
-2
/
+42
|
\
\
|
|
/
|
*
Add CloseGuard.Reporter interface to allow customization of warnings
Brian Carlstrom
2010-11-08
1
-2
/
+42
*
|
Merge "Export the assignable instance counting." into dalvik-dev
Carl Shapiro
2010-11-04
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
Export the assignable instance counting.
Carl Shapiro
2010-11-04
1
-2
/
+8
*
|
Adding CloseGuard.setEnabled for StrictMode integration
Brian Carlstrom
2010-11-04
1
-6
/
+14
|
/
*
Skip empty samples in the sampling profiler.
Jesse Wilson
2010-11-01
1
-0
/
+3
*
am 2e37069e: Change SamplingProfiler to use a sampling interval instead of Hz
Brian Carlstrom
2010-11-01
1
-9
/
+9
|
\
|
*
Change SamplingProfiler to use a sampling interval instead of Hz
Brian Carlstrom
2010-11-01
1
-9
/
+9
*
|
am 6cbbd111: Don\'t BlockGuard on INetworkSystem.isConnected w/ 0 timeout.
Brad Fitzpatrick
2010-10-29
1
-1
/
+6
|
\
\
|
|
/
[next]