1. 72e3c82 crash_reporter: Update to use the os-release.d configs by Steve Fung · 9 years ago
  2. 74dc624 system/core: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  3. aa265b6 crash_reporter: Report the bdk_version by Steve Fung · 9 years ago
  4. 773fd3c crash_reporter: Use the actual GID of the crashing process by Steve Fung · 9 years ago
  5. 6db7cd7 crash_reporter: Support crashes from arbitrary users by Steve Fung · 9 years ago
  6. 4818011 crash_reporter: Set Version and Product ID by Steve Fung · 9 years ago
  7. b440e50 crash_reporter: Run with supplemental groups by Steve Fung · 9 years ago
  8. f87f5f9 Merge "crash_reporter: Fix tmp directory location" by Steve Fung · 9 years ago
  9. da98133 crash_reporter: Fix tmp directory location by Steve Fung · 9 years ago
  10. 6c34c25 crash_reporter: Relicense as Apache 2. by Steve Fung · 9 years ago
  11. ab2ac7d crash_reporter: Enable core dumps by Steve Fung · 9 years ago
  12. 8bafb3d crash_reporter: Fix initial compile issues with Android toolchain by Steve Fung · 9 years ago
  13. c8b7414 crash_reporter: Remove Chrome collector, CrOS build files, DBus by Steve Fung · 9 years ago
  14. 129bea5 crash_reporter: Fix header include paths by Steve Fung · 9 years ago
  15. d6169a2 crash-reporter: remove gflags dependency by Steve Fung · 10 years ago
  16. 262d798 crash-reporter: Replace NULL with nullptr. by Ben Chan · 10 years ago
  17. ab6cc90 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  18. f84ea21 crash-reporter: Use integer types from stdint.h by Ben Chan · 10 years ago
  19. 7e77690 crash-reporter: Fix coding style and cpplint issues. by Ben Chan · 10 years ago
  20. f30c641 crash-reporter: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  21. f1a5014 use IGNORE_EINTR w/close by Mike Frysinger · 10 years ago
  22. 8fce285 UserCollector: only create meta file if payload write succeeds by Thiemo Nagel · 10 years ago
  23. bfdf4a8 user_collector: use %P instead of %p by Mike Frysinger · 10 years ago
  24. a557c11 update to libbase-242728 by Mike Frysinger · 10 years ago
  25. d2db5ff crash_reporter: clarify chrome crash ignore message by Mike Frysinger · 11 years ago
  26. b3fe6c3 Replace some LOGs with PLOGs by Chris Masone · 11 years ago
  27. 426fcc0 Handle Chrome crashes by Albert Chaulk · 11 years ago
  28. 9f90aca Replace FilePath declaration with file_path.h include by Simon Que · 11 years ago
  29. 1a8780d update to libchrome 180609 by Mike Frysinger · 11 years ago
  30. 1c57e9e crash-reporter: Remove some dependency on /proc by Michael Krebs · 12 years ago
  31. b1b91a5 crash-reporter: Add a new Chrome thread to ignore by Michael Krebs · 12 years ago
  32. a1cc383 crash-reporter: Add a missing Chrome thread to ignore by Michael Krebs · 12 years ago
  33. 2f3ed03 crash-reporter: Also ignore renamed Chrome threads by Michael Krebs · 12 years ago
  34. acc7938 Create separate udev collector class by Simon Que · 12 years ago
  35. 57b261c update to newer libbase by Mike Frysinger · 12 years ago
  36. 6e709a1 Improve error diagnostics in UserCollector. by Ben Chan · 12 years ago
  37. ec7d783 crash-reporter: Read core from stdin even if proc files are unsuable. by Ben Chan · 13 years ago
  38. f13bb58 crash-reporter: Validate proc files and log the state of crashed process. by Ben Chan · 13 years ago
  39. 294d5d1 crash-reporter: Change layout for the container directory of procfs files. by Ben Chan · 13 years ago
  40. 4fe30db crash-reporter: Dump crashes outside of cryptohome during autotests. by Michael Krebs · 13 years ago
  41. 538ecbf Don't ignore chrome crashes when autotesting. by Michael Krebs · 13 years ago
  42. 8a68c7c [crash-reporter] bad merge broke the build by Chris Masone · 13 years ago
  43. 3ba6c5b [crash-reporter] rolling to libchrome 87480 by Chris Masone · 13 years ago
  44. 5d3a1a2 crash-reporter: keep ignoring chrome crashes even on dev builds by Ken Mixter · 13 years ago
  45. 1652fb2 Modify crash-reporter to collect crash information for unofficial builds. by Thieu Le · 13 years ago
  46. a324932 crash-reporter: Use standard logging and new libchromeos Process code by Ken Mixter · 13 years ago
  47. f92f4ca Revert "Modify crash-reporter to collect crash information for unofficial builds." by Thieu Le · 13 years ago
  48. 604f5c0 Modify crash-reporter to collect crash information for unofficial builds. by Thieu Le · 13 years ago
  49. d49d362 crash-reporter: when exe symlink read fails send diags and still ignore chrome crashes by Ken Mixter · 13 years ago
  50. 1b8fe01 crash-reporter: Add diagnostics to help diagnose failures in the wild by Ken Mixter · 13 years ago
  51. c49dbd4 crash-reporter: Capture and send recent update_engine logs when it crashes by Ken Mixter · 14 years ago
  52. 2105b49 crash-reporter: Ignore Chrome crashes, relying on Chrome breakpad by Ken Mixter · 14 years ago
  53. 9b34647 crash-reporter: Avoid writing through symlinks. by Ken Mixter · 14 years ago
  54. c6a58e0 crash-reporter: add filtering to make crash tests resilient to crashy builds by Ken Mixter · 14 years ago
  55. 207694d crash-reporter: write conversion failure diagnostics into fake dmp files by Ken Mixter · 14 years ago
  56. afcf808 crash-reporter: Generate kernel crash signatures for server-side grouping of similar crashes by Ken Mixter · 14 years ago
  57. 2953c3a crash-reporter: Avoid using system to invoke core2md by Ken Mixter · 14 years ago
  58. c909b69 crash-reporter: send payload sizes to help diagnose corruption by Ken Mixter · 14 years ago
  59. ee849c5 Add meta files to crash directory, enabling OS version at crash time. by Ken Mixter · 14 years ago
  60. 0340316 Collect and send kernel crash diagnostics by Ken Mixter · 14 years ago
  61. 7ac7a70 Move leave_core where similar files exist by Ken Mixter · 14 years ago
  62. 777484c Start invoking core2md to implement full system crash reporting by Ken Mixter · 14 years ago
  63. 522c061 Change include paths to reflect new directory. by Chris Sosa · 14 years ago
  64. e4a8603 Initial commit of crash reporter repo by Chris Sosa · 14 years ago