1. 08fecb2 Issue 26001: Linux dumper: fix comments in STABS reader by jimblandy@gmail.com · 15 years ago
  2. 7f941f9 Linux dumper: Add unit tests for google_breakpad::StabsReader. by jimblandy@gmail.com · 15 years ago
  3. 0397da8 Issue 25003: Linux dumper: Fix infinite loop in stabs parser. by jimblandy@gmail.com · 15 years ago
  4. bb846bd Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warning member. by jimblandy@gmail.com · 15 years ago
  5. 1c9c056 Issue 39001: Breakpad Linux dumper: Refactor Makefile. by jimblandy@gmail.com · 15 years ago
  6. 9dcc03f Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in CPU info. Patch by Jeff Muizelaar <jmuizelaar@mozilla.com>, r=me by ted.mielczarek · 15 years ago
  7. bb61886 Fix some build warnings by nealsid · 15 years ago
  8. 0cbd50c Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001 by ted.mielczarek · 15 years ago
  9. d95a88c remove trailing comma from enum definition to make it compile with -pedantic by ted.mielczarek · 15 years ago
  10. 72a2bff issue 330 - linux_syscall_support.h has extra semicolons causing compilation to fail with certain gcc options. Patch by Josh Aas <joshmoz@gmail.com>, r=me by ted.mielczarek · 15 years ago
  11. 3b9b206 issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl Tomlinson <karlt@mozbugz.karlt.net>, r=me by ted.mielczarek · 15 years ago
  12. b1f271a remove empty file, leftover from r384 by ted.mielczarek · 15 years ago
  13. 0314e48 issue 170 - Report assertion type in minidump_stackwalk output. r=mark at http://breakpad.appspot.com/45001 by ted.mielczarek · 15 years ago
  14. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  15. 8730648 don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://breakpad.appspot.com/43001 by ted.mielczarek · 15 years ago
  16. 927cc8f output function names for PGO-optimized cold function blocks. r=mark at http://breakpad.appspot.com/40007 by ted.mielczarek · 15 years ago
  17. 2712a8c Forward exceptions in child processes to Apple's Crash Reporter by nealsid · 15 years ago
  18. ebebd0f Always export catch_exception_raise. by mmentovai · 15 years ago
  19. 0e76d1f Fix when walking stack when no module list is present and the return address has to be by nealsid · 15 years ago
  20. 96c6963 Fixed style error by jschuh@chromium.org · 15 years ago
  21. 5f4fa55 Issue 35001: Fallback to Thread Context on bad Exception Context by jschuh@chromium.org · 15 years ago
  22. a304315 Allow the Breakpad Mac framework to be built without -fexceptions. by mmentovai · 15 years ago
  23. cb33b20 Raise minidump processing limits by nealsid · 15 years ago
  24. e4be54e Issue 32002: Breakpad DWARF parser: Update char decls to be signed by jimblandy@gmail.com · 15 years ago
  25. 8d70618 Let x86 stackwalker scan stack in cases where program evaluation fails. Original patch by Jeff Muizelaar <jmuizelaar@mozilla.com> with some changes by me. r=mento at http://breakpad.appspot.com/32003/show by ted.mielczarek · 15 years ago
  26. 760d664 10.6 SDK compatibility fixes. No bug. by mmentovai · 15 years ago
  27. c84c9e7 Modification to crash_report to process a directory of .DMP files by nealsid · 15 years ago
  28. b732303 Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://breakpad.appspot.com/30001 by ted.mielczarek · 15 years ago
  29. 895d3d1 New uploader for Linux with unit tests, and gflags/glog libraries by nealsid · 15 years ago
  30. 4ee3ddc Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. by mmentovai · 15 years ago
  31. ce9178a A better makefile for building the Linux client. by nealsid · 15 years ago
  32. b2bc3bc Issue 328 - should have constant for VC++ exceptions, and stringify in MinidumpProcessor::GetCrashReason by ted.mielczarek · 15 years ago
  33. c426b3d Breakpad: Don't use the deprecated __gnu_cxx::hash_map container. by jimblandy@gmail.com · 15 years ago
  34. ddd71b7 Fix text field resizing for 10.5+ SDK by stuartmorgan · 15 years ago
  35. ebe77d7 Provide a real std::string hash, not just a forward declaration for something by mmentovai · 15 years ago
  36. b0baafc Merge of Breakpad Chrome Linux fork by nealsid · 15 years ago
  37. 7c48629 Fix build errors with gcc 4.4. Patch by Silvius Rus <rus@google.com>. by mmentovai · 15 years ago
  38. d4a212a Linux dumper: fix comments in src/common/linux/module.h by jimblandy@gmail.com · 15 years ago
  39. eab03fd Linux dumper: Move the data structures representing the breakpad data into their own class. by jimblandy@gmail.com · 15 years ago
  40. f7cc9ef Add files left behind by previous commit. by jimblandy@gmail.com · 15 years ago
  41. 54bc5cf Linux dumper: Move STABS parsing into its own class. by jimblandy@gmail.com · 15 years ago
  42. 68c8481 Linux dumper: Make the 'name' field of FuncInfo a std::string instead of a char *. by jimblandy@gmail.com · 15 years ago
  43. 3c4de8e Linux dumper: Properly separate function names from STABS type data. by jimblandy@gmail.com · 15 years ago
  44. 15117f9 Linux dumper: Don't switch to wrong source file when starting new function. by jimblandy@gmail.com · 15 years ago
  45. f6c9815 Linux dumper: Delete non-functional stack parameter size computation. by jimblandy@gmail.com · 15 years ago
  46. 133c66c Linux dumper: Let LineInfo structures point directly to their SourceLineInfo structures by jimblandy@gmail.com · 15 years ago
  47. f3f7df3 Fix an INVALIDATE_ITERATOR defect reported by Coverity. by nealsid · 15 years ago
  48. 0d23e8c Linux dumper: Don't record file boundary addresses as null-name SourceFileInfoList entries. by jimblandy@gmail.com · 15 years ago
  49. e0a2512 Linux dumper: Use pointers to SourceFileInfo structures. by jimblandy@gmail.com · 15 years ago
  50. 4a6e708 Linux dumper: Use a sorted array of addresses in computing function and line sizes. by jimblandy@gmail.com · 15 years ago
  51. 7a5e320 Add tool dependencies to the 'Build All' target of Breakpad, so that everything can be built at once! by nealsid · 15 years ago
  52. 0eb3c6e Linux dumper: Correctly find boundary address when computing line and function sizes. by jimblandy@gmail.com · 15 years ago
  53. 1147cc4 The has_sol field of struct FuncInfo is unused. This patch removes it. by jimblandy@gmail.com · 15 years ago
  54. 53cb804 The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static. by jimblandy@gmail.com · 15 years ago
  55. 722afeb Use a std::map instead of a linear search to look up files for line records. by jimblandy@gmail.com · 15 years ago
  56. 515f92c Remove warnings about uninitialized fields. by jimblandy@gmail.com · 15 years ago
  57. 2273484 Port fixes from internal Google Breakpad to SVN. by nealsid · 15 years ago
  58. 23c364a Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 machines correctly, and process STABS/DWARF information in the same binary by nealsid · 15 years ago
  59. f4f249e Integration test for Windows exception handler/minidump generation. by nealsid · 15 years ago
  60. 6e525cb Add stack-dumping logic to crash_report with -t switch by nealsid · 15 years ago
  61. df55cf4 Updated google mock external revision so we can use their own tuple implementation, so we can compile test cases under vs 2005 by nealsid · 15 years ago
  62. 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
  63. ae4d837 Fix for crashs generation test app to not deadlock by nealsid · 15 years ago
  64. 1d8cba2 Fix build break in crash_report caused by my checkin that moved minidump processing error codes to a different namespace by nealsid · 15 years ago
  65. 61e88c7 issue 323 - OS X exception handler / minidump generator should set exception address correctly for EXC_BAD_ACCESS . r=nealsid at http://breakpad.appspot.com/15002 by ted.mielczarek · 15 years ago
  66. c52715f Fix for generating dumps on-demand to set the requesting thread to the current thread by nealsid · 15 years ago
  67. dae47f0 Support overriding makefile variables, changed defaults compilation flags. This patch from Jim Blandy was Merged with a previous change from nealsid to force 32-bit compilation even on 64-bit machines. by nealsid · 15 years ago
  68. 0eb52ff Use ctsdio streams for dump_syms for significant speedup. Also contains a makefile fix to build in 32-bit mode, even on 64-bit systems. by nealsid · 15 years ago
  69. 2eb356a Support custom URL parameters. Added unit tests for Breakpad. Added by nealsid · 15 years ago
  70. 1a99729 Removed logging init macro from minidump_processor_unittest, since with the Google Test integration, logging is handled through it's facilities by nealsid · 15 years ago
  71. e328c2d Updated autoconf build files, and fixed externals dependency at revision 158(current as of 5/28) by nealsid · 15 years ago
  72. b56cfa0 Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test by nealsid · 15 years ago
  73. aaecb48 Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy by ted.mielczarek · 15 years ago
  74. 2a78191 Show the reporter UI for Breakpad.framework regardless of whether continuing the crashed process succeeded (issue 319) by stuartmorgan · 15 years ago
  75. 2a46983 Fix up warnings when building http_upload.cc. Changed warning level to /W4, and also turned off deprecated 64-bit compatability warning flag(since some people are regularly building Breakpad in 64-bit mode, if we turn off this flag we get rid of a warning in 32 bit mode under VS2008) by nealsid · 15 years ago
  76. bec07f6 Patch from Jeremy to have better error reporting, and workaround a Cocoa bug in different locales by nealsid · 15 years ago
  77. fc26f4a Fix memory leak in test case when calling into basic source line resolver. by nealsid · 15 years ago
  78. dad1acc Deleting obsolete file(when I added DWARF support I had to make this a .MM but I forgot to delete the old file) by nealsid · 15 years ago
  79. f9c5540 Add a missing include (for gettimeofday) to Inspector.mm by stuartmorgan · 15 years ago
  80. 33e8fad Mac reporter improvements: by stuartmorgan · 15 years ago
  81. 73afbc7 Mac framework fixes: Propagate server type from plist, and fix precedence of defaults vs. plist by stuart.morgan · 15 years ago
  82. ed1f6e7 Code review issue 9002: Add paranoid logging to Inspector & Reporter by nealsid · 15 years ago
  83. e438d9c Add a parameter to control the Mac reporter timeout. by stuartmorgan · 15 years ago
  84. 1cb4ad7 Fix to support extensible parameter handling, and add process crashtime/uptime support by nealsid · 15 years ago
  85. 04a7df7 Give the Mac reporter app a localized name of 'Crash Reporter' by stuartmorgan · 15 years ago
  86. ad6543e Fix memory leak when using the basic source line resolver, plus the optimization to load using in-memory buffers. Moved from manually allocating/deallocating memory to using a scoped_array by nealsid · 15 years ago
  87. a0a0de3 Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed externals directory. by nealsid · 15 years ago
  88. ea78675 AppVerifier leak test fix for Windows 7. by doshimun · 16 years ago
  89. 841f5f7 Sender tweaks; strip whitespace from server-returned ID, and change the title of the dialog a bit. by stuart.morgan · 16 years ago
  90. 9290b70 Fix framework bundle ID and remove useless autogenerated InfoPlist.strings by stuart.morgan · 16 years ago
  91. 77d851c Fix my build break due to misnamed constant by nealsid · 16 years ago
  92. a3d4c97 Incorporate feedback from first Breakpad integration. by nealsid · 16 years ago
  93. 3ebdb1b Open sourcing the Breakpad framework from Google. by nealsid · 16 years ago
  94. 0abe34c issue 305 - breakpad Linux handler doesn't build with compiler built from latest GCC sources. Trivial patch by Jim Blandy by ted.mielczarek · 16 years ago
  95. a18f4f9 Removing SVN external of GOogle Toolbox for mac, since we only need a few files that don't change very often by nealsid · 16 years ago
  96. 3366749 Fix for issue 304: symupload needs to support timeout specifications(wininet can timeout when sending large symbol files). by nealsid · 16 years ago
  97. 2ad976e Fix for issues 296, 297. Various symbol supplier classes need to be updated with new overload('make check' was failing, as well as crash_report), and remove logging that was flooding output by nealsid · 16 years ago
  98. 02c244f Fix for issue 242, plus a redo of how old exception handlers are tracked, and called. by nealsid · 16 years ago
  99. 4af5fe0 Fix build breaks on Solaris using Sun Studio. by nealsid · 16 years ago
  100. e1a7efc See https://bugzilla.mozilla.org/show_bug.cgi?id=397200 by nealsid · 16 years ago