summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Add LinearAllocatorChris Craik2013-07-302-0/+232
* utils: clarify scoped tracing functionalityAlex Ray2013-07-301-1/+1
* utils: Use cutils tracing functionality.Alex Ray2013-07-301-45/+5
* Reduce emulator logspamAndy McFadden2013-07-301-2/+2
* Add an LRU cache plus hashing primitivesRaph Levien2013-07-305-1/+358
* Continue removing property debug.sys.noschedgroupsGlenn Kasten2013-07-301-37/+8
* Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2013-07-301-0/+19
* Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2013-07-302-27/+7
* Add TEMP_FAILURE_RETRY around open and write callsKenny Root2013-07-301-5/+8
* Update tests for new build targetKenny Root2013-07-301-27/+15
* Disable the use of clock_gettime for now.Ben Cheng2013-07-301-1/+9
* Print warnings when backwards timestamps are detected.Ben Cheng2013-07-301-5/+55
* minor SharedBuffer clean-upMathias Agopian2013-07-301-7/+7
* Revert "put back the unused virtuals in Vector<>"Mathias Agopian2013-07-301-19/+0
* 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