index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdex
Commit message (
Expand
)
Author
Age
Files
Lines
*
dalvik: fix instruction initialization
Wei Wang
2013-11-08
1
-0
/
+1
*
dalvik: dalvik device extension pack.
Xin Qi
2013-11-08
4
-1
/
+16
*
Underp dexroot on cache
Steve Kondik
2013-11-05
1
-1
/
+2
*
Move verification of class access flags to libdex
cm-10.2-M1
Ben Gruver
2013-10-25
1
-0
/
+5
*
libdex: Skip the dexroot-on-cache stuff for user builds
Steve Kondik
2013-10-23
2
-0
/
+6
*
Revert "Disable /cache/dalvik-cache (temporarily?)"
Fused
2013-08-03
1
-2
/
+0
*
Disable /cache/dalvik-cache (temporarily?)
Ricardo Cerqueira
2013-07-26
1
-0
/
+2
*
dvm: Bring back the ANDROID_DATA override
Ricardo Cerqueira
2013-07-24
1
-1
/
+1
*
Exclude sha1.c when building libdex for device
Jim Huang
2013-07-24
1
-2
/
+1
*
DexOpt anything in /system on /cache
ctso
2013-07-24
1
-1
/
+31
*
Remove dead code.
Elliott Hughes
2012-12-17
2
-95
/
+3
*
Fix Method.getParameterAnnotations.
Elliott Hughes
2012-07-23
1
-7
/
+14
*
Use uintptr_t for cast pointer to integer.
SangWook Han
2012-07-18
4
-4
/
+4
*
am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"
Elliott Hughes
2012-03-30
1
-0
/
+4
|
\
|
*
Set SYSTEM_PAGE_SIZE from PAGE_SHIFT
Chris Dearman
2012-01-30
1
-0
/
+4
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
8
-161
/
+161
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
5
-40
/
+40
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
2
-2
/
+2
*
|
Remove unsupported experimental opcodes.
Elliott Hughes
2012-01-05
4
-1211
/
+6
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
3
-4
/
+4
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
6
-19
/
+19
|
/
*
Fix memory leak in mapCentralDirectory.
Jeff Brown
2011-07-19
1
-28
/
+28
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
15
-44
/
+44
*
Add some error checking and clean out some cruft.
Dan Bornstein
2011-06-02
1
-4
/
+5
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
2
-2
/
+2
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
2
-50
/
+50
*
Conservation of newlines in libdex.
Dan Bornstein
2011-05-25
8
-213
/
+213
*
Update dex file magic number.
Dan Bornstein
2011-05-25
3
-28
/
+46
*
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
Brian Carlstrom
2011-05-05
32
-248
/
+262
|
\
|
*
Make libdex structures tool friendly.
Carl Shapiro
2011-04-27
19
-234
/
+105
|
*
Compile libdex as C++.
Dan Bornstein
2011-04-14
21
-131
/
+165
|
*
Convert the internal and in-line natives to C++.
Carl Shapiro
2011-04-12
13
-1
/
+102
|
*
Compile the garbage collector and heap profiler as C++.
Carl Shapiro
2011-04-08
1
-0
/
+8
|
/
*
Optimize annotations.
Jesse Wilson
2011-03-24
1
-1
/
+1
*
Add a missing strings.h include for strcasecmp.
Carl Shapiro
2011-03-21
1
-0
/
+1
*
Move finalization out of the VM.
Carl Shapiro
2011-03-21
1
-2
/
+2
*
Clarify a comment.
Dan Bornstein
2011-03-11
2
-1
/
+3
*
Clean up how primitive types are handled.
Dan Bornstein
2011-03-11
2
-0
/
+98
*
Merge "Add volatile/jumbo opcodes" into dalvik-dev
Andy McFadden
2011-03-11
3
-60
/
+60
|
\
|
*
Add volatile/jumbo opcodes
Andy McFadden
2011-03-10
3
-60
/
+60
*
|
A bit of libdex spring cleaning.
Dan Bornstein
2011-03-09
9
-737
/
+822
|
/
*
Better class name validation.
Dan Bornstein
2011-03-09
2
-39
/
+94
*
Low-level support for in-memory DEX
Andy McFadden
2011-03-03
1
-3
/
+0
*
am bf0cce6d: Fix build.
Raphael
2011-03-02
2
-0
/
+6
|
\
|
*
Fix build.
Raphael
2011-03-02
2
-0
/
+6
*
|
am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files...
Raphael Moll
2011-03-02
2
-2
/
+2
|
\
|
|
*
am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mo...
Raphael Moll
2011-03-02
2
-2
/
+2
|
|
\
|
|
*
am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode."
Raphael Moll
2011-03-01
2
-2
/
+2
|
|
|
\
|
|
|
*
Open dexdump files in binary mode.
Raphael Moll
2011-02-16
2
-2
/
+2
|
|
|
*
Correct dexopt for uniprocessors.
Andy McFadden
2010-09-30
1
-13
/
+1
[next]