| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Undo suspend/resume feature since it was meant as a workaround to a bug in ho... | nealsid | 2008-10-27 | 2 | -61/+20 |
* | Issue 181: Add version info for Mac OS X modules. Found by iterating over lo... | nealsid | 2008-10-22 | 5 | -94/+160 |
* | Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Li | ted.mielczarek | 2008-10-14 | 2 | -29/+55 |
* | Fix warning when converting int to bool | nealsid | 2008-10-10 | 1 | -1/+1 |
* | fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ | ted.mielczarek | 2008-10-10 | 1 | -1/+1 |
* | Added DWARF support to Breakpad client. Thanks to Google for open sourcing t... | nealsid | 2008-10-08 | 6 | -1/+5456 |
* | Generate Windows full memory dumps as a separate file. Patch by Huan Ren | mmentovai | 2008-09-16 | 1 | -7/+56 |
* | Now we provide our own implementation of the MIG function exc_server, as reco... | nealsid | 2008-07-11 | 4 | -0/+2083 |
* | In the destructor of ClientInfo, currently the wait on the clent_crashed_even... | doshimun | 2008-06-09 | 1 | -10/+10 |
* | Client process uptime is a very useful metric for crashes. Instead of each cl... | doshimun | 2008-06-06 | 2 | -3/+42 |
* | Fix the following bug: | doshimun | 2008-06-05 | 1 | -1/+1 |
* | Filter out duplicates from the image list when creating a minidump. See issu... | nealsid | 2008-06-04 | 2 | -0/+13 |
* | Set the dump thread id and the requesting thread id properties of MDRawBreakp... | doshimun | 2008-05-31 | 1 | -5/+9 |
* | Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:... | doshimun | 2008-05-15 | 2 | -2/+2 |
* | Fix to stop unit tests from being compiled & run for non-native architectures | nealsid | 2008-05-08 | 1 | -4/+1 |
* | Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-... | doshimun | 2008-05-08 | 5 | -7/+16 |
* | Some style guide compliance changes and changed the prototype of the method t... | doshimun | 2008-05-07 | 4 | -21/+25 |
* | Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp... | nealsid | 2008-05-07 | 2 | -5/+4 |
* | Add a convenience method to CustomClientInfo struct to set both name and valu... | doshimun | 2008-05-05 | 1 | -0/+5 |
* | Add a way for the client apps to specify custom information in case of out-of... | doshimun | 2008-05-05 | 10 | -25/+187 |
* | Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi... | nealsid | 2008-05-05 | 4 | -140/+21 |
* | Style changes | nealsid | 2008-04-30 | 2 | -4/+3 |
* | Updated code to be compliant with style guidelines | nealsid | 2008-04-29 | 9 | -70/+185 |
* | Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren... | nealsid | 2008-04-25 | 12 | -157/+429 |
* | Add one more parameter to the ClientDumpRequestCallback in crash generation s... | doshimun | 2008-04-17 | 5 | -10/+27 |