1. 9727a6a Merge "Report getaddrinfo failures correctly." by Elliott Hughes · 9 years ago
  2. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  3. 89cc750 Merge "Don't limit Windows USB reads." by Elliott Hughes · 9 years ago
  4. 61ee830 Don't limit Windows USB reads. by Elliott Hughes · 9 years ago
  5. 6b40d0a Merge "adb: win32: fix exec-in and exec-out to use binary mode" by Elliott Hughes · 9 years ago
  6. 571c8d7 Merge "Increase size of the the adb packets sent over the wire" by Elliott Hughes · 9 years ago
  7. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  8. f5b4607 Merge "init: use init's property expansion code for mount_all" by Elliott Hughes · 9 years ago
  9. 12df1e1 init: use init's property expansion code for mount_all by Nan Liu · 9 years ago
  10. 3f1d7eb Merge "logd: refine is_prio" by Mark Salyzyn · 9 years ago
  11. 618d0de logd: refine is_prio by Mark Salyzyn · 9 years ago
  12. a5d0ca4 Merge "Show "(reverse)" in "adb reverse --list"." by Elliott Hughes · 9 years ago
  13. 34c20bb Show "(reverse)" in "adb reverse --list". by Elliott Hughes · 9 years ago
  14. 93adb52 Merge "init: Fix logging stutter" by Mark Salyzyn · 9 years ago
  15. 6743dab Merge "init: Add additional logging levels" by Mark Salyzyn · 9 years ago
  16. 636b1eb init: Fix logging stutter by Mark Salyzyn · 9 years ago
  17. 692abc2 init: Add additional logging levels by Mark Salyzyn · 9 years ago
  18. 2e7c39e Merge ""adb tcpip" should require a numeric argument." by Elliott Hughes · 9 years ago
  19. 19d80b8 "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  20. 3bcdaa2 Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  21. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  22. 5208d55 Merge "adb: logging: newlines, thread ids, error code overwriting" by Elliott Hughes · 9 years ago
  23. 0e3ce82 Merge "Use fsck.f2fs -a instead of -f for faster boot" by Yusuke Sato · 9 years ago
  24. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  25. 0541844 Merge "Remove subproc events when ADB_HOST." by Elliott Hughes · 9 years ago
  26. 8da2366 Merge "rootdir: Create cache folder in Android.mk" by Daniel Rosenberg · 9 years ago
  27. 953b44c Merge "Fix adbd/adb server confusion in an error message." by Elliott Hughes · 9 years ago
  28. 4812f8d Merge "Add a "dbus" AID for running dbus-daemon." by Daniel Erat · 9 years ago
  29. 64d303a Fix adbd/adb server confusion in an error message. by Elliott Hughes · 9 years ago
  30. ff20165 Merge "Fix the Mac libcutils build." by Elliott Hughes · 9 years ago
  31. 0f8f70b Fix the Mac libcutils build. by Elliott Hughes · 9 years ago
  32. 069f62d Merge "Fix N9 boot." by Elliott Hughes · 9 years ago
  33. 04b2022 Fix N9 boot. by Elliott Hughes · 9 years ago
  34. e36b10a Merge "Switch libcutils from gethostbyname to getaddrinfo." by Elliott Hughes · 9 years ago
  35. 94ae418 Switch libcutils from gethostbyname to getaddrinfo. by Elliott Hughes · 9 years ago
  36. f7b8cae Add a "dbus" AID for running dbus-daemon. by Daniel Erat · 9 years ago
  37. 947cb3e Remove subproc events when ADB_HOST. by Alex Vallée · 9 years ago
  38. 683790a Merge "init: Fix bootchart trigger for emulator" by Elliott Hughes · 9 years ago
  39. a1c344b Merge "Move mkdirs to adb_utils." by Elliott Hughes · 9 years ago
  40. c66e37b Merge "init: refuse to start process if domain transition not defined" by Nick Kralevich · 9 years ago
  41. 4800dbf init: refuse to start process if domain transition not defined by Nick Kralevich · 9 years ago
  42. 1421614 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  43. 759717e Merge "Update partition.*.verified even with ro.boot.veritymode set" by Sami Tolvanen · 9 years ago
  44. 0df0827 Use fsck.f2fs -a instead of -f for faster boot by Yusuke Sato · 9 years ago
  45. 2f42554 Update partition.*.verified even with ro.boot.veritymode set by Sami Tolvanen · 9 years ago
  46. 9136f38 init: Fix bootchart trigger for emulator by Yu Ning · 9 years ago
  47. 86b151c rootdir: Create cache folder in Android.mk by Daniel Rosenberg · 9 years ago
  48. a0ced75 Merge "Remove creation of root directory folders" by Daniel Rosenberg · 9 years ago
  49. e7ed68a Merge "libcutils: fs_config: Add folders normally created in init.rc" by Daniel Rosenberg · 9 years ago
  50. 3470855 Merge "rootdir: Create folders in Android.mk" by Daniel Rosenberg · 9 years ago
  51. 09a0b17 Merge "Allow native bridge to work without a code cache" by Calin Juravle · 9 years ago
  52. 8710125 Merge "libsparse: Wrap sparse_crc32.h to be C++ compatible." by Tao Bao · 9 years ago
  53. a29c012 libsparse: Wrap sparse_crc32.h to be C++ compatible. by Tao Bao · 9 years ago
  54. cef898f Allow native bridge to work without a code cache by jgu21 · 9 years ago
  55. a3ee46f Merge "Dump memory going from unreadable to readable." by Christopher Ferris · 9 years ago
  56. 8cd6280 Merge "Use delete[] to de-allocate pointers from new[]" by Pirama Arumuga Nainar · 9 years ago
  57. 456abba Dump memory going from unreadable to readable. by Christopher Ferris · 9 years ago
  58. e84205b Merge "Revert "Turn on -Wformat-nonliteral."" by Dan Albert · 9 years ago
  59. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  60. a35affb Merge "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  61. 837eff2 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 9 years ago
  62. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  63. a6241a0 Merge "Replace HAVE_WIN32_IPC with _WIN32." by Elliott Hughes · 9 years ago
  64. 095307e Replace HAVE_WIN32_IPC with _WIN32. by Elliott Hughes · 9 years ago
  65. 64dffd3 Remove creation of root directory folders by Daniel Rosenberg · 9 years ago
  66. bbe796d libcutils: fs_config: Add folders normally created in init.rc by Daniel Rosenberg · 9 years ago
  67. 58458b6 rootdir: Create folders in Android.mk by Daniel Rosenberg · 9 years ago
  68. b6deb33 Merge "New property that determines when to wait for gdb." by Christopher Ferris · 9 years ago
  69. d79f2be New property that determines when to wait for gdb. by Christopher Ferris · 9 years ago
  70. dc4fa7f Merge "Fix "adb remount" for when the root directory is in system.img" by Daniel Rosenberg · 9 years ago
  71. d6eba89 Fix "adb remount" for when the root directory is in system.img by Daniel Rosenberg · 9 years ago
  72. 41a0654 Merge "Replace all _LOG error calls with ALOGE." by Christopher Ferris · 9 years ago
  73. c9aeae2 Merge "Fix debuggerd's gdbclient instructions." by Elliott Hughes · 9 years ago
  74. 39a28c2 Fix debuggerd's gdbclient instructions. by Elliott Hughes · 9 years ago
  75. 913ef1c Merge "Fixed a documentation error in protocol.txt" by Elliott Hughes · 9 years ago
  76. 36da715 Fixed a documentation error in protocol.txt by Derrick Bonafilia · 9 years ago
  77. f9fd0d5 Merge "Add static versions for libbacktrace and libnativebridge. Bug fixes." by Calin Juravle · 9 years ago
  78. 28042b5 Add static versions for libbacktrace and libnativebridge. Bug fixes. by Calin Juravle · 9 years ago
  79. b36b592 Replace all _LOG error calls with ALOGE. by Christopher Ferris · 9 years ago
  80. 8c04783 Merge "Fix ODR issues in ART." by Evgenii Stepanov · 9 years ago
  81. 6d1e6ec Merge "Consistently use strerror in libutils." by Elliott Hughes · 9 years ago
  82. 6ed68cc Consistently use strerror in libutils. by Elliott Hughes · 9 years ago
  83. 953314f Fix ODR issues in ART. by Evgenii Stepanov · 9 years ago
  84. b80ed90 Merge "adb server: don't close stale fd when TCP transport is closed" by Elliott Hughes · 9 years ago
  85. 692dc75 Merge "Rename ZipEntryName to ZipString" by Yusuke Sato · 9 years ago
  86. f5a59f9 Merge "Add |optional_suffix| to StartIteration()" by Yusuke Sato · 9 years ago
  87. 0744754 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  88. f1d3d3b Add |optional_suffix| to StartIteration() by Yusuke Sato · 9 years ago
  89. 3c233b3 Merge "logd: serialize accesses to stats helpers" by Mark Salyzyn · 9 years ago
  90. ed777e9 logd: serialize accesses to stats helpers by Mark Salyzyn · 9 years ago
  91. 1a3334f Merge "Fix Mac fastboot build." by Elliott Hughes · 9 years ago
  92. fbcb93a Fix Mac fastboot build. by Elliott Hughes · 9 years ago
  93. 9137d65 Merge "Improve the "device '(null)' not found" error." by Elliott Hughes · 9 years ago
  94. 75d4742 Merge "Move fastboot's Windows code to C++." by Elliott Hughes · 9 years ago
  95. feddd58 Merge "Move fastboot's Mac OS code to C++." by Elliott Hughes · 9 years ago
  96. 20750ad Move fastboot's Mac OS code to C++. by Elliott Hughes · 9 years ago
  97. 2e8d31f Merge "SANITIZE_TARGET: set global ASAN_OPTIONS" by Evgenii Stepanov · 9 years ago
  98. c636b64 Move fastboot's Windows code to C++. by Elliott Hughes · 9 years ago
  99. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  100. dc80d03 Merge "Move fastboot to C++." by Elliott Hughes · 9 years ago