summaryrefslogtreecommitdiffstats
path: root/libutils
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-10.0.0_r23' into staging/lineage-17.1_merge-android-10.0.0...Michael Bestas2020-01-081-1/+6
|\
| * FlattenableUtils::align memsetsSteven Moreland2019-11-151-1/+6
* | utils: Threads: Handle empty thread namesChristopher N. Hesse2019-12-231-1/+4
|/
* Merge "libutils: more detailed logging."Treehugger Robot2019-04-021-4/+4
|\
| * libutils: more detailed logging.Elliott Hughes2019-04-011-4/+4
* | libutilscallstack: removed from darwinSteven Moreland2019-04-011-0/+3
|/
* Merge "libutils/libcutils: make host more like device"Steven Moreland2019-03-291-15/+9
|\
| * libutils/libcutils: make host more like deviceSteven Moreland2019-03-281-15/+9
* | libutils: Fix thread safety annotations in MutexMikhail Naganov2019-03-292-3/+19
|/
* Revert "Revert "Fix wp and sp comparison bugs""Hans Boehm2019-03-133-56/+268
* Revert "Fix wp and sp comparison bugs"Hans Boehm2019-03-133-234/+47
* Fix wp and sp comparison bugsHans Boehm2019-03-093-47/+234
* Add `test_suites` to libutils_test.Elliott Hughes2019-02-251-6/+21
* Clean up libcutils/libutils tests.Elliott Hughes2019-02-1120-196/+131
* MappedFile and FileMap should support zero-length mappings.Elliott Hughes2019-02-063-19/+49
* Merge changes from topic "re-revert move sched_policy functions"Suren Baghdasaryan2019-01-252-1/+4
|\
| * DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_p...Suren Baghdasaryan2019-01-252-1/+4
* | Merge "Remove dead code."Elliott Hughes2019-01-252-20/+0
|\ \ | |/ |/|
| * Remove dead code.Elliott Hughes2019-01-242-20/+0
* | DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy us...Suren Baghdasaryan2019-01-232-4/+1
|/
* Add dependencies on libprocessgroup for sched_policy usersSuren Baghdasaryan2019-01-222-1/+4
* Merge "libutils: use libbase_headers instead of libbase."Treehugger Robot2019-01-081-1/+1
|\
| * libutils: use libbase_headers instead of libbase.Josh Gao2019-01-021-1/+1
* | CallStack: include prefix/tag when unlinkedSteven Moreland2019-01-031-5/+6
|/
* use epoll_create1Nick Kralevich2018-12-171-4/+1
* Suppress lint warnings on google-default-argumentsJiyong Park2018-10-291-0/+1
* "utils/Errors.h": include <stdint.h> for `int32_t`.Elliott Hughes2018-10-161-15/+8
* Move system/core/ off NO_ERROR.Elliott Hughes2018-10-0810-58/+59
* Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-053-14/+19
* Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-173-2/+9
* Move off safe-iop.Elliott Hughes2018-08-282-11/+9
* Merge "Check sp<>::clear() for data races"Hans Boehm2018-08-171-2/+4
|\
| * Check sp<>::clear() for data racesHans Boehm2018-08-171-2/+4
* | libutils: remove unused strzcmp16_h_n.Elliott Hughes2018-08-172-24/+0
|/
* Revert^2 "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-083-30/+162
* Merge "Merge Android Pie into master"Xin Li2018-08-071-28/+34
|\
| * Merge "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-063-30/+120
| |\
| * \ Merge changes from topic "looper_unique_fd"Josh Gao2018-07-233-29/+30
| |\ \
| * \ \ Merge "[libutils] Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-1725-132/+132
| |\ \ \
| * \ \ \ Merge "Modernize codebase by replacing NULL with nullptr"Yi Kong2018-07-1310-24/+24
| |\ \ \ \
| * \ \ \ \ Shared libs are supported in recovery modeJiyong Park2018-06-132-3/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge "Mark as recovery_available: true" am: 9f6f8bf0dcJiyong Park2018-05-211-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge "Remove more semicolons at the end of namespaces" am: d652a9e231Pirama Arumuga Nainar2018-04-1223-32/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge "Remove extra semicolon at end of namespace" am: 1d2bf45b55Pirama Arumuga Nainar2018-04-107-8/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge "Revert "libutilscallstack is private VNDK-SP"" am: 7a72d07e40Jiyong Park2018-03-151-1/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "libutils: Remove Static.cpp and darwin hacks." am: 929112bcd1Steven Moreland2018-03-084-103/+16
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | String16: remove integer overflowsSteven Moreland2018-03-011-28/+34
* | | | | | | | | | | | Revert "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm2018-08-073-120/+30
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Prepare to fail in RefBase destructor if count is untouchedHans Boehm2018-08-033-30/+120
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | libutils: switch Looper's fds to unique_fd.Josh Gao2018-07-183-29/+30
| |_|_|_|_|_|_|_|/ |/| | | | | | | |