summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move libs/utils to libutilsAlex Ray2013-08-0240-10207/+0
* Add a new utf8-to-utf16 conversion function.Dianne Hackborn2013-07-311-0/+30
* Fix BlobCache_testBrian Carlstrom2013-07-311-12/+12
* Make Flattenable not virtual (libutils)Mathias Agopian2013-07-313-43/+2
* libutils: give BasicHashtableImpl a virtual destructorAlex Ray2013-07-301-0/+4
* add static dependency on liblogColin Cross2013-07-302-0/+53
* Added bitwise-or and bitwise-and to BitSetMichael Wright2013-07-302-0/+88
* Remove unnecessary header file.Nick Kralevich2013-07-301-1/+0
* remove reserved virtual slotsMathias Agopian2013-07-301-19/+0
* new String8, String16 ctors to initialize empty static strings with static li...Mathias Agopian2013-07-302-4/+26
* libutils clean-upMathias Agopian2013-07-3018-2698/+14
* Add new Looper API to check whether the looper is idle.Dianne Hackborn2013-07-301-0/+12
* String8: ensure static init done prior to empty string referenceTodd Poynor2013-07-301-0/+4
* Build a static device libutilsBjorn Bringert2013-07-301-5/+20
* improved CallStack a bitMathias Agopian2013-07-302-10/+13
* disable RefBase consistency checks (NDEBUG)Mathias Agopian2013-07-301-1/+1
* Fix a crasher with RefBase debugging and vectors of wp<>Mathias Agopian2013-07-301-9/+15
* A few tweaks to RefBase debuggingMathias Agopian2013-07-301-17/+11
* Add Vector::resize()Jesse Hall2013-07-301-0/+10
* fix a couple race-conditions in RefBase::promote()Dianne Hackborn2013-07-301-26/+67
* temporary: enable ASSERTs in RefBaseMathias Agopian2013-07-301-0/+1
* Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-07-301-0/+5
* rename binder services main thread to Binder_*Mathias Agopian2013-07-301-18/+22
* Fix RefBase debugging. O_CREAT must specify the mode.Mathias Agopian2013-07-301-1/+1
* Revert "try to fix win_sdk build."Nick Kralevich2013-07-301-1/+1
* try to fix win_sdk build.Nick Kralevich2013-07-301-1/+1
* Add NULL check to CallStack::toStringMarco Nelissen2013-07-301-1/+3
* 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