1. 6e709a1 Improve error diagnostics in UserCollector. by Ben Chan · 12 years ago
  2. 2076b90 Fix KernelCollector code and unit tests. by Ben Chan · 12 years ago
  3. 5825d5a Remove collected crash report from pstore by Kees Cook · 12 years ago
  4. d3ac796 [crash-reporter] Move flag files to /var/run from /tmp by Chris Masone · 12 years ago
  5. 4b37d0e [crash-reporter] drop unused crontab fragment by Mike Frysinger · 12 years ago
  6. 91ad60a [crash-reporter] use libchromeos.pc by Elly Jones · 13 years ago
  7. b3121a7 Revert "[crash-reporter] use libchromeos.pc" by Scott James Remnant · 13 years ago
  8. 758e166 [crash-reporter] use libchromeos.pc by Elly Jones · 13 years ago
  9. ec7d783 crash-reporter: Read core from stdin even if proc files are unsuable. by Ben Chan · 13 years ago
  10. f13bb58 crash-reporter: Validate proc files and log the state of crashed process. by Ben Chan · 13 years ago
  11. f640099 Use hung thread stack for watchdog panics. by Luigi Semenzato · 13 years ago
  12. 294d5d1 crash-reporter: Change layout for the container directory of procfs files. by Ben Chan · 13 years ago
  13. 9ee1f5f crash-reporter: always write kernel crashes for dev builds by Ken Mixter · 13 years ago
  14. ce9556e Switch away from /dev/mem to new ramoops pstore interface by Kees Cook · 13 years ago
  15. b1ac89b Revert "crash-reporter: Activate updated BadDirectory test" by Michael Krebs · 13 years ago
  16. ae33866 crash-reporter: Activate updated BadDirectory test by Sergiu Iordache · 13 years ago
  17. 65b4c1e touch up 64bit build cleanliness by Mike Frysinger · 13 years ago
  18. e2c1b17 Add HWID information for ARM via crossystem by Katie Roberts-Hoffman · 13 years ago
  19. 1ea8abe crash-reporter: Update crash-reporter to work with ramoops by Sergiu Iordache · 13 years ago
  20. 4fe30db crash-reporter: Dump crashes outside of cryptohome during autotests. by Michael Krebs · 13 years ago
  21. 4bd4da2 crash-reporter: disable CollectBadDirectory by Elly Jones · 13 years ago
  22. 538ecbf Don't ignore chrome crashes when autotesting. by Michael Krebs · 13 years ago
  23. 8a68c7c [crash-reporter] bad merge broke the build by Chris Masone · 13 years ago
  24. 3ba6c5b [crash-reporter] rolling to libchrome 87480 by Chris Masone · 13 years ago
  25. 543eee3 crash-reporter: Make use of list_proxies to send crashes via a proxy when appropriate by Michael Krebs · 13 years ago
  26. 57a942f crash-reporter: Create a list_proxies command by Michael Krebs · 13 years ago
  27. c046f57 Revert "Revert "crash-reporter: Don't send ps command lines with crash reporter"" by Michael Krebs · 13 years ago
  28. 1e6b8bd Strip MAC addresses from dmesg sent w/ kcrash files. by Doug Anderson · 13 years ago
  29. d74cc09 Add ARM support by Simon Glass · 13 years ago
  30. c7dcf3f Revert "crash-reporter: Don't send ps command lines with crash reporter" by Michael Krebs · 13 years ago
  31. ec951c7 crash-reporter: Don't send ps command lines with crash reporter by Michael Krebs · 13 years ago
  32. 5d3a1a2 crash-reporter: keep ignoring chrome crashes even on dev builds by Ken Mixter · 13 years ago
  33. 1652fb2 Modify crash-reporter to collect crash information for unofficial builds. by Thieu Le · 13 years ago
  34. a324932 crash-reporter: Use standard logging and new libchromeos Process code by Ken Mixter · 13 years ago
  35. f92f4ca Revert "Modify crash-reporter to collect crash information for unofficial builds." by Thieu Le · 13 years ago
  36. 604f5c0 Modify crash-reporter to collect crash information for unofficial builds. by Thieu Le · 13 years ago
  37. d49d362 crash-reporter: when exe symlink read fails send diags and still ignore chrome crashes by Ken Mixter · 13 years ago
  38. 1b8fe01 crash-reporter: Add diagnostics to help diagnose failures in the wild by Ken Mixter · 14 years ago
  39. 1d3c304 crash-reporter: Send systemwide stability information up to Chrome by Ken Mixter · 14 years ago
  40. c4e01cc Change path from /home/autotest to /usr/local/autotest. by Dale Curtis · 14 years ago
  41. c49dbd4 crash-reporter: Capture and send recent update_engine logs when it crashes by Ken Mixter · 14 years ago
  42. 3f7ed5d Collect suspend and resume info from power manager by Simon Que · 14 years ago
  43. 814ef46 crash-reporter: use HTTPS when sending crashes by Ken Mixter · 14 years ago
  44. 2105b49 crash-reporter: Ignore Chrome crashes, relying on Chrome breakpad by Ken Mixter · 14 years ago
  45. a5118a9 crash-reporter: add missing header file from last commit by Ken Mixter · 14 years ago
  46. 9b34647 crash-reporter: Avoid writing through symlinks. by Ken Mixter · 14 years ago
  47. c6a58e0 crash-reporter: add filtering to make crash tests resilient to crashy builds by Ken Mixter · 14 years ago
  48. 7f2830e crash-reporter: fix bug where we were sending "undefined" as all stack signatures by Ken Mixter · 14 years ago
  49. 207694d crash-reporter: write conversion failure diagnostics into fake dmp files by Ken Mixter · 14 years ago
  50. afcf808 crash-reporter: Generate kernel crash signatures for server-side grouping of similar crashes by Ken Mixter · 14 years ago
  51. 0096b43 crash-reporter: avoid deadlock if dbus-daemon is hanging by Ken Mixter · 14 years ago
  52. 133983b crash-reporter: Fix race between test code and rsyslogd by Ken Mixter · 14 years ago
  53. 2953c3a crash-reporter: Avoid using system to invoke core2md by Ken Mixter · 14 years ago
  54. c909b69 crash-reporter: send payload sizes to help diagnose corruption by Ken Mixter · 14 years ago
  55. 30c9762 crash-reporter: fix race condition between cron crash_sender and test invoked by Ken Mixter · 14 years ago
  56. 44973b0 crash-reporter: detect guest mode and defer crash sending by Ken Mixter · 14 years ago
  57. ee849c5 Add meta files to crash directory, enabling OS version at crash time. by Ken Mixter · 14 years ago
  58. 563d08b Fix build break. by Thieu Le · 14 years ago
  59. cd71405 Revert "Add call to logging::InitLogging() during startup to write to stderr." by Kenneth Waters · 14 years ago
  60. 9dc2fbf Add call to logging::InitLogging() during startup to write to stderr. by ChromeOS Developer · 14 years ago
  61. da5db7a Increase number of enqueued crash files, sending rate, and fix minor bug. by Ken Mixter · 14 years ago
  62. 6fba658 Fix Unexpected crash_sender stdout/stderr when testing Official image by Hugh Dickins · 14 years ago
  63. f174fc0 Fix collection of kernel crash into /var/spool/crash by Hugh Dickins · 14 years ago
  64. 023e207 Fix problem with crash_sender being able to run multiple times concurrently. by Ken Mixter · 14 years ago
  65. 04ec10f Limit the number of crash reports to enqueue at once by Ken Mixter · 14 years ago
  66. 0340316 Collect and send kernel crash diagnostics by Ken Mixter · 14 years ago
  67. 479b148 Hard fail immediately in crash_sender if /usr/bin/find is not installed by Ken Mixter · 14 years ago
  68. 7ac7a70 Move leave_core where similar files exist by Ken Mixter · 14 years ago
  69. f9322f7 Update to new libchrome APIs by Chris Masone · 14 years ago
  70. 0e6037c Add LICENSE file by J. Richard Barnette · 14 years ago
  71. 777484c Start invoking core2md to implement full system crash reporting by Ken Mixter · 14 years ago
  72. 6993256 Fix crash-reporter test build by Ken Mixter · 14 years ago
  73. 091993c Send client ID in crash report by Ken Mixter · 14 years ago
  74. c7f8528 Notify metrics daemon of kernel crashes. by Darin Petkov · 14 years ago
  75. 522c061 Change include paths to reflect new directory. by Chris Sosa · 14 years ago
  76. 69e3720 TBR: Adding petkov's patch committed today in other repo by Chris Sosa · 14 years ago
  77. e4a8603 Initial commit of crash reporter repo by Chris Sosa · 14 years ago