1. 1055a29 Add SKIP_WITH_HWASAN macro. by Florian Mayer · 2 years, 5 months ago
  2. 6a6a7e5 Disambiguate OkOrFail conversion sequences by Atneya Nair · 2 years, 8 months ago
  3. 542f384 Encourage better death-test practice. by Elliott Hughes · 2 years, 8 months ago
  4. 0d5d776 Improve the SilentDeathTest docs a bit. by Elliott Hughes · 2 years, 8 months ago
  5. 25cba3f Merge "Add ScopedSilentDeath to libbase" by Treehugger Robot · 2 years, 8 months ago
  6. 4c92a6f Add ScopedSilentDeath to libbase by Prabir Pradhan · 2 years, 9 months ago
  7. 62f3a9f Merge "Allow ResultError to not have string error message" by Treehugger Robot · 2 years, 8 months ago
  8. 959593a Allow ResultError to not have string error message by Jiyong Park · 2 years, 9 months ago
  9. 9c478a1 Merge "Mark scope guard as constexpr" by Kelvin Zhang · 2 years, 8 months ago
  10. 3ee655d Merge "ASSERT/EXPECT_RESULT_OK follows gtest style." by Treehugger Robot · 2 years, 9 months ago
  11. bc18d6f Merge "Add posix_strerror_r and ErrnoNumberAsString to libbase" by Colin Cross · 2 years, 9 months ago
  12. 4bea655 Add posix_strerror_r and ErrnoNumberAsString to libbase by Colin Cross · 2 years, 9 months ago
  13. c6efce1 ASSERT/EXPECT_RESULT_OK follows gtest style. by Jiyong Park · 2 years, 9 months ago
  14. 7706f49 Add OR_RETURN and OR_FATAL macros by Jiyong Park · 2 years, 9 months ago
  15. 6fe6a1d Mark scope guard as constexpr by Kelvin Zhang · 2 years, 9 months ago
  16. f7bb3e8 android::base::Result supports cutsom error code by Jiyong Park · 2 years, 10 months ago
  17. 5ad131f Add Tokenize() that splits string tokens by Yi-Yo Chiang · 2 years, 11 months ago
  18. 031d9c4 Make the regex matchers generic for char and wchar_t. by Elliott Hughes · 3 years ago
  19. 94927eb Fix libbase compiling against musl by Colin Cross · 3 years ago
  20. ae08ecf Fix documentation for expected by Thiébaud Weksteen · 3 years, 1 month ago
  21. 43e5586 Support musl in endian.h by Colin Cross · 3 years, 1 month ago
  22. 1a28ac6 result-gmock.h: inline PrintTo functions by Nikita Ioffe · 3 years, 2 months ago
  23. 1e905fb Fix a typo in WithMessage matcher by Nikita Ioffe · 3 years, 2 months ago
  24. a7ec8ba libbase: hex.h adds HexString by Steven Moreland · 3 years, 2 months ago
  25. 174fef5 Improve gtest printing of Result class. by Yifan Hong · 3 years, 4 months ago
  26. f21c546 Add gtest matchers for result. by Yifan Hong · 3 years, 4 months ago
  27. ebf33a2 Improve the unique_fd docs a bit. by Elliott Hughes · 3 years, 4 months ago
  28. 9d599c3 Merge "Revert "unique_fd: easier to forward declare"" by Greg Kaiser · 3 years, 5 months ago
  29. f00ff0c Revert "unique_fd: easier to forward declare" by Greg Kaiser · 3 years, 5 months ago
  30. ee8f038 Merge "unique_fd: easier to forward declare" by Yifan Hong · 3 years, 5 months ago
  31. cbe250d unique_fd: easier to forward declare by Yifan Hong · 3 years, 5 months ago
  32. 087b688 Add notes on how to enable VERBOSE by Zhomart Mukhamejanov · 3 years, 6 months ago
  33. b6bf8f3 Move bionic's silent death test helper here. by Elliott Hughes · 3 years, 6 months ago
  34. 0653276 Add support for a hw_timeout_multiplier system property. by Peter Collingbourne · 3 years, 7 months ago
  35. 68ce05e [base] Add a lightweight function wrapper - function_ref by Yurii Zubrytskyi · 3 years, 7 months ago
  36. 24fb178 Add TimeoutMultiplier() function. by Evgenii Stepanov · 3 years, 8 months ago
  37. 3b0ce70 Delete android::base::expected::operator bool() by Bernie Innocenti · 3 years, 9 months ago
  38. f927d5c Implement specialized swap() for expected<T, E> by Slava Shklyaev · 4 years ago
  39. 64570d6 errno_restorer: Make bool operator explicit by Luca Stefani · 4 years, 1 month ago
  40. ccbd5db SetAborter and SetLogger return old function. by Krzysztof Kosiński · 4 years, 2 months ago
  41. 317728b Cleanup for Android's inclusive language guidance by Luke Huang · 4 years, 2 months ago
  42. 6216488 Improve the implementation of CHECK() macro. by Krzysztof Kosiński · 4 years, 3 months ago
  43. c928585 Enable libcutils property_get()/property_set() on the host. by Elliott Hughes · 4 years, 4 months ago
  44. f78d6d0 Merge "base: reimagine line splitting in logger.cpp" by Tom Cherry · 4 years, 5 months ago
  45. ce99a91 result.h - fix bugprone-suspicious-semicolon warning by Maciej Żenczykowski · 4 years, 5 months ago
  46. 99c7ce8 expected.h - fix bugprone-forwarding-reference-overload warnings by Maciej Żenczykowski · 4 years, 5 months ago
  47. a687242 base: reimagine line splitting in logger.cpp by Tom Cherry · 4 years, 5 months ago
  48. 3006a55 expected.h - fix bugprone-branch-clone warning by Maciej Żenczykowski · 4 years, 5 months ago
  49. 89e5018 base: tag unique_fd::reset as reinitializing for clang-tidy. by Josh Gao · 4 years, 7 months ago
  50. eb63a7e base: add CachedProperty. by Josh Gao · 4 years, 7 months ago
  51. f80f4e8 Remove various bits of dead code and unused workarounds. by Elliott Hughes · 4 years, 7 months ago
  52. d034e03 base: remove Errorf/ErrnoErrorf work around by Tom Cherry · 4 years, 7 months ago
  53. e635c52 Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 4 years, 8 months ago
  54. 9cc7edc Add macros to check for successful Result by Bernie Innocenti · 4 years, 8 months ago
  55. 64463d7 Add android::base::expected::ok() by Bernie Innocenti · 4 years, 8 months ago
  56. 81f5f50 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 4 years, 8 months ago
  57. 939d6a8 Delete dangerous comparison operators from base::expected by Bernie Innocenti · 4 years, 8 months ago
  58. f78f35f liblog: always restore errno in logging functions by Tom Cherry · 4 years, 8 months ago
  59. b39ecb4 add NOLINTNEXTLINE(google-explicit-constructor) by Maciej Żenczykowski · 4 years, 8 months ago
  60. dbc07ce Move default tag from libbase to liblog by Tom Cherry · 4 years, 8 months ago
  61. 34be3ae Merge "Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC" by Elliott Hughes · 4 years, 8 months ago
  62. 4916e09 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 8 months ago
  63. 1bfa8ab Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 9 months ago
  64. 9a179aa Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC by Davide Pallotti · 4 years, 8 months ago
  65. a66b8e3 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 4 years, 8 months ago
  66. 6ec1d50 Merge "Add unique_fd::operator{==,!=} overloads that take a unique_fd." by Peter Collingbourne · 4 years, 8 months ago
  67. 655a181 Add unique_fd::operator{==,!=} overloads that take a unique_fd. by Peter Collingbourne · 4 years, 8 months ago
  68. 46a2e0e base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 4 years, 9 months ago
  69. 17e8580 Require liblog for libbase in all configurations by Tom Cherry · 4 years, 9 months ago
  70. 1be1f91 Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 4 years, 9 months ago
  71. 9239a8f base: avoid evaluating macro argument multiple times. by Josh Gao · 4 years, 11 months ago
  72. 906ff03 Merge "base: steal Chromium's NoDestructor." by Josh Gao · 4 years, 10 months ago
  73. 916ea5e base: steal Chromium's NoDestructor. by Josh Gao · 4 years, 10 months ago
  74. 57fceb9 Expose ParseBool from libbase by Daniel Colascione · 4 years, 11 months ago
  75. 80ac17b Add absl-like StringReplace. by Elliott Hughes · 4 years, 10 months ago
  76. 3510801 Remove Mac/Windows quick_exit() implementation. by Elliott Hughes · 5 years ago
  77. ec1b1c3 <android-base/endian.h>: fix interoperability issue by Bowgo Tsai · 5 years ago
  78. 700254a Improve codegen slightly when doing FD validity checks by Daniel Colascione · 5 years ago
  79. e8b9f0e Include chrono.h by Haibo Huang · 5 years ago
  80. ce39368 Merge "[base] Make MappedFile work with OS file handles" by Yurii Zubrytskyi · 5 years ago
  81. 667a8cf [base] Make MappedFile work with OS file handles by Yurii Zubrytskyi · 5 years ago
  82. 6aef8a9 Fix more endian.h issues by Colin Cross · 5 years ago
  83. cfa5ff3 Use as much of the macOS endian support as we can. by Elliott Hughes · 5 years ago
  84. 6ca8855 Merge "Implement unique_fd.ok()" by Tomasz Wasilczyk · 5 years ago
  85. 36815d4 Implement unique_fd.ok() by Tomasz Wasilczyk · 5 years ago
  86. b944288 Merge "Add nolint for implicit borrowed_fd constructors" by Treehugger Robot · 5 years ago
  87. 3d4916e Add nolint for implicit borrowed_fd constructors by Tom Cherry · 5 years ago
  88. 900c321 Add noexcept to missing places in expected.h by Tom Cherry · 5 years ago
  89. 4b45425 Merge "Don't implement our own remove_cvref_t." by Tom Cherry · 5 years ago
  90. 158ea06 Don't implement our own remove_cvref_t. by Tom Cherry · 5 years ago
  91. 195856e Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 5 years ago
  92. 3f82dfb Add android::base::GetPids() function to return all pids by Tom Cherry · 5 years ago
  93. 3a53df0 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 5 years ago
  94. 377d1ad Create android-base/format.h that includes fmtlib headers by Tom Cherry · 5 years ago
  95. 4e223e6 Add Errorf and ErrnoErrorf by Jiyong Park · 5 years ago
  96. 072c714 fix: passing ResultError to Error thru operator<< by Jooyung Han · 5 years ago
  97. e2ea1ef Remove Result<Success> in favor of Result<void> by Tom Cherry · 5 years ago
  98. 9ec5dd1 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 5 years ago
  99. 76fd5eb Merge "Add expected<void,E>" by Treehugger Robot · 5 years ago
  100. 1fe1c4f Merge "Move result.h from init to libbase" by Treehugger Robot · 5 years ago