1. ab5ed09 Move libmemtrack headers into libmemtrack. by Elliott Hughes · 9 years ago
  2. 1697f4e Merge "Add missing liblog dependency" by Dimitry Ivanov · 9 years ago
  3. 0bb350a Add missing liblog dependency by Dimitry Ivanov · 9 years ago
  4. 18214a8 Merge "Add dependency on liblog" by Dimitry Ivanov · 9 years ago
  5. 519f9ae Merge "adb: sysdeps_win32: actually change ExitThread to _endthreadex." by Josh Gao · 9 years ago
  6. d7b3749 adb: sysdeps_win32: actually change ExitThread to _endthreadex. by Josh Gao · 9 years ago
  7. 2aae509 Merge "liblog: test: newline space prefix and max length print tests" by Mark Salyzyn · 9 years ago
  8. 69c81c7 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 9 years ago
  9. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  10. 7fea044 Merge "adb: mkdirs fixes" by Josh Gao · 9 years ago
  11. 3042d6d Add dependency on liblog by Dimitry Ivanov · 9 years ago
  12. e8a9740 Merge "adb: redact reference to secret internal time machine." by Josh Gao · 9 years ago
  13. 6b42a2b adb: redact reference to secret internal time machine. by Josh Gao · 9 years ago
  14. 6636872 liblog: test: newline space prefix and max length print tests by Mark Salyzyn · 9 years ago
  15. 361b147 Merge "Preload public native libraries" by Dimitry Ivanov · 9 years ago
  16. 55bbb0d Preload public native libraries by Dimitry Ivanov · 9 years ago
  17. dda68c0 Merge "adb: sysdeps: add support for joining threads." by Josh Gao · 9 years ago
  18. c30c065 Merge "libbacktrace: support building static libraries on target." by Yabin Cui · 9 years ago
  19. c7f65d2 Merge "Fix UploadService unittests." by Alex Deymo · 9 years ago
  20. 9946a8f libbacktrace: support building static libraries on target. by Yabin Cui · 9 years ago
  21. 85c45bd adb: mkdirs fixes by Spencer Low · 9 years ago
  22. 3b3e10d adb: sysdeps: add support for joining threads. by Josh Gao · 9 years ago
  23. 76d3308 Merge "adb: allow wine's output for sysdeps_win32 strerror test." by Josh Gao · 9 years ago
  24. 22554c9 adb: allow wine's output for sysdeps_win32 strerror test. by Josh Gao · 9 years ago
  25. de4497e Fix UploadService unittests. by Alex Deymo · 9 years ago
  26. c7f43c6 Merge "fastboot: add UDP protocol." by David Pursell · 9 years ago
  27. ac02db3 Merge "liblog: add gTests for logging with leading newline" by Mark Salyzyn · 9 years ago
  28. d18a6d4 Merge "logd: use ro.debuggable instead of ro.build.type" by Mark Salyzyn · 9 years ago
  29. d1f41d6 logd: use ro.debuggable instead of ro.build.type by Mark Salyzyn · 9 years ago
  30. 4601c97 fastboot: add UDP protocol. by David Pursell · 9 years ago
  31. 3f94122 liblog: add gTests for logging with leading newline by Mark Salyzyn · 9 years ago
  32. 250f595 Merge "adb: setsid() for adb host server." by Yabin Cui · 9 years ago
  33. 5cb0714 Merge "bootstat: Add support for logging the boot_reason metric." by James Hawkins · 9 years ago
  34. 6bf323b adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  35. a4a1a4a bootstat: Add support for logging the boot_reason metric. by James Hawkins · 9 years ago
  36. dc5bd3a Merge "Fix generation of event labels for getevent." by Elliott Hughes · 9 years ago
  37. 37adf18 Merge "logd: add internal prdebug function" by Mark Salyzyn · 9 years ago
  38. d048f11 logd: add internal prdebug function by Mark Salyzyn · 9 years ago
  39. b2803b5 Merge "adb: make ctrl-c when spawning a daemon not kill the daemon." by Josh Gao · 9 years ago
  40. 1a34944 Merge "adb: fix mkdirs test." by Josh Gao · 9 years ago
  41. b72b3f8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
  42. b958d22 Merge "libziparchive: port unit tests to darwin and windows." by Yabin Cui · 9 years ago
  43. 8e6f722 libziparchive: port unit tests to darwin and windows. by Yabin Cui · 9 years ago
  44. 3f68ba4 Merge "Fix windows 64-bit builds" by Dan Willemsen · 9 years ago
  45. bd02a47 Fix generation of event labels for getevent. by Elliott Hughes · 9 years ago
  46. 1172b2e adb: fix mkdirs test. by Josh Gao · 9 years ago
  47. d4ac11a Merge "fastboot: add Socket timeout detection." by David Pursell · 9 years ago
  48. 45c8586 Merge "Fix use of uninitialized memory." by Christopher Ferris · 9 years ago
  49. 86cf941 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  50. d4c8843 Fix use of uninitialized memory. by Christopher Ferris · 9 years ago
  51. c742a7f fastboot: add Socket timeout detection. by David Pursell · 9 years ago
  52. 7186250 Merge "init: fix writepid wrong pid written in file(s)" by Elliott Hughes · 9 years ago
  53. ead369b Merge "Fix libbase's logging dependency." by Elliott Hughes · 9 years ago
  54. 76f9977 Merge "libcutils: abort for invalid fd" by Mark Salyzyn · 9 years ago
  55. 20a6f0f Merge "init-debug.rc: add runtime mmc max speed property actors" by Mark Salyzyn · 9 years ago
  56. b702b46 init: fix writepid wrong pid written in file(s) by Anestis Bechtsoudis · 9 years ago
  57. 14c06e0 Merge "Newer kernels added SEGV_BNDERR." by Christopher Ferris · 9 years ago
  58. cfd44ee Merge "Suppress false positive memory leak warnings." by Chih-hung Hsieh · 9 years ago
  59. f7e7bd4 Suppress false positive memory leak warnings. by Chih-Hung Hsieh · 9 years ago
  60. 205cdb8 Merge "metricsd: Create a brillo::MessageLoop." by Alex Deymo · 9 years ago
  61. 42a53e0 Merge "Unit tests: Compile only on 'eng' builds." by Jorge Lucangeli Obes · 9 years ago
  62. 1e7592c Unit tests: Compile only on 'eng' builds. by Jorge Lucangeli Obes · 9 years ago
  63. 5d56e28 Newer kernels added SEGV_BNDERR. by Christopher Ferris · 9 years ago
  64. a7d2777 Merge "crash_reporter_tests: Compile only on 'eng' builds." by Jorge Lucangeli Obes · 9 years ago
  65. f1bf9e5 metricsd: Create a brillo::MessageLoop. by Alex Deymo · 9 years ago
  66. 512d677 crash_reporter_tests: Compile only on 'eng' builds. by Jorge Lucangeli Obes · 9 years ago
  67. 9dead6d Merge "logcat: build cleanup" by Mark Salyzyn · 9 years ago
  68. 7864e36 init-debug.rc: add runtime mmc max speed property actors by Mark Salyzyn · 9 years ago
  69. 5b89b49 logcat: build cleanup by Mark Salyzyn · 9 years ago
  70. 11aebd8 Merge "logcatd.rc: only deliver on eng and userdebug" by Mark Salyzyn · 9 years ago
  71. 6de62e5 logcatd.rc: only deliver on eng and userdebug by Mark Salyzyn · 9 years ago
  72. 5cf0dcd Fix libbase's logging dependency. by Elliott Hughes · 9 years ago
  73. aae1eb2 Merge "adb: don't append a slash to a path that already ends with one." by Josh Gao · 9 years ago
  74. 1617dd4 Merge "adb: win32: fix start-server to properly display UTF-8 on the console" by Elliott Hughes · 9 years ago
  75. 53a0a99 adb: win32: fix start-server to properly display UTF-8 on the console by Spencer Low · 9 years ago
  76. 323899b adb: don't append a slash to a path that already ends with one. by Josh Gao · 9 years ago
  77. ba3014c Merge "Add support for USB_HVDCP chargers" by Elliott Hughes · 9 years ago
  78. 7aa7a81 Merge "adb: report subprocess creation errors to the client." by Josh Gao · 9 years ago
  79. 4323507 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
  80. 2d2185e Merge "adb: fix mistaken uses of SendFail in file_sync_service.cpp." by Josh Gao · 9 years ago
  81. 6ad06b9 adb: fix mistaken uses of SendFail in file_sync_service.cpp. by Josh Gao · 9 years ago
  82. 9c551a1 Merge "libcutils: ashmem print error message for invalid fd" by Mark Salyzyn · 9 years ago
  83. 1a84f47 Merge "libcutils: ashmem check fd validity" by Mark Salyzyn · 9 years ago
  84. 80e88a1 Merge "Fix the version number in the fastboot documentation." by Elliott Hughes · 9 years ago
  85. 53c0ca6 libcutils: abort for invalid fd by Mark Salyzyn · 9 years ago
  86. e37111d libcutils: ashmem print error message for invalid fd by Mark Salyzyn · 9 years ago
  87. d505cd8 Fix the version number in the fastboot documentation. by Elliott Hughes · 9 years ago
  88. 80dc9d8 Merge "fastboot: add TCP protocol." by David Pursell · 9 years ago
  89. 2ec418a fastboot: add TCP protocol. by David Pursell · 9 years ago
  90. a2dd734 Merge "liblog: remove strdup from logging calls" by Colin Cross · 9 years ago
  91. 1186f3a libcutils: ashmem check fd validity by Mark Salyzyn · 9 years ago
  92. da1a9a2 Merge "crash_reporter: Fix paths for kernel panic collection" by Steve Fung · 9 years ago
  93. e54ea1c Merge "fastboot: fix SocketMock send failures." by David Pursell · 9 years ago
  94. 2c094f7 fastboot: fix SocketMock send failures. by David Pursell · 9 years ago
  95. f6f800e Merge "libcutils/fastboot: improve multi-buffer write." by David Pursell · 9 years ago
  96. b34e4a0 libcutils/fastboot: improve multi-buffer write. by David Pursell · 9 years ago
  97. 989daea Merge "init.rc: too many start logd" by Mark Salyzyn · 9 years ago
  98. 3282861 Add support for USB_HVDCP chargers by Johan Redestig · 9 years ago
  99. 2bedc74 crash_reporter: Fix paths for kernel panic collection by Steve Fung · 9 years ago
  100. 0604f6f init.rc: too many start logd by Mark Salyzyn · 9 years ago