aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-0821-31/+8525
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56
* Include what you use: include <algorithm> and <string.h> as needed. Patch bymmentovai2008-09-152-0/+2
* Log a failure message in case of LOCATE_NOT_FOUND error.doshimun2008-07-301-0/+6
* 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
* Modified symupload to correctly handle spaces in module names when processing...nealsid2008-06-051-3/+18
* 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
* Fix to ignore source files that have a text address of 0 in their stabs entrynealsid2008-05-191-0/+10
* Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...doshimun2008-05-152-2/+2
* 64-bit processor can't handle 32-bit ppc minidumps due to struct paddingmmentovai2008-05-141-0/+7
* 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-0729-27796/+27796
* Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai2008-04-042-6/+13
* 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-1811-334/+687
* Issue 245: refactoring minidump_format.h into architecture & platform specifi...nealsid2008-03-1710-706/+1321
* 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-106-12/+325
* Overview:doshimun@gmail.com2008-03-0827-178/+4227
* Use "%" PRIx64 instead of "%llx" for 64-bit portability.bryner2008-03-041-2/+2
* Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai.bryner2008-03-041-0/+2
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-255-83/+94
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-245-0/+6
* Use swprintf_s for VC8 or newer. r=mentoted.mielczarek2008-02-041-0/+4
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-283-12/+33
* Fix issue 235, properly handling included(inlined) code.luly812007-12-131-53/+157
* Issue 224 - add Tell method to Minidump class. r=mentoted.mielczarek2007-12-041-0/+3
* slight fixup from issue 225ted.mielczarek2007-12-031-1/+1
* fix Mac build by adding stackwalker_amd64.cc to projectladderbreaker2007-11-211-0/+8
* Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek2007-11-202-56/+90