summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Revert "put back the unused virtuals in Vector<>""Dave Burke2012-10-251-0/+19
* | am 125becee: am 7abbbc68: Merge "Add TEMP_FAILURE_RETRY to ZipUtils"Kenny Root2012-10-162-27/+7
|\ \
| * | Add TEMP_FAILURE_RETRY to ZipUtilsKenny Root2012-10-162-27/+7
* | | am 9bdaa60b: Merge "Add TEMP_FAILURE_RETRY around open and write calls" into ...Kenny Root2012-10-121-5/+8
|\ \ \ | | |/ | |/|
| * | Add TEMP_FAILURE_RETRY around open and write callsKenny Root2012-10-121-5/+8
* | | am ee42072b: am 52f1edb3: Merge "Update tests for new build target"Kenny Root2012-10-021-27/+15
|\ \ \ | |/ / |/| / | |/
| * Update tests for new build targetKenny Root2012-10-021-27/+15
* | Disable the use of clock_gettime for now.Ben Cheng2012-09-191-1/+9
* | Print warnings when backwards timestamps are detected.Ben Cheng2012-09-161-5/+55
* | minor SharedBuffer clean-upMathias Agopian2012-08-311-7/+7
* | Revert "put back the unused virtuals in Vector<>"Mathias Agopian2012-08-241-19/+0
* | put back the unused virtuals in Vector<>Mathias Agopian2012-08-201-0/+19
* | Add a very simple helper function to log slow functions.Jeff Brown2012-08-102-0/+38
* | improve Vector<> safety checksMathias Agopian2012-08-101-31/+22
* | libutils cleanup: remove unused or seldom used code from misc.{cpp|h}Mathias Agopian2012-08-052-102/+19
* | Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible.Nick Pelly2012-07-192-15/+26
* | Utils: Fix a bug in the linear transformation code.John Grossman2012-06-271-3/+6
* | am d5085da3: am 4467bba7: Merge "Support looper callbacks based on smart poin...Jeff Brown2012-05-311-12/+36
|\ \ | |/
| * Support looper callbacks based on smart pointers.Jeff Brown2012-05-311-12/+36
* | am 80586761: am dad23789: Merge "Delete unused poll() code." into jb-devJeff Brown2012-05-311-139/+0
|\ \ | |/
| * Delete unused poll() code.Jeff Brown2012-05-301-139/+0
* | am dce1547d: am 9e2e781a: Merge "Remove unused statistics code." into jb-devJeff Brown2012-05-311-68/+0
|\ \ | |/
| * Remove unused statistics code.Jeff Brown2012-05-301-68/+0
* | am e0607f05: am 5aed6843: Merge "fix a corruption in Vector<> when adding new...Mathias Agopian2012-05-213-1/+77
|\ \ | |/
| * fix a corruption in Vector<> when adding new itemsMathias Agopian2012-05-173-1/+77
* | am f30fd014: Merge "Workaround for add_tid_to_cgroup failed to write" into jb...Glenn Kasten2012-05-101-1/+3
|\ \ | |/
| * Workaround for add_tid_to_cgroup failed to writeGlenn Kasten2012-05-101-1/+3
* | am 555f89d8: Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-102-5/+77
|\ \ | |/
| * Add callback hack to find out when to reload system properties.Dianne Hackborn2012-05-092-5/+77
* | am 34c65888: Change name of system property for traces.Dianne Hackborn2012-05-091-1/+1
|\ \ | |/
| * Change name of system property for traces.Dianne Hackborn2012-05-081-1/+1
* | Fixed 64-bit porting issuesAndrew Hsieh2012-05-021-2/+2
|/
* Scheduling group cleanupGlenn Kasten2012-04-191-57/+0
* Support tokenizing arbitrary content.Jeff Brown2012-04-171-4/+16
* Add a log tagGlenn Kasten2012-04-051-0/+2
* add Looper.cpp to build for linux host to use in CTS audioKeun young Park2012-03-261-0/+6
* frameworks/native: link host libutils against external/zlibColin Cross2012-03-231-0/+6
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2012-03-226-2/+1400
* Add a simple work queue abstraction.Jeff Brown2012-03-173-0/+174
* Added rules to build f/n/libs/utils in 64-bit: lib64utils.aAndrew Hsieh2012-03-131-13/+23
* Expose the set of enabled tags.Jeff Brown2012-03-091-1/+3
* Merge "Fixed several 64-bit porting issues"Andrew Hsieh2012-02-294-7/+11
|\
| * Fixed several 64-bit porting issuesAndrew Hsieh2012-02-274-7/+11
* | libutils: add a system-wide tracing utilityJamie Gennis2012-02-262-1/+49
|/
* frameworks/base refactoringMathias Agopian2012-02-2015-12610/+0
* frameworks/base refactoring.Mathias Agopian2012-02-1713-32/+32
* libs/utils: replace malloc() + memset() to zero with calloc()Iliyan Malchev2012-02-172-10/+4
* Merge "Thread::getTid returns pid_t gettid() after run"Glenn Kasten2012-02-022-5/+41
|\
| * Thread::getTid returns pid_t gettid() after runGlenn Kasten2012-01-172-5/+41
* | aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-311-242/+903
|/