1. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  2. 3e1cb6d Revert "Probably fix the Mac build." by Dan Albert · 9 years ago
  3. 6b95c46 Merge "Switch liblog.so to hash-style=both" by Dmitriy Ivanov · 9 years ago
  4. fd8afe6 Switch liblog.so to hash-style=both by Dmitriy Ivanov · 9 years ago
  5. 3f68bc2 Merge "Probably fix the Mac build." by Dan Albert · 9 years ago
  6. 49513cb Probably fix the Mac build. by Dan Albert · 9 years ago
  7. a773632 Merge "pass in correct buffer to print_id" by Andres Morales · 9 years ago
  8. bccc75a Merge "stop including rootdir build.prop" by Andres Morales · 9 years ago
  9. 35e482d Merge "mkbootimg: make mkbootimg print image cksum to stdout" by Andres Morales · 9 years ago
  10. ee5ce0d Merge "Fix "adb remount" for devices without an oem partition." by Elliott Hughes · 9 years ago
  11. 59bcabd Merge "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  12. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  13. a190ddf pass in correct buffer to print_id by Andres Morales · 9 years ago
  14. dff1817 stop including rootdir build.prop by Andres Morales · 9 years ago
  15. 61fc195 mkbootimg: make mkbootimg print image cksum to stdout by Andres Morales · 9 years ago
  16. f85f111 Merge "Try to include the SHA in a ddmslib-compatible way." by Elliott Hughes · 9 years ago
  17. 5677c23 Fix "adb remount" for devices without an oem partition. by Elliott Hughes · 9 years ago
  18. a3d1fb8 Merge "Add some missing 'const's." by Elliott Hughes · 9 years ago
  19. f3bbfa6 Try to include the SHA in a ddmslib-compatible way. by Elliott Hughes · 9 years ago
  20. aee80fb Add some missing 'const's. by Elliott Hughes · 9 years ago
  21. 0c537ce Merge "adb: win32: fix adb emu command" by Dan Albert · 9 years ago
  22. b8e4e0a Merge "mkbootimg: use fixed-size types for image format" by Rom Lemarchand · 9 years ago
  23. dfff829 mkbootimg: use fixed-size types for image format by Rom Lemarchand · 9 years ago
  24. 9680eaa Merge "fs_mgr: remove some dead code" by Elliott Hughes · 9 years ago
  25. 55c2e1f Merge "Clean up init /proc/cmdline handling." by Elliott Hughes · 9 years ago
  26. e5ce30f Clean up init /proc/cmdline handling. by Elliott Hughes · 9 years ago
  27. 093dd31 fs_mgr: remove some dead code by Oleksiy Avramchenko · 9 years ago
  28. 142ec75 adb: win32: fix adb emu command by Spencer Low · 9 years ago
  29. 0e278e2 Merge "Fix small ptrace reads." by Christopher Ferris · 9 years ago
  30. 19792a6 Merge "Be tolerant of devices that don't report serials." by Dan Albert · 9 years ago
  31. d99d902 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  32. 944f417 Fix small ptrace reads. by Christopher Ferris · 9 years ago
  33. 8b32c30 Merge "Add offset to map data." by Christopher Ferris · 9 years ago
  34. 577c124 Merge "Add /data/misc/perfprofd to store perf profile." by Nick Kralevich · 9 years ago
  35. 4a098bb Merge "rootdir: make sure the /oem mountpoint is always available" by Nick Kralevich · 9 years ago
  36. 5c88568 Add offset to map data. by Christopher Ferris · 9 years ago
  37. 9377399 Merge "Add some missing 'static's." by Elliott Hughes · 9 years ago
  38. 3edd54b Add some missing 'static's. by Elliott Hughes · 9 years ago
  39. a2c1db2 Merge "Include the git sha in the adb version." by Dan Albert · 9 years ago
  40. 1ba1d7c Include the git sha in the adb version. by Dan Albert · 9 years ago
  41. f3b554f rootdir: make sure the /oem mountpoint is always available by Nick Kralevich · 9 years ago
  42. 3f05fb5 Merge "Disable adb tests for Windows." by Dan Albert · 9 years ago
  43. 30c401f Add /data/misc/perfprofd to store perf profile. by Dehao Chen · 9 years ago
  44. 2e43387 Merge "_beginthread returns uintptr_t." by Elliott Hughes · 9 years ago
  45. a7a67c3 Disable adb tests for Windows. by Dan Albert · 9 years ago
  46. 2e4a2ee _beginthread returns uintptr_t. by Elliott Hughes · 9 years ago
  47. 89114c5 Merge "Simplify adb_thread_create." by Elliott Hughes · 9 years ago
  48. aa76c46 Merge "Give enum types CamelCase names for clarity." by Elliott Hughes · 9 years ago
  49. 4eccbac Merge "All debuggerd log output marked fatal." by Christopher Ferris · 9 years ago
  50. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  51. b0412a5 All debuggerd log output marked fatal. by Christopher Ferris · 9 years ago
  52. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  53. 9337d0a Merge "Remove non-functional "adb persist"." by Elliott Hughes · 9 years ago
  54. 32687be Remove non-functional "adb persist". by Elliott Hughes · 9 years ago
  55. f25752d Merge "Implement the ssh(1) escaping rules." by Elliott Hughes · 9 years ago
  56. 2b10111 Implement the ssh(1) escaping rules. by Elliott Hughes · 9 years ago
  57. aaf9c1b Merge "logd: class hierarcy for Uid and Pid statistics." by Mark Salyzyn · 9 years ago
  58. 8b9170b Merge "Add additional shielding against the ERROR macro." by Dan Albert · 9 years ago
  59. 76e0d31 Merge "Make test_track_devices.cpp output easier to read." by Elliott Hughes · 9 years ago
  60. ea41c21 Add additional shielding against the ERROR macro. by Dan Albert · 9 years ago
  61. 5138958 Merge "Enable property expansion for insmod" by Elliott Hughes · 9 years ago
  62. 2e57163 Make test_track_devices.cpp output easier to read. by Elliott Hughes · 9 years ago
  63. 14799c6 Merge "Add WriteFdFmt and clean up more code." by Elliott Hughes · 9 years ago
  64. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  65. fb36dd6 Merge "Add load base to map for relocation packing." by Christopher Ferris · 9 years ago
  66. 2106f4b Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  67. b74d889 Merge "More adb buffer fixes." by Elliott Hughes · 9 years ago
  68. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  69. a668478 Merge "Invoke perfprofd daemon (only for userdebug/eng builds)." by Elliott Hughes · 9 years ago
  70. bacac0f Merge "Fix comparison between signed and unsigned error on darwin" by Colin Cross · 9 years ago
  71. 56b3734 Fix comparison between signed and unsigned error on darwin by Colin Cross · 9 years ago
  72. b7a1550 Merge changes Ie90f7f32,Ie1328b18 by Colin Cross · 9 years ago
  73. a763b02 Merge "logd: improve details on chatty records" by Mark Salyzyn · 9 years ago
  74. 5b439ea Fix unused argument error on darwin by Colin Cross · 9 years ago
  75. db134ca Remove libbacktrace dependency on libcutils by Colin Cross · 9 years ago
  76. 4d66c9e Merge "Remove libbacktrace definition of gettid." by Dan Albert · 9 years ago
  77. f24e49a Merge "logd: reduce chance of dropped 1 messages" by Mark Salyzyn · 9 years ago
  78. 21fb7e0 logd: improve details on chatty records by Mark Salyzyn · 9 years ago
  79. 35173a9 logd: reduce chance of dropped 1 messages by Mark Salyzyn · 9 years ago
  80. 23f750b Remove libbacktrace definition of gettid. by Dan Albert · 9 years ago
  81. dc999df Merge "More fixed-length buffer removal." by Elliott Hughes · 9 years ago
  82. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  83. 03d3c5f Merge "libsparse: fix crc chunk parsing in simg_dump.py" by Colin Cross · 9 years ago
  84. 4cc3978 libsparse: fix crc chunk parsing in simg_dump.py by Eric Miao · 9 years ago
  85. 4f02153 Merge "Add missing 'else' to fix all devices showing up as "host"." by Elliott Hughes · 9 years ago
  86. 3ce9575 Add missing 'else' to fix all devices showing up as "host". by Elliott Hughes · 9 years ago
  87. 9616e82 Merge "Support base::logging on Windows." by Dan Albert · 9 years ago
  88. 5c19040 Support base::logging on Windows. by Dan Albert · 9 years ago
  89. 8076616 Merge "Fix gettid() on Windows." by Dan Albert · 9 years ago
  90. abdf698 Merge "Get libbase tests working on Windows." by Dan Albert · 9 years ago
  91. c9e3895 Merge "Print strerror instead of errno in tests." by Dan Albert · 9 years ago
  92. b3a36ca Fix gettid() on Windows. by Dan Albert · 9 years ago
  93. 0c4b3a3 Get libbase tests working on Windows. by Dan Albert · 9 years ago
  94. 850188f Print strerror instead of errno in tests. by Dan Albert · 9 years ago
  95. ffa0d24 Merge "Fix Win32 build." by Elliott Hughes · 9 years ago
  96. 1b600a9 Fix Win32 build. by Elliott Hughes · 9 years ago
  97. 4546520 Merge "Move __adb_error to std::string, and improve various errors." by Elliott Hughes · 9 years ago
  98. 078f0fc Move __adb_error to std::string, and improve various errors. by Elliott Hughes · 9 years ago
  99. 5d67a2c Merge "ANativeWindow: Add NATIVE_WINDOW_BUFFER_AGE query" by Dan Stoza · 9 years ago
  100. 5feefcb Merge "Securely encrypt the master key" by Paul Lawrence · 9 years ago