index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor SharedBuffer clean-up
Mathias Agopian
2012-08-31
1
-7
/
+7
*
Revert "put back the unused virtuals in Vector<>"
Mathias Agopian
2012-08-24
1
-19
/
+0
*
put back the unused virtuals in Vector<>
Mathias Agopian
2012-08-20
1
-0
/
+19
*
Add a very simple helper function to log slow functions.
Jeff Brown
2012-08-10
2
-0
/
+38
*
improve Vector<> safety checks
Mathias Agopian
2012-08-10
1
-31
/
+22
*
libutils cleanup: remove unused or seldom used code from misc.{cpp|h}
Mathias Agopian
2012-08-05
2
-102
/
+19
*
Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.
Nick Pelly
2012-07-19
2
-15
/
+26
*
Utils: Fix a bug in the linear transformation code.
John Grossman
2012-06-27
1
-3
/
+6
*
am d5085da3: am 4467bba7: Merge "Support looper callbacks based on smart poin...
Jeff Brown
2012-05-31
1
-12
/
+36
|
\
|
*
Support looper callbacks based on smart pointers.
Jeff Brown
2012-05-31
1
-12
/
+36
*
|
am 80586761: am dad23789: Merge "Delete unused poll() code." into jb-dev
Jeff Brown
2012-05-31
1
-139
/
+0
|
\
\
|
|
/
|
*
Delete unused poll() code.
Jeff Brown
2012-05-30
1
-139
/
+0
*
|
am dce1547d: am 9e2e781a: Merge "Remove unused statistics code." into jb-dev
Jeff Brown
2012-05-31
1
-68
/
+0
|
\
\
|
|
/
|
*
Remove unused statistics code.
Jeff Brown
2012-05-30
1
-68
/
+0
*
|
am e0607f05: am 5aed6843: Merge "fix a corruption in Vector<> when adding new...
Mathias Agopian
2012-05-21
3
-1
/
+77
|
\
\
|
|
/
|
*
fix a corruption in Vector<> when adding new items
Mathias Agopian
2012-05-17
3
-1
/
+77
*
|
am f30fd014: Merge "Workaround for add_tid_to_cgroup failed to write" into jb...
Glenn Kasten
2012-05-10
1
-1
/
+3
|
\
\
|
|
/
|
*
Workaround for add_tid_to_cgroup failed to write
Glenn Kasten
2012-05-10
1
-1
/
+3
*
|
am 555f89d8: Add callback hack to find out when to reload system properties.
Dianne Hackborn
2012-05-10
2
-5
/
+77
|
\
\
|
|
/
|
*
Add callback hack to find out when to reload system properties.
Dianne Hackborn
2012-05-09
2
-5
/
+77
*
|
am 34c65888: Change name of system property for traces.
Dianne Hackborn
2012-05-09
1
-1
/
+1
|
\
\
|
|
/
|
*
Change name of system property for traces.
Dianne Hackborn
2012-05-08
1
-1
/
+1
*
|
Fixed 64-bit porting issues
Andrew Hsieh
2012-05-02
1
-2
/
+2
|
/
*
Scheduling group cleanup
Glenn Kasten
2012-04-19
1
-57
/
+0
*
Support tokenizing arbitrary content.
Jeff Brown
2012-04-17
1
-4
/
+16
*
Add a log tag
Glenn Kasten
2012-04-05
1
-0
/
+2
*
add Looper.cpp to build for linux host to use in CTS audio
Keun young Park
2012-03-26
1
-0
/
+6
*
frameworks/native: link host libutils against external/zlib
Colin Cross
2012-03-23
1
-0
/
+6
*
frameworks/native: move Zip* from libandroidfw to libutils
Colin Cross
2012-03-22
6
-2
/
+1400
*
Add a simple work queue abstraction.
Jeff Brown
2012-03-17
3
-0
/
+174
*
Added rules to build f/n/libs/utils in 64-bit: lib64utils.a
Andrew Hsieh
2012-03-13
1
-13
/
+23
*
Expose the set of enabled tags.
Jeff Brown
2012-03-09
1
-1
/
+3
*
Merge "Fixed several 64-bit porting issues"
Andrew Hsieh
2012-02-29
4
-7
/
+11
|
\
|
*
Fixed several 64-bit porting issues
Andrew Hsieh
2012-02-27
4
-7
/
+11
*
|
libutils: add a system-wide tracing utility
Jamie Gennis
2012-02-26
2
-1
/
+49
|
/
*
frameworks/base refactoring
Mathias Agopian
2012-02-20
15
-12610
/
+0
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
13
-32
/
+32
*
libs/utils: replace malloc() + memset() to zero with calloc()
Iliyan Malchev
2012-02-17
2
-10
/
+4
*
Merge "Thread::getTid returns pid_t gettid() after run"
Glenn Kasten
2012-02-02
2
-5
/
+41
|
\
|
*
Thread::getTid returns pid_t gettid() after run
Glenn Kasten
2012-01-17
2
-5
/
+41
*
|
aapt now sorts the strings in the resource string pool.
Dianne Hackborn
2012-01-31
1
-242
/
+903
|
/
*
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2012-01-09
4
-20
/
+20
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
14
-65
/
+65
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
13
-191
/
+191
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
8
-34
/
+34
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
16
-69
/
+69
*
Add a basic hashtable data structure, with tests!
Jeff Brown
2011-11-22
5
-1
/
+965
*
Use libcorkscrew to format the stack trace.
Jeff Brown
2011-11-21
1
-22
/
+10
*
Merge "Slight change to the unwinder API."
Jeff Brown
2011-11-04
1
-2
/
+2
|
\
|
*
Slight change to the unwinder API.
Jeff Brown
2011-11-03
1
-2
/
+2
[next]