1. 6065d15 am c9525ec3: Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 10 years ago
  2. 82dbf40 Merge "adb: set thread names (linux & mac)" by Siva Velusamy · 10 years ago
  3. fbdd87e adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
  4. ddcd623 am 9f07f879: Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  5. 87645d9 am a3bdc6ab: Merge "adb: clean up transport disconnect operations." by Yabin Cui · 10 years ago
  6. b816344 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  7. 17edcb6 Merge "adb: clean up transport disconnect operations." by Yabin Cui · 10 years ago
  8. 935da31 fatal and fatal_errno should be noreturn. by Elliott Hughes · 10 years ago
  9. b1c3f94 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  10. 41a4f68 am f6224587: Merge "Improve adb tracing." by Elliott Hughes · 10 years ago
  11. f03d1ab Merge "Improve adb tracing." by Elliott Hughes · 10 years ago
  12. c516f80 Improve adb tracing. by Elliott Hughes · 10 years ago
  13. ff8302c am 88a51cd4: Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 10 years ago
  14. 3d4ef66 Merge "adb: call run_transport_disconnects() only once." by Yabin Cui · 10 years ago
  15. 730e893 am e73a8a23: Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  16. 3c3c81f Merge "win32: adb start-server shows stdout/stderr output from actual server" by Elliott Hughes · 10 years ago
  17. 07660de am a54f14eb: Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 10 years ago
  18. 680d881 Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 10 years ago
  19. 13f54ee am 1d9253f2: Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 10 years ago
  20. c93c5a3 Merge "adb: fix adb install and adb push exit code, error handling, unittest" by Elliott Hughes · 10 years ago
  21. 3cd12ba am 7b6fa7ed: Merge "adb: remove adisconnect in aremotesocket." by Yabin Cui · 10 years ago
  22. 51ad45c Merge "adb: remove adisconnect in aremotesocket." by Yabin Cui · 10 years ago
  23. c4595b6 adb: call run_transport_disconnects() only once. by Yabin Cui · 10 years ago
  24. 77e9e5d adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 10 years ago
  25. 5806864 am 2c58af52: Merge "VectorImpl.cpp: fix benign multiplication overflow" by Nick Kralevich · 10 years ago
  26. 77992be Merge "VectorImpl.cpp: fix benign multiplication overflow" by Nick Kralevich · 10 years ago
  27. 397fae3 VectorImpl.cpp: fix benign multiplication overflow by Nick Kralevich · 10 years ago
  28. ebb2f05 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 10 years ago
  29. 31bc13b adb: remove adisconnect in aremotesocket. by Yabin Cui · 10 years ago
  30. ce65f99 Merge commit 'f4ba463105646df0c4d65c368fbd201cfe62d08f' into HEAD by Bill Yi · 10 years ago
  31. 953324f am f4355868: Merge "android_memset.c: Use sanitized shifts" by Nick Kralevich · 10 years ago
  32. 6fc0905 Merge "android_memset.c: Use sanitized shifts" by Nick Kralevich · 10 years ago
  33. 350c40e am 4f8d5b01: Merge "adb: disconnect: fix write-after-free memory corruption and crash." by Yabin Cui · 10 years ago
  34. 90f0d4f Merge "adb: disconnect: fix write-after-free memory corruption and crash." by Yabin Cui · 10 years ago
  35. ec2ec7a adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  36. c7682ce android_memset.c: Use sanitized shifts by Duane Sand · 10 years ago
  37. 4892dd3 am e6d3cf39: Merge "android_memset.c: Use __attribute__((no_sanitize("integer")))" by Nick Kralevich · 10 years ago
  38. dbfb452 Merge "android_memset.c: Use __attribute__((no_sanitize("integer")))" by Nick Kralevich · 10 years ago
  39. d84b77f android_memset.c: Use __attribute__((no_sanitize("integer"))) by Nick Kralevich · 10 years ago
  40. 8778674 am f3068123: Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 10 years ago
  41. ff8b039 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 10 years ago
  42. 6334bcd am c3f866f6: Merge "metricsd: Use system properties to store build time metadata." by Bertrand Simonnet · 10 years ago
  43. 6283b20 am d34f4198: Merge "strdup16to8.c: fix benign integer underflow." by Nick Kralevich · 10 years ago
  44. 56e8d84 Merge "metricsd: Use system properties to store build time metadata." by Bertrand Simonnet · 10 years ago
  45. 24d005b Merge "strdup16to8.c: fix benign integer underflow." by Nick Kralevich · 10 years ago
  46. 84563c4 strdup16to8.c: fix benign integer underflow. by Nick Kralevich · 10 years ago
  47. 32d066b am 001c87c3: Merge "Add macro to call event logger for errors." by William Luh · 10 years ago
  48. 3a0df8f Merge "Add macro to call event logger for errors." by William Luh · 10 years ago
  49. ce9926f am 96ac40af: Merge "logd: klogd and Mediatek" by Mark Salyzyn · 10 years ago
  50. 09249b5 Merge "logd: klogd and Mediatek" by Mark Salyzyn · 10 years ago
  51. d868deb am 804180b2: Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 10 years ago
  52. 5719929 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 10 years ago
  53. c748226 am d239dbb2: am 170bde83: (-s ours) resolved conflicts for merge of 7c327194 to lmp-mr1-ub-dev by Bart Sears · 10 years ago
  54. f5322d2 am 170bde83: (-s ours) resolved conflicts for merge of 7c327194 to lmp-mr1-ub-dev by Bart Sears · 10 years ago
  55. fd3ddc5 Add macro to call event logger for errors. by William Luh · 10 years ago
  56. ea049bc adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 10 years ago
  57. 487323d Merge "adb: fix a data race in local_socket_event_func." by Yabin Cui · 10 years ago
  58. 926d344 adb: fix a data race in local_socket_event_func. by Yabin Cui · 10 years ago
  59. 3f84dd3 logd: klogd and Mediatek by Mark Salyzyn · 10 years ago
  60. d14331f am 5b33306d: Merge "libutils: fix overflow in SharedBuffer [DO NOT MERGE]" into mnc-dev by Abhishek Arya · 10 years ago
  61. 7ae2031 Merge "libutils: fix overflow in SharedBuffer [DO NOT MERGE]" into mnc-dev by Abhishek Arya · 10 years ago
  62. 5ebdf2c resolved conflicts for merge of 7c327194 to lmp-mr1-ub-dev by Bart Sears · 10 years ago
  63. 4af2c8e am f03aa667: am fbdd5ee2: Merge "adb: keep all asocket operations in the main thread." by Yabin Cui · 10 years ago
  64. 4eaf7ca am fbdd5ee2: Merge "adb: keep all asocket operations in the main thread." by Yabin Cui · 10 years ago
  65. 450bb31 Merge "adb: keep all asocket operations in the main thread." by Yabin Cui · 10 years ago
  66. bbdcc50 am 63141512: am 53f11b62: Merge "libcutils: enable LOCAL_SANITIZE := integer" by Nick Kralevich · 10 years ago
  67. 8d0b4b4 am 38f4a139: am 532e6cde: Merge "libcutils: cleanups for -fsanitize=integer" by Nick Kralevich · 10 years ago
  68. 1966a9a am 53f11b62: Merge "libcutils: enable LOCAL_SANITIZE := integer" by Nick Kralevich · 10 years ago
  69. 66bd37f am 532e6cde: Merge "libcutils: cleanups for -fsanitize=integer" by Nick Kralevich · 10 years ago
  70. 30a4acd Merge "libcutils: enable LOCAL_SANITIZE := integer" by Nick Kralevich · 10 years ago
  71. 242b2cd libcutils: enable LOCAL_SANITIZE := integer by Nick Kralevich · 10 years ago
  72. edc3730 Merge "libcutils: cleanups for -fsanitize=integer" by Nick Kralevich · 10 years ago
  73. d192c44 adb: keep all asocket operations in the main thread. by Yabin Cui · 10 years ago
  74. 14ba45e am 0c3177c5: am 64393789: Merge "logd: worst uid record watermark part deux" by Mark Salyzyn · 10 years ago
  75. a55c480 am 64393789: Merge "logd: worst uid record watermark part deux" by Mark Salyzyn · 10 years ago
  76. 81b8804 Merge "logd: worst uid record watermark part deux" by Mark Salyzyn · 10 years ago
  77. be2d522 libcutils: cleanups for -fsanitize=integer by Nick Kralevich · 10 years ago
  78. 42105f9 am b6ae989a: am 0ac29519: Merge "Don\'t build 32-bit host libadb." by Elliott Hughes · 10 years ago
  79. 29cd560 am 5e2e4fd5: am e2cda953: Merge "Fix missing <stdarg.h>." by Elliott Hughes · 10 years ago
  80. a84f076 am 0ac29519: Merge "Don\'t build 32-bit host libadb." by Elliott Hughes · 10 years ago
  81. 907ff21 am e2cda953: Merge "Fix missing <stdarg.h>." by Elliott Hughes · 10 years ago
  82. db24c38 Merge "Don't build 32-bit host libadb." by Elliott Hughes · 10 years ago
  83. 26b5163 Don't build 32-bit host libadb. by Elliott Hughes · 10 years ago
  84. 7bf2b85 Merge "Fix missing <stdarg.h>." by Elliott Hughes · 10 years ago
  85. 00cc0d0 Fix missing <stdarg.h>. by Elliott Hughes · 10 years ago
  86. d574ff5 am f4603673: am 04b94b25: Merge "Use 64-bit file sizes in fastboot." by Elliott Hughes · 10 years ago
  87. 9ecc1b6 am 04b94b25: Merge "Use 64-bit file sizes in fastboot." by Elliott Hughes · 10 years ago
  88. 85db045 Merge "Use 64-bit file sizes in fastboot." by Elliott Hughes · 10 years ago
  89. ffe30e6 Use 64-bit file sizes in fastboot. by Elliott Hughes · 10 years ago
  90. b87691e am 615af25f: am a421c1e5: Merge "Possible Mac build fix." by Elliott Hughes · 10 years ago
  91. 54b01b8 am a421c1e5: Merge "Possible Mac build fix." by Elliott Hughes · 10 years ago
  92. e780faf Merge "Possible Mac build fix." by Elliott Hughes · 10 years ago
  93. d1b7a56 Possible Mac build fix. by Elliott Hughes · 10 years ago
  94. e792c3e am 9492db23: am 62643302: Merge "Not all filesystems support setting SELinux labels." by Elliott Hughes · 10 years ago
  95. 8925cc8 am 62729a1d: am 565e4c6a: Merge "healthd: Adds cycle_count, current_now and full_charge properties." by Ruchi Kandoi · 10 years ago
  96. 4a8982e am 62643302: Merge "Not all filesystems support setting SELinux labels." by Elliott Hughes · 10 years ago
  97. d019707 Merge "Not all filesystems support setting SELinux labels." by Elliott Hughes · 10 years ago
  98. adfe26c am 565e4c6a: Merge "healthd: Adds cycle_count, current_now and full_charge properties." by Ruchi Kandoi · 10 years ago
  99. 024b61d Merge "healthd: Adds cycle_count, current_now and full_charge properties." by Ruchi Kandoi · 10 years ago
  100. 00c8446 am 09a474ac: am ba4e6a80: (-s ours) am bd7dd79e: am 25592fbe: am ca15dfd0: am 3fe40514: (-s ours) am 66b6eb94: [DO NOT MERGE] libutils: fix overflow in SharedBuffer by Sergio Giro · 10 years ago