1. 223e62f google-breakpad: Null-terminate path returned by readlink(). by Michael Krebs · 13 years ago
  2. 2130546 Fix core dump parsing on 64bit core files by Sonny Rao · 13 years ago
  3. e17dcd6 google-breakpad: Disable broken unittest temporarily. by Michael Krebs · 13 years ago
  4. b9ca5cd google-breakpad: merge in 875 changes to core2md core by Ken Mixter · 13 years ago
  5. e16f482 google-breakpad: fix upstream memory corruption bug by Ken Mixter · 13 years ago
  6. e3bad6a google-breakpad: uprev breakpad to 875 by Ken Mixter · 13 years ago
  7. 6218e35 google-breakpad: cherry-pick 875 from upstream by Ken Mixter · 13 years ago
  8. f0247af google-breakpad: cherry-pick @830 from upstream by Ken Mixter · 13 years ago
  9. 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
  10. 67f88be Correct incorrect bounds checking. by qsr@chromium.org · 13 years ago
  11. 8fac6df Allow to retrieve id of a module from memory instead of going to disk for iOS. by qsr@chromium.org · 13 years ago
  12. 35a68e8 Fix svn:executable and svn:eol-style properties in src/client/windows. by mark@chromium.org · 13 years ago
  13. bad9e9c Changing declaration order of field to correct compilation warnings. by qsr@chromium.org · 13 years ago
  14. 5c8a2f4 Add includes for unittests that appear to need them. by jessicag.feedback@gmail.com · 13 years ago
  15. 0fd2503 Use frame pointer to walk ARM stack on iOS. by qsr@chromium.org · 13 years ago
  16. 7abc06d breakpad: Fix an assertion encountered in UntypedMDRVA::Copy(). by Michael Krebs · 13 years ago
  17. f1fa9b0 Breakpad implementation for ios. by qsr@chromium.org · 13 years ago
  18. 3162987 Handling reading arm executable. by qsr@chromium.org · 13 years ago
  19. d1eb839 Minor formatting fix following r865. by mark@chromium.org · 13 years ago
  20. dc8ce2e More fixes following r862. by mark@chromium.org · 13 years ago
  21. 8f4d15f Additional fixes following r862. by mark@chromium.org · 13 years ago
  22. aa4a7a6 Remove "using namespace std" from dwarf2reader.h. Using-directives are by mark@chromium.org · 13 years ago
  23. f699cee Fix harmless warning in dwarf_cfi_to_module.cc. by mark@chromium.org · 13 years ago
  24. 95a7d27 Fix harmless printf abuse in symupload. by mark@chromium.org · 13 years ago
  25. 6adfe8a Remove duplicate definition of GTMLoggerDebug. by mark@chromium.org · 13 years ago
  26. 79bb1b3 Adding missing method. by qsr@chromium.org · 13 years ago
  27. 7d65fe6 #include BreakpadDefines.h as "BreakpadDefines.h" and not by mark@chromium.org · 13 years ago
  28. 62e5dd1 Extract constants from Breakpad.h. by qsr@chromium.org · 13 years ago
  29. 63f97ad Handle ios dump. by qsr@chromium.org · 13 years ago
  30. 57584bc Use right header. by qsr@chromium.org · 13 years ago
  31. 3d4b6e7 Extract the uploader process from crash_report_sender by qsr@chromium.org · 13 years ago
  32. 00936cf Extracting the config file class from the Inspector to be able to reuse it. by qsr@chromium.org · 13 years ago
  33. f7b0f83 Allow minidump generator to generate ARM minidumps (for iOS on a device). by qsr@chromium.org · 13 years ago
  34. be368a3 10.4 SDK fix by mark@chromium.org · 13 years ago
  35. 52a9089 Adding svn:ignore properties for .deps and .dirstamp by qsr@chromium.org · 13 years ago
  36. 405bb7a Address review comments from r843 (http://breakpad.appspot.com/307001) by mark@chromium.org · 13 years ago
  37. 1e9dbde Ensure crash reports will be uploaded on the Mac. by mark@chromium.org · 13 years ago
  38. e7b75db Use a bootstrap subset port for the inspector, tying the subset to the by mark@chromium.org · 13 years ago
  39. 9dfe692 Fix some compilation warnings and other errors due to API changes by mark@chromium.org · 13 years ago
  40. 742e915 Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This by mark@chromium.org · 13 years ago
  41. 8690197 Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings by mark@chromium.org · 13 years ago
  42. 494fa83 Fix some newlines. by mark@chromium.org · 13 years ago
  43. 1f17be3 Fix totally busted-up project file that was, for the most part, wrong for by mark@chromium.org · 13 years ago
  44. 86643aa Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following by mark@chromium.org · 13 years ago
  45. 8cc7c80 Added clear() function to rewind(). by Ahmad Sharif · 13 years ago
  46. 8d54c75 Linux/Mac: Add option to omit the CFI section in dump_syms. by thestig@chromium.org · 13 years ago
  47. 912c99f Remove javascript_engine GYP variable. by mihaip@chromium.org · 13 years ago
  48. f3b59ca Fix 64-bit literals in test data by ted.mielczarek · 13 years ago
  49. 9f042be issue 438 - fix array index bug in libdisasm P=matthewbg@google.com R=ted by ted.mielczarek · 13 years ago
  50. 1a1890a Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle dumps using the old value for MD_CONTEXT_ARM by ted.mielczarek · 13 years ago
  51. 8ade75f issue 243 - Linux dumper should use build id produced by ld --build-id if available by ted.mielczarek · 13 years ago
  52. 68e380d Fix libcurl include in http_upload (trivial, no bug) by ted.mielczarek · 13 years ago
  53. 9325731 Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in by mark@chromium.org · 13 years ago
  54. ce8d215 Add missing (parentehses.) by mark@chromium.org · 13 years ago
  55. 60a8832 Fix CalculateStackSize to behave properly when the main thread's stack is by mark@chromium.org · 13 years ago
  56. 7b8b863 The process_id field is unsigned, so we need this cast in c++0x. by mark@chromium.org · 13 years ago
  57. e6c0689 The first field in a MDLocationDescriptor is a u_int32_t, so change this cast by mark@chromium.org · 13 years ago
  58. 8f2b058 Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 by mark@chromium.org · 13 years ago
  59. 3c59c24 Zero out the entire context on MD5_Final, not just the number of bytes in a by mark@chromium.org · 13 years ago
  60. ba5ee2c Remove a bogus const. by mark@chromium.org · 13 years ago
  61. 7b64ed2 Fix compiling of google-breakpad with gcc-4.6. by Michael Krebs · 13 years ago
  62. 1b9920a Fix a typo in r817 by ted.mielczarek · 13 years ago
  63. e919fdd Wean Mac Breakpad off of its OpenSSL libcrypto dependency. by mark@chromium.org · 13 years ago
  64. 4855004 Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE* to match the changes to Module::Write by ted.mielczarek · 13 years ago
  65. 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
  66. 1cbdeae Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client. by jessicag.feedback@gmail.com · 13 years ago
  67. 32d04cd Remove curl/types.h include, since this header has been deprecated for a long time and removed in a recent curl release. by ted.mielczarek · 13 years ago
  68. 69607b6 Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden by ted.mielczarek · 13 years ago
  69. 3ca4a12 Add some unit tests for Linux WriteSymbolFile by ted.mielczarek · 13 years ago
  70. b2f96f3 Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. by ted.mielczarek · 13 years ago
  71. 599ec54 Fix an assertion encountered in UntypedMDRVA::Copy(). by Michael Krebs · 13 years ago
  72. be55cc8 Fix an assertion encountered in UntypedMDRVA::Copy(). by mmentovai · 13 years ago
  73. df33e47 Delete OS failing test cases and note failure in relevant .h file. by jessicag.feedback@gmail.com · 13 years ago
  74. dcebaf4 Add some headers necessary to build the Linux client code with the Android NDK r5 by ted.mielczarek@gmail.com · 13 years ago
  75. 94074a8 Fix null derefs in x86 dissasembler code. by cdn@chromium.org · 13 years ago
  76. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  77. 04023b1 Fixed message about unregistered msdia*dll. Builds with different DiaSDK need different dll. by vitalybuka@chromium.org · 13 years ago
  78. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 13 years ago
  79. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  80. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  81. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  82. a4a9922 Issue 417: update unit tests after adding unnamed function detection by jimblandy · 13 years ago
  83. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  84. 88fa7cf Protect "std::max", "std::min" against MACROs defined in WinDef.h. by SiyangXie@gmail.com · 13 years ago
  85. fd18bee Google Breakpad Issue 417: Handle DWARF that omits function names. by jimblandy · 13 years ago
  86. bf25801 Put PUBLIC lines in Mac symbol files. by ted.mielczarek · 13 years ago
  87. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  88. 248d340 Fix compiler warning. by jessicag.feedback@gmail.com · 13 years ago
  89. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  90. d2b6b9a Fix breakpad compilation on ubuntu 10.10. by mmentovai · 13 years ago
  91. cff9fdb enable writing INFO CODE_ID line in symbol files by ted.mielczarek · 13 years ago
  92. 1530800 Fix printing of x86_64 registers from minidump_stackwalk by ted.mielczarek · 13 years ago
  93. ad35fbc Dump MD_LINUX_MAPS from minidump_dump by ted.mielczarek · 13 years ago
  94. ed1c70b Expose actual instruction from DisassemblerX86 by ted.mielczarek · 13 years ago
  95. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 13 years ago
  96. eba8cc5 Add missing constructor to CPPLanguage class to make it compile with CLang. by ted.mielczarek · 13 years ago
  97. 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 · 13 years ago
  98. 9220e0b Round-trip client/processor unittests for Windows by ted.mielczarek · 13 years ago
  99. 281d52d Fix some apparently longstanding crash bugs in Stackwalker implementations when resolver is NULL. by ted.mielczarek · 13 years ago
  100. b904343 Fix clang warning / miscompile. by mmentovai · 13 years ago