summaryrefslogtreecommitdiffstats
path: root/libutils
Commit message (Expand)AuthorAgeFilesLines
* Use readdir instead of readdir_r.Elliott Hughes2021-08-251-10/+3
* String16: remove integer overflowsSteven Moreland2018-05-121-30/+36
* Fix integer overflow in utf{16,32}_to_utf8_lengthAdam Vartanian2017-11-101-3/+21
* Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-073-16/+43
|\
| * libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8Sergio Giro2016-07-213-16/+43
* | libutils: fix deadlock in elapsedRealtimeNanoScott Mertz2016-08-291-0/+8
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-0/+2
|\|
| * resolved conflicts for 832a0d1c to mnc-devBrian Carlstrom2015-09-191-0/+2
| |\
| | * resolved conflicts for cf676a86 to lmp-mr1-ub-devBrian Carlstrom2015-09-193-23/+139
| | |\
| | | * libutils: Fix integer overflows in VectorImpl.Narayan Kamath2015-09-093-23/+139
| | * | resolved conflicts for merge of 7c327194 to lmp-mr1-ub-devBart Sears2015-08-263-1/+87
| | |\|
| | | * libutils: fix overflow in SharedBuffer [DO NOT MERGE]Sergio Giro2015-08-253-1/+85
| * | | libutils: Fix integer overflows in VectorImpl.Narayan Kamath2015-09-024-23/+145
* | | | Merge tag 'android-6.0.0_r5' into cm-13.0Ricardo Cerqueira2015-11-034-23/+145
|\ \ \ \
| * | | | libutils: Fix integer overflows in VectorImpl.Narayan Kamath2015-09-284-23/+145
| |/ / /
* / / / libutils: Improve support for POSIX timersSteve Kondik2015-10-291-17/+42
|/ / /
* | | libutils: fix overflow in SharedBuffer [DO NOT MERGE]Sergio Giro2015-08-253-1/+88
* | | am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b:...Abhishek Arya2015-08-211-0/+3
|\| |
| * | am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile ...Abhishek Arya2015-08-211-0/+3
| |\|
| | * am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea68...Abhishek Arya2015-08-211-0/+3
| | |\
| | | * am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d3197...Abhishek Arya2015-08-211-0/+3
| | | |\
| | | | * Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1bAbhishek Arya2015-08-201-0/+3
| * | | | am e97682be: am a1a22b57: am e67b5848: am 4956c0fe: am 5b85b1d4: libutils: fi...Sergio Giro2015-08-201-0/+3
| |\| | |
| | * | | am 4956c0fe: am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8Sergio Giro2015-08-201-0/+3
| | |\| |
| | | * | am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8Sergio Giro2015-08-201-0/+3
| | | |\|
| | | | * libutils: fix overflow in String8::allocFromUTF8Sergio Giro2015-08-181-0/+3
* | | | | libutils: fix overflow in String8::allocFromUTF8Sergio Giro2015-08-181-0/+3
* | | | | Merge "Work around spurious epoll notifications." into mnc-devJeff Brown2015-05-301-0/+5
|\ \ \ \ \
| * | | | | Work around spurious epoll notifications.Jeff Brown2015-05-291-0/+5
* | | | | | Adding a build id check to blob cache.Michael Lentine2015-05-182-7/+17
|/ / / / /
* | | | | Move LinearAlloc to libhwuiJohn Reck2015-04-232-228/+0
* | | | | am 8d2cd035: am 2ddb9cb1: am ed43be39: Merge "Remove LOCAL_ADDITIONAL_DEPENDE...Elliott Hughes2015-04-021-1/+0
|\| | | |
| * | | | Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-1/+0
| * | | | Revert "Revert "Create libbase.""Dan Albert2015-03-166-352/+0
* | | | | Use eventfd instead of pipe in Looper.Tim Kilbourn2015-03-271-32/+14
* | | | | Revert "Revert "Create libbase.""Dan Albert2015-03-166-352/+0
* | | | | am 90a968f0: am dd581695: Merge "Revert "Create libbase.""Nicolas Geoffray2015-03-166-0/+352
|\| | | |
| * | | | Revert "Create libbase."Nicolas Geoffray2015-03-166-0/+352
* | | | | am 517f65da: am a68c8148: Merge "Create libbase."Dan Albert2015-03-156-352/+0
|\| | | |
| * | | | Create libbase.Dan Albert2015-03-146-352/+0
* | | | | Fix issues related to removing Looper callbacks after close.Jeff Brown2015-03-121-32/+94
* | | | | Fixed subtle bugs related to file descriptor recycling.Jeff Brown2015-03-111-11/+66
* | | | | Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-111-5/+5
|/ / / /
* | | | Remove useless refCounting from FileMap.Narayan Kamath2015-02-232-11/+3
* | | | Merge "Remove reference to NOT_USING_KLIBC and cygwin."Narayan Kamath2015-02-201-14/+1
|\ \ \ \
| * | | | Remove reference to NOT_USING_KLIBC and cygwin.Narayan Kamath2015-02-191-14/+1
* | | | | Fix the WriteStringToFile overload that takes mode/owner/group.Elliott Hughes2015-02-172-2/+31
|/ / / /
* | | | Clean up reading and writing in init.Elliott Hughes2015-02-062-24/+72
* | | | Fix Windows build.Elliott Hughes2015-02-041-0/+2
* | | | Add a WriteStringToFile overload that cares about permissions.Elliott Hughes2015-02-041-8/+35