aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile bustage from issue 221ted.mielczarek2007-11-202-6/+8
* Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...luly812007-11-191-1/+2
* The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, sommentovai2007-11-131-3/+3
* Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...ted.mielczarek2007-11-022-2/+10
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-319-198/+793
* Fix warning regarding initialization order compared to definition ordermmentovai2007-10-221-1/+1
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-192-5/+24
* 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
* fix crash_report build due to link errorladderbreaker2007-09-291-0/+8
* 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-2817-15/+1046
* Fix compiler warning C4245: signed/unsigned mismatch when converting betweenmmentovai2007-09-281-1/+2
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-2615-40/+1023
* Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai2007-09-261-1/+2
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-268-4/+44
* Fix license boilerplate on these two files. Apparently these were missedmmentovai2007-09-262-20/+50
* Silences warning C4701: local variable 'claimed_size' may be used with outbryner2007-09-201-1/+1