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