aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-225-94/+160
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-142-29/+55
* Fix warning when converting int to boolnealsid2008-10-101-1/+1
* fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJted.mielczarek2008-10-101-1/+1
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-086-1/+5456
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56
* Now we provide our own implementation of the MIG function exc_server, as reco...nealsid2008-07-114-0/+2083
* In the destructor of ClientInfo, currently the wait on the clent_crashed_even...doshimun2008-06-091-10/+10
* Client process uptime is a very useful metric for crashes. Instead of each cl...doshimun2008-06-062-3/+42
* Fix the following bug:doshimun2008-06-051-1/+1
* Filter out duplicates from the image list when creating a minidump. See issu...nealsid2008-06-042-0/+13
* Set the dump thread id and the requesting thread id properties of MDRawBreakp...doshimun2008-05-311-5/+9
* Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...doshimun2008-05-152-2/+2
* Fix to stop unit tests from being compiled & run for non-native architecturesnealsid2008-05-081-4/+1
* Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...doshimun2008-05-085-7/+16
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-074-21/+25
* Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...nealsid2008-05-072-5/+4
* Add a convenience method to CustomClientInfo struct to set both name and valu...doshimun2008-05-051-0/+5
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-0510-25/+187
* Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...nealsid2008-05-054-140/+21
* Style changesnealsid2008-04-302-4/+3
* Updated code to be compliant with style guidelinesnealsid2008-04-299-70/+185
* Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid2008-04-2512-157/+429
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-175-10/+27
* Fix a bug in start address calculationnealsid2008-04-171-1/+1
* As part of resolving issue 256 I'd like to check in some unitnealsid2008-04-156-5/+426
* Issue 254: The problem is that nlist() is compiled out of libc innealsid2008-04-125-9/+452
* Add a parameter to CrashGenerationServer to let the callers set thedoshimun2008-04-123-2/+13
* Some cosmetic/style changes to conform to style guidelines. This timedoshimun2008-04-082-23/+23
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-0725-4873/+4873
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-045-192/+371
* Minor style changes to comply with Google style guidelines.doshimun2008-04-034-34/+39
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-187-284/+539
* TO BE REVIEWED.doshimun@gmail.com2008-03-113-4/+15
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-105-11/+324
* Overview:doshimun@gmail.com2008-03-0827-178/+4227
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-243-0/+3
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-282-10/+32
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-182-3/+18
* Remove assertion for a variable that doesn't exist. Patch by Alfred Pengmmentovai2007-10-151-1/+0
* Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.mmentovai2007-10-101-0/+2
* Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patchmmentovai2007-09-281-1/+1
* Assertion in CrashReportSender (windows) when no checkpoint file is desiredmmentovai2007-09-281-0/+3
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-282-1/+2
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-264-18/+101
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-14/+52
* Issue 209: Reviewer waylonisladderbreaker2007-09-191-1/+1
* Issue203 : reviewed by Waylonisladderbreaker2007-08-291-7/+24
* Issue 202: reviewed by Waylonisladderbreaker2007-08-273-0/+207
* Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...mmentovai2007-08-171-0/+6