1. 3dc6710 base: delete abi compatibility shims. by Josh Gao · 6 years ago
  2. 8c253d4 Avoid zero-initializing our most-used buffers. by Elliott Hughes · 6 years ago
  3. 8c2056f Merge "libbase/liblog: set min_sdk_version" by Jooyung Han · 6 years ago
  4. 91fd50c Merge "base: reimagine line splitting in logger.cpp" by Tom Cherry · 6 years ago
  5. 57d2fa4 result.h - fix bugprone-suspicious-semicolon warning by Maciej Żenczykowski · 6 years ago
  6. dc12124 expected.h - fix bugprone-forwarding-reference-overload warnings by Maciej Żenczykowski · 6 years ago
  7. 36d31c5 base: reimagine line splitting in logger.cpp by Tom Cherry · 6 years ago
  8. 4fc9b99 expected.h - fix bugprone-branch-clone warning by Maciej Żenczykowski · 6 years ago
  9. 3851f7e libbase/liblog: set min_sdk_version by Jooyung Han · 6 years ago
  10. 53d301c Remove thread safety from libbase logging / liblog by Tom Cherry · 6 years ago
  11. 85f2bc9 Cleanup some trivial TODOs. by Tom Cherry · 6 years ago
  12. ebf43ad liblog: correct new APIs per the API review by Tom Cherry · 6 years ago
  13. 2d95413 base: dlopen/dlsym for liblog when SDK_VER <= 29 by Jooyung Han · 6 years ago
  14. c74afea Merge changes Id67203bb,I0c1dd57f by Tom Cherry · 6 years ago
  15. f1a975b liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 6 years ago
  16. 2c608b3 libbase uses liblog symbols via dlsym when it is built for APEX by Jiyong Park · 6 years ago
  17. a964a96 Merge "base: tag unique_fd::reset as reinitializing for clang-tidy." by Josh Gao · 6 years ago
  18. e43893e base: tag unique_fd::reset as reinitializing for clang-tidy. by Josh Gao · 6 years ago
  19. 8bf9b16 Set apex_available property by Jiyong Park · 6 years ago
  20. d620ec7 base: access all new liblog symbols through liblog_functions by Tom Cherry · 6 years ago
  21. 891e6da base: add CachedProperty. by Josh Gao · 6 years ago
  22. f77f6f0 Remove various bits of dead code and unused workarounds. by Elliott Hughes · 6 years ago
  23. 6c364f9 Merge "Allow apexes to link against more libs" by Howard Ro · 6 years ago
  24. d5f9d87 base: remove Errorf/ErrnoErrorf work around by Tom Cherry · 6 years ago
  25. 0c0b774 Allow apexes to link against more libs by Jeffrey Huang · 6 years ago
  26. 39e990d Merge "Convert system/core to Result::ok()" by Treehugger Robot · 6 years ago
  27. 91bbe9e Merge "Check Errorf()/ErrnoErrorf() format string at compile time" by Tom Cherry · 6 years ago
  28. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 6 years ago
  29. beffc02 Add macros to check for successful Result by Bernie Innocenti · 6 years ago
  30. 4adfde4 Add android::base::expected::ok() by Bernie Innocenti · 6 years ago
  31. f8e6bf6 Check Errorf()/ErrnoErrorf() format string at compile time by Tom Cherry · 6 years ago
  32. 1cc76df Delete dangerous comparison operators from base::expected by Bernie Innocenti · 6 years ago
  33. 42ee2e4 libbase: Have LogdLogger use LOGGER_ENTRY_MAX_PAYLOAD for its buffer by Tom Cherry · 6 years ago
  34. ff464b1 liblog: always restore errno in logging functions by Tom Cherry · 6 years ago
  35. 2ec6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 6 years ago
  36. 041f8f5 add NOLINTNEXTLINE(google-explicit-constructor) by Maciej Żenczykowski · 6 years ago
  37. d66e442 Merge changes from topic "ramdisk" by Yifan Hong · 6 years ago
  38. 69ee5dd Move default tag from libbase to liblog by Tom Cherry · 6 years ago
  39. 7dd4553 Make ramdisk_available. by Yifan Hong · 6 years ago
  40. 7becf26 Merge "Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC" by Elliott Hughes · 6 years ago
  41. 0391a87 Move minimum log priority from libbase to liblog by Tom Cherry · 6 years ago
  42. 349b0c4 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 6 years ago
  43. 2acd25a Make OSTREAM_STRING_POINTER_USAGE_WARNING build even with GCC by Davide Pallotti · 6 years ago
  44. f633b62 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 6 years ago
  45. 9ef741c Merge "Add unique_fd::operator{==,!=} overloads that take a unique_fd." by Peter Collingbourne · 6 years ago
  46. cc9566b Add unique_fd::operator{==,!=} overloads that take a unique_fd. by Peter Collingbourne · 6 years ago
  47. d044eaa base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 6 years ago
  48. 9921630 Require liblog for libbase in all configurations by Tom Cherry · 6 years ago
  49. fba2a1a Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 6 years ago
  50. 81e316b base: avoid evaluating macro argument multiple times. by Josh Gao · 6 years ago
  51. 9e6ac64 Merge "base: steal Chromium's NoDestructor." by Josh Gao · 6 years ago
  52. efc9a63 base: steal Chromium's NoDestructor. by Josh Gao · 6 years ago
  53. 9e3cbb6 Expose ParseBool from libbase by Daniel Colascione · 6 years ago
  54. 908e0df Add absl-like StringReplace. by Elliott Hughes · 6 years ago
  55. 10dc4ca libbase: add a README.md covering the most frequent question. by Elliott Hughes · 6 years ago
  56. 2d70aad Remove Mac/Windows quick_exit() implementation. by Elliott Hughes · 6 years ago
  57. 0c2819f Addressing comments in 1130236. by Alex Buynytskyy · 6 years ago
  58. 43f0b0c Using WideChar->UTF8 versions of Windows API to obtain temp folder. by Alex Buynytskyy · 6 years ago
  59. 41d8a57 <android-base/endian.h>: fix interoperability issue by Bowgo Tsai · 6 years ago
  60. b3236eb Remove -D_FILE_OFFSET_BITS=64 on host builds by Paul Crowley · 6 years ago
  61. 7c706ba Improve codegen slightly when doing FD validity checks by Daniel Colascione · 7 years ago
  62. f4c3471 Include chrono.h by Haibo Huang · 7 years ago
  63. 5f0e5e0 Merge "[base] Make MappedFile work with OS file handles" by Yurii Zubrytskyi · 7 years ago
  64. d77c99e [base] Make MappedFile work with OS file handles by Yurii Zubrytskyi · 7 years ago
  65. 888c1b9 Fix more endian.h issues by Colin Cross · 7 years ago
  66. f86ea02 Use as much of the macOS endian support as we can. by Elliott Hughes · 7 years ago
  67. fd41f9a Add header that defines strerror() by Anatol Pomazau · 7 years ago
  68. c9ec952 Merge "Implement unique_fd.ok()" by Tomasz Wasilczyk · 7 years ago
  69. c3fc960 Implement unique_fd.ok() by Tomasz Wasilczyk · 7 years ago
  70. 8987f06 Merge "Add nolint for implicit borrowed_fd constructors" by Treehugger Robot · 7 years ago
  71. aa55ee6 Add nolint for implicit borrowed_fd constructors by Tom Cherry · 7 years ago
  72. 820333d Add noexcept to missing places in expected.h by Tom Cherry · 7 years ago
  73. a93e09f Merge "Don't implement our own remove_cvref_t." by Tom Cherry · 7 years ago
  74. a2928b5 Don't implement our own remove_cvref_t. by Tom Cherry · 7 years ago
  75. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 7 years ago
  76. 13b1f34 Add android::base::GetPids() function to return all pids by Tom Cherry · 7 years ago
  77. 9f24c38 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 7 years ago
  78. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 7 years ago
  79. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 7 years ago
  80. df7d327 fix: passing ResultError to Error thru operator<< by Jooyung Han · 7 years ago
  81. 91e6f88 Remove Result<Success> in favor of Result<void> by Tom Cherry · 7 years ago
  82. 383e141 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 7 years ago
  83. bb1b83e Merge "Add expected<void,E>" by Treehugger Robot · 7 years ago
  84. 2ba59c5 Merge "Move result.h from init to libbase" by Treehugger Robot · 7 years ago
  85. b2a85c4 Add expected<void,E> by Jiyong Park · 7 years ago
  86. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 7 years ago
  87. 44cabca Merge "base: fix out of date documentation with PropertySet()" by Treehugger Robot · 7 years ago
  88. ef2469e base: fix out of date documentation with PropertySet() by Tom Cherry · 7 years ago
  89. 41f690b Merge "Fix leak of mapped zip central directories" by Treehugger Robot · 7 years ago
  90. 5c06e6e Minor fixes on android::base::expected by Jiyong Park · 7 years ago
  91. ce1c49d Fix leak of mapped zip central directories by Ryan Mitchell · 7 years ago
  92. 7d89fb1 Add android::base::expected by Jiyong Park · 7 years ago
  93. fe1d1e8 Merge "Revert "Revert "Add a way to turn off unique_fd's operator int.""" by Josh Gao · 7 years ago
  94. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 7 years ago
  95. a808b11 Enable native_bridge_support by dimitry · 7 years ago
  96. b4dc7be libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 7 years ago
  97. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 7 years ago
  98. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 7 years ago
  99. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 7 years ago
  100. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 7 years ago