index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
put back the unused virtuals in Vector<>
Mathias Agopian
2013-07-30
1
-0
/
+19
*
Add a very simple helper function to log slow functions.
Jeff Brown
2013-07-30
2
-0
/
+38
*
improve Vector<> safety checks
Mathias Agopian
2013-07-30
1
-31
/
+22
*
libutils cleanup: remove unused or seldom used code from misc.{cpp|h}
Mathias Agopian
2013-07-30
2
-102
/
+19
*
Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.
Nick Pelly
2013-07-30
2
-15
/
+26
*
Utils: Fix a bug in the linear transformation code.
John Grossman
2013-07-30
1
-3
/
+6
*
Support looper callbacks based on smart pointers.
Jeff Brown
2013-07-30
1
-12
/
+36
*
Delete unused poll() code.
Jeff Brown
2013-07-30
1
-139
/
+0
*
Remove unused statistics code.
Jeff Brown
2013-07-30
1
-68
/
+0
*
fix a corruption in Vector<> when adding new items
Mathias Agopian
2013-07-30
3
-1
/
+77
*
Workaround for add_tid_to_cgroup failed to write
Glenn Kasten
2013-07-30
1
-1
/
+3
*
Add callback hack to find out when to reload system properties.
Dianne Hackborn
2013-07-30
2
-5
/
+77
*
Change name of system property for traces.
Dianne Hackborn
2013-07-30
1
-1
/
+1
*
Fixed 64-bit porting issues
Andrew Hsieh
2013-07-30
1
-2
/
+2
*
Scheduling group cleanup
Glenn Kasten
2013-07-30
1
-57
/
+0
*
Support tokenizing arbitrary content.
Jeff Brown
2013-07-30
1
-4
/
+16
*
Add a log tag
Glenn Kasten
2013-07-30
1
-0
/
+2
*
add Looper.cpp to build for linux host to use in CTS audio
Keun young Park
2013-07-30
1
-0
/
+6
*
frameworks/native: link host libutils against external/zlib
Colin Cross
2013-07-30
1
-0
/
+6
*
frameworks/native: move Zip* from libandroidfw to libutils
Colin Cross
2013-07-30
6
-2
/
+1400
*
Add a simple work queue abstraction.
Jeff Brown
2013-07-30
3
-0
/
+174
*
Added rules to build f/n/libs/utils in 64-bit: lib64utils.a
Andrew Hsieh
2013-07-30
1
-13
/
+23
*
Expose the set of enabled tags.
Jeff Brown
2013-07-30
1
-1
/
+3
*
Fixed several 64-bit porting issues
Andrew Hsieh
2013-07-30
4
-7
/
+11
*
libutils: add a system-wide tracing utility
Jamie Gennis
2013-07-30
2
-1
/
+49
*
frameworks/base refactoring
Mathias Agopian
2013-07-30
15
-12610
/
+0
*
frameworks/base refactoring.
Mathias Agopian
2013-07-30
13
-32
/
+32
*
libs/utils: replace malloc() + memset() to zero with calloc()
Iliyan Malchev
2013-07-30
2
-10
/
+4
*
aapt now sorts the strings in the resource string pool.
Dianne Hackborn
2013-07-30
1
-242
/
+903
*
Thread::getTid returns pid_t gettid() after run
Glenn Kasten
2013-07-30
2
-5
/
+41
*
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2013-07-30
4
-20
/
+20
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2013-07-30
14
-65
/
+65
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2013-07-30
13
-191
/
+191
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2013-07-30
8
-34
/
+34
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2013-07-30
16
-69
/
+69
*
Add a basic hashtable data structure, with tests!
Jeff Brown
2013-07-30
5
-1
/
+965
*
Use libcorkscrew to format the stack trace.
Jeff Brown
2013-07-30
1
-22
/
+10
*
Slight change to the unwinder API.
Jeff Brown
2013-07-30
1
-2
/
+2
*
BlobCache: implement cache serialization
Jamie Gennis
2013-07-30
2
-2
/
+302
*
BlobCache: remove the mutex locking
Jamie Gennis
2013-07-30
1
-2
/
+0
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2013-07-30
10
-69
/
+69
*
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2013-07-30
2
-5
/
+5
*
Use libcorkscrew for stack unwinding.
Jeff Brown
2013-07-30
2
-267
/
+60
*
add -ldl to host executables
Iliyan Malchev
2013-07-30
1
-0
/
+4
*
Fix regression in CursorWindow.copyStingToBuffer.
Jeff Brown
2013-07-30
1
-6
/
+7
*
may fix the build
Mathias Agopian
2013-07-30
1
-6
/
+2
*
Fix androidGetThreadPriority for non-pthread configurations.
Andreas Huber
2013-07-30
1
-0
/
+4
*
A new API "androidGetThreadPriority"
Andreas Huber
2013-07-30
1
-0
/
+4
*
Resurrect verbose binder logging
Andy McFadden
2013-07-30
1
-1
/
+3
*
fix a memory leak and memory corruption in RefBase
Mathias Agopian
2013-07-30
1
-84
/
+180
[next]