summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-0613-191/+191
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-048-34/+34
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-0316-69/+69
* Add a basic hashtable data structure, with tests!Jeff Brown2011-11-225-1/+965
* Use libcorkscrew to format the stack trace.Jeff Brown2011-11-211-22/+10
* Merge "Slight change to the unwinder API."Jeff Brown2011-11-041-2/+2
|\
| * Slight change to the unwinder API.Jeff Brown2011-11-031-2/+2
* | am 236aea35: Merge changes Ibc99cb1c,Ie1f4f6f8 into ics-mr1Jamie Gennis2011-11-032-4/+302
|\ \ | |/ |/|
| * BlobCache: implement cache serializationJamie Gennis2011-10-312-2/+302
| * BlobCache: remove the mutex lockingJamie Gennis2011-10-311-2/+0
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-2610-69/+69
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-252-5/+5
* | Use libcorkscrew for stack unwinding.Jeff Brown2011-10-222-267/+60
|/
* add -ldl to host executablesIliyan Malchev2011-10-201-0/+4
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2011-10-071-6/+7
* may fix the buildMathias Agopian2011-09-281-6/+2
* Fix androidGetThreadPriority for non-pthread configurations.Andreas Huber2011-09-161-0/+4
* A new API "androidGetThreadPriority"Andreas Huber2011-09-161-0/+4
* Resurrect verbose binder loggingAndy McFadden2011-09-071-1/+3
* Merge "Add C++ thread API androidGetThreadSchedulingGroup"Glenn Kasten2011-08-291-0/+35
|\
| * Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2011-07-081-0/+35
* | fix a memory leak and memory corruption in RefBaseMathias Agopian2011-08-111-44/+39
* | Merge "Move extract native libraries to JNI code"Kenny Root2011-07-272-1/+66
|\ \
| * | Move extract native libraries to JNI codeKenny Root2011-07-262-1/+66
* | | am 64ed1059: am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap gen...Kenny Root2011-07-251-1/+2
|\ \ \ | |/ / |/| |
| * | am e612c881: am 4f3a8db6: am 3cf03987: Merge "Continue idmap generation even ...Kenny Root2011-07-251-1/+2
| |\ \
| | * \ am 3cf03987: Merge "Continue idmap generation even if name lookup fails."Kenny Root2011-07-211-1/+2
| | |\ \
| | | * | Continue idmap generation even if name lookup fails.MÃ¥rten Kongstad2011-05-191-1/+2
| | * | | am afffa8fa: fix RefBase so it retains binary-compatibility with gingerbread ...Mathias Agopian2011-06-151-9/+25
| | |\ \ \
| | | * | | fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2011-06-131-9/+25
| | * | | | am 19974ecc: Fix a leak in RefBase (DO NOT MERGE)Mathias Agopian2011-06-081-9/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix a leak in RefBase (DO NOT MERGE)Mathias Agopian2011-06-081-9/+11
| * | | | | am 0887b8c2: am 8e18668d: revert surfaceflinger leak fix as it uncovered a cr...Mathias Agopian2011-06-151-35/+9
| |\ \ \ \ \
| | * | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE)Mathias Agopian2011-06-151-35/+9
| * | | | | | am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncove...Mathias Agopian2011-06-151-9/+35
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom"Mathias Agopian2011-06-151-9/+35
| * | | | | | am 7ecdeb6e: am d20d72d1: Merge "revert surfaceflinger leak fix as it uncover...Mathias Agopian2011-06-151-35/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoomMathias Agopian2011-06-151-35/+9
| * | | | | | am 77079399: am a9c9a4ba: fix RefBase so it retains binary-compatibility with...Mathias Agopian2011-06-131-9/+25
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | fix RefBase so it retains binary-compatibility with gingerbread (DO NOT MERGE)Mathias Agopian2011-06-131-9/+25
* | | | | | | Remove unimplemented memory pool.Jeff Brown2011-07-202-38/+0
* | | | | | | Add a call to pthread_attr_destroy to avoid potential memory leaks.Le-Chun Wu2011-07-141-0/+1
* | | | | | | Minor code cleanups in vector.Jeff Brown2011-07-141-26/+24
* | | | | | | Replace Vector _grow/_shrink checks with assert.Jeff Brown2011-07-141-5/+7
* | | | | | | Compress the backup output streamChristopher Tate2011-07-131-4/+12
* | | | | | | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-8/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove the simulator target from all makefiles.Jeff Brown2011-07-112-8/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fix typo in an assert's logMathias Agopian2011-07-111-2/+2
|/ / / / / /
* | | | | | Merge "Add Thread::join"Glenn Kasten2011-07-061-0/+19
|\ \ \ \ \ \
| * | | | | | Add Thread::joinGlenn Kasten2011-06-231-0/+19