1. 39e990d Merge "Convert system/core to Result::ok()" by Treehugger Robot · 4 years, 9 months ago
  2. 91bbe9e Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 4 years, 9 months ago
  3. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 4 years, 9 months ago
  4. beffc02 Add macros to check for successful Result by Bernie Innocenti · 4 years, 9 months ago
  5. 4adfde4 Add android::base::expected::ok() by Bernie Innocenti · 4 years, 9 months ago
  6. f8e6bf6 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 4 years, 9 months ago
  7. 1cc76df Delete dangerous comparison operators from base::expected by Bernie Innocenti · 4 years, 9 months ago
  8. 42ee2e4 libbase: Have LogdLogger use LOGGER_ENTRY_MAX_PAYLOAD for its buffer by Tom Cherry · 4 years, 9 months ago
  9. ff464b1 liblog: always restore errno in logging functions by Tom Cherry · 4 years, 10 months ago
  10. 2ec6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 4 years, 10 months ago
  11. 041f8f5 add NOLINTNEXTLINE(google-explicit-constructor) by Maciej Żenczykowski · 4 years, 10 months ago
  12. d66e442 Merge changes from topic "ramdisk" by Yifan Hong · 4 years, 10 months ago
  13. 69ee5dd Move default tag from libbase to liblog by Tom Cherry · 4 years, 10 months ago
  14. 7dd4553 Make ramdisk_available. by Yifan Hong · 4 years, 10 months ago
  15. 7becf26 Merge "Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC" by Elliott Hughes · 4 years, 10 months ago
  16. 0391a87 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 10 months ago
  17. 349b0c4 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 10 months ago
  18. 2acd25a Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC by Davide Pallotti · 4 years, 10 months ago
  19. f633b62 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 4 years, 10 months ago
  20. 9ef741c Merge "Add unique_fd::operator{==,!=} overloads that take a unique_fd." by Peter Collingbourne · 4 years, 10 months ago
  21. cc9566b Add unique_fd::operator{==,!=} overloads that take a unique_fd. by Peter Collingbourne · 4 years, 10 months ago
  22. d044eaa base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 4 years, 10 months ago
  23. 9921630 Require liblog for libbase in all configurations by Tom Cherry · 4 years, 10 months ago
  24. fba2a1a Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 5 years ago
  25. 81e316b base: avoid evaluating macro argument multiple times. by Josh Gao · 5 years ago
  26. 9e6ac64 Merge "base: steal Chromium's NoDestructor." by Josh Gao · 5 years ago
  27. efc9a63 base: steal Chromium's NoDestructor. by Josh Gao · 5 years ago
  28. 9e3cbb6 Expose ParseBool from libbase by Daniel Colascione · 5 years ago
  29. 908e0df Add absl-like StringReplace. by Elliott Hughes · 5 years ago
  30. 10dc4ca libbase: add a README.md covering the most frequent question. by Elliott Hughes · 5 years ago
  31. 2d70aad Remove Mac/Windows quick_exit() implementation. by Elliott Hughes · 5 years ago
  32. 0c2819f Addressing comments in 1130236. by Alex Buynytskyy · 5 years ago
  33. 43f0b0c Using WideChar->UTF8 versions of Windows API to obtain temp folder. by Alex Buynytskyy · 5 years ago
  34. 41d8a57 <android-base/endian.h>: fix interoperability issue by Bowgo Tsai · 5 years ago
  35. b3236eb Remove -D_FILE_OFFSET_BITS=64 on host builds by Paul Crowley · 5 years ago
  36. 7c706ba Improve codegen slightly when doing FD validity checks by Daniel Colascione · 5 years ago
  37. f4c3471 Include chrono.h by Haibo Huang · 5 years ago
  38. 5f0e5e0 Merge "[base] Make MappedFile work with OS file handles" by Yurii Zubrytskyi · 5 years ago
  39. d77c99e [base] Make MappedFile work with OS file handles by Yurii Zubrytskyi · 5 years ago
  40. 888c1b9 Fix more endian.h issues by Colin Cross · 5 years ago
  41. f86ea02 Use as much of the macOS endian support as we can. by Elliott Hughes · 5 years ago
  42. fd41f9a Add header that defines strerror() by Anatol Pomazau · 5 years ago
  43. c9ec952 Merge "Implement unique_fd.ok()" by Tomasz Wasilczyk · 5 years ago
  44. c3fc960 Implement unique_fd.ok() by Tomasz Wasilczyk · 5 years ago
  45. 8987f06 Merge "Add nolint for implicit borrowed_fd constructors" by Treehugger Robot · 5 years ago
  46. aa55ee6 Add nolint for implicit borrowed_fd constructors by Tom Cherry · 5 years ago
  47. 820333d Add noexcept to missing places in expected.h by Tom Cherry · 5 years ago
  48. a93e09f Merge "Don't implement our own remove_cvref_t." by Tom Cherry · 5 years ago
  49. a2928b5 Don't implement our own remove_cvref_t. by Tom Cherry · 5 years ago
  50. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 5 years ago
  51. 13b1f34 Add android::base::GetPids() function to return all pids by Tom Cherry · 5 years ago
  52. 9f24c38 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 5 years ago
  53. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 5 years ago
  54. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 5 years ago
  55. df7d327 fix: passing ResultError to Error thru operator<< by Jooyung Han · 5 years ago
  56. 91e6f88 Remove Result<Success> in favor of Result<void> by Tom Cherry · 5 years ago
  57. 383e141 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 5 years ago
  58. bb1b83e Merge "Add expected<void,E>" by Treehugger Robot · 5 years ago
  59. 2ba59c5 Merge "Move result.h from init to libbase" by Treehugger Robot · 5 years ago
  60. b2a85c4 Add expected<void,E> by Jiyong Park · 5 years ago
  61. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 5 years ago
  62. 44cabca Merge "base: fix out of date documentation with PropertySet()" by Treehugger Robot · 5 years ago
  63. ef2469e base: fix out of date documentation with PropertySet() by Tom Cherry · 5 years ago
  64. 41f690b Merge "Fix leak of mapped zip central directories" by Treehugger Robot · 5 years ago
  65. 5c06e6e Minor fixes on android::base::expected by Jiyong Park · 5 years ago
  66. ce1c49d Fix leak of mapped zip central directories by Ryan Mitchell · 5 years ago
  67. 7d89fb1 Add android::base::expected by Jiyong Park · 5 years ago
  68. fe1d1e8 Merge "Revert "Revert "Add a way to turn off unique_fd's operator int.""" by Josh Gao · 6 years ago
  69. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  70. a808b11 Enable native_bridge_support by dimitry · 6 years ago
  71. b4dc7be libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 6 years ago
  72. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  73. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  74. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 6 years ago
  75. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 6 years ago
  76. 5f4cb8a libbase: realpath is wrapped with TEMP_FAILURE_RETRY by Yifan Hong · 6 years ago
  77. 59d876c [base] Convert Starts/Ends/Equals string functions to string_view by Yurii Zubrytskyi · 6 years ago
  78. 5d7f841 Support zero-length mapped files by Pirama Arumuga Nainar · 6 years ago
  79. d338738 Hopefully fix more darwin build breakage. by Josh Gao · 6 years ago
  80. b57dc7a Fix darwin build break. by Josh Gao · 6 years ago
  81. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  82. 14f9500 base: add helpers for sending/receiving file descriptors. by Josh Gao · 6 years ago
  83. 982f7bd base: add ScopedLockAssertion. by Josh Gao · 6 years ago
  84. eb0ef14 MappedFile and FileMap should support zero-length mappings. by Elliott Hughes · 6 years ago
  85. 92ee52c base: don't overwrite errno in unique_fd::~unique_fd. by Josh Gao · 6 years ago
  86. e284104 base: support optional flags in android::base::Pipe. by Yabin Cui · 6 years ago
  87. 468ffae Libbase: NOLINT legacy unique_fd operator int by Andreas Gampe · 6 years ago
  88. 9082e7a Build libbase with _FILE_OFFSET_BITS=64. by Elliott Hughes · 6 years ago
  89. 3f1f2e0 Add missing includes. by Florian Mayer · 6 years ago
  90. 2819c0b Base: Explicitly set abort message on FATAL by Andreas Gampe · 6 years ago
  91. 946f7d4 Merge "base: add more error-checking overloads for unique_fd." by Josh Gao · 6 years ago
  92. d2f5888 base: TemporaryDir add DoNotRemove() method by Mark Salyzyn · 6 years ago
  93. 46c2df5 base: TemporaryDir rm -rf directory in destructor by Mark Salyzyn · 6 years ago
  94. 6009a2d base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFile by Mark Salyzyn · 6 years ago
  95. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  96. 0790b24 base: move TemporaryFile and TemporaryDir to android-base/file.h by Mark Salyzyn · 6 years ago
  97. 1390e81 base: add more error-checking overloads for unique_fd. by Josh Gao · 6 years ago
  98. 1666baf libbase: add Fdopendir that takes a unique_fd. by Mathieu Chartier · 6 years ago
  99. a656b98 libbase: support char parameter in StartsWith/EndsWith. by Yabin Cui · 6 years ago
  100. 46e0cc2 libbase: a slightly cleaner solution to libbase's `off64_t` problem. by Elliott Hughes · 6 years ago