summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* am e88fa50b: Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
|\
| * Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
| |\
| | * fix failing thread object runRitu Srivastava2011-01-251-0/+1
* | | am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"Dianne Hackborn2011-01-291-2/+34
|\ \ \ | |/ / |/| |
| * | Normalize output from aapt dShachar Shemesh2011-01-041-2/+34
| |/
* | Fix issue 3302649.Eric Laurent2011-01-041-0/+3
|/
* Initialized check in ZipFileRO::findEntryByNameKenny Root2010-10-211-1/+9
* Reduce logging.Joe Onorato2010-10-191-1/+2
* MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2010-10-131-20/+37
* OBB: use PBKDF2 for key generation.Kenny Root2010-10-132-17/+45
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-072-45/+254
* Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-1/+32
* ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-7/+19
* Revert "Revert "Free created FileMap when uncompressing files""Kenny Root2010-09-241-5/+9
* Add locking around ZIP seekingKenny Root2010-09-241-10/+17
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-146-749/+803
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+7
* Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
* Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-6/+13
* Hopefully fix the build.Dianne Hackborn2010-09-071-0/+2
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-8/+29
* Add better debug output for ResourceType errorsKenny Root2010-09-021-2/+2
* Add debugging to ZipFileROKenny Root2010-08-271-2/+2
* Free created FileMap when uncompressing filesKenny Root2010-08-191-5/+9
* Add OBB flags to support overlaysKenny Root2010-08-181-10/+22
* Initial tool for OBB manipulationKenny Root2010-08-111-3/+39
* More native work.Dianne Hackborn2010-08-111-0/+6
* Fix String8::operator+Kenny Root2010-08-062-2/+78
* Free scanBuf in ZipFileROKenny Root2010-08-041-6/+4
* Attempt to fix the SDK buildChristopher Tate2010-07-291-4/+4
* Change unistd.h to stddef.h to be correctKenny Root2010-07-281-1/+1
* Add unistd.h for size_t typedef to fix sim-engKenny Root2010-07-281-0/+1
* Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-283-30/+271
* Fix bug with phantom input windows.Jeff Brown2010-07-161-7/+29
* Don't build framework tests for simulator target.Jeff Brown2010-07-141-0/+5
* Add initial gamepad support.Jeff Brown2010-07-131-0/+10
* Merge changes I2337051b,I19b426cb into gingerbreadKenny Root2010-07-122-17/+36
|\
| * Tweak ObbFile classKenny Root2010-07-122-17/+36
* | Add new glue code for writing native apps.Dianne Hackborn2010-07-082-72/+99
|/
* Add OBB file helper classKenny Root2010-07-074-0/+366
* Add new native Looper API.Dianne Hackborn2010-07-021-4/+64
* Even more native input dispatch work in progress.Jeff Brown2010-06-174-41/+74
* Support for multiple testsJeff Brown2010-06-141-4/+9
* Remove PollLoop from host build.Jeff Brown2010-06-131-4/+4
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-138-12/+792
* Fix String8 to free its memory only after assignment operations based on poin...Andreas Huber2010-06-101-4/+8