| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | utils: move thread enums to system/core | Alex Ray | 2013-07-30 | 1 | -47/+1 |
| * | | | | | Added bitwise-or and bitwise-and to BitSet | Michael Wright | 2013-07-30 | 3 | -0/+102 |
| * | | | | | Make trace macros slightly more robust | Tim Murray | 2013-07-30 | 1 | -0/+9 |
| * | | | | | Remove unnecessary header file. | Nick Kralevich | 2013-07-30 | 1 | -1/+0 |
| * | | | | | remove unused declarations and reformat | Mathias Agopian | 2013-07-30 | 1 | -47/+44 |
| * | | | | | remove reserved virtual slots | Mathias Agopian | 2013-07-30 | 2 | -39/+0 |
| * | | | | | new String8, String16 ctors to initialize empty static strings with static li... | Mathias Agopian | 2013-07-30 | 4 | -4/+44 |
| * | | | | | libutils clean-up | Mathias Agopian | 2013-07-30 | 34 | -3892/+26 |
| * | | | | | Add new Looper API to check whether the looper is idle. | Dianne Hackborn | 2013-07-30 | 2 | -0/+23 |
| * | | | | | String8: ensure static init done prior to empty string reference | Todd Poynor | 2013-07-30 | 1 | -0/+4 |
| * | | | | | Build a static device libutils | Bjorn Bringert | 2013-07-30 | 1 | -5/+20 |
| * | | | | | improved CallStack a bit | Mathias Agopian | 2013-07-30 | 3 | -12/+17 |
| * | | | | | disable RefBase consistency checks (NDEBUG) | Mathias Agopian | 2013-07-30 | 1 | -1/+1 |
| * | | | | | Fix a crasher with RefBase debugging and vectors of wp<> | Mathias Agopian | 2013-07-30 | 2 | -48/+71 |
| * | | | | | A few tweaks to RefBase debugging | Mathias Agopian | 2013-07-30 | 1 | -17/+11 |
| * | | | | | Add Vector::resize() | Jesse Hall | 2013-07-30 | 3 | -1/+18 |
| * | | | | | fix a couple race-conditions in RefBase::promote() | Dianne Hackborn | 2013-07-30 | 1 | -26/+67 |
| * | | | | | temporary: enable ASSERTs in RefBase | Mathias Agopian | 2013-07-30 | 1 | -0/+1 |
| * | | | | | Add Thread::isRunning and Condition::signal(WakeUpType) | Romain Guy | 2013-07-30 | 3 | -0/+21 |
| * | | | | | rename binder services main thread to Binder_* | Mathias Agopian | 2013-07-30 | 2 | -18/+25 |
| * | | | | | Fix RefBase debugging. O_CREAT must specify the mode. | Mathias Agopian | 2013-07-30 | 1 | -1/+1 |
| * | | | | | utils: Allow non android namespaces to use ALOGD_IF_SLOW | Naseer Ahmed | 2013-07-30 | 1 | -1/+1 |
| * | | | | | Revert "try to fix win_sdk build." | Nick Kralevich | 2013-07-30 | 1 | -1/+1 |
| * | | | | | try to fix win_sdk build. | Nick Kralevich | 2013-07-30 | 1 | -1/+1 |
| * | | | | | Add NULL check to CallStack::toString | Marco Nelissen | 2013-07-30 | 1 | -1/+3 |
| * | | | | | Add LinearAllocator | Chris Craik | 2013-07-30 | 3 | -0/+329 |
| * | | | | | utils: fix warnings for unused parameters | Igor Murashkin | 2013-07-30 | 3 | -6/+6 |
| * | | | | | utils: clarify scoped tracing functionality | Alex Ray | 2013-07-30 | 2 | -9/+6 |
| * | | | | | Remove copy of atrace imported to wrong location | Chad Jones | 2013-07-30 | 4 | -506/+0 |
| * | | | | | utils: Use cutils tracing functionality. | Alex Ray | 2013-07-30 | 2 | -186/+14 |
| * | | | | | Add LruCache::Iterator | Romain Guy | 2013-07-30 | 1 | -24/+26 |
| * | | | | | Add another ifndef and a couple of methods to LruCache | Romain Guy | 2013-07-30 | 2 | -0/+28 |
| * | | | | | Add #ifndef to prevent multiple definitions | Romain Guy | 2013-07-30 | 1 | -0/+5 |
| * | | | | | Reduce emulator logspam | Andy McFadden | 2013-07-30 | 2 | -2/+4 |
| * | | | | | Add an LRU cache plus hashing primitives | Raph Levien | 2013-07-30 | 9 | -2/+610 |
| * | | | | | Continue removing property debug.sys.noschedgroups | Glenn Kasten | 2013-07-30 | 1 | -37/+8 |
| * | | | | | Ensure that Vector::erase() returns a valid iterator | Jason Simmons | 2013-07-30 | 1 | -1/+2 |
| * | | | | | Revert "Revert "put back the unused virtuals in Vector<>"" | Dave Burke | 2013-07-30 | 2 | -0/+39 |
| * | | | | | Add runtime debugging capabilities to OpenGL | Romain Guy | 2013-07-30 | 1 | -0/+5 |
| * | | | | | Add TEMP_FAILURE_RETRY to ZipUtils | Kenny Root | 2013-07-30 | 3 | -27/+30 |
| * | | | | | Add TEMP_FAILURE_RETRY around open and write calls | Kenny Root | 2013-07-30 | 1 | -5/+8 |
| * | | | | | Update tests for new build target | Kenny Root | 2013-07-30 | 1 | -27/+15 |
| * | | | | | Disable the use of clock_gettime for now. | Ben Cheng | 2013-07-30 | 1 | -1/+9 |
| * | | | | | Print warnings when backwards timestamps are detected. | Ben Cheng | 2013-07-30 | 1 | -5/+55 |
| * | | | | | minor SharedBuffer clean-up | Mathias Agopian | 2013-07-30 | 2 | -24/+15 |
| * | | | | | Add a way to retrieve a Region as a SharedBuffer | Mathias Agopian | 2013-07-30 | 1 | -1/+1 |
| * | | | | | Revert "put back the unused virtuals in Vector<>" | Mathias Agopian | 2013-07-30 | 2 | -39/+0 |
| * | | | | | Fixed clang build error for libgui | Tareq A. Siraj | 2013-07-30 | 1 | -2/+2 |
| * | | | | | put back the unused virtuals in Vector<> | Mathias Agopian | 2013-07-30 | 2 | -0/+39 |
| * | | | | | get rid of mirrorItemAt() which isn't used anywhere | Mathias Agopian | 2013-07-30 | 2 | -22/+0 |