1. 92ee52c base: don't overwrite errno in unique_fd::~unique_fd. by Josh Gao · 7 years ago
  2. e284104 base: support optional flags in android::base::Pipe. by Yabin Cui · 7 years ago
  3. 468ffae Libbase: NOLINT legacy unique_fd operator int by Andreas Gampe · 7 years ago
  4. 946f7d4 Merge "base: add more error-checking overloads for unique_fd." by Josh Gao · 7 years ago
  5. d2f5888 base: TemporaryDir add DoNotRemove() method by Mark Salyzyn · 7 years ago
  6. 0790b24 base: move TemporaryFile and TemporaryDir to android-base/file.h by Mark Salyzyn · 7 years ago
  7. 1390e81 base: add more error-checking overloads for unique_fd. by Josh Gao · 7 years ago
  8. 1666baf libbase: add Fdopendir that takes a unique_fd. by Mathieu Chartier · 7 years ago
  9. a656b98 libbase: support char parameter in StartsWith/EndsWith. by Yabin Cui · 7 years ago
  10. 46e0cc2 libbase: a slightly cleaner solution to libbase's `off64_t` problem. by Elliott Hughes · 7 years ago
  11. 602f9a2 Merge "libbase: quick fix for Mac build." by Treehugger Robot · 7 years ago
  12. 9854386 libbase: quick fix for Mac build. by Elliott Hughes · 7 years ago
  13. 2a84607 Merge "libbase: add O_CLOEXEC to <android-base/file.h>." by Elliott Hughes · 7 years ago
  14. 514edae libbase: remove ARRAYSIZE_UNSAFE. by Elliott Hughes · 7 years ago
  15. 32df7ee libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 7 years ago
  16. e8f4b14 Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 7 years ago
  17. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
  18. bc64e50 Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively by Tom Cherry · 7 years ago
  19. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  20. 18a1606 Add sys/types.h in utf8.h by Pirama Arumuga Nainar · 7 years ago
  21. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  22. 4a16630 Merge "Add Start/Stop/Reset to CapturedStdFd." by Christopher Ferris · 7 years ago
  23. eea85c9 Add Start/Stop/Reset to CapturedStdFd. by Christopher Ferris · 7 years ago
  24. a3c8688 libbase: add Fdopen that takes a unique_fd. by Josh Gao · 7 years ago
  25. 9d3f453 Set errno for all error return cases. by Christopher Ferris · 7 years ago
  26. 8e3f0b1 Fix two ParseInt edge cases by Tom Cherry · 7 years ago
  27. 991eedd base: remove execute bit from utf8.h by Spencer Low · 7 years ago
  28. f1911f4 ParseFloat/ParseDouble, also take std::string by Steven Moreland · 7 years ago
  29. 586ef26 Add ParseFloat (in parsedouble.h). by Steven Moreland · 7 years ago
  30. 1b8981e ParseDouble: allow validation only. by Steven Moreland · 7 years ago
  31. 3b70eed Remove unused logging symbols. by Tomasz Wasilczyk · 7 years ago
  32. d4abb70 Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd.""" by Treehugger Robot · 7 years ago
  33. 22666fe Revert "Revert "base: add support for tagged fd closure to unique_fd."" by Josh Gao · 7 years ago
  34. a96e43d ParseInt/ParseUint: allow validation only. by Steven Moreland · 7 years ago
  35. 30dd7d4 Revert "base: add support for tagged fd closure to unique_fd." by Josh Gao · 7 years ago
  36. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 8 years ago
  37. fcf2c01 base: add support for tagged fd closure to unique_fd. by Josh Gao · 8 years ago
  38. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 8 years ago
  39. 98c7649 libbase: assume clang. by Elliott Hughes · 8 years ago
  40. ad9f6b1 Fix misleading comments by Inseob Kim · 8 years ago
  41. 4d8bbc6 libbase: switch to #pragma once. by Elliott Hughes · 8 years ago
  42. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 8 years ago
  43. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 8 years ago
  44. 8e52362 Adapt to switch to Clang for Windows host builds by Pirama Arumuga Nainar · 8 years ago
  45. dc80312 libbase: add host properties support. by Elliott Hughes · 8 years ago
  46. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 8 years ago
  47. 955b6a4 Add android::base::ParseByteCount. by Elliott Hughes · 8 years ago
  48. 1b86d41 Add SIZEOF_MEMBER. by Elliott Hughes · 8 years ago
  49. 3b279aa Merge "Allow android::base::ScopeGuard in STL containers" by Treehugger Robot · 8 years ago
  50. b77035b Allow android::base::ScopeGuard in STL containers by Luis Hector Chavez · 8 years ago
  51. 5791e21 base: export GetThreadId. by Josh Gao · 8 years ago
  52. ef58cef base: Add TemporaryFile::DoNotRemove(). by Yabin Cui · 8 years ago
  53. 1923e76 Base: Add default tag manipulation by Andreas Gampe · 8 years ago
  54. b154d18 EndsWith *suffix* by Erik Kline · 8 years ago
  55. 0c071c9 base: adb.exe build error by Mark Salyzyn · 8 years ago
  56. 713f289 Adding per-method clang thread safety annotations by Vasily Tarasov · 8 years ago
  57. 3d7fa22 Add __attribute__((__format__)) to fastboot's die(). by Elliott Hughes · 8 years ago
  58. d535a9c Merge "Use LOG_TAG instead of binary name as a tag." by Tomasz Wasilczyk · 8 years ago
  59. dbbba76 Merge "Add std::string StartsWith*/EndsWith* overloads." by Elliott Hughes · 8 years ago
  60. c251600 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 8 years ago
  61. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 8 years ago
  62. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 9 years ago
  63. 464ea61 base: allow creating tempfile in a custom temporary dir. by Yabin Cui · 8 years ago
  64. c8f935a Base: Warn on using ostream<< with std::string* by Andreas Gampe · 8 years ago
  65. 2db3823 Revert "Base: Delete ostream<< with std::string*" by Andreas Gampe · 8 years ago
  66. 4ef5011 Base: Delete ostream<< with std::string* by Andreas Gampe · 8 years ago
  67. f9bc1b0 Add the Release function for TemporaryFiles by Tianjie Xu · 8 years ago
  68. 4221e2c base: hopefully fix the mac build. by Josh Gao · 8 years ago
  69. fdf832d base: add Pipe and Socketpair wrappers. by Josh Gao · 8 years ago
  70. b6ba817 Define current ABI string in android-base/macros.h by dimitry · 8 years ago
  71. b5c90e9 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 8 years ago
  72. c54e3db Revert "base: work around thread safety analysis bug." by Josh Gao · 8 years ago
  73. f3c7f10 Merge "base: work around thread safety analysis bug." by Josh Gao · 8 years ago
  74. e4509da base: work around thread safety analysis bug. by Josh Gao · 8 years ago
  75. 5fff67f Add definition of off64_t for mac os builds by Adam Lesinski · 8 years ago
  76. a0360ad Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 8 years ago
  77. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 9 years ago
  78. ede0d53 Move Timer from init to libbase by Tom Cherry · 9 years ago
  79. e3e7813 Add (partial) support for Windows long paths by Renaud Paquay · 9 years ago
  80. 6466ced logging: make LOG(FATAL) always run with the static analyzer. by George Burgess IV · 9 years ago
  81. 7e771de logging: always enable DCHECK for the static analyzer by George Burgess IV · 9 years ago
  82. 582ec2b fix static-analyzer logging/CHECK macros by George Burgess IV · 9 years ago
  83. 0b35b18 Revert "base: make boot_clock work on host linux, hide it on non-linux." by Josh Gao · 9 years ago
  84. ae29339 base: make boot_clock work on host linux, hide it on non-linux. by Josh Gao · 9 years ago
  85. c996a8e Add android::base::ScopeGuard by Tom Cherry · 9 years ago
  86. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 9 years ago
  87. 3d57294 Fix timeouts for android::base::WaitForProperty* by Tom Cherry · 9 years ago
  88. 840b601 Add android::base::Realpath. by Dimitry Ivanov · 9 years ago
  89. 22a64b3 Merge "add base::WaitForPropertyCreation" by Keun-young Park · 9 years ago
  90. e2d986d add base::WaitForPropertyCreation by Keun-young Park · 9 years ago
  91. bb3a515 Add GetExecutableDirectory to libbase by Colin Cross · 9 years ago
  92. 58021d1 Move adb_dirname and adb_basename to libbase by Colin Cross · 9 years ago
  93. 8a16081 Merge "Add cross-platform <android-base/endian.h>." by Elliott Hughes · 9 years ago
  94. 1dbd976 Add cross-platform <android-base/endian.h>. by Elliott Hughes · 9 years ago
  95. 9f4c8f7 Add some basic docs for <android-base/logging.h> by Elliott Hughes · 9 years ago
  96. 03edc9f Add timeout support to android::base::WaitForProperty. by Elliott Hughes · 9 years ago
  97. 91cf0bd Merge "Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."" by James Hawkins · 9 years ago
  98. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 9 years ago
  99. e968b73 Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by Treehugger Robot · 9 years ago
  100. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 9 years ago