1. d557057 Merge "libbase: add parsedouble.h." by Yabin Cui · 9 years ago
  2. 997cba4 libbase: add parsedouble.h. by Yabin Cui · 9 years ago
  3. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 9 years ago
  4. 89fbd63 Add 0X as a valid hex prefix for parseint by Yifan Hong · 9 years ago
  5. aa00f58 Merge "Base: Remove LOG_S variants." by Treehugger Robot · 9 years ago
  6. 1f5fb43 Base: Remove LOG_S variants. by Andreas Gampe · 9 years ago
  7. 3f049c3 Merge "Add std::string system property functions." by Treehugger Robot · 9 years ago
  8. 1e88c8c Add std::string system property functions. by Elliott Hughes · 9 years ago
  9. 436f5a0 Base: Add more log macros by Andreas Gampe · 9 years ago
  10. 5d1b1a8 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 9 years ago
  11. 70f281a Remove mutex.h and its uses. by Pirama Arumuga Nainar · 9 years ago
  12. ffabc96 base: add parameter that controls O_NOFOLLOW in file functions. by Josh Gao · 9 years ago
  13. c9c555b Merge changes Ie15fcb8f,I0a895911 by Treehugger Robot · 9 years ago
  14. 0c44256 base: add quick_exit emulation. by Josh Gao · 9 years ago
  15. 63bdcb5 base: extract mutex.h from logging.cpp. by Josh Gao · 9 years ago
  16. d8f26e2 Base: Fix dangling-else in CHECK_STROP by Andreas Gampe · 9 years ago
  17. 2691e33 Base: Add AbortFunction for logging by Andreas Gampe · 9 years ago
  18. 550829d Base: Add INTERNAL_FATAL to logging severity by Andreas Gampe · 9 years ago
  19. 43824e7 Merge "Base: assume and use C++11 in libbase" by Treehugger Robot · 9 years ago
  20. 2284713 Base: assume and use C++11 in libbase by Andreas Gampe · 9 years ago
  21. 945d1aa Merge "Add android::base::GetExecutablePath, switch adb and fastboot over." by Josh Gao · 9 years ago
  22. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  23. 3f3ea50 Merge "Base: add more thread annotations" by Treehugger Robot · 9 years ago
  24. ca82aa7 Merge "base: disallow close() on unique_fd." by Josh Gao · 9 years ago
  25. bc5a32e Base: add more thread annotations by Andreas Gampe · 9 years ago
  26. a7c4424 Merge "Add android::base::Readlink." by Treehugger Robot · 9 years ago
  27. d3ff6e5 Add android::base::Readlink. by Elliott Hughes · 9 years ago
  28. 6496c4b base: disallow close() on unique_fd. by Josh Gao · 9 years ago
  29. 247924a Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORS by Andreas Gampe · 9 years ago
  30. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 10 years ago
  31. c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 10 years ago
  32. 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 10 years ago
  33. 2a7b863 Don't include android-base/macros.h from android-base/unique_fd.h by Christopher Wiley · 10 years ago
  34. ec9ea66 Define LIKELY and UNLIKELY in a vendor friendly way by Christopher Wiley · 10 years ago
  35. 2c5d1d7 Add operator int() to unique_fd. by Elliott Hughes · 10 years ago
  36. 3761365 Merge "Fix <android-base/*.h> header guards." by Elliott Hughes · 10 years ago
  37. 19388fc Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd." by Elliott Hughes · 10 years ago
  38. 54c72aa Fix <android-base/*.h> header guards. by Elliott Hughes · 10 years ago
  39. c0e6e40 Copy the good comment and warn_unused_result from ScopedFd to unique_fd. by Elliott Hughes · 10 years ago
  40. e65f8be Merge "Add C++ thread annotations support to core." by Pierre Imai · 10 years ago
  41. 021ea2d Add C++ thread annotations support to core. by Pierre Imai · 10 years ago
  42. 2527628 base: Avoid compilation error when compiled with -Wdangling-else. by Yabin Cui · 10 years ago
  43. 7e0e14c Make CHECK(x) work with static analyzer. by Chih-Hung Hsieh · 10 years ago
  44. 8e6f722 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 10 years ago
  45. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 10 years ago
  46. b6e314a base: add API to remove file if it exists. by Yabin Cui · 10 years ago
  47. 706955f base: add network address parsing function from adb. by David Pursell · 10 years ago
  48. f2584be Rename base/ to android-base/. by Elliott Hughes · 10 years ago
  49. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  50. 7f24c45 Add a symlink android-base/ pointing to base/. by Elliott Hughes · 10 years ago
  51. 918b9e8 Introduce unique_fd by Casey Dahlin · 10 years ago
  52. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 10 years ago
  53. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  54. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 10 years ago
  55. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 10 years ago
  56. 46776e7 Merge "Make Join support string delimiters" by Casey Dahlin · 10 years ago
  57. 5345f1d Make Join support string delimiters by Casey Dahlin · 10 years ago
  58. 3ab0586 Fix ParseInt/ParseUint to handle explicit "0x" hex. by Elliott Hughes · 10 years ago
  59. 765ae6b base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 10 years ago
  60. afe151f Add ParseInt (and ParseUint). by Elliott Hughes · 10 years ago
  61. 40d0c7a libbase_test: win32: get some tests working by Spencer Low · 11 years ago
  62. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 11 years ago
  63. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 11 years ago
  64. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 11 years ago
  65. e0da8a1 Generalize Join to work for any container/element. by Dan Albert · 11 years ago
  66. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 11 years ago
  67. 6001c87 adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 11 years ago
  68. 142ec75 adb: win32: fix adb emu command by Spencer Low · 11 years ago
  69. ea41c21 Add additional shielding against the ERROR macro. by Dan Albert · 11 years ago
  70. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 11 years ago
  71. 56085ed Add ReadFully and WriteFully to libbase. by Elliott Hughes · 11 years ago
  72. 1daf86a Fix comment typo. by Elliott Hughes · 11 years ago
  73. cf9c855 Add base/memory.h. by Dan Albert · 11 years ago
  74. 7a87d05 Cleanup base/logging. by Dan Albert · 11 years ago
  75. b547c85 Support arbitrary loggers. by Dan Albert · 11 years ago
  76. 0c05586 Support logging to other log buffers. by Dan Albert · 11 years ago
  77. 0cc351b Remove LogMessage::LogLineLowStack. by Dan Albert · 11 years ago
  78. 47328c9 Update string Split API. by Dan Albert · 11 years ago
  79. 58310b4 Add google3 style logging to libbase. by Dan Albert · 11 years ago
  80. 0f1e544 Add common string utilities to libbase. by Dan Albert · 11 years ago
  81. 76d9cad Revert "Revert "Add commonly used C++ macros to libbase."" by Dan Albert · 11 years ago
  82. c007bc3 Revert "Revert "Create libbase."" by Dan Albert · 11 years ago
  83. a7870d8 Revert "Create libbase." by Nicolas Geoffray · 11 years ago
  84. 0722bae Revert "Add commonly used C++ macros to libbase." by Nicolas Geoffray · 11 years ago
  85. 7fbdadd Add commonly used C++ macros to libbase. by Dan Albert · 11 years ago
  86. 98ff772 Create libbase. by Dan Albert · 11 years ago