1. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  2. 4a16630 Merge "Add Start/Stop/Reset to CapturedStdFd." by Christopher Ferris · 6 years ago
  3. eea85c9 Add Start/Stop/Reset to CapturedStdFd. by Christopher Ferris · 6 years ago
  4. a3c8688 libbase: add Fdopen that takes a unique_fd. by Josh Gao · 6 years ago
  5. 9d3f453 Set errno for all error return cases. by Christopher Ferris · 6 years ago
  6. 958fcbd Fix typo in parseint.untouched_on_failure test by Tom Cherry · 6 years ago
  7. 8e3f0b1 Fix two ParseInt edge cases by Tom Cherry · 6 years ago
  8. 991eedd base: remove execute bit from utf8.h by Spencer Low · 6 years ago
  9. f1911f4 ParseFloat/ParseDouble, also take std::string by Steven Moreland · 6 years ago
  10. 9ce0de0 Merge "Add ParseFloat (in parsedouble.h)." by Steven Moreland · 6 years ago
  11. 4842b1b Merge "ParseDouble: allow validation only." by Treehugger Robot · 6 years ago
  12. 586ef26 Add ParseFloat (in parsedouble.h). by Steven Moreland · 6 years ago
  13. fa06fc7 base: move unique_fd fdsan tests into bionic. by Josh Gao · 6 years ago
  14. 1b8981e ParseDouble: allow validation only. by Steven Moreland · 6 years ago
  15. 3b70eed Remove unused logging symbols. by Tomasz Wasilczyk · 6 years ago
  16. d4abb70 Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd.""" by Treehugger Robot · 6 years ago
  17. 22666fe Revert "Revert "base: add support for tagged fd closure to unique_fd."" by Josh Gao · 6 years ago
  18. a96e43d ParseInt/ParseUint: allow validation only. by Steven Moreland · 6 years ago
  19. 30dd7d4 Revert "base: add support for tagged fd closure to unique_fd." by Josh Gao · 6 years ago
  20. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 6 years ago
  21. fcf2c01 base: add support for tagged fd closure to unique_fd. by Josh Gao · 6 years ago
  22. c63cb07 libbase: return different result depend on the errno by liwugang · 6 years ago
  23. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 6 years ago
  24. 98c7649 libbase: assume clang. by Elliott Hughes · 6 years ago
  25. ad9f6b1 Fix misleading comments by Inseob Kim · 6 years ago
  26. 4d8bbc6 libbase: switch to #pragma once. by Elliott Hughes · 6 years ago
  27. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  28. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  29. 8e52362 Adapt to switch to Clang for Windows host builds by Pirama Arumuga Nainar · 6 years ago
  30. 11a64eb libbase: fix libbase_test.logging.StdioLogger. by Elliott Hughes · 6 years ago
  31. d580c44 Merge "libbase: add host properties support." by Elliott Hughes · 6 years ago
  32. dc80312 libbase: add host properties support. by Elliott Hughes · 6 years ago
  33. a0e7504 Build adbd for recovery by Jiyong Park · 6 years ago
  34. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 6 years ago
  35. 612210c Mark as recovery_available: true by Jiyong Park · 6 years ago
  36. 40fdf3f Add test_suites lines. by Elliott Hughes · 6 years ago
  37. 955b6a4 Add android::base::ParseByteCount. by Elliott Hughes · 7 years ago
  38. 1b86d41 Add SIZEOF_MEMBER. by Elliott Hughes · 7 years ago
  39. 2507a04 base: kernel logging get pre-opened /dev/kmsg from environment by Mark Salyzyn · 7 years ago
  40. 3b279aa Merge "Allow android::base::ScopeGuard in STL containers" by Treehugger Robot · 7 years ago
  41. b77035b Allow android::base::ScopeGuard in STL containers by Luis Hector Chavez · 7 years ago
  42. 5791e21 base: export GetThreadId. by Josh Gao · 7 years ago
  43. ef58cef base: Add TemporaryFile::DoNotRemove(). by Yabin Cui · 7 years ago
  44. 1923e76 Base: Add default tag manipulation by Andreas Gampe · 7 years ago
  45. b154d18 EndsWith *suffix* by Erik Kline · 7 years ago
  46. af05f3b Base: Add an NDK-compiled version of libbase by Andreas Gampe · 7 years ago
  47. dc699a2 bpfmt. by Elliott Hughes · 7 years ago
  48. d3b9404 Prevent WaitForProperty() from using ~100% of CPU time on 32bit builds by yusukes · 7 years ago
  49. 0c071c9 base: adb.exe build error by Mark Salyzyn · 7 years ago
  50. 713f289 Adding per-method clang thread safety annotations by Vasily Tarasov · 7 years ago
  51. 3d7fa22 Add __attribute__((__format__)) to fastboot's die(). by Elliott Hughes · 7 years ago
  52. d535a9c Merge "Use LOG_TAG instead of binary name as a tag." by Tomasz Wasilczyk · 7 years ago
  53. dbbba76 Merge "Add std::string StartsWith*/EndsWith* overloads." by Elliott Hughes · 7 years ago
  54. c251600 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 7 years ago
  55. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  56. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 7 years ago
  57. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  58. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  59. 464ea61 base: allow creating tempfile in a custom temporary dir. by Yabin Cui · 7 years ago
  60. 528f144 Fix / suppress new unused warnings for mingw+clang by Dan Willemsen · 7 years ago
  61. 122352d Use -Werror in system/core by Chih-Hung Hsieh · 7 years ago
  62. fbbf27d Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
  63. 684b442 libcutils: Fix thread ID on macOS by Christopher N. Hesse · 8 years ago
  64. bdddcab Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  65. 31121ca Move some properties users to __system_property_read_callback() by Tom Cherry · 7 years ago
  66. 1f9fa7e base: chrono_utils: supported in linux by Mark Salyzyn · 7 years ago
  67. 4852933 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  68. 1e45d53 Remove default libraries by Dan Willemsen · 7 years ago
  69. c8f935a Base: Warn on using ostream<< with std::string* by Andreas Gampe · 7 years ago
  70. 2db3823 Revert "Base: Delete ostream<< with std::string*" by Andreas Gampe · 7 years ago
  71. 4ef5011 Base: Delete ostream<< with std::string* by Andreas Gampe · 7 years ago
  72. f9bc1b0 Add the Release function for TemporaryFiles by Tianjie Xu · 7 years ago
  73. 4221e2c base: hopefully fix the mac build. by Josh Gao · 7 years ago
  74. fdf832d base: add Pipe and Socketpair wrappers. by Josh Gao · 7 years ago
  75. 2732a7e Merge "Define current ABI string in android-base/macros.h" by Dimitry Ivanov · 7 years ago
  76. b6ba817 Define current ABI string in android-base/macros.h by dimitry · 7 years ago
  77. 9ca9245 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 7 years ago
  78. b5c90e9 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 7 years ago
  79. c54e3db Revert "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  80. f3c7f10 Merge "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  81. e4509da base: work around thread safety analysis bug. by Josh Gao · 7 years ago
  82. 5fff67f Add definition of off64_t for mac os builds by Adam Lesinski · 7 years ago
  83. a0360ad Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 7 years ago
  84. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  85. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  86. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  87. e3e7813 Add (partial) support for Windows long paths by Renaud Paquay · 7 years ago
  88. 6466ced logging: make LOG(FATAL) always run with the static analyzer. by George Burgess IV · 7 years ago
  89. 7e771de logging: always enable DCHECK for the static analyzer by George Burgess IV · 7 years ago
  90. 282ec45 Remove libbase's trivial libutils-headers dependency. by Elliott Hughes · 7 years ago
  91. 582ec2b fix static-analyzer logging/CHECK macros by George Burgess IV · 7 years ago
  92. 637483d base: remove execute bit from utf8.cpp, utf8_test.cpp. by Josh Gao · 7 years ago
  93. 4eda982 Don't export libutils_headers from libbase by Colin Cross · 8 years ago
  94. e131f31 libbase: fix build breakage by Steven Moreland · 8 years ago
  95. d10a023 libbase: make vendor_available by Steven Moreland · 8 years ago
  96. 3c71bbd libbase: add libbase_headers by Steven Moreland · 8 years ago
  97. 5c3961c Merge "Add android::base::ScopeGuard" by Tom Cherry · 8 years ago
  98. c996a8e Add android::base::ScopeGuard by Tom Cherry · 8 years ago
  99. 48d08c2 Convert opens to use unique_fd. by Christopher Ferris · 8 years ago
  100. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago