1. a70a9c0 Remove thread safety from libbase logging / liblog by Tom Cherry · 5 years ago
  2. 71e812c Set apex_available property by Jiyong Park · 5 years ago
  3. d6dc678 Merge "base: dlopen/dlsym for liblog when SDK_VER <= 29" into rvc-dev by TreeHugger Robot · 5 years ago
  4. d9e12b7 base: dlopen/dlsym for liblog when SDK_VER <= 29 by Jooyung Han · 5 years ago
  5. 7e90c00 liblog: correct new APIs per the API review by Tom Cherry · 5 years ago
  6. 3d705a3 liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 5 years ago
  7. d379c9f libbase uses liblog symbols via dlsym when it is built for APEX by Jiyong Park · 5 years ago
  8. 983e202 base: access all new liblog symbols through liblog_functions by Tom Cherry · 5 years ago
  9. c04e7d7 base: add CachedProperty. by Josh Gao · 5 years ago
  10. c5eed1d Merge "Allow apexes to link against more libs" by Howard Ro · 5 years ago
  11. 2eaec36 base: remove Errorf/ErrnoErrorf work around by Tom Cherry · 5 years ago
  12. 593e199 Allow apexes to link against more libs by Jeffrey Huang · 5 years ago
  13. 29a49fb Merge "Convert system/core to Result::ok()" by Treehugger Robot · 5 years ago
  14. 3c99955 Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 5 years ago
  15. cb27059 Convert system/core to Result::ok() by Bernie Innocenti · 5 years ago
  16. 715b26a Add macros to check for successful Result by Bernie Innocenti · 5 years ago
  17. be7bae6 Add android::base::expected::ok() by Bernie Innocenti · 5 years ago
  18. f442310 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 5 years ago
  19. da2c35f Delete dangerous comparison operators from base::expected by Bernie Innocenti · 5 years ago
  20. 936f395 libbase: Have LogdLogger use LOGGER_ENTRY_MAX_PAYLOAD for its buffer by Tom Cherry · 5 years ago
  21. bf66671 liblog: always restore errno in logging functions by Tom Cherry · 5 years ago
  22. 71c6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 5 years ago
  23. aa8c260 add NOLINTNEXTLINE(google-explicit-constructor) by Maciej Żenczykowski · 5 years ago
  24. cd1d31f Merge changes from topic "ramdisk" by Yifan Hong · 5 years ago
  25. 8dbc8c4 Move default tag from libbase to liblog by Tom Cherry · 5 years ago
  26. 15907b1 Make ramdisk_available. by Yifan Hong · 5 years ago
  27. 59dccf8 Merge "Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC" by Elliott Hughes · 5 years ago
  28. 19bf160 Move minimum log priority from libbase to liblog by Tom Cherry · 5 years ago
  29. dc6fec3 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 5 years ago
  30. df71ec2 Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC by Davide Pallotti · 5 years ago
  31. ef1e51c Merge "Require liblog for libbase in all configurations" by Tom Cherry · 5 years ago
  32. a5fa120 Merge "Add unique_fd::operator{==,!=} overloads that take a unique_fd." by Peter Collingbourne · 5 years ago
  33. 8d3077b Add unique_fd::operator{==,!=} overloads that take a unique_fd. by Peter Collingbourne · 5 years ago
  34. 8f20c3a base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 5 years ago
  35. afe8ae6 Require liblog for libbase in all configurations by Tom Cherry · 5 years ago
  36. 9756bbf Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 5 years ago
  37. a9c40a3 base: avoid evaluating macro argument multiple times. by Josh Gao · 5 years ago
  38. cbe840a Merge "base: steal Chromium's NoDestructor." by Josh Gao · 5 years ago
  39. c25a9b7 base: steal Chromium's NoDestructor. by Josh Gao · 5 years ago
  40. fa08dc6 Expose ParseBool from libbase by Daniel Colascione · 5 years ago
  41. 481a6ee Add absl-like StringReplace. by Elliott Hughes · 5 years ago
  42. cd45e23 libbase: add a README.md covering the most frequent question. by Elliott Hughes · 5 years ago
  43. 45e964d Remove Mac/Windows quick_exit() implementation. by Elliott Hughes · 5 years ago
  44. b6a3975 Addressing comments in 1130236. by Alex Buynytskyy · 6 years ago
  45. 67b0fce Using WideChar->UTF8 versions of Windows API to obtain temp folder. by Alex Buynytskyy · 6 years ago
  46. 79b7361 <android-base/endian.h>: fix interoperability issue by Bowgo Tsai · 6 years ago
  47. f91c684 Remove -D_FILE_OFFSET_BITS=64 on host builds by Paul Crowley · 6 years ago
  48. 1c4d5b2 Improve codegen slightly when doing FD validity checks by Daniel Colascione · 6 years ago
  49. 7ea95d1 Include chrono.h by Haibo Huang · 6 years ago
  50. 2e9e3b3 Merge "[base] Make MappedFile work with OS file handles" by Yurii Zubrytskyi · 6 years ago
  51. bccd977 [base] Make MappedFile work with OS file handles by Yurii Zubrytskyi · 6 years ago
  52. a489bb3 Fix more endian.h issues by Colin Cross · 6 years ago
  53. 05bc977 Use as much of the macOS endian support as we can. by Elliott Hughes · 6 years ago
  54. 13b0a08 Add header that defines strerror() by Anatol Pomazau · 6 years ago
  55. 2c98dcd Merge "Implement unique_fd.ok()" by Tomasz Wasilczyk · 6 years ago
  56. 73f3874 Implement unique_fd.ok() by Tomasz Wasilczyk · 6 years ago
  57. 3f2b4b2 Merge "Add nolint for implicit borrowed_fd constructors" by Treehugger Robot · 6 years ago
  58. d2cb2ec Add nolint for implicit borrowed_fd constructors by Tom Cherry · 6 years ago
  59. 59bff9e Add noexcept to missing places in expected.h by Tom Cherry · 6 years ago
  60. 51fbdaf Merge "Don't implement our own remove_cvref_t." by Tom Cherry · 6 years ago
  61. 29e7474 Don't implement our own remove_cvref_t. by Tom Cherry · 6 years ago
  62. ff55a90 Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  63. 9fcb448 Add android::base::GetPids() function to return all pids by Tom Cherry · 6 years ago
  64. 856c929 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 6 years ago
  65. dcbdb1d Create android-base/format.h that includes fmtlib headers by Tom Cherry · 6 years ago
  66. 6eee1ae Add Errorf and ErrnoErrorf by Jiyong Park · 6 years ago
  67. 971e5f0 fix: passing ResultError to Error thru operator<< by Jooyung Han · 6 years ago
  68. 95d7dbf Remove Result<Success> in favor of Result<void> by Tom Cherry · 6 years ago
  69. ab5bdd8 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 6 years ago
  70. 6563f0e Merge "Add expected<void,E>" by Treehugger Robot · 6 years ago
  71. 4d2a9e2 Merge "Move result.h from init to libbase" by Treehugger Robot · 6 years ago
  72. c756897 Add expected<void,E> by Jiyong Park · 6 years ago
  73. e9813f5 Move result.h from init to libbase by Jiyong Park · 6 years ago
  74. 753116e Merge "base: fix out of date documentation with PropertySet()" by Treehugger Robot · 6 years ago
  75. 205ade3 base: fix out of date documentation with PropertySet() by Tom Cherry · 6 years ago
  76. 3558431 Merge "Fix leak of mapped zip central directories" by Treehugger Robot · 6 years ago
  77. 024f26d Minor fixes on android::base::expected by Jiyong Park · 6 years ago
  78. 402bb7b Fix leak of mapped zip central directories by Ryan Mitchell · 6 years ago
  79. dfdbc29 Add android::base::expected by Jiyong Park · 6 years ago
  80. 7a72fd4 Merge "Revert "Revert "Add a way to turn off unique_fd's operator int.""" by Josh Gao · 6 years ago
  81. 74b8adc Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  82. 5a58331 Enable native_bridge_support by dimitry · 6 years ago
  83. 44e4847 libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 6 years ago
  84. 27ded66 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  85. 2b96443 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  86. 5f48219 Disallow operator!() on unique_fd by Bernie Innocenti · 6 years ago
  87. 60d7951 Merge changes from topic "lpdumpd" by Yifan Hong · 6 years ago
  88. f03be4a libbase: realpath is wrapped with TEMP_FAILURE_RETRY by Yifan Hong · 6 years ago
  89. b985e81 [base] Convert Starts/Ends/Equals string functions to string_view by Yurii Zubrytskyi · 6 years ago
  90. 001a059 Support zero-length mapped files by Pirama Arumuga Nainar · 6 years ago
  91. c341f96 Hopefully fix more darwin build breakage. by Josh Gao · 6 years ago
  92. b5f0816 Fix darwin build break. by Josh Gao · 6 years ago
  93. 91b203a Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  94. f9bfd3d base: add helpers for sending/receiving file descriptors. by Josh Gao · 6 years ago
  95. 796bdfd base: add ScopedLockAssertion. by Josh Gao · 6 years ago
  96. 8dd578c MappedFile and FileMap should support zero-length mappings. by Elliott Hughes · 6 years ago
  97. 185b501 base: don't overwrite errno in unique_fd::~unique_fd. by Josh Gao · 6 years ago
  98. a1e9d4a base: support optional flags in android::base::Pipe. by Yabin Cui · 6 years ago
  99. 0b44a49 Libbase: NOLINT legacy unique_fd operator int by Andreas Gampe · 6 years ago
  100. 75623bc Build libbase with _FILE_OFFSET_BITS=64. by Elliott Hughes · 6 years ago