aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-10/+63
* Solaris port of minidump generator. Port by Alfred Peng. r=memmentovai2007-08-079-0/+1845
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-052-3/+3
* issue 194: reviewed by waylonisladderbreaker2007-07-031-2/+3
* These should be int to allow them to be ORed together. Ted, please review.mmentovai2007-07-022-3/+3
* Allow finer control over installed handler types (#193). r=ted.mielczarekmmentovai2007-07-022-27/+50
* Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul...ted.mielczarek2007-07-022-2/+1
* Add an API to pass exception information into the handler (#192).mmentovai2007-07-022-1/+9
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-117-25/+87
* Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera...ted.mielczarek2007-05-311-1/+30