- 4acfae9 Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 am: d05ecb8d9d am: dc99a094dd by Steven Moreland · 4 years, 8 months ago
- d36aba1 Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 am: d05ecb8d9d by Steven Moreland · 4 years, 8 months ago
- 1c2859f Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 by Steven Moreland · 4 years, 8 months ago
- 00cb016 Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 by Steven Moreland · 4 years, 8 months ago
- 372ad41 Merge "libutils: check vsnprintf error" into oc-dev by Steven Moreland · 4 years, 8 months ago
- 849e74b Merge "Fail explicitly on length overflow." into oc-dev am: ea8d38e77f am: cf91151364 am: 84dcff4c6b by TreeHugger Robot · 4 years, 8 months ago
- d6297be Merge "Fail explicitly on length overflow." into oc-dev am: ea8d38e77f am: cf91151364 by TreeHugger Robot · 4 years, 8 months ago
- f69c785 Merge "Fail explicitly on length overflow." into oc-dev am: ea8d38e77f by TreeHugger Robot · 4 years, 8 months ago
- f8788be Merge "Fail explicitly on length overflow." into oc-dev by TreeHugger Robot · 4 years, 8 months ago
- a7db14e Merge "Fail explicitly on length overflow." into qt-dev by TreeHugger Robot · 4 years, 8 months ago
- faf53f3 libutils: check vsnprintf error by Steven Moreland · 4 years, 8 months ago
- 907bc6c String16::remove - avoid overflow am: 4048e49956 am: 107f18cb61 am: 9be245c3f0 am: 64fb5012b8 by Steven Moreland · 4 years, 9 months ago
- e1cf012 String16::remove - avoid overflow am: 4048e49956 am: 107f18cb61 am: 9be245c3f0 by Steven Moreland · 4 years, 9 months ago
- 31f1a81 String16::remove - avoid overflow am: 4048e49956 am: 107f18cb61 by Steven Moreland · 4 years, 9 months ago
- 71d373a String16::remove - avoid overflow am: 4048e49956 by Steven Moreland · 4 years, 9 months ago
- c44772f Fail explicitly on length overflow. by Christopher Ferris · 4 years, 10 months ago
- c39f23e Fail explicitly on length overflow. by Christopher Ferris · 4 years, 10 months ago
- 3b0abc4 String16::remove - avoid overflow by Steven Moreland · 4 years, 10 months ago
- 0ec1f33 FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea am: 3f273f49f1 by Steven Moreland · 5 years ago
- 1655a44 FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea am: 3f273f49f1 by Steven Moreland · 5 years ago
- 82c9e36 FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea by Steven Moreland · 5 years ago
- 3ca7617 FlattenableUtils::align memsets am: e62a9d7669 by Steven Moreland · 5 years ago
- acea7c7 FlattenableUtils::align memsets by Steven Moreland · 5 years ago
- 734846a Merge "libutils: more detailed logging." by Treehugger Robot · 6 years ago
- c232d3c libutilscallstack: removed from darwin by Steven Moreland · 6 years ago
- edee7b2 libutils: more detailed logging. by Elliott Hughes · 6 years ago
- e398baa Merge "libutils/libcutils: make host more like device" by Steven Moreland · 6 years ago
- 45ef2e7 libutils: Fix thread safety annotations in Mutex by Mikhail Naganov · 6 years ago
- be06752 libutils/libcutils: make host more like device by Steven Moreland · 6 years ago
- 5ac1901 Revert "Revert "Fix wp and sp comparison bugs"" by Hans Boehm · 6 years ago
- 9c75b58 Revert "Fix wp and sp comparison bugs" by Hans Boehm · 6 years ago
- dc62d81 Fix wp and sp comparison bugs by Hans Boehm · 6 years ago
- 3510efc Add `test_suites` to libutils_test. by Elliott Hughes · 6 years ago
- 417579a Clean up libcutils/libutils tests. by Elliott Hughes · 6 years ago
- 8dd578c MappedFile and FileMap should support zero-length mappings. by Elliott Hughes · 6 years ago
- 30b9943 Merge changes from topic "re-revert move sched_policy functions" by Suren Baghdasaryan · 6 years ago
- d595754 Merge "Remove dead code." by Elliott Hughes · 6 years ago
- 0f6b6e9 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 6 years ago
- aecbf9e Remove dead code. by Elliott Hughes · 6 years ago
- a1c8352 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 6 years ago
- 1d6b373 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
- beeae01 Merge "libutils: use libbase_headers instead of libbase." by Treehugger Robot · 6 years ago
- 93ffa49 CallStack: include prefix/tag when unlinked by Steven Moreland · 6 years ago
- 782ef64 libutils: use libbase_headers instead of libbase. by Josh Gao · 6 years ago
- b487830 use epoll_create1 by Nick Kralevich · 6 years ago
- d0eb589 Suppress lint warnings on google-default-arguments by Jiyong Park · 6 years ago
- cd67bdb "utils/Errors.h": include <stdint.h> for `int32_t`. by Elliott Hughes · 6 years ago
- 8c9de83 Move system/core/ off NO_ERROR. by Elliott Hughes · 6 years ago
- 5aae6db Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
- 4d1d0f9 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
- 8e3b0f1 Move off safe-iop. by Elliott Hughes · 7 years ago
- 5c6954f Merge "Check sp<>::clear() for data races" by Hans Boehm · 7 years ago
- a409e59 Check sp<>::clear() for data races by Hans Boehm · 7 years ago
- 01e22d8 libutils: remove unused strzcmp16_h_n. by Elliott Hughes · 7 years ago
- e71b1cd Revert^2 "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
- 832a72a Merge "Merge Android Pie into master" by Xin Li · 7 years ago
- 65a3a76 Revert "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
- 659ab8b Merge "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
- 2fff2c3 Prepare to fail in RefBase destructor if count is untouched by Hans Boehm · 7 years ago
- 0cbe6b4 Merge changes from topic "looper_unique_fd" am: 7e7cefa2c7 by Josh Gao · 7 years ago
- 8139688 libutils: switch Looper's fds to unique_fd. by Josh Gao · 7 years ago
- 3092340 Merge "[libutils] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 7 years ago
- 6eabd4a [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 29da216 Merge "Modernize codebase by replacing NULL with nullptr" am: 9154fbc8df by Yi Kong · 7 years ago
- 15addc4 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 6f7326a Shared libs are supported in recovery mode am: 011ee12b1d by Jiyong Park · 7 years ago
- a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
- f122a17 Merge "Mark as recovery_available: true" am: 9f6f8bf0dc am: d7fece5d91 by Jiyong Park · 7 years ago
- d3036ab Mark as recovery_available: true by Jiyong Park · 7 years ago
- 3de5533 Merge "Remove more semicolons at the end of namespaces" am: d652a9e231 by Pirama Arumuga Nainar · 7 years ago
- da210f0 Remove more semicolons at the end of namespaces by Pirama Arumuga Nainar · 7 years ago
- 7cb3655 Merge "Remove extra semicolon at end of namespace" am: 1d2bf45b55 am: c309a0715f by Pirama Arumuga Nainar · 7 years ago
- 4379e64 Remove extra semicolon at end of namespace by Pirama Arumuga Nainar · 7 years ago
- 551dbaa Merge "Revert "libutilscallstack is private VNDK-SP"" am: 7a72d07e40 by Jiyong Park · 7 years ago
- 2e27696 Revert "libutilscallstack is private VNDK-SP" by Jiyong Park · 7 years ago
- 684b5cf Revert "libutilscallstack is private VNDK-SP" by Jiyong Park · 7 years ago
- e71db1d String16: remove integer overflows am: 0e5fbea01c am: b02e0ab211 by Steven Moreland · 7 years ago
- d0be2fd String16: remove integer overflows am: 0e5fbea01c by Steven Moreland · 7 years ago
- 9ab374d Merge "libutils: Remove Static.cpp and darwin hacks." am: 929112bcd1 by Steven Moreland · 7 years ago
- 4c7bddd libutils: Remove Static.cpp and darwin hacks. by Steven Moreland · 7 years ago
- 85ede77 String16: remove integer overflows by Steven Moreland · 7 years ago
- 6b32b99 String16: remove integer overflows by Steven Moreland · 7 years ago
- 68bf7b9 libutils: remove subdirs by Steven Moreland · 7 years ago
- 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
- 278d69a libutilscallstack is private VNDK-SP by Jiyong Park · 7 years ago
- f9a4cc1 Remove libziparchive dependency on libutils by David Sehr · 7 years ago
- fb60717 Merge "Usage suggestions." by Treehugger Robot · 7 years ago
- a3f9ad5 Usage suggestions. by Steven Moreland · 7 years ago
- 03809f6 Remove CompileTimeIfElse. by Steven Moreland · 7 years ago
- a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
- 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
- 508f344 Merge "Fix / suppress new unused warnings for mingw+clang" am: f106bb6bb8 by Dan Willemsen · 7 years ago
- 9ace705 Merge "Fix / suppress new unused warnings for mingw+clang" by Dan Willemsen · 7 years ago
- 501798e Fix / suppress new unused warnings for mingw+clang by Dan Willemsen · 7 years ago
- 5468706 Merge "libutils: Cleanup unused class declaration" am: 23cc38d440 by Logan Chien · 7 years ago
- 9710aae libutils: Cleanup unused class declaration by Logan Chien · 7 years ago
- 32e9f4a Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
- 89fbca6 Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
- 6aee026 Merge "libutils: Fix bug in strstr16." by Treehugger Robot · 7 years ago
- f51d4dd libutils: Fix bug in strstr16. by Branislav Rankov · 7 years ago