1. 4d39661 ParseDouble: allow validation only. by Steven Moreland · 6 years ago
  2. 38b69d7 Remove unused logging symbols. by Tomasz Wasilczyk · 6 years ago
  3. 3d1e704 Merge "Revert "Revert "base: add support for tagged fd closure to unique_fd.""" by Treehugger Robot · 6 years ago
  4. 6b4ef85 Revert "Revert "base: add support for tagged fd closure to unique_fd."" by Josh Gao · 6 years ago
  5. c4f40bf ParseInt/ParseUint: allow validation only. by Steven Moreland · 6 years ago
  6. 4a2cf89 Revert "base: add support for tagged fd closure to unique_fd." by Josh Gao · 6 years ago
  7. a0aa1c5 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 6 years ago
  8. 50d476e base: add support for tagged fd closure to unique_fd. by Josh Gao · 6 years ago
  9. 2ef829e Move libbacktrace off cutils. by Elliott Hughes · 6 years ago
  10. 309e9fb libbase: assume clang. by Elliott Hughes · 6 years ago
  11. 06c19d0 Fix misleading comments by Inseob Kim · 6 years ago
  12. e3c5a2a libbase: switch to #pragma once. by Elliott Hughes · 6 years ago
  13. fa2ce92 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  14. aec414c Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  15. 693e447 Adapt to switch to Clang for Windows host builds by Pirama Arumuga Nainar · 6 years ago
  16. 083c2fe libbase: add host properties support. by Elliott Hughes · 6 years ago
  17. 1c1409f Add StdioLogger for command-line tools. by Elliott Hughes · 6 years ago
  18. 0676899 Add android::base::ParseByteCount. by Elliott Hughes · 6 years ago
  19. da37d81 Add SIZEOF_MEMBER. by Elliott Hughes · 6 years ago
  20. 9b34875 Merge "Allow android::base::ScopeGuard in STL containers" by Treehugger Robot · 6 years ago
  21. b11c425 Allow android::base::ScopeGuard in STL containers by Luis Hector Chavez · 6 years ago
  22. ef102be base: export GetThreadId. by Josh Gao · 6 years ago
  23. b7abae1 base: Add TemporaryFile::DoNotRemove(). by Yabin Cui · 6 years ago
  24. fec5b09 Base: Add default tag manipulation by Andreas Gampe · 6 years ago
  25. 226df75 EndsWith *suffix* by Erik Kline · 6 years ago
  26. 764a9c7 base: adb.exe build error by Mark Salyzyn · 7 years ago
  27. 573a66d Adding per-method clang thread safety annotations by Vasily Tarasov · 7 years ago
  28. a140b9c Add __attribute__((__format__)) to fastboot's die(). by Elliott Hughes · 7 years ago
  29. 94a9d5e Merge "Use LOG_TAG instead of binary name as a tag." by Tomasz Wasilczyk · 7 years ago
  30. bcfe8a4 Merge "Add std::string StartsWith*/EndsWith* overloads." by Elliott Hughes · 7 years ago
  31. a419de2 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 7 years ago
  32. 9955af2 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  33. 8f1fa00 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 7 years ago
  34. a11c57e base: allow creating tempfile in a custom temporary dir. by Yabin Cui · 7 years ago
  35. 60d516a Base: Warn on using ostream<< with std::string* by Andreas Gampe · 7 years ago
  36. 1e5f506 Revert "Base: Delete ostream<< with std::string*" by Andreas Gampe · 7 years ago
  37. 9bcf285 Base: Delete ostream<< with std::string* by Andreas Gampe · 7 years ago
  38. 1852b80 Add the Release function for TemporaryFiles by Tianjie Xu · 7 years ago
  39. ec6376f base: hopefully fix the mac build. by Josh Gao · 7 years ago
  40. 4ae64ef base: add Pipe and Socketpair wrappers. by Josh Gao · 7 years ago
  41. 9e23c3b Define current ABI string in android-base/macros.h by dimitry · 7 years ago
  42. 5327f36 Merge "Revert "base: work around thread safety analysis bug."" by Josh Gao · 7 years ago
  43. d8cd603 Revert "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  44. 520e6a3 Merge "base: work around thread safety analysis bug." by Josh Gao · 7 years ago
  45. 34819a8 base: work around thread safety analysis bug. by Josh Gao · 7 years ago
  46. 617977a Add definition of off64_t for mac os builds by Adam Lesinski · 7 years ago
  47. b778a9e Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 7 years ago
  48. 6d6f9b3 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 7 years ago
  49. aca40d3 Move Timer from init to libbase by Tom Cherry · 7 years ago
  50. 7d419b7 Add (partial) support for Windows long paths by Renaud Paquay · 7 years ago
  51. 0df2f5b logging: make LOG(FATAL) always run with the static analyzer. by George Burgess IV · 7 years ago
  52. 95b26d6 logging: always enable DCHECK for the static analyzer by George Burgess IV · 7 years ago
  53. 2e1e999 fix static-analyzer logging/CHECK macros by George Burgess IV · 7 years ago
  54. 824e09a Revert "base: make boot_clock work on host linux, hide it on non-linux." by Josh Gao · 7 years ago
  55. 09b8d4f base: make boot_clock work on host linux, hide it on non-linux. by Josh Gao · 7 years ago
  56. 1d27306 Add android::base::ScopeGuard by Tom Cherry · 7 years ago
  57. 9957497 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 7 years ago
  58. d0516ca Fix timeouts for android::base::WaitForProperty* by Tom Cherry · 7 years ago
  59. 4edc04f Add android::base::Realpath. by Dimitry Ivanov · 8 years ago
  60. 0a0be5c Merge "add base::WaitForPropertyCreation" by Keun-young Park · 7 years ago
  61. 16f7051 add base::WaitForPropertyCreation by Keun-young Park · 7 years ago
  62. 2909be0 Add GetExecutableDirectory to libbase by Colin Cross · 8 years ago
  63. 2e732e2 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  64. 5b42bf3 Merge "Add cross-platform <android-base/endian.h>." by Elliott Hughes · 7 years ago
  65. 08baa86 Add cross-platform <android-base/endian.h>. by Elliott Hughes · 7 years ago
  66. a1078c4 Add some basic docs for <android-base/logging.h> by Elliott Hughes · 8 years ago
  67. 81bcb21 Add timeout support to android::base::WaitForProperty. by Elliott Hughes · 8 years ago
  68. 4eb93f4 Merge "Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."" by James Hawkins · 8 years ago
  69. 7d1cc67 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  70. 8fb949f Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by Treehugger Robot · 8 years ago
  71. 4ddce3c bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  72. 530448e Implement android::base::WaitForProperty. by Elliott Hughes · 8 years ago
  73. e46c586 Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  74. 9f925e1 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  75. 7872ff3 bootable/recovery wants EqualsIgnoreCase. by Elliott Hughes · 8 years ago
  76. d2f1399 [nit] Fix typo in properties.h by Charles He · 8 years ago
  77. 579ae0b Switch to memcpy for accessing misaligned data. by Stephen Hines · 8 years ago
  78. 8548427 Add StartsWithIgnoreCase/EndsWithIgnoreCase. by Elliott Hughes · 8 years ago
  79. caee0eb Move CapturedStderr to test_util library by Wei Wang · 8 years ago
  80. 51f09fa Merge "libbase: add parsedouble.h." by Yabin Cui · 8 years ago
  81. ebe8eef libbase: add parsedouble.h. by Yabin Cui · 8 years ago
  82. 31d04db Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  83. 6b1e33b Add 0X as a valid hex prefix for parseint by Yifan Hong · 8 years ago
  84. 621bca8 Merge "Base: Remove LOG_S variants." by Treehugger Robot · 8 years ago
  85. cb35a4a Base: Remove LOG_S variants. by Andreas Gampe · 8 years ago
  86. b36ffed Merge "Add std::string system property functions." by Treehugger Robot · 8 years ago
  87. 5a7788c Add std::string system property functions. by Elliott Hughes · 8 years ago
  88. adc0e3d Base: Add more log macros by Andreas Gampe · 8 years ago
  89. e2a9eb0 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
  90. 2619d51 Remove mutex.h and its uses. by Pirama Arumuga Nainar · 8 years ago
  91. 8e1f0d8 base: add parameter that controls O_NOFOLLOW in file functions. by Josh Gao · 8 years ago
  92. 15146c9 Merge changes Ie15fcb8f,I0a895911 by Treehugger Robot · 8 years ago
  93. f6d181b base: add quick_exit emulation. by Josh Gao · 8 years ago
  94. b08de45 base: extract mutex.h from logging.cpp. by Josh Gao · 8 years ago
  95. 702ab48 Base: Fix dangling-else in CHECK_STROP by Andreas Gampe · 8 years ago
  96. 9008e8d Base: Add AbortFunction for logging by Andreas Gampe · 8 years ago
  97. d2a4f21 Base: Add INTERNAL_FATAL to logging severity by Andreas Gampe · 8 years ago
  98. e881c11 Merge "Base: assume and use C++11 in libbase" by Treehugger Robot · 8 years ago
  99. b1de377 Base: assume and use C++11 in libbase by Andreas Gampe · 8 years ago
  100. 9c60caf Merge "Add android::base::GetExecutablePath, switch adb and fastboot over." by Josh Gao · 8 years ago