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. 4f5c955 Eliminate another source of UnspecifiedStackSignature crash dumps. by mark@chromium.org · 13 years ago
  10. c9fb1f6 Replace readlink calls with a safer version that guarantees NULL-termination. by benchan@chromium.org · 13 years ago
  11. f058b4f Refactor code in preparation of merging with the fork in Chromium OS. by benchan@chromium.org · 13 years ago
  12. 61f46a9 Fix an address check in LinuxDumper::CopyFromCore(). by Ben Chan · 13 years ago
  13. 6ce0f5e core_reader: include sys/stat.h for fstat() by Mike Frysinger · 13 years ago
  14. 54fbd30 Add API on iOS to generate dump on demand. by qsr@chromium.org · 13 years ago
  15. 0927601 Fix a missed include path change from r889. (r=qsr in person) by stuartmorgan · 13 years ago
  16. 02b7a2a google-breakpad: uprev breakpad to 891 by Ben Chan · 13 years ago
  17. 75d3e60 google-breakpad: Relocate patched files in core2md. by Ben Chan · 13 years ago
  18. 664e4d7 Speculative back-out of r883, which may have broken Windows crash reporting. by mark@chromium.org · 13 years ago
  19. 9c13d3c Create a static library to use Breakpad on iOS. by qsr@chromium.org · 13 years ago
  20. b12089f Correct compilation warning. by qsr@chromium.org · 13 years ago
  21. 97bed58 Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. by ted.mielczarek · 13 years ago
  22. c9cda1f Correct bug introduced by last commit: Interface on Breakpad is incorrect. by qsr@chromium.org · 13 years ago
  23. 02b5e0a Add an API to Breakpad to upload custom file to the crash server. by qsr@chromium.org · 13 years ago
  24. 223e62f google-breakpad: Null-terminate path returned by readlink(). by Michael Krebs · 13 years ago
  25. 6616704 Fix several error-case leaks on the Mac found by clang analysis by stuartmorgan · 13 years ago
  26. e17dcd6 google-breakpad: Disable broken unittest temporarily. by Michael Krebs · 13 years ago
  27. 27e54b4 Allow CrashGenerationClient to request that a dump of the parent process be written. by ted.mielczarek · 13 years ago
  28. 365994c Correct leak. by qsr@chromium.org · 13 years ago
  29. 50b04cc Fix problem with not NULL terminating mapping name. by kmixter@chromium.org · 13 years ago
  30. e16f482 google-breakpad: fix upstream memory corruption bug by Ken Mixter · 13 years ago
  31. e3bad6a google-breakpad: uprev breakpad to 875 by Ken Mixter · 13 years ago
  32. 6218e35 google-breakpad: cherry-pick 875 from upstream by Ken Mixter · 13 years ago
  33. e75788a Add mach_vm_deallocate to the set of function not available on iOS5. by qsr@chromium.org · 13 years ago
  34. 34f57bc Do not use mach_vm.h on iOS. by qsr@chromium.org · 13 years ago
  35. 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
  36. 8fac6df Allow to retrieve id of a module from memory instead of going to disk for iOS. by qsr@chromium.org · 13 years ago
  37. 35a68e8 Fix svn:executable and svn:eol-style properties in src/client/windows. by mark@chromium.org · 13 years ago
  38. 7abc06d breakpad: Fix an assertion encountered in UntypedMDRVA::Copy(). by Michael Krebs · 13 years ago
  39. f1fa9b0 Breakpad implementation for ios. by qsr@chromium.org · 13 years ago
  40. 6adfe8a Remove duplicate definition of GTMLoggerDebug. by mark@chromium.org · 13 years ago
  41. 79bb1b3 Adding missing method. by qsr@chromium.org · 13 years ago
  42. 7d65fe6 #include BreakpadDefines.h as "BreakpadDefines.h" and not by mark@chromium.org · 13 years ago
  43. 62e5dd1 Extract constants from Breakpad.h. by qsr@chromium.org · 13 years ago
  44. 63f97ad Handle ios dump. by qsr@chromium.org · 13 years ago
  45. 3d4b6e7 Extract the uploader process from crash_report_sender by qsr@chromium.org · 13 years ago
  46. 00936cf Extracting the config file class from the Inspector to be able to reuse it. by qsr@chromium.org · 13 years ago
  47. f7b0f83 Allow minidump generator to generate ARM minidumps (for iOS on a device). by qsr@chromium.org · 13 years ago
  48. be368a3 10.4 SDK fix by mark@chromium.org · 13 years ago
  49. 405bb7a Address review comments from r843 (http://breakpad.appspot.com/307001) by mark@chromium.org · 13 years ago
  50. 1e9dbde Ensure crash reports will be uploaded on the Mac. by mark@chromium.org · 13 years ago
  51. e7b75db Use a bootstrap subset port for the inspector, tying the subset to the by mark@chromium.org · 13 years ago
  52. 9dfe692 Fix some compilation warnings and other errors due to API changes by mark@chromium.org · 13 years ago
  53. 742e915 Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This by mark@chromium.org · 13 years ago
  54. 8690197 Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings by mark@chromium.org · 13 years ago
  55. 494fa83 Fix some newlines. by mark@chromium.org · 13 years ago
  56. 1f17be3 Fix totally busted-up project file that was, for the most part, wrong for by mark@chromium.org · 13 years ago
  57. 912c99f Remove javascript_engine GYP variable. by mihaip@chromium.org · 13 years ago
  58. 9325731 Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in by mark@chromium.org · 13 years ago
  59. ce8d215 Add missing (parentehses.) by mark@chromium.org · 13 years ago
  60. 60a8832 Fix CalculateStackSize to behave properly when the main thread's stack is by mark@chromium.org · 13 years ago
  61. 7b8b863 The process_id field is unsigned, so we need this cast in c++0x. by mark@chromium.org · 13 years ago
  62. e6c0689 The first field in a MDLocationDescriptor is a u_int32_t, so change this cast by mark@chromium.org · 13 years ago
  63. 8f2b058 Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 by mark@chromium.org · 13 years ago
  64. ba5ee2c Remove a bogus const. by mark@chromium.org · 13 years ago
  65. 1b9920a Fix a typo in r817 by ted.mielczarek · 13 years ago
  66. e919fdd Wean Mac Breakpad off of its OpenSSL libcrypto dependency. by mark@chromium.org · 13 years ago
  67. d01a9f8 Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when targeting 10.7, as PPC support has been removed from the 10.7 SDK by ted.mielczarek@gmail.com · 13 years ago
  68. be55cc8 Fix an assertion encountered in UntypedMDRVA::Copy(). by mmentovai · 13 years ago
  69. dcebaf4 Add some headers necessary to build the Linux client code with the Android NDK r5 by ted.mielczarek@gmail.com · 13 years ago
  70. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  71. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 13 years ago
  72. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  73. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  74. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  75. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  76. 88fa7cf Protect "std::max", "std::min" against MACROs defined in WinDef.h. by SiyangXie@gmail.com · 13 years ago
  77. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  78. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 14 years ago
  79. 0df0555 Use a MinidumpCallback to force minidumps on Windows to include memory around the faulting instruction pointer. Older versions of DbgHelp don't seem to do this correctly (on Windows XP, for example) by ted.mielczarek · 14 years ago
  80. 9220e0b Round-trip client/processor unittests for Windows by ted.mielczarek · 14 years ago
  81. b904343 Fix clang warning / miscompile. by mmentovai · 14 years ago
  82. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  83. fd00ae5 Fixing typos that will soon be gyp errors. by thestig@chromium.org · 14 years ago
  84. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  85. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  86. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  87. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  88. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  89. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X by ted.mielczarek@gmail.com · 14 years ago
  90. efbe428 Add some unit tests for the mac MinidumpGenerator by ted.mielczarek · 14 years ago
  91. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  92. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  93. 480a20a Merge remote branch 'cros/upstream' into merge-branch. by Ken Mixter · 14 years ago
  94. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  95. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  96. 5492dd2 Remove flaky test by Ken Mixter · 14 years ago
  97. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  98. 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
  99. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  100. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago