1. c9ec952 Merge "Implement unique_fd.ok()" by Tomasz Wasilczyk · 6 years ago
  2. c3fc960 Implement unique_fd.ok() by Tomasz Wasilczyk · 6 years ago
  3. 8987f06 Merge "Add nolint for implicit borrowed_fd constructors" by Treehugger Robot · 6 years ago
  4. aa55ee6 Add nolint for implicit borrowed_fd constructors by Tom Cherry · 6 years ago
  5. 820333d Add noexcept to missing places in expected.h by Tom Cherry · 6 years ago
  6. a93e09f Merge "Don't implement our own remove_cvref_t." by Tom Cherry · 6 years ago
  7. a2928b5 Don't implement our own remove_cvref_t. by Tom Cherry · 6 years ago
  8. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  9. 13b1f34 Add android::base::GetPids() function to return all pids by Tom Cherry · 6 years ago
  10. 9f24c38 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 6 years ago
  11. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 6 years ago
  12. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 6 years ago
  13. df7d327 fix: passing ResultError to Error thru operator<< by Jooyung Han · 6 years ago
  14. 91e6f88 Remove Result<Success> in favor of Result<void> by Tom Cherry · 6 years ago
  15. 383e141 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 6 years ago
  16. bb1b83e Merge "Add expected<void,E>" by Treehugger Robot · 6 years ago
  17. 2ba59c5 Merge "Move result.h from init to libbase" by Treehugger Robot · 6 years ago
  18. b2a85c4 Add expected<void,E> by Jiyong Park · 6 years ago
  19. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  20. 44cabca Merge "base: fix out of date documentation with PropertySet()" by Treehugger Robot · 6 years ago
  21. ef2469e base: fix out of date documentation with PropertySet() by Tom Cherry · 6 years ago
  22. 41f690b Merge "Fix leak of mapped zip central directories" by Treehugger Robot · 6 years ago
  23. 5c06e6e Minor fixes on android::base::expected by Jiyong Park · 6 years ago
  24. ce1c49d Fix leak of mapped zip central directories by Ryan Mitchell · 6 years ago
  25. 7d89fb1 Add android::base::expected by Jiyong Park · 6 years ago
  26. fe1d1e8 Merge "Revert "Revert "Add a way to turn off unique_fd's operator int.""" by Josh Gao · 6 years ago
  27. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  28. a808b11 Enable native_bridge_support by dimitry · 6 years ago
  29. b4dc7be libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 6 years ago
  30. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  31. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  32. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 6 years ago
  33. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 6 years ago
  34. 5f4cb8a libbase: realpath is wrapped with TEMP_FAILURE_RETRY by Yifan Hong · 6 years ago
  35. 59d876c [base] Convert Starts/Ends/Equals string functions to string_view by Yurii Zubrytskyi · 6 years ago
  36. 5d7f841 Support zero-length mapped files by Pirama Arumuga Nainar · 6 years ago
  37. d338738 Hopefully fix more darwin build breakage. by Josh Gao · 6 years ago
  38. b57dc7a Fix darwin build break. by Josh Gao · 6 years ago
  39. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  40. 14f9500 base: add helpers for sending/receiving file descriptors. by Josh Gao · 6 years ago
  41. 982f7bd base: add ScopedLockAssertion. by Josh Gao · 6 years ago
  42. eb0ef14 MappedFile and FileMap should support zero-length mappings. by Elliott Hughes · 6 years ago
  43. 92ee52c base: don't overwrite errno in unique_fd::~unique_fd. by Josh Gao · 6 years ago
  44. e284104 base: support optional flags in android::base::Pipe. by Yabin Cui · 6 years ago
  45. 468ffae Libbase: NOLINT legacy unique_fd operator int by Andreas Gampe · 6 years ago
  46. 9082e7a Build libbase with _FILE_OFFSET_BITS=64. by Elliott Hughes · 6 years ago
  47. 3f1f2e0 Add missing includes. by Florian Mayer · 6 years ago
  48. 2819c0b Base: Explicitly set abort message on FATAL by Andreas Gampe · 6 years ago
  49. 946f7d4 Merge "base: add more error-checking overloads for unique_fd." by Josh Gao · 6 years ago
  50. d2f5888 base: TemporaryDir add DoNotRemove() method by Mark Salyzyn · 6 years ago
  51. 46c2df5 base: TemporaryDir rm -rf directory in destructor by Mark Salyzyn · 6 years ago
  52. 6009a2d base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFile by Mark Salyzyn · 6 years ago
  53. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  54. 0790b24 base: move TemporaryFile and TemporaryDir to android-base/file.h by Mark Salyzyn · 6 years ago
  55. 1390e81 base: add more error-checking overloads for unique_fd. by Josh Gao · 6 years ago
  56. 1666baf libbase: add Fdopendir that takes a unique_fd. by Mathieu Chartier · 6 years ago
  57. a656b98 libbase: support char parameter in StartsWith/EndsWith. by Yabin Cui · 6 years ago
  58. 46e0cc2 libbase: a slightly cleaner solution to libbase's `off64_t` problem. by Elliott Hughes · 6 years ago
  59. 602f9a2 Merge "libbase: quick fix for Mac build." by Treehugger Robot · 6 years ago
  60. 9854386 libbase: quick fix for Mac build. by Elliott Hughes · 6 years ago
  61. 2a84607 Merge "libbase: add O_CLOEXEC to <android-base/file.h>." by Elliott Hughes · 6 years ago
  62. 514edae libbase: remove ARRAYSIZE_UNSAFE. by Elliott Hughes · 6 years ago
  63. 32df7ee libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 6 years ago
  64. 48a0e18 Merge "Add a simple MappedFile to libbase and switch fastboot and libziparchive over." by Elliott Hughes · 6 years ago
  65. e8f4b14 Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  66. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  67. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  68. bc64e50 Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively by Tom Cherry · 6 years ago
  69. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  70. ca6ee83 Enable -Wexit-time-destructor for all targets by Pirama Arumuga Nainar · 6 years ago
  71. 18a1606 Add sys/types.h in utf8.h by Pirama Arumuga Nainar · 6 years ago
  72. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  73. 4a16630 Merge "Add Start/Stop/Reset to CapturedStdFd." by Christopher Ferris · 6 years ago
  74. eea85c9 Add Start/Stop/Reset to CapturedStdFd. by Christopher Ferris · 6 years ago
  75. a3c8688 libbase: add Fdopen that takes a unique_fd. by Josh Gao · 6 years ago
  76. 9d3f453 Set errno for all error return cases. by Christopher Ferris · 6 years ago
  77. 958fcbd Fix typo in parseint.untouched_on_failure test by Tom Cherry · 6 years ago
  78. 8e3f0b1 Fix two ParseInt edge cases by Tom Cherry · 6 years ago
  79. 991eedd base: remove execute bit from utf8.h by Spencer Low · 6 years ago
  80. f1911f4 ParseFloat/ParseDouble, also take std::string by Steven Moreland · 6 years ago
  81. 9ce0de0 Merge "Add ParseFloat (in parsedouble.h)." by Steven Moreland · 6 years ago
  82. 4842b1b Merge "ParseDouble: allow validation only." by Treehugger Robot · 6 years ago
  83. 586ef26 Add ParseFloat (in parsedouble.h). by Steven Moreland · 6 years ago
  84. fa06fc7 base: move unique_fd fdsan tests into bionic. by Josh Gao · 6 years ago
  85. 1b8981e ParseDouble: allow validation only. by Steven Moreland · 6 years ago
  86. 3b70eed Remove unused logging symbols. by Tomasz Wasilczyk · 6 years ago
  87. d4abb70 Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd.""" by Treehugger Robot · 7 years ago
  88. 22666fe Revert "Revert "base: add support for tagged fd closure to unique_fd."" by Josh Gao · 7 years ago
  89. a96e43d ParseInt/ParseUint: allow validation only. by Steven Moreland · 7 years ago
  90. 30dd7d4 Revert "base: add support for tagged fd closure to unique_fd." by Josh Gao · 7 years ago
  91. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  92. fcf2c01 base: add support for tagged fd closure to unique_fd. by Josh Gao · 7 years ago
  93. c63cb07 libbase: return different result depend on the errno by liwugang · 7 years ago
  94. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 7 years ago
  95. 98c7649 libbase: assume clang. by Elliott Hughes · 7 years ago
  96. ad9f6b1 Fix misleading comments by Inseob Kim · 7 years ago
  97. 4d8bbc6 libbase: switch to #pragma once. by Elliott Hughes · 7 years ago
  98. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  99. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
  100. 8e52362 Adapt to switch to Clang for Windows host builds by Pirama Arumuga Nainar · 7 years ago