1. b5cba2c disable MinidumpWriterTest.DeletedBinary test by Mike Frysinger · 12 years ago
  2. 9ddff1f Modify CrashGenerator::CreateChildCrash to copy proc files. by Ben Chan · 13 years ago
  3. 0efd915 google-breakpad: Fix test addresses to use uintptr_t instead of u_int64_t. by Michael Krebs · 13 years ago
  4. 609ecce google-breakpad: uprev breakpad to r905 by Ben Chan · 13 years ago
  5. 4fa638a Implement core dump to minidump conversion. by benchan@chromium.org · 13 years ago
  6. e8bbced Refactor LinuxDumper and MinidumpWriter. by benchan@chromium.org · 13 years ago
  7. b338cbe google-breakpad: uprev breakpad to r901 by Ben Chan · 13 years ago
  8. d25b49a Send crash dumps to Google via HTTPS instead of HTTP, since they might by thestig@chromium.org · 13 years ago
  9. c9fb1f6 Replace readlink calls with a safer version that guarantees NULL-termination. by benchan@chromium.org · 13 years ago
  10. f058b4f Refactor code in preparation of merging with the fork in Chromium OS. by benchan@chromium.org · 13 years ago
  11. 61f46a9 Fix an address check in LinuxDumper::CopyFromCore(). by Ben Chan · 13 years ago
  12. 6ce0f5e core_reader: include sys/stat.h for fstat() by Mike Frysinger · 13 years ago
  13. 02b7a2a google-breakpad: uprev breakpad to 891 by Ben Chan · 13 years ago
  14. 75d3e60 google-breakpad: Relocate patched files in core2md. by Ben Chan · 13 years ago
  15. b12089f Correct compilation warning. by qsr@chromium.org · 13 years ago
  16. 223e62f google-breakpad: Null-terminate path returned by readlink(). by Michael Krebs · 13 years ago
  17. e17dcd6 google-breakpad: Disable broken unittest temporarily. by Michael Krebs · 13 years ago
  18. 50b04cc Fix problem with not NULL terminating mapping name. by kmixter@chromium.org · 13 years ago
  19. e16f482 google-breakpad: fix upstream memory corruption bug by Ken Mixter · 13 years ago
  20. e3bad6a google-breakpad: uprev breakpad to 875 by Ken Mixter · 13 years ago
  21. 6218e35 google-breakpad: cherry-pick 875 from upstream by Ken Mixter · 13 years ago
  22. 4fd4efe Fix some shadow variables, including one in file_id.cc that causes all files to generate the same hash. Add a test to make sure this doesn't happen again. by thestig@chromium.org · 13 years ago
  23. 7abc06d breakpad: Fix an assertion encountered in UntypedMDRVA::Copy(). by Michael Krebs · 13 years ago
  24. be55cc8 Fix an assertion encountered in UntypedMDRVA::Copy(). by mmentovai · 13 years ago
  25. dcebaf4 Add some headers necessary to build the Linux client code with the Android NDK r5 by ted.mielczarek@gmail.com · 13 years ago
  26. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  27. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  28. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  29. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  30. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  31. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  32. b904343 Fix clang warning / miscompile. by mmentovai · 14 years ago
  33. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  34. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  35. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  36. 480a20a Merge remote branch 'cros/upstream' into merge-branch. by Ken Mixter · 14 years ago
  37. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  38. 5492dd2 Remove flaky test by Ken Mixter · 14 years ago
  39. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  40. 4337826 Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolchain we're using for Maemo builds. Also shuffle around the include order to comply with style guidelines, while I'm here. by ted.mielczarek · 14 years ago
  41. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  42. 4621ee0 Write a window of memory around the instruction pointer from the crashing thread to the minidump on OS X. by ted.mielczarek · 14 years ago
  43. efa30c1 Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux. by ted.mielczarek · 14 years ago
  44. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  45. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  46. 0e3b702 Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. by thestig@chromium.org · 14 years ago
  47. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  48. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  49. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  50. 0b12b34 When done with crash-dumping, we need to terminate the application. Calling by thestig@chromium.org · 14 years ago
  51. 2b7ae09 remove trailing comma that makes gcc -pedantic unhappy by ted.mielczarek · 14 years ago
  52. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  53. 3a69e0e Miscellaneous improvements to minidump-2-core. by thestig@chromium.org · 14 years ago
  54. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  55. 6bc523c Changes to fix build warnings on newer versions of GCC, and a fix to not try to open certain mapped files. by nealsid · 14 years ago
  56. f331983 [ Mistakenly committed older version of patch. This is the right one. ] by jimblandy · 14 years ago
  57. b68b800 Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. by jimblandy · 14 years ago
  58. de545c0 ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people by nealsid · 14 years ago
  59. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  60. f480ba1 Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Client} classes. Upstreamed from the Mozilla repository. Patch by Chris Jones <jones.chris.g@gmail.com> r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=516759 by ted.mielczarek · 15 years ago
  61. e7b2043 Move file_id.cc from test_src to lib_src A=nealsid R=ted.mielczarek by nealsid · 15 years ago
  62. 9f211b4 fix compilation on 64-bit, followup from issue 357 by ted.mielczarek · 15 years ago
  63. 0a5fc5d Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid at http://breakpad.appspot.com/49008 by ted.mielczarek · 15 years ago
  64. f7f9dfc by brdevmn · 15 years ago
  65. bb61886 Fix some build warnings by nealsid · 15 years ago
  66. d95a88c remove trailing comma from enum definition to make it compile with -pedantic by ted.mielczarek · 15 years ago
  67. b1f271a remove empty file, leftover from r384 by ted.mielczarek · 15 years ago
  68. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  69. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  70. ce9178a A better makefile for building the Linux client. by nealsid · 15 years ago
  71. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  72. 90a6505 The symbol files necessary for the processor to walk stacks on Linux that have __kernel_vsyscall at innermost frame. Special symbol files ar eneeded because EBP does not point to the frame when a thread is inside a system call. by nealsid · 15 years ago
  73. 0abe34c issue 305 - breakpad Linux handler doesn't build with compiler built from latest GCC sources. Trivial patch by Jim Blandy by ted.mielczarek · 15 years ago
  74. 02c244f Fix for issue 242, plus a redo of how old exception handlers are tracked, and called. by nealsid · 15 years ago
  75. c5f46b2 Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Li by ted.mielczarek · 16 years ago
  76. 596e476 fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ by ted.mielczarek · 16 years ago
  77. 2c2ae28 issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me by ted.mielczarek · 16 years ago
  78. 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
  79. 1260067 Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoulos, r=me by ted.mielczarek · 17 years ago
  80. 21d58c7 Issue 182: linux handler doesn't have sigcontext if called from a previous signal handler. r=mento / Liu Li by ted.mielczarek · 17 years ago
  81. f68536a Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_generator. r=Liu Li by ted.mielczarek · 17 years ago
  82. 265726e Add md5 implementation into code base to get rid of openssl dependency. by luly81 · 17 years ago
  83. 3479e85 Fix issue 136. Block signals before writing minidumps. by luly81 · 17 years ago
  84. ab175cc Fix bug of issue 135, now can dump symbols for dynamic libraries. by luly81 · 17 years ago
  85. bcd46f0 Add Linux exception handler. by luly81 · 17 years ago