summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* put back the unused virtuals in Vector<>Mathias Agopian2013-07-301-0/+19
* Add a very simple helper function to log slow functions.Jeff Brown2013-07-302-0/+38
* improve Vector<> safety checksMathias Agopian2013-07-301-31/+22
* libutils cleanup: remove unused or seldom used code from misc.{cpp|h}Mathias Agopian2013-07-302-102/+19
* Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2013-07-302-15/+26
* Utils: Fix a bug in the linear transformation code.John Grossman2013-07-301-3/+6
* Support looper callbacks based on smart pointers.Jeff Brown2013-07-301-12/+36
* Delete unused poll() code.Jeff Brown2013-07-301-139/+0
* Remove unused statistics code.Jeff Brown2013-07-301-68/+0
* fix a corruption in Vector<> when adding new itemsMathias Agopian2013-07-303-1/+77
* Workaround for add_tid_to_cgroup failed to writeGlenn Kasten2013-07-301-1/+3
* Add callback hack to find out when to reload system properties.Dianne Hackborn2013-07-302-5/+77
* Change name of system property for traces.Dianne Hackborn2013-07-301-1/+1
* Fixed 64-bit porting issuesAndrew Hsieh2013-07-301-2/+2
* Scheduling group cleanupGlenn Kasten2013-07-301-57/+0
* Support tokenizing arbitrary content.Jeff Brown2013-07-301-4/+16
* Add a log tagGlenn Kasten2013-07-301-0/+2
* add Looper.cpp to build for linux host to use in CTS audioKeun young Park2013-07-301-0/+6
* frameworks/native: link host libutils against external/zlibColin Cross2013-07-301-0/+6
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2013-07-306-2/+1400
* Add a simple work queue abstraction.Jeff Brown2013-07-303-0/+174
* Added rules to build f/n/libs/utils in 64-bit: lib64utils.aAndrew Hsieh2013-07-301-13/+23
* Expose the set of enabled tags.Jeff Brown2013-07-301-1/+3
* Fixed several 64-bit porting issuesAndrew Hsieh2013-07-304-7/+11
* libutils: add a system-wide tracing utilityJamie Gennis2013-07-302-1/+49
* frameworks/base refactoringMathias Agopian2013-07-3015-12610/+0
* frameworks/base refactoring.Mathias Agopian2013-07-3013-32/+32
* libs/utils: replace malloc() + memset() to zero with calloc()Iliyan Malchev2013-07-302-10/+4
* aapt now sorts the strings in the resource string pool.Dianne Hackborn2013-07-301-242/+903
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2013-07-302-5/+41
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2013-07-304-20/+20
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2013-07-3014-65/+65
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2013-07-3013-191/+191
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2013-07-308-34/+34
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2013-07-3016-69/+69
* Add a basic hashtable data structure, with tests!Jeff Brown2013-07-305-1/+965
* Use libcorkscrew to format the stack trace.Jeff Brown2013-07-301-22/+10
* Slight change to the unwinder API.Jeff Brown2013-07-301-2/+2
* BlobCache: implement cache serializationJamie Gennis2013-07-302-2/+302
* BlobCache: remove the mutex lockingJamie Gennis2013-07-301-2/+0
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2013-07-3010-69/+69
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2013-07-302-5/+5
* Use libcorkscrew for stack unwinding.Jeff Brown2013-07-302-267/+60
* add -ldl to host executablesIliyan Malchev2013-07-301-0/+4
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2013-07-301-6/+7
* may fix the buildMathias Agopian2013-07-301-6/+2
* Fix androidGetThreadPriority for non-pthread configurations.Andreas Huber2013-07-301-0/+4
* A new API "androidGetThreadPriority"Andreas Huber2013-07-301-0/+4
* Resurrect verbose binder loggingAndy McFadden2013-07-301-1/+3
* fix a memory leak and memory corruption in RefBaseMathias Agopian2013-07-301-84/+180