1. 8c9c7d0 Merge "Revert "Revert "Lock down String8|16.string() usage""" into main by Tomasz Wasilczyk · 2 years, 3 months ago
  2. 532a608 Merge changes I7790dde8,I065907a5,Id2e82024 into main by Ryan Prichard · 2 years, 4 months ago
  3. 999efbe Add missing <functional> and <vector> includes by Ryan Prichard · 2 years, 4 months ago
  4. 2b1a059 Don't depend on String8 cast to C string by Tomasz Wasilczyk · 2 years, 4 months ago
  5. 010c37b Revert "Revert "Lock down String8|16.string() usage"" by Tomasz Wasilczyk · 2 years, 4 months ago
  6. 7210b28 Revert "Lock down String8|16.string() usage" by Devika Krishnadas · 2 years, 4 months ago
  7. 8b95a12 Lock down String8|16.string() usage by Tomasz Wasilczyk · 2 years, 5 months ago
  8. 358a982 Merge "Lock down String8.isEmpty() usage" into main by Tomasz Wasilczyk · 2 years, 4 months ago
  9. 8b5c847 Lock down String8.isEmpty() usage by Tomasz Wasilczyk · 2 years, 5 months ago
  10. 771bda6 Merge "Implement android::String access methods that avoid C string cast" into main by Tomasz Wasilczyk · 2 years, 4 months ago
  11. 86c9ea8 Implement android::String access methods that avoid C string cast by Tomasz Wasilczyk · 2 years, 4 months ago
  12. 8245afd Merge "Revert "Revert "Revert "Revert "Drop all path-related methods from android::String8""""" into main by Tomasz Wasilczyk · 2 years, 4 months ago
  13. a185351 Revert "Revert "Revert "Revert "Drop all path-related methods from android::String8"""" by Tomasz Wasilczyk · 2 years, 4 months ago
  14. d395f63 Merge "Revert "Revert "Revert "Drop all path-related methods from android::String8"""" into main by Rhed Jao · 2 years, 4 months ago
  15. 141255f Revert "Revert "Revert "Drop all path-related methods from android::String8""" by Rhed Jao · 2 years, 4 months ago
  16. b2b037d Merge "Revert "Revert "Drop all path-related methods from android::String8""" into main by Tomasz Wasilczyk · 2 years, 4 months ago
  17. 9cbae9d Merge "Drop String8::std_string" into main by Tomasz Wasilczyk · 2 years, 4 months ago
  18. 4b6a7c3 Revert "Revert "Drop all path-related methods from android::String8"" by Tomasz Wasilczyk · 2 years, 4 months ago
  19. cff2e40 Revert "Drop all path-related methods from android::String8" by Tomasz Wasilczyk · 2 years, 4 months ago
  20. adaf330 Drop String8::std_string by Tomasz Wasilczyk · 2 years, 4 months ago
  21. b9dc1c2 Drop all path-related methods from android::String8 by Tomasz Wasilczyk · 2 years, 5 months ago
  22. e474f21 Check the ABI of libutils for vendor and product only by Hsin-Yi Chen · 2 years, 4 months ago
  23. 18560ef Merge "Migrate from android::String isEmpty to empty" into main by Treehugger Robot · 2 years, 5 months ago
  24. 9578c77 Merge "Implement String8|16::empty and String16::length" into main by Tomasz Wasilczyk · 2 years, 5 months ago
  25. 92ad0d3 Merge "Lose convertToResPath to aapt." into main by Tomasz Wasilczyk · 2 years, 5 months ago
  26. 1d98fe0 Lose convertToResPath to aapt. by Elliott Hughes · 4 years, 6 months ago
  27. f597129 Migrate from android::String isEmpty to empty by Tomasz Wasilczyk · 2 years, 5 months ago
  28. 2676893 Implement String8|16::empty and String16::length by Tomasz Wasilczyk · 2 years, 5 months ago
  29. 6d1b644 Drop String::empty() by Tomasz Wasilczyk · 2 years, 5 months ago
  30. 18b7461 Migrate String8/16 from .string() to c_str() by Tomasz Wasilczyk · 2 years, 5 months ago
  31. 90af415 Add String16::c_str and start using it. by Tomasz Wasilczyk · 2 years, 5 months ago
  32. 4a33c22 Merge "String8: fix infinite loop and segmentation fault in removeAll()" into main by Eric Miao · 2 years, 6 months ago
  33. c6ce48e String8: fix infinite loop and segmentation fault in removeAll() by Eric Miao · 2 years, 6 months ago
  34. 435b520 Merge "Fix libutils_fuzz_string8 deadlock." into main by Treehugger Robot · 2 years, 6 months ago
  35. 749becf Fix libutils_fuzz_string8 deadlock. by Steven Moreland · 2 years, 6 months ago
  36. cb199b4 libutils: Improve performance of utf8_to_utf16/utf16_to_utf8 by Eric Miao · 3 years, 1 month ago
  37. f5d4eda Merge "libutils: rewrite Vector fuzzer" by Treehugger Robot · 2 years, 6 months ago
  38. 379d5c8 libutils: rewrite Vector fuzzer by Steven Moreland · 2 years, 6 months ago
  39. aab4105 Drop const assignment operator. by Tomasz Wasilczyk · 2 years, 7 months ago
  40. 2aba0a2 Fix LruCache, allow std:string caching by Fabien Sanglard · 2 years, 7 months ago
  41. b3e1993 Add the Missing Header by Hao Chen · 2 years, 7 months ago
  42. 3e8ad4d Halve iteration count for some RefBase tests by Hans Boehm · 2 years, 7 months ago
  43. 6634c17 Fix the missing std by zijunzhao · 2 years, 10 months ago
  44. ff9e640 Replace "apex_inherit" min_sdk_version by Zhi Dou · 3 years, 1 month ago
  45. 20d45cc Merge "Add an ABI dump directory for libutils" by Hsin-Yi Chen · 3 years, 1 month ago
  46. 3de02bd Add an ABI dump directory for libutils by Hsin-Yi Chen · 3 years, 1 month ago
  47. c252707 libutils: Add more tests for Unicode by Eric Miao · 3 years, 1 month ago
  48. 890f064 libutils: Fix missing definition of shared_ptr and unique_ptr by Biswapriyo Nath · 3 years, 2 months ago
  49. 9e25bf0 libutils: Include limits for std::numeric_limits::max by Biswapriyo Nath · 3 years, 3 months ago
  50. b7412c8 libutils: RefBase DEBUG_REF love by Steven Moreland · 3 years, 3 months ago
  51. 377adea libutils: DEBUG_* modes compile forever by Steven Moreland · 3 years, 3 months ago
  52. b795d6f Fix the build with a newer LLVM. by Elliott Hughes · 3 years, 4 months ago
  53. 15fee82 Fix thread unwind in CallStack. by Christopher Ferris · 3 years, 4 months ago
  54. 4913ca8 Remove unnecessary std::unary_function base classes by Ryan Prichard · 3 years, 5 months ago
  55. 643d08e Merge "RefBase: test for stack check" am: 5daa3bb90e by Steven Moreland · 3 years, 5 months ago
  56. 5daa3bb Merge "RefBase: test for stack check" by Steven Moreland · 3 years, 5 months ago
  57. cd4ef87 RefBase: test for stack check by Steven Moreland · 3 years, 6 months ago
  58. c55c68f Merge "libutils: disallow extending lifetime on stack" am: ea25b4ba5b by Steven Moreland · 3 years, 6 months ago
  59. ea25b4b Merge "libutils: disallow extending lifetime on stack" by Steven Moreland · 3 years, 6 months ago
  60. de52706 Merge "libutils: RefBase always disallow on stack" am: 51e98b8378 by Steven Moreland · 3 years, 6 months ago
  61. 51e98b8 Merge "libutils: RefBase always disallow on stack" by Steven Moreland · 3 years, 6 months ago
  62. 414bab9 Merge "libutils: RefBase: extra check for double own" am: b0fe01da56 by Steven Moreland · 3 years, 6 months ago
  63. d086fe5 libutils: disallow extending lifetime on stack by Steven Moreland · 3 years, 6 months ago
  64. c340a08 libutils: RefBase always disallow on stack by Steven Moreland · 3 years, 6 months ago
  65. 483a2de libutils: RefBase: extra check for double own by Steven Moreland · 3 years, 6 months ago
  66. ebe6598 Merge tm-dev-plus-aosp-without-vendor@8763363 by Xin Li · 3 years, 7 months ago
  67. 9d8af6a RefBase: disallow make_shared, make_unique by Steven Moreland · 3 years, 8 months ago
  68. d82bd5a RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check am: c7d9320ca4 by Hsin-Yi Chen · 3 years, 8 months ago
  69. c7d9320 RESTRICT AUTOMERGE Ignore weak symbol difference in libutils ABI check by Hsin-Yi Chen · 3 years, 8 months ago
  70. e7da3eb Merge "Doc Thread requirement." am: c545516e2c am: 40ce64b6db by Treehugger Robot · 3 years, 8 months ago
  71. c545516 Merge "Doc Thread requirement." by Treehugger Robot · 3 years, 8 months ago
  72. 39819bb Merge "Use the new AndroidUnwinder object." am: af4db6749a am: ce1c33332c by Christopher Ferris · 3 years, 8 months ago
  73. 90722d2 Doc Thread requirement. by Steven Moreland · 3 years, 8 months ago
  74. ab63124 Use the new AndroidUnwinder object. by Christopher Ferris · 3 years, 8 months ago
  75. 5affe3e Merge "libutils: clearer abort on overflow." am: 4ba0e62970 am: 2c623bc650 by Elliott Hughes · 3 years, 9 months ago
  76. b10bf63 libutils: clearer abort on overflow. by Elliott Hughes · 3 years, 9 months ago
  77. a5f2e4d libutils: clearer abort on overflow. by Elliott Hughes · 3 years, 9 months ago
  78. 6a13582 Merge "Mark libutilscallstack min sdk version." am: f5ca027819 am: d94c71f4fb am: 83441e640e by Steven Moreland · 3 years, 9 months ago
  79. 6c509ca Mark libutilscallstack min sdk version. by Steven Moreland · 3 years, 9 months ago
  80. 2b393f3 Merge "Make callback outlive LruCache." am: 6948bbf62c am: 9e67f9302c am: 877cd36104 by Florian Mayer · 3 years, 9 months ago
  81. e0240d3 Make callback outlive LruCache. by Florian Mayer · 3 years, 9 months ago
  82. 6887667 Merge "Tweak linux_glibc properties for musl builds in system/core" am: ec8519e953 am: e06b7e163e am: cd92c351b5 by Treehugger Robot · 3 years, 10 months ago
  83. ec8519e Merge "Tweak linux_glibc properties for musl builds in system/core" by Treehugger Robot · 3 years, 10 months ago
  84. 9166244 Merge "Fix build error from signed/unsigned comparison" am: 98c7076202 am: 9f63827322 am: dd79fa2c8d by Treehugger Robot · 3 years, 10 months ago
  85. 1a867dc Fix build error from signed/unsigned comparison by Andrei Homescu · 3 years, 10 months ago
  86. 10bbb01 Tweak linux_glibc properties for musl builds in system/core by Colin Cross · 3 years, 10 months ago
  87. 8da2dbe Merge "Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects" am: addba34668 am: aae9c4ec53 am: 5c3f7bd328 by Treehugger Robot · 3 years, 10 months ago
  88. 1727c0c Merge changes Iee0932b5,I0d77c490 am: f8cd69af8b am: e8c3bd931b am: 4db635bb0a by Treehugger Robot · 3 years, 10 months ago
  89. fcbc961 Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects by Andrei Homescu · 3 years, 10 months ago
  90. aa4ebf2 Fix Errors.h on systems that define NO_ERROR by Andrei Homescu · 3 years, 10 months ago
  91. 5c15de2 Disable call stacks on every OS except Linux/Android by Andrei Homescu · 4 years, 1 month ago
  92. 91de6f1 Merge "libutils: ~RefBase more logs" am: 83785021f7 am: 976ee88aac am: 522182dff3 by Steven Moreland · 3 years, 10 months ago
  93. f164de8 libutils: ~RefBase more logs by Steven Moreland · 3 years, 10 months ago
  94. 4c58cef Merge "Adding libutils owner smoreland@ as fuzz targets owner for alerts" am: 5520cb3309 am: bb9525cb67 am: 84fd9f8e99 by Treehugger Robot · 3 years, 10 months ago
  95. e75dd9a Adding libutils owner smoreland@ as fuzz targets owner for alerts by Anis Assi · 3 years, 10 months ago
  96. e76d825 Merge "Fix OkOrFail<status_t> conversion ambiguities" am: 5a1f51b070 am: fb78f6f5e4 am: 7826f9a738 by Treehugger Robot · 3 years, 11 months ago
  97. dde6034 Fix OkOrFail<status_t> conversion ambiguities by Atneya Nair · 4 years ago
  98. 81f6c2e Merge "libutils: Remove a little dead code" am: 4a39ba316f am: 0a8e5126ef am: 9637277417 am: 74402be9d1 by Treehugger Robot · 4 years ago
  99. 7726d3d Merge "libutils -= libprocessgroup dep" am: a0542fb15f am: 55975b7e0a am: 16149a30a3 am: caa74a6549 by Steven Moreland · 4 years ago
  100. 4a39ba3 Merge "libutils: Remove a little dead code" by Treehugger Robot · 4 years ago