1. fcd4ee4 Merge "Remove target_sdk_version parameter" into nyc-dev am: 07f46c84e6 by Dimitry Ivanov · 8 years ago
  2. 07f46c8 Merge "Remove target_sdk_version parameter" into nyc-dev by TreeHugger Robot · 8 years ago
  3. 94ee4e6 Remove target_sdk_version parameter by Dimitry Ivanov · 8 years ago
  4. d797b5c Merge "Fix SharedBuffer. Remove aref." into nyc-dev am: 5668b84f99 by Hans Boehm · 8 years ago
  5. 5668b84 Merge "Fix SharedBuffer. Remove aref." into nyc-dev by Hans Boehm · 8 years ago
  6. e8b1cfe Merge "adb: close ep0 on disconnection." am: 18013f2083 am: 3082ca20a0 by Yabin Cui · 8 years ago
  7. 3082ca2 Merge "adb: close ep0 on disconnection." am: 18013f2083 by Yabin Cui · 8 years ago
  8. 18013f2 Merge "adb: close ep0 on disconnection." by Treehugger Robot · 8 years ago
  9. 8fc9d25 Merge "adb: close ep0 on disconnection." into nyc-dev am: fcab9a8507 by Yabin Cui · 8 years ago
  10. 638420e adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  11. fcab9a8 Merge "adb: close ep0 on disconnection." into nyc-dev by Yabin Cui · 8 years ago
  12. 12f788e Merge "Fix SharedBuffer. Remove aref." am: 069517574e am: 1e081a8c5f by Hans Boehm · 8 years ago
  13. 54828dc Fix SharedBuffer. Remove aref. by Hans Boehm · 8 years ago
  14. 1e081a8 Merge "Fix SharedBuffer. Remove aref." am: 069517574e by Hans Boehm · 8 years ago
  15. 0695175 Merge "Fix SharedBuffer. Remove aref." by Hans Boehm · 8 years ago
  16. 3e4c076 Fix SharedBuffer. Remove aref. by Hans Boehm · 8 years ago
  17. bb89e7e Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 8 years ago
  18. 1a78ec8 Merge "adb: check return value of register_socket_transport." am: 3d981c87c9 by Yabin Cui · 8 years ago
  19. 3d981c8 Merge "adb: check return value of register_socket_transport." by Yabin Cui · 8 years ago
  20. bf3c130 Fix memory order and race bugs in Refbase.h & RefBase.cpp am: 70a46d674a by Hans Boehm · 8 years ago
  21. 70a46d6 Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 8 years ago
  22. daa13ea resolve merge conflicts of 3252d11 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  23. 3252d11 Merge "Fix misc-macro-parentheses warnings in lmkd." am: 86ed22cf27 by Chih-Hung Hsieh · 8 years ago
  24. 86ed22c Merge "Fix misc-macro-parentheses warnings in lmkd." by Treehugger Robot · 8 years ago
  25. fdad5af Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef by Hans Boehm · 8 years ago
  26. d657e63 Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" am: 62212954ef by Hans Boehm · 8 years ago
  27. 6221295 Merge "Fix memory order and race bugs in Refbase.h & RefBase.cpp" by Hans Boehm · 8 years ago
  28. 11082d3 Merge changes I40a11748,I5e56f17f,Ie3748b6c,I4e1d56a8 into nyc-dev by Josh Gao · 8 years ago
  29. d4af0d6 Merge changes I40a11748,I5e56f17f,Ie3748b6c,I4e1d56a8 into nyc-dev by Josh Gao · 8 years ago
  30. 9110eaa resolve merge conflicts of 847d963 to nyc-dev-plus-aosp by Elliott Hughes · 8 years ago
  31. 6cf91d1 Merge "HACK: libnetutils: Remove parameters from dhcpcd service call" am: 97da9225d9 by Dmitry Shmidt · 8 years ago
  32. 7fd1c07 Merge "HACK: libnetutils: Remove parameters from dhcpcd service call" by Dmitry Shmidt · 8 years ago
  33. 97da922 Merge "HACK: libnetutils: Remove parameters from dhcpcd service call" by Treehugger Robot · 8 years ago
  34. d581f2c Merge "Fix misc-macro-parentheses warnings in liblog." am: 2bd428e1f9 by Chih-hung Hsieh · 8 years ago
  35. 446dcb4 Merge "Fix misc-macro-parentheses warnings in libion, libsparse, libmem*" am: 3e3741aa7f by Chih-hung Hsieh · 8 years ago
  36. 1cff850 Merge "Fix misc-macro-parentheses warnings in liblog." am: 2bd428e1f9 by Chih-Hung Hsieh · 8 years ago
  37. e98251e Merge "Fix misc-macro-parentheses warnings in libion, libsparse, libmem*" by Chih-Hung Hsieh · 8 years ago
  38. 2bd428e Merge "Fix misc-macro-parentheses warnings in liblog." by Chih-hung Hsieh · 8 years ago
  39. 3e3741a Merge "Fix misc-macro-parentheses warnings in libion, libsparse, libmem*" by Chih-hung Hsieh · 8 years ago
  40. 014b017 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  41. 268068f adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  42. 6376040 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  43. 6e10699 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  44. a41a0c2 Merge "adb: use asocket\'s close function when closing." am: 684d543922 by Josh Gao · 8 years ago
  45. 43c058e Merge "adb: use asocket\'s close function when closing." am: 684d543922 by Josh Gao · 8 years ago
  46. 684d543 Merge "adb: use asocket's close function when closing." by Treehugger Robot · 8 years ago
  47. dccd3a3 Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." am: dab7d9de03 by Chih-Hung Hsieh · 8 years ago
  48. fa7569c Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Chih-Hung Hsieh · 8 years ago
  49. dab7d9d Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." by Treehugger Robot · 8 years ago
  50. ebb08fb Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 am: cea14958d2 am: 71c062f40a by Josh Gao · 8 years ago
  51. 71c062f Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 am: cea14958d2 by Josh Gao · 8 years ago
  52. cea1495 Merge changes I5e56f17f,Ie3748b6c,I4e1d56a8 by Treehugger Robot · 8 years ago
  53. 1288f65 HACK: libnetutils: Remove parameters from dhcpcd service call by Dmitry Shmidt · 8 years ago
  54. 67867db Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 8 years ago
  55. f0f94fe Fix misc-macro-parentheses warnings in liblog. by Chih-Hung Hsieh · 8 years ago
  56. eabd510 Fix misc-macro-parentheses warnings in libion, libsparse, libmem* by Chih-Hung Hsieh · 8 years ago
  57. 2b82e91 Fix misc-macro-parentheses warnings in lmkd. by Chih-Hung Hsieh · 8 years ago
  58. 847d963 Remove a dead header (<netutils/dhcp.h>). by Elliott Hughes · 8 years ago
  59. 53eb31d adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  60. 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  61. 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  62. 903b749 adb: add implementations of mutex, recursive_mutex. by Josh Gao · 8 years ago
  63. 5d32a98 Merge "liblog: log reader validate headers" am: 0321476fe2 am: 0a7dec432c by Mark Salyzyn · 8 years ago
  64. 0a7dec4 Merge "liblog: log reader validate headers" am: 0321476fe2 by Mark Salyzyn · 8 years ago
  65. 0321476 Merge "liblog: log reader validate headers" by Mark Salyzyn · 8 years ago
  66. 84b1a67 Set parent namespace for linker-namespaces am: ade364b456 by Dimitry Ivanov · 8 years ago
  67. e263e6c Fix memory order and race bugs in Refbase.h & RefBase.cpp by Hans Boehm · 8 years ago
  68. e17c2ef Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57 am: 3457aba394 by Dimitry Ivanov · 8 years ago
  69. 666d9aa Merge "adb: replace failing exits in adbd with abort()." am: eb62619ff9 by Josh Gao · 8 years ago
  70. 1209092 Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2e by Josh Gao · 8 years ago
  71. ade364b Set parent namespace for linker-namespaces by Dimitry Ivanov · 8 years ago
  72. 3457aba Merge "Set parent namespace for linker-namespaces" am: ac50d0cc57 by Dimitry Ivanov · 8 years ago
  73. 4e1149b Merge "adb: replace failing exits in adbd with abort()." am: eb62619ff9 by Josh Gao · 8 years ago
  74. 3204556 Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2e by Josh Gao · 8 years ago
  75. ac50d0c Merge "Set parent namespace for linker-namespaces" by Treehugger Robot · 8 years ago
  76. eb62619 Merge "adb: replace failing exits in adbd with abort()." by Josh Gao · 8 years ago
  77. f8f40a1 Merge "adb: add track-jdwp and track-devices commands." by Josh Gao · 8 years ago
  78. 0140182 adb: check return value of register_socket_transport. by Yabin Cui · 8 years ago
  79. 8fd1faa liblog: log reader validate headers by Mark Salyzyn · 8 years ago
  80. 4b4411e healthd: Check if battery device exists instead of charger drivers before setting fake properties. am: 9cb3d3ccf4 am: f2ca669e80 by Ruchi Kandoi · 8 years ago
  81. 6e394f0 healthd: Check if battery device exists instead of charger drivers before setting fake properties. am: 9cb3d3ccf4 by Ruchi Kandoi · 8 years ago
  82. f2ca669 healthd: Check if battery device exists instead of charger drivers before setting fake properties. by Ruchi Kandoi · 8 years ago
  83. 30a1db7 Merge "Fix strstr16." into nyc-dev am: a34a383607 by Michael Wright · 8 years ago
  84. a34a383 Merge "Fix strstr16." into nyc-dev by Michael Wright · 8 years ago
  85. 8161406 Merge "Don\'t include <machine/cpu-features.h>." am: 9b0eb7cdf4 am: e2c741ce0f by Elliott Hughes · 8 years ago
  86. d05e902 Merge "Pass permitted_path to the linker as is." am: a214a769f9 am: f7d2b8276a by Dimitry Ivanov · 8 years ago
  87. d98683f Pass permitted_path to the linker as is. am: 25df4bff44 by Dimitry Ivanov · 8 years ago
  88. e2c741c Merge "Don\'t include <machine/cpu-features.h>." am: 9b0eb7cdf4 by Elliott Hughes · 8 years ago
  89. 9b0eb7c Merge "Don't include <machine/cpu-features.h>." by Elliott Hughes · 8 years ago
  90. 24db75c Set parent namespace for linker-namespaces by Dimitry Ivanov · 8 years ago
  91. f7d2b82 Merge "Pass permitted_path to the linker as is." am: a214a769f9 by Dimitry Ivanov · 8 years ago
  92. 25df4bf Pass permitted_path to the linker as is. by Dimitry Ivanov · 8 years ago
  93. a214a76 Merge "Pass permitted_path to the linker as is." by Treehugger Robot · 8 years ago
  94. a1b9bd9 Don't include <machine/cpu-features.h>. by Elliott Hughes · 8 years ago
  95. b31caa95 Pass permitted_path to the linker as is. by Dimitry Ivanov · 8 years ago
  96. 8781256 Merge "adb/base: allow use of unique_fd inside adb." am: 210fdc2742 by Josh Gao · 8 years ago
  97. 881b440 Merge "adb/base: allow use of unique_fd inside adb." am: 210fdc2742 by Josh Gao · 8 years ago
  98. 210fdc2 Merge "adb/base: allow use of unique_fd inside adb." by Treehugger Robot · 8 years ago
  99. 0fd60eb Fix strstr16. by Michael Wright · 8 years ago
  100. 7e11db1 Merge "init: usb: disable usb function switch until adbd is ready" am: 2a26c2a836 by Badhri Jagan Sridharan · 8 years ago