| Commit message (Expand) | Author | Age | Files | Lines |
* | Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ... | ted.mielczarek | 2009-12-14 | 1 | -0/+15 |
* | Fix some build warnings | nealsid | 2009-12-10 | 2 | -2/+2 |
* | remove trailing comma from enum definition to make it compile with -pedantic | ted.mielczarek | 2009-12-03 | 1 | -1/+1 |
* | remove empty file, leftover from r384 | ted.mielczarek | 2009-12-03 | 1 | -0/+0 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 4 | -13/+19 |
* | Forward exceptions in child processes to Apple's Crash Reporter | nealsid | 2009-11-18 | 1 | -0/+3 |
* | Always export catch_exception_raise. | mmentovai | 2009-11-11 | 1 | -1/+4 |
* | Allow the Breakpad Mac framework to be built without -fexceptions. | mmentovai | 2009-10-15 | 1 | -51/+45 |
* | Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br... | ted.mielczarek | 2009-09-30 | 2 | -18/+5 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 3 | -9/+161 |
* | Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. | mmentovai | 2009-09-28 | 1 | -6/+8 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 2 | -45/+51 |
* | Fix text field resizing for 10.5+ SDK | stuartmorgan | 2009-08-28 | 1 | -1/+4 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 20 | -2194/+2687 |
* | Fix an INVALIDATE_ITERATOR defect reported by Coverity. | nealsid | 2009-07-30 | 1 | -5/+5 |
* | Add tool dependencies to the 'Build All' target of Breakpad, so that everythi... | nealsid | 2009-07-28 | 1 | -0/+151 |
* | Port fixes from internal Google Breakpad to SVN. | nealsid | 2009-07-21 | 12 | -52/+287 |
* | Integration test for Windows exception handler/minidump generation. | nealsid | 2009-07-17 | 3 | -0/+440 |
* | 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 |
* | 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 custom URL parameters. Added unit tests for Breakpad. Added | nealsid | 2009-06-03 | 8 | -95/+481 |
* | 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 | 1 | -2/+2 |
* | Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ... | nealsid | 2009-05-15 | 2 | -16/+39 |
* | 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 |
* | 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 | 13 | -942/+204 |
* | Open sourcing the Breakpad framework from Google. | nealsid | 2009-04-01 | 39 | -22/+9182 |
* | issue 305 - breakpad Linux handler doesn't build with compiler built from lat... | ted.mielczarek | 2009-03-24 | 2 | -0/+2 |
* | Fix for issue 304: symupload needs to support timeout specifications(wininet ... | nealsid | 2009-03-20 | 1 | -1/+1 |
* | Fix for issue 242, plus a redo of how old exception handlers are tracked, and... | nealsid | 2009-02-26 | 3 | -22/+59 |
* | Reinstnate the call to TerminateThread inside ExceptionHandler destructor and... | doshimun | 2009-01-20 | 1 | -1/+10 |
* | Fix an AppVerifier STOP in OOP server code. In the destructor of | doshimun | 2009-01-16 | 2 | -1/+22 |
* | Fix some typos in comments. | doshimun | 2009-01-14 | 1 | -4/+4 |
* | Minor fixes to windows exception handler. | doshimun | 2009-01-14 | 2 | -15/+55 |
* | New test data to reflect Ted's changes that add function parameters to symbol... | nealsid | 2008-12-19 | 1 | -3318/+3457 |
* | ExceptionHandler class is not handling initialization errors, such as the | mmentovai | 2008-12-03 | 1 | -8/+28 |
* | Added some sanity checks when iterating over threads in a crashed process. In... | nealsid | 2008-11-19 | 1 | -22/+47 |