| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add tool dependencies to the 'Build All' target of Breakpad, so that everythi... | nealsid | 2009-07-28 | 1 | -0/+151 |
* | Linux dumper: Correctly find boundary address when computing line and functio... | jimblandy@gmail.com | 2009-07-27 | 1 | -6/+10 |
* | The has_sol field of struct FuncInfo is unused. This patch removes it. | jimblandy@gmail.com | 2009-07-27 | 1 | -6/+0 |
* | The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static. | jimblandy@gmail.com | 2009-07-27 | 1 | -1/+1 |
* | Use a std::map instead of a linear search to look up files for line records. | jimblandy@gmail.com | 2009-07-27 | 1 | -15/+20 |
* | Remove warnings about uninitialized fields. | jimblandy@gmail.com | 2009-07-27 | 1 | -0/+3 |
* | Port fixes from internal Google Breakpad to SVN. | nealsid | 2009-07-21 | 12 | -52/+287 |
* | Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ... | nealsid | 2009-07-17 | 1 | -4/+11 |
* | Integration test for Windows exception handler/minidump generation. | nealsid | 2009-07-17 | 3 | -0/+440 |
* | Add stack-dumping logic to crash_report with -t switch | nealsid | 2009-07-02 | 3 | -5/+32 |
* | The symbol files necessary for the processor to walk stacks on Linux that hav... | nealsid | 2009-06-25 | 2 | -0/+6 |
* | Fix for crashs generation test app to not deadlock | nealsid | 2009-06-22 | 1 | -1/+2 |
* | Fix build break in crash_report caused by my checkin that moved minidump proc... | nealsid | 2009-06-16 | 1 | -1/+1 |
* | issue 323 - OS X exception handler / minidump generator should set exception ... | ted.mielczarek | 2009-06-12 | 8 | -11/+38 |
* | Fix for generating dumps on-demand to set the requesting thread to the curren... | nealsid | 2009-06-12 | 1 | -1/+1 |
* | Support overriding makefile variables, changed defaults compilation flags. T... | nealsid | 2009-06-05 | 1 | -6/+13 |
* | Use ctsdio streams for dump_syms for significant speedup. Also contains a ma... | nealsid | 2009-06-05 | 4 | -39/+28 |
* | Support custom URL parameters. Added unit tests for Breakpad. Added | nealsid | 2009-06-03 | 8 | -95/+481 |
* | Removed logging init macro from minidump_processor_unittest, since with the G... | nealsid | 2009-05-29 | 1 | -1/+0 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 6 | -118/+259 |
* | Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy | ted.mielczarek | 2009-05-28 | 1 | -0/+1 |
* | Show the reporter UI for Breakpad.framework regardless of whether continuing ... | stuartmorgan | 2009-05-28 | 2 | -3/+10 |
* | Fix up warnings when building http_upload.cc. Changed warning level to /W4, a... | nealsid | 2009-05-27 | 2 | -11/+13 |
* | Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ... | nealsid | 2009-05-15 | 2 | -16/+39 |
* | Fix memory leak in test case when calling into basic source line resolver. | nealsid | 2009-05-14 | 1 | -2/+6 |
* | Deleting obsolete file(when I added DWARF support I had to make this a .MM bu... | nealsid | 2009-05-12 | 1 | -142/+0 |
* | Add a missing include (for gettimeofday) to Inspector.mm | stuartmorgan | 2009-04-30 | 1 | -5/+6 |
* | Mac reporter improvements: | stuartmorgan | 2009-04-29 | 12 | -207/+380 |
* | Mac framework fixes: Propagate server type from plist, and fix precedence of ... | stuart.morgan | 2009-04-29 | 2 | -8/+9 |
* | Code review issue 9002: Add paranoid logging to Inspector & Reporter | nealsid | 2009-04-23 | 3 | -12/+61 |
* | Add a parameter to control the Mac reporter timeout. | stuartmorgan | 2009-04-22 | 3 | -11/+24 |
* | Fix to support extensible parameter handling, and add process crashtime/uptim... | nealsid | 2009-04-22 | 8 | -81/+217 |
* | Give the Mac reporter app a localized name of 'Crash Reporter' | stuartmorgan | 2009-04-22 | 3 | -5/+23 |
* | Fix memory leak when using the basic source line resolver, plus the optimizat... | nealsid | 2009-04-22 | 1 | -9/+11 |
* | Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e... | nealsid | 2009-04-21 | 3 | -13/+23 |
* | AppVerifier leak test fix for Windows 7. | doshimun | 2009-04-08 | 1 | -0/+2 |
* | Sender tweaks; strip whitespace from server-returned ID, and change the title... | stuart.morgan | 2009-04-07 | 3 | -6/+8 |
* | Fix framework bundle ID and remove useless autogenerated InfoPlist.strings | stuart.morgan | 2009-04-06 | 3 | -17/+5 |
* | Fix my build break due to misnamed constant | nealsid | 2009-04-06 | 1 | -1/+1 |
* | Incorporate feedback from first Breakpad integration. | nealsid | 2009-04-06 | 14 | -943/+205 |
* | Open sourcing the Breakpad framework from Google. | nealsid | 2009-04-01 | 49 | -22/+12695 |
* | issue 305 - breakpad Linux handler doesn't build with compiler built from lat... | ted.mielczarek | 2009-03-24 | 3 | -0/+3 |
* | Fix for issue 304: symupload needs to support timeout specifications(wininet ... | nealsid | 2009-03-20 | 4 | -8/+49 |
* | Fix for issues 296, 297. Various symbol supplier classes need to be updated w... | nealsid | 2009-02-27 | 7 | -11/+88 |
* | Fix for issue 242, plus a redo of how old exception handlers are tracked, and... | nealsid | 2009-02-26 | 3 | -22/+59 |
* | Fix build breaks on Solaris using Sun Studio. | nealsid | 2009-02-23 | 2 | -3/+12 |
* | See https://bugzilla.mozilla.org/show_bug.cgi?id=397200 | nealsid | 2009-02-22 | 1 | -3/+0 |
* | Issue 294: mmap error checking is not correct. | nealsid | 2009-02-22 | 4 | -4/+4 |
* | Modify symbol supplier interface to support an overload that takes a symbol d... | nealsid | 2009-02-19 | 7 | -40/+166 |
* | Issue 275: patch to include list of loaded modules in crash_report output | nealsid | 2009-02-10 | 1 | -0/+33 |