1. 5c75b52 Merge "adb: use correct _WIN32 macro." by Josh Gao · 9 years ago
  2. ddf5eda Merge "Fix ParseInt/ParseUint to handle explicit "0x" hex." by Elliott Hughes · 9 years ago
  3. 3ab0586 Fix ParseInt/ParseUint to handle explicit "0x" hex. by Elliott Hughes · 9 years ago
  4. 00617fb Merge "libcutils: Make /data/nativetest{,64}/* executable." by Daniel Erat · 9 years ago
  5. 5510c13 libcutils: Make /data/nativetest{,64}/* executable. by Daniel Erat · 9 years ago
  6. 4a13972 adb: use correct _WIN32 macro. by Josh Gao · 9 years ago
  7. 1e2382a Merge "adb: fix adb client running out of sockets on Windows" by Elliott Hughes · 9 years ago
  8. 351ecd1 adb: fix adb client running out of sockets on Windows by Spencer Low · 9 years ago
  9. dd48ffe Merge "Fix ps -Z so it combines with other arguments." by Elliott Hughes · 9 years ago
  10. d2e26c0 Fix ps -Z so it combines with other arguments. by Elliott Hughes · 9 years ago
  11. 9d1636b Merge "Remove the name filtering from toolbox ps." by Elliott Hughes · 9 years ago
  12. 5dc119a Remove the name filtering from toolbox ps. by Elliott Hughes · 9 years ago
  13. d2c8cf8 Merge "logd: statistics report chatty effective percentage" by Mark Salyzyn · 9 years ago
  14. 95ec339 Merge "logd: Add support for *.logd.filter" by Mark Salyzyn · 9 years ago
  15. c723df8 logd: statistics report chatty effective percentage by Mark Salyzyn · 9 years ago
  16. 932f7ac logd: Add support for *.logd.filter by Mark Salyzyn · 9 years ago
  17. 26352bf Merge "Show transfer progress in adb sync/pull/push." by Elliott Hughes · 9 years ago
  18. 9ebdf72 Merge "fastboot shouldn't erase non-existent cache partitions." by Elliott Hughes · 9 years ago
  19. b708d16 Show transfer progress in adb sync/pull/push. by Elliott Hughes · 9 years ago
  20. 2fd45a9 fastboot shouldn't erase non-existent cache partitions. by Elliott Hughes · 9 years ago
  21. 25322ee Merge "ZipWriter: archive disk numbers are 0 index based" by Adam Lesinski · 9 years ago
  22. ac60abd Merge "Add deflate compression to ZipWriter" by Adam Lesinski · 9 years ago
  23. b093cda Merge "fs_mgr: set partition.*.verified property even without state" by Sami Tolvanen · 9 years ago
  24. 25b230c fs_mgr: set partition.*.verified property even without state by Sami Tolvanen · 9 years ago
  25. b57cd14 Merge "libziparchive: fix calculation of mod_time." by Narayan Kamath · 9 years ago
  26. 0e99a2f libziparchive: fix calculation of mod_time. by beonit · 9 years ago
  27. bb51fbc Merge changes Iefbea3b1,Ieb924b6d by Mark Salyzyn · 9 years ago
  28. 500afc7 liblog: add android_log_timestamp() private function by Mark Salyzyn · 9 years ago
  29. 4cbed02 liblog: logcat: add epoch and monotonic format modifiers by Mark Salyzyn · 9 years ago
  30. 4d18ae9 Merge "Use GetBuildTime from libchrome instead of __DATE__" by Dan Willemsen · 9 years ago
  31. faa566d Use GetBuildTime from libchrome instead of __DATE__ by Dan Willemsen · 9 years ago
  32. 2470439 Merge "Don't use VLAs in adb." by Elliott Hughes · 9 years ago
  33. 6ac83e4 Merge "core: Rename libchromeos into libbrillo" by Alex Vakulenko · 9 years ago
  34. 6d92997 Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  35. f741617 Merge "crash_reporter: Make report log more useful" by Steve Fung · 9 years ago
  36. ef3c85a Merge "crash_sender: Properly handle curl errors" by Steve Fung · 9 years ago
  37. 270f508 crash_reporter: Make report log more useful by Steve Fung · 9 years ago
  38. 918b936 crash_sender: Properly handle curl errors by Steve Fung · 9 years ago
  39. 26aef37 core: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  40. 76e9236 Merge "adb: fix -Tt options to match ssh." by David Pursell · 9 years ago
  41. 08a2709 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  42. b42e7e8 Merge "Fix adb sync/pull/push error reporting." by Elliott Hughes · 9 years ago
  43. 8b43c3e Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  44. 69ccb95 Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." by Josh Gao · 9 years ago
  45. 8dcdb57 adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  46. 151e497 Merge "Disable container overflow detect on target." by Evgenii Stepanov · 9 years ago
  47. f3009f2 Disable container overflow detect on target. by Evgenii Stepanov · 9 years ago
  48. 0fd0946 Merge "Lose df to toybox." by Elliott Hughes · 9 years ago
  49. cca6019 Lose df to toybox. by Elliott Hughes · 9 years ago
  50. f4e2045 Merge "Don't use libstdc++." by Dan Albert · 9 years ago
  51. 82a6c84 Don't use libstdc++. by Dan Albert · 9 years ago
  52. 77e4677 Merge "system/core: add libpackagelistparser" by Andreas Gampe · 9 years ago
  53. 054c099 Merge "Logd: Fix missing include of rc file" by Andreas Gampe · 9 years ago
  54. f5852ce Logd: Fix missing include of rc file by Andreas Gampe · 9 years ago
  55. 438eb75 system/core: add libpackagelistparser by Andreas Gampe · 9 years ago
  56. 38aee48 Merge "init/adb: correct static lib dependencies for libselinux" by Daniel Cashman · 9 years ago
  57. e269364 Merge "sdcard: use libpackageparser" by Daniel Cashman · 9 years ago
  58. 8906560 Merge "logd: use libpackageparser" by Daniel Cashman · 9 years ago
  59. e509980 sdcard: use libpackageparser by William Roberts · 9 years ago
  60. bd2d961 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  61. 5643f80 Merge "Fix some compiler warnings in libpixelflinger." by Elliott Hughes · 9 years ago
  62. 512b0e6 Merge "Remove __DATE__/__TIME__ from init and debuggerd" by Dan Willemsen · 9 years ago
  63. 30622bb Remove __DATE__/__TIME__ from init and debuggerd by Dan Willemsen · 9 years ago
  64. c52b3c0 Merge "Disable sanitization for LinearTransform" by Andy Hung · 9 years ago
  65. 13c19e7 Disable sanitization for LinearTransform by Andy Hung · 9 years ago
  66. cd6b53f Fix some compiler warnings in libpixelflinger. by Elliott Hughes · 9 years ago
  67. 4a8d125 Merge "Fix parameter to lseek" by Elliott Hughes · 9 years ago
  68. f21f0f1 Fix parameter to lseek by caozhiyuan · 9 years ago
  69. 5654360 Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
  70. c96de0d Fix lseek argument order. by Elliott Hughes · 9 years ago
  71. 044c790 ZipWriter: archive disk numbers are 0 index based by Adam Lesinski · 9 years ago
  72. 591fd39 Add deflate compression to ZipWriter by Adam Lesinski · 9 years ago
  73. 0a85d04 Merge "crash_reporter: add missing mkdir for crash_server rule" by Mike Frysinger · 9 years ago
  74. cb31b1d crash_reporter: add missing mkdir for crash_server rule by Mike Frysinger · 9 years ago
  75. ed38714 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 9 years ago
  76. 8ad8076 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  77. c249293 Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  78. 0a79600 adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  79. fb371d6 Merge "libbinderwrapper: Add GetCallingUid() and GetCallingPid()." by Daniel Erat · 9 years ago
  80. 4d7591b Merge "fix misuse of formatting specifiers" by Elliott Hughes · 9 years ago
  81. 2218720 Merge "crash_reporter: Use os-release.d to store the crash server url" by Steve Fung · 9 years ago
  82. 3947737 Merge "Implement ZipWriter for quickly writing ZipFiles." by Adam Lesinski · 9 years ago
  83. 7cba9db libbinderwrapper: Add GetCallingUid() and GetCallingPid(). by Daniel Erat · 9 years ago
  84. 5683366 crash_reporter: Use os-release.d to store the crash server url by Steve Fung · 9 years ago
  85. b8cc70a Merge "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  86. ad4ad8c Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 9 years ago
  87. ca0d66d Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  88. 1ed57f0 adb: non-interactive shell stdin. by David Pursell · 9 years ago
  89. 51bdc5b Merge "Update crash_reporter and metrics rc files to trigger on post-fs-data" by Steve Fung · 9 years ago
  90. aeca97b logd: use libpackageparser by William Roberts · 9 years ago
  91. 0d6cdfb Update crash_reporter and metrics rc files to trigger on post-fs-data by Steve Fung · 9 years ago
  92. defbd39 Merge "metricsd: Read build time values from etc/os-release.d." by Bertrand Simonnet · 9 years ago
  93. eb697ab metricsd: Read build time values from etc/os-release.d. by Bertrand SIMONNET · 9 years ago
  94. fcc9358 Merge "crash_reporter: Update to use the os-release.d configs" by Steve Fung · 9 years ago
  95. 99e3a92 Error correction: Use libfec in fs_mgr by Sami Tolvanen · 9 years ago
  96. 7d69175 Merge "Make allocations use unique_ptr." by Christopher Ferris · 9 years ago
  97. 634df89 Make allocations use unique_ptr. by Christopher Ferris · 9 years ago
  98. 4bd3148 Merge "Revert "Error correction: Use libfec in fs_mgr"" by Sami Tolvanen · 9 years ago
  99. 0923453 Revert "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  100. ba00051 Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago