1. 5d7f841 Support zero-length mapped files by Pirama Arumuga Nainar · 6 years ago
  2. d338738 Hopefully fix more darwin build breakage. by Josh Gao · 6 years ago
  3. b57dc7a Fix darwin build break. by Josh Gao · 6 years ago
  4. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  5. 14f9500 base: add helpers for sending/receiving file descriptors. by Josh Gao · 6 years ago
  6. 982f7bd base: add ScopedLockAssertion. by Josh Gao · 6 years ago
  7. eb0ef14 MappedFile and FileMap should support zero-length mappings. by Elliott Hughes · 6 years ago
  8. 92ee52c base: don't overwrite errno in unique_fd::~unique_fd. by Josh Gao · 6 years ago
  9. e284104 base: support optional flags in android::base::Pipe. by Yabin Cui · 6 years ago
  10. 468ffae Libbase: NOLINT legacy unique_fd operator int by Andreas Gampe · 6 years ago
  11. 9082e7a Build libbase with _FILE_OFFSET_BITS=64. by Elliott Hughes · 6 years ago
  12. 3f1f2e0 Add missing includes. by Florian Mayer · 6 years ago
  13. 2819c0b Base: Explicitly set abort message on FATAL by Andreas Gampe · 6 years ago
  14. 946f7d4 Merge "base: add more error-checking overloads for unique_fd." by Josh Gao · 6 years ago
  15. d2f5888 base: TemporaryDir add DoNotRemove() method by Mark Salyzyn · 6 years ago
  16. 46c2df5 base: TemporaryDir rm -rf directory in destructor by Mark Salyzyn · 6 years ago
  17. 6009a2d base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFile by Mark Salyzyn · 6 years ago
  18. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  19. 0790b24 base: move TemporaryFile and TemporaryDir to android-base/file.h by Mark Salyzyn · 6 years ago
  20. 1390e81 base: add more error-checking overloads for unique_fd. by Josh Gao · 6 years ago
  21. 1666baf libbase: add Fdopendir that takes a unique_fd. by Mathieu Chartier · 6 years ago
  22. a656b98 libbase: support char parameter in StartsWith/EndsWith. by Yabin Cui · 6 years ago
  23. 46e0cc2 libbase: a slightly cleaner solution to libbase's `off64_t` problem. by Elliott Hughes · 6 years ago
  24. 602f9a2 Merge "libbase: quick fix for Mac build." by Treehugger Robot · 6 years ago
  25. 9854386 libbase: quick fix for Mac build. by Elliott Hughes · 6 years ago
  26. 2a84607 Merge "libbase: add O_CLOEXEC to <android-base/file.h>." by Elliott Hughes · 6 years ago
  27. 514edae libbase: remove ARRAYSIZE_UNSAFE. by Elliott Hughes · 6 years ago
  28. 32df7ee libbase: add O_CLOEXEC to <android-base/file.h>. by Elliott Hughes · 6 years ago
  29. 48a0e18 Merge "Add a simple MappedFile to libbase and switch fastboot and libziparchive over." by Elliott Hughes · 6 years ago
  30. e8f4b14 Add a simple MappedFile to libbase and switch fastboot and libziparchive over. by Elliott Hughes · 6 years ago
  31. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  32. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  33. bc64e50 Assert that ParseInt/ParseUint are only used with signed/unsigned numbers respectively by Tom Cherry · 6 years ago
  34. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  35. ca6ee83 Enable -Wexit-time-destructor for all targets by Pirama Arumuga Nainar · 6 years ago
  36. 18a1606 Add sys/types.h in utf8.h by Pirama Arumuga Nainar · 6 years ago
  37. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  38. 4a16630 Merge "Add Start/Stop/Reset to CapturedStdFd." by Christopher Ferris · 6 years ago
  39. eea85c9 Add Start/Stop/Reset to CapturedStdFd. by Christopher Ferris · 6 years ago
  40. a3c8688 libbase: add Fdopen that takes a unique_fd. by Josh Gao · 6 years ago
  41. 9d3f453 Set errno for all error return cases. by Christopher Ferris · 6 years ago
  42. 958fcbd Fix typo in parseint.untouched_on_failure test by Tom Cherry · 6 years ago
  43. 8e3f0b1 Fix two ParseInt edge cases by Tom Cherry · 6 years ago
  44. 991eedd base: remove execute bit from utf8.h by Spencer Low · 6 years ago
  45. f1911f4 ParseFloat/ParseDouble, also take std::string by Steven Moreland · 6 years ago
  46. 9ce0de0 Merge "Add ParseFloat (in parsedouble.h)." by Steven Moreland · 6 years ago
  47. 4842b1b Merge "ParseDouble: allow validation only." by Treehugger Robot · 6 years ago
  48. 586ef26 Add ParseFloat (in parsedouble.h). by Steven Moreland · 6 years ago
  49. fa06fc7 base: move unique_fd fdsan tests into bionic. by Josh Gao · 6 years ago
  50. 1b8981e ParseDouble: allow validation only. by Steven Moreland · 6 years ago
  51. 3b70eed Remove unused logging symbols. by Tomasz Wasilczyk · 6 years ago
  52. d4abb70 Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd.""" by Treehugger Robot · 6 years ago
  53. 22666fe Revert "Revert "base: add support for tagged fd closure to unique_fd."" by Josh Gao · 6 years ago
  54. a96e43d ParseInt/ParseUint: allow validation only. by Steven Moreland · 6 years ago
  55. 30dd7d4 Revert "base: add support for tagged fd closure to unique_fd." by Josh Gao · 6 years ago
  56. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 6 years ago
  57. fcf2c01 base: add support for tagged fd closure to unique_fd. by Josh Gao · 6 years ago
  58. c63cb07 libbase: return different result depend on the errno by liwugang · 6 years ago
  59. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 6 years ago
  60. 98c7649 libbase: assume clang. by Elliott Hughes · 6 years ago
  61. ad9f6b1 Fix misleading comments by Inseob Kim · 6 years ago
  62. 4d8bbc6 libbase: switch to #pragma once. by Elliott Hughes · 6 years ago
  63. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  64. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  65. 8e52362 Adapt to switch to Clang for Windows host builds by Pirama Arumuga Nainar · 6 years ago
  66. 11a64eb libbase: fix libbase_test.logging.StdioLogger. by Elliott Hughes · 6 years ago
  67. d580c44 Merge "libbase: add host properties support." by Elliott Hughes · 6 years ago
  68. dc80312 libbase: add host properties support. by Elliott Hughes · 6 years ago
  69. a0e7504 Build adbd for recovery by Jiyong Park · 6 years ago
  70. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 6 years ago
  71. 612210c Mark as recovery_available: true by Jiyong Park · 7 years ago
  72. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  73. 955b6a4 Add android::base::ParseByteCount. by Elliott Hughes · 7 years ago
  74. 1b86d41 Add SIZEOF_MEMBER. by Elliott Hughes · 7 years ago
  75. 2507a04 base: kernel logging get pre-opened /dev/kmsg from environment by Mark Salyzyn · 7 years ago
  76. 3b279aa Merge "Allow android::base::ScopeGuard in STL containers" by Treehugger Robot · 7 years ago
  77. b77035b Allow android::base::ScopeGuard in STL containers by Luis Hector Chavez · 7 years ago
  78. 5791e21 base: export GetThreadId. by Josh Gao · 7 years ago
  79. ef58cef base: Add TemporaryFile::DoNotRemove(). by Yabin Cui · 7 years ago
  80. 1923e76 Base: Add default tag manipulation by Andreas Gampe · 7 years ago
  81. b154d18 EndsWith *suffix* by Erik Kline · 7 years ago
  82. af05f3b Base: Add an NDK-compiled version of libbase by Andreas Gampe · 7 years ago
  83. dc699a2 bpfmt. by Elliott Hughes · 7 years ago
  84. d3b9404 Prevent WaitForProperty() from using ~100% of CPU time on 32bit builds by yusukes · 7 years ago
  85. 0c071c9 base: adb.exe build error by Mark Salyzyn · 7 years ago
  86. 713f289 Adding per-method clang thread safety annotations by Vasily Tarasov · 7 years ago
  87. 3d7fa22 Add __attribute__((__format__)) to fastboot's die(). by Elliott Hughes · 7 years ago
  88. d535a9c Merge "Use LOG_TAG instead of binary name as a tag." by Tomasz Wasilczyk · 7 years ago
  89. dbbba76 Merge "Add std::string StartsWith*/EndsWith* overloads." by Elliott Hughes · 7 years ago
  90. c251600 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 7 years ago
  91. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  92. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  93. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  94. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  95. 464ea61 base: allow creating tempfile in a custom temporary dir. by Yabin Cui · 7 years ago
  96. 528f144 Fix / suppress new unused warnings for mingw+clang by Dan Willemsen · 7 years ago
  97. 122352d Use -Werror in system/core by Chih-Hung Hsieh · 7 years ago
  98. fbbf27d Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
  99. 684b442 libcutils: Fix thread ID on macOS by Christopher N. Hesse · 8 years ago
  100. bdddcab Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago