1. 7bd3cc0 Remove the name filtering from toolbox ps. by Elliott Hughes · 9 years ago
  2. 389a15c Merge changes Iefbea3b1,Ieb924b6d by Mark Salyzyn · 9 years ago
  3. 3e161b7 liblog: add android_log_timestamp() private function by Mark Salyzyn · 10 years ago
  4. 46d758e liblog: logcat: add epoch and monotonic format modifiers by Mark Salyzyn · 10 years ago
  5. ca3c748 Merge "Use GetBuildTime from libchrome instead of __DATE__" by Dan Willemsen · 9 years ago
  6. 1d7f6e0 Use GetBuildTime from libchrome instead of __DATE__ by Dan Willemsen · 9 years ago
  7. c9993cf Merge "Don't use VLAs in adb." by Elliott Hughes · 9 years ago
  8. 18bc08a Merge "core: Rename libchromeos into libbrillo" by Alex Vakulenko · 9 years ago
  9. 671443f Don't use VLAs in adb. by Elliott Hughes · 9 years ago
  10. d5cd0e8 Merge "crash_reporter: Make report log more useful" by Steve Fung · 9 years ago
  11. da611b4 Merge "crash_sender: Properly handle curl errors" by Steve Fung · 9 years ago
  12. 3c75f42 crash_reporter: Make report log more useful by Steve Fung · 9 years ago
  13. e284fac crash_sender: Properly handle curl errors by Steve Fung · 9 years ago
  14. 6b93ddb core: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  15. c1e7e81 Merge "adb: fix -Tt options to match ssh." by David Pursell · 9 years ago
  16. 135f158 adb: fix -Tt options to match ssh. by David Pursell · 9 years ago
  17. 72b9edb Merge "Fix adb sync/pull/push error reporting." by Elliott Hughes · 9 years ago
  18. 6431f54 Fix adb sync/pull/push error reporting. by Elliott Hughes · 9 years ago
  19. 5481fae Merge "adb: Mask SIGTTIN so that I/O works when backgrounded." by Josh Gao · 9 years ago
  20. f5efd8d adb: Mask SIGTTIN so that I/O works when backgrounded. by Josh Gao · 9 years ago
  21. 77cd94b Merge "Disable container overflow detect on target." by Evgenii Stepanov · 9 years ago
  22. 9fec29d Disable container overflow detect on target. by Evgenii Stepanov · 9 years ago
  23. 5ab7f56 Merge "Lose df to toybox." by Elliott Hughes · 9 years ago
  24. d353886 Lose df to toybox. by Elliott Hughes · 9 years ago
  25. 432ec6b Merge "Don't use libstdc++." by Dan Albert · 9 years ago
  26. aa53541 Don't use libstdc++. by Dan Albert · 9 years ago
  27. 89d2818 Merge "system/core: add libpackagelistparser" by Andreas Gampe · 9 years ago
  28. f7de099 Merge "Logd: Fix missing include of rc file" by Andreas Gampe · 9 years ago
  29. 5d8e5da Logd: Fix missing include of rc file by Andreas Gampe · 9 years ago
  30. f5bd865 system/core: add libpackagelistparser by Andreas Gampe · 9 years ago
  31. 3c85373 Merge "init/adb: correct static lib dependencies for libselinux" by Daniel Cashman · 9 years ago
  32. e823220 Merge "sdcard: use libpackageparser" by Daniel Cashman · 9 years ago
  33. a552181 Merge "logd: use libpackageparser" by Daniel Cashman · 9 years ago
  34. 62df4ca sdcard: use libpackageparser by William Roberts · 10 years ago
  35. 2020b95 init/adb: correct static lib dependencies for libselinux by William Roberts · 10 years ago
  36. 639d95a Merge "Fix some compiler warnings in libpixelflinger." by Elliott Hughes · 9 years ago
  37. 62c543b Merge "Remove __DATE__/__TIME__ from init and debuggerd" by Dan Willemsen · 9 years ago
  38. 10b2e81 Remove __DATE__/__TIME__ from init and debuggerd by Dan Willemsen · 9 years ago
  39. 05c0207 Merge "Disable sanitization for LinearTransform" by Andy Hung · 9 years ago
  40. a587836 Disable sanitization for LinearTransform by Andy Hung · 9 years ago
  41. cb9d4dd Fix some compiler warnings in libpixelflinger. by Elliott Hughes · 9 years ago
  42. 23132f7 Merge "Fix parameter to lseek" by Elliott Hughes · 9 years ago
  43. 6207230 Fix parameter to lseek by caozhiyuan · 9 years ago
  44. 2b6318e Merge "Fix lseek argument order." by Elliott Hughes · 9 years ago
  45. e4021b7 Fix lseek argument order. by Elliott Hughes · 9 years ago
  46. 60579f3 Merge "crash_reporter: add missing mkdir for crash_server rule" by Mike Frysinger · 9 years ago
  47. 0db3be1 crash_reporter: add missing mkdir for crash_server rule by Mike Frysinger · 9 years ago
  48. 08792c8 Merge "adb: use libfec in disable-verity" by Sami Tolvanen · 9 years ago
  49. 136c214 adb: use libfec in disable-verity by Sami Tolvanen · 9 years ago
  50. 93cf532 Merge "adb: win32: Improve Winsock error code mappings and strings" by Elliott Hughes · 9 years ago
  51. ba1747f adb: win32: Improve Winsock error code mappings and strings by Spencer Low · 9 years ago
  52. 2f526c4 Merge "libbinderwrapper: Add GetCallingUid() and GetCallingPid()." by Daniel Erat · 9 years ago
  53. 567de5d Merge "fix misuse of formatting specifiers" by Elliott Hughes · 9 years ago
  54. 3619913 Merge "crash_reporter: Use os-release.d to store the crash server url" by Steve Fung · 9 years ago
  55. 81a4212 Merge "Implement ZipWriter for quickly writing ZipFiles." by Adam Lesinski · 9 years ago
  56. 92c9cc9 libbinderwrapper: Add GetCallingUid() and GetCallingPid(). by Daniel Erat · 9 years ago
  57. c1b4b8b crash_reporter: Use os-release.d to store the crash server url by Steve Fung · 9 years ago
  58. 76ef72f Merge "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  59. d3679d6 Implement ZipWriter for quickly writing ZipFiles. by Adam Lesinski · 10 years ago
  60. a0ddaef Merge "adb: non-interactive shell stdin." by David Pursell · 9 years ago
  61. ef95d04 adb: non-interactive shell stdin. by David Pursell · 10 years ago
  62. baa9522 Merge "Update crash_reporter and metrics rc files to trigger on post-fs-data" by Steve Fung · 9 years ago
  63. 0cda948 logd: use libpackageparser by William Roberts · 10 years ago
  64. c5f8b27 Update crash_reporter and metrics rc files to trigger on post-fs-data by Steve Fung · 9 years ago
  65. 0897543 Merge "metricsd: Read build time values from etc/os-release.d." by Bertrand Simonnet · 9 years ago
  66. 9095d7b metricsd: Read build time values from etc/os-release.d. by Bertrand SIMONNET · 9 years ago
  67. 882856a Merge "crash_reporter: Update to use the os-release.d configs" by Steve Fung · 9 years ago
  68. 9fca816 Error correction: Use libfec in fs_mgr by Sami Tolvanen · 10 years ago
  69. 7858d0e Merge "Make allocations use unique_ptr." by Christopher Ferris · 9 years ago
  70. 0245348 Make allocations use unique_ptr. by Christopher Ferris · 9 years ago
  71. f64c3e3 Merge "Revert "Error correction: Use libfec in fs_mgr"" by Sami Tolvanen · 9 years ago
  72. a1cb59f Revert "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  73. 6d36187 Merge "adbd: Add os descriptor support for adb." by Badhri Jagan Sridharan · 9 years ago
  74. 71d5341 Merge "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  75. 47ddc95 crash_reporter: Update to use the os-release.d configs by Steve Fung · 9 years ago
  76. 17c08ba Merge "system/core: Rename "chromeos" -> "brillo" in include paths and namespaces" by Alex Vakulenko · 9 years ago
  77. 7533059 system/core: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  78. 3ae55f8 Merge "logd: correct for number of elements in prune" by Mark Salyzyn · 9 years ago
  79. 0c548bc Merge "crash_reporter: Report the bdk_version" by Steve Fung · 9 years ago
  80. aab1d0d logd: correct for number of elements in prune by Mark Salyzyn · 10 years ago
  81. 4392786 fix misuse of formatting specifiers by Daniel Micay · 9 years ago
  82. ffa478b Merge "logd: use coalesce instead of merge (cleanup)" by Mark Salyzyn · 9 years ago
  83. 9ccec02 Error correction: Use libfec in fs_mgr by Sami Tolvanen · 10 years ago
  84. 32e00a6 Merge "Switch to android::base::ReadFully" by Elliott Hughes · 9 years ago
  85. 2ea4853 Switch to android::base::ReadFully by Johan Redestig · 9 years ago
  86. 786da1b Merge "Switch fs_mgr_verity.c to C++." by Elliott Hughes · 9 years ago
  87. 18602d5 Merge "system/core: fix iterator for LruCache" by Sergio Giro · 9 years ago
  88. 02ff776 Merge "logd: object layer format statistics" by Mark Salyzyn · 9 years ago
  89. 376afe2 Merge "Update metrics to use weaved's client library" by Alex Vakulenko · 9 years ago
  90. 5e036f3 system/core: fix iterator for LruCache by Sergio Giro · 10 years ago
  91. a5331b7 crash_reporter: Report the bdk_version by Steve Fung · 9 years ago
  92. 7207443 Merge changes from topic 'userspace-audit' by Nick Kralevich · 9 years ago
  93. c907644 Merge "crash_reporter: Use the actual GID of the crashing process" by Steve Fung · 9 years ago
  94. 0fa1fae Update metrics to use weaved's client library by Alex Vakulenko · 9 years ago
  95. 82fe360 Merge "init.rc: Disable sysrq from the keyboard" by Nick Kralevich · 9 years ago
  96. 3a2d685 crash_reporter: Use the actual GID of the crashing process by Steve Fung · 9 years ago
  97. b09c7ed init.rc: Disable sysrq from the keyboard by Nick Kralevich · 9 years ago
  98. 75dd04e Merge "metricsd: Update weave command APIs" by Alex Vakulenko · 9 years ago
  99. 99dc6c4 logd: use coalesce instead of merge (cleanup) by Mark Salyzyn · 10 years ago
  100. 1559b8f Merge "init shouldn't call DumpState by default." by Elliott Hughes · 9 years ago