1. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 8 years ago
  2. e5dd71a libbase should use its own logging! by Elliott Hughes · 8 years ago
  3. fc06bd0 Convert libbase Android.mk to Android.bp by Colin Cross · 8 years ago
  4. 4e5fd11 Add timestamps to libbase's stderr logging. by Elliott Hughes · 8 years ago
  5. c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 8 years ago
  6. 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  7. 2a7b863 Don't include android-base/macros.h from android-base/unique_fd.h by Christopher Wiley · 8 years ago
  8. ec9ea66 Define LIKELY and UNLIKELY in a vendor friendly way by Christopher Wiley · 8 years ago
  9. 2c5d1d7 Add operator int() to unique_fd. by Elliott Hughes · 8 years ago
  10. 3761365 Merge "Fix <android-base/*.h> header guards." by Elliott Hughes · 8 years ago
  11. 19388fc Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd." by Elliott Hughes · 8 years ago
  12. 54c72aa Fix <android-base/*.h> header guards. by Elliott Hughes · 8 years ago
  13. c0e6e40 Copy the good comment and warn_unused_result from ScopedFd to unique_fd. by Elliott Hughes · 8 years ago
  14. e65f8be Merge "Add C++ thread annotations support to core." by Pierre Imai · 8 years ago
  15. 021ea2d Add C++ thread annotations support to core. by Pierre Imai · 8 years ago
  16. 2527628 base: Avoid compilation error when compiled with -Wdangling-else. by Yabin Cui · 8 years ago
  17. 7e0e14c Make CHECK(x) work with static analyzer. by Chih-Hung Hsieh · 9 years ago
  18. 38e2b63 Remove libbase's libutils dependency. by Elliott Hughes · 9 years ago
  19. b958d22 Merge "libziparchive: port unit tests to darwin and windows." by Yabin Cui · 9 years ago
  20. 8e6f722 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 9 years ago
  21. 3f68ba4 Merge "Fix windows 64-bit builds" by Dan Willemsen · 9 years ago
  22. 86cf941 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  23. 5cf0dcd Fix libbase's logging dependency. by Elliott Hughes · 9 years ago
  24. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  25. b6e314a base: add API to remove file if it exists. by Yabin Cui · 9 years ago
  26. 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
  27. bac7bb5 Fix a couple sign-comparison warnings. by Dan Albert · 9 years ago
  28. f2584be Rename base/ to android-base/. by Elliott Hughes · 9 years ago
  29. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  30. 7f24c45 Add a symlink android-base/ pointing to base/. by Elliott Hughes · 9 years ago
  31. 918b9e8 Introduce unique_fd by Casey Dahlin · 9 years ago
  32. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  33. 26f2e1f Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  34. 7df6b5f libbase: remove exit-time destructors. by Josh Gao · 9 years ago
  35. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  36. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  37. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 9 years ago
  38. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  39. 46776e7 Merge "Make Join support string delimiters" by Casey Dahlin · 9 years ago
  40. 5345f1d Make Join support string delimiters by Casey Dahlin · 9 years ago
  41. 3ab0586 Fix ParseInt/ParseUint to handle explicit "0x" hex. by Elliott Hughes · 9 years ago
  42. c96de0d Fix lseek argument order. by Elliott Hughes · 9 years ago
  43. 765ae6b base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 9 years ago
  44. b2d4949 libbase_test: get it building for Windows by Spencer Low · 9 years ago
  45. 933f4fd Merge "Ensure that libbase and liblog can be built for Windows." by Dan Albert · 9 years ago
  46. b0e4f08 Ensure that libbase and liblog can be built for Windows. by Stephen Hines · 9 years ago
  47. afe151f Add ParseInt (and ParseUint). by Elliott Hughes · 9 years ago
  48. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  49. 2fbeb0c adb/base win32 tests: fix comment and open() flags by Spencer Low · 9 years ago
  50. 470d79a Use O_BINARY in base/file for Windows. by Elliott Hughes · 9 years ago
  51. 2e5ae00 Fix the Mac libbase build. by Elliott Hughes · 9 years ago
  52. bdab59a libbase: logging fixes by Spencer Low · 9 years ago
  53. cbf26b7 win32: adb_test/libbase_test fixes by Spencer Low · 9 years ago
  54. cf168a8 adb_test/libbase_test: win32: get some tests working by Spencer Low · 9 years ago
  55. 40d0c7a libbase_test: win32: get some tests working by Spencer Low · 9 years ago
  56. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  57. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  58. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  59. e0da8a1 Generalize Join to work for any container/element. by Dan Albert · 9 years ago
  60. b793084 Merge "adb / libbase: clean up NOGDI and evil ERROR macro" by Dan Albert · 9 years ago
  61. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  62. 95db36e Don't use TEMP_FAILURE_RETRY on close() by Nick Kralevich · 9 years ago
  63. 6001c87 adb: win32: fix StringPrintf format string checking of %zd and PRIu64 by Spencer Low · 9 years ago
  64. 142ec75 adb: win32: fix adb emu command by Spencer Low · 9 years ago
  65. ea41c21 Add additional shielding against the ERROR macro. by Dan Albert · 9 years ago
  66. 56b3734 Fix comparison between signed and unsigned error on darwin by Colin Cross · 9 years ago
  67. 5c19040 Support base::logging on Windows. by Dan Albert · 9 years ago
  68. 0c4b3a3 Get libbase tests working on Windows. by Dan Albert · 9 years ago
  69. 850188f Print strerror instead of errno in tests. by Dan Albert · 9 years ago
  70. 8d5fa6d Remove strtok from adb. by Elliott Hughes · 9 years ago
  71. 56085ed Add ReadFully and WriteFully to libbase. by Elliott Hughes · 9 years ago
  72. 1daf86a Fix comment typo. by Elliott Hughes · 9 years ago
  73. cf9c855 Add base/memory.h. by Dan Albert · 9 years ago
  74. 7a87d05 Cleanup base/logging. by Dan Albert · 9 years ago
  75. b547c85 Support arbitrary loggers. by Dan Albert · 9 years ago
  76. 0c05586 Support logging to other log buffers. by Dan Albert · 9 years ago
  77. 8ea5dd8 Merge "Remove LogMessage::LogLineLowStack." by Dan Albert · 9 years ago
  78. 0cc351b Remove LogMessage::LogLineLowStack. by Dan Albert · 9 years ago
  79. da926f0 Don't show lint errors for rvalue references. by Dan Albert · 9 years ago
  80. b2326bd Enable building libbase on Windows. by Dan Albert · 9 years ago
  81. 42f1192 Merge "Pull in Windows compatibility header." by Dan Albert · 9 years ago
  82. 94d1360 Pull in Windows compatibility header. by Dan Albert · 9 years ago
  83. 4b3f533 Include what we use. by Dan Albert · 9 years ago
  84. 7dfb61d Move gettid() into libcutils. by Dan Albert · 9 years ago
  85. 47328c9 Update string Split API. by Dan Albert · 9 years ago
  86. 58310b4 Add google3 style logging to libbase. by Dan Albert · 9 years ago
  87. 9c5c08b Use mingw on Windows. by Dan Albert · 9 years ago
  88. 0f1e544 Add common string utilities to libbase. by Dan Albert · 9 years ago
  89. 76d9cad Revert "Revert "Add commonly used C++ macros to libbase."" by Dan Albert · 9 years ago
  90. c007bc3 Revert "Revert "Create libbase."" by Dan Albert · 9 years ago
  91. a7870d8 Revert "Create libbase." by Nicolas Geoffray · 9 years ago
  92. 0722bae Revert "Add commonly used C++ macros to libbase." by Nicolas Geoffray · 9 years ago
  93. 7fbdadd Add commonly used C++ macros to libbase. by Dan Albert · 9 years ago
  94. 98ff772 Create libbase. by Dan Albert · 9 years ago