aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Zero out the entire context on MD5_Final, not just the number of bytes in amark@chromium.org2011-08-111-1/+1
* Remove a bogus const.mark@chromium.org2011-08-101-1/+1
* Fix a typo in r817ted.mielczarek2011-07-271-1/+1
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-277-77/+51
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-263-3/+6
* Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...ted.mielczarek@gmail.com2011-07-262-1/+22
* Fix a sizeof(pointer) vs sizeof(pointee) issue caught by client.jessicag.feedback@gmail.com2011-07-211-1/+1
* Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek2011-07-211-1/+0
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-0713-3520/+0
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-0614-228/+889
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-064-5/+710
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Delete OS failing test cases and note failure in relevant .h file.jessicag.feedback@gmail.com2011-06-212-36/+27
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-312-0/+3
* Fix null derefs in x86 dissasembler code.cdn@chromium.org2011-05-121-2/+2
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-264-12/+18
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-052-5/+68
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-304-11/+15
* Adding header files at the request of Chrome.jessicag.feedback@gmail.com2011-03-221-0/+2
* Add trusted checkjessicag.feedback@gmail.com2011-03-221-2/+7
* Issue 417: update unit tests after adding unnamed function detectionjimblandy2011-03-141-2/+2
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-142-23/+117
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-115-3/+48
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-049-11/+270
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* Fix compiler warning.jessicag.feedback@gmail.com2011-03-011-1/+4
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-286-457/+57
* Fix breakpad compilation on ubuntu 10.10.mmentovai2011-02-181-0/+1
* enable writing INFO CODE_ID line in symbol filested.mielczarek2011-02-151-3/+1
* Fix printing of x86_64 registers from minidump_stackwalkted.mielczarek2011-02-141-15/+35
* Dump MD_LINUX_MAPS from minidump_dumpted.mielczarek2011-01-281-0/+4
* Expose actual instruction from DisassemblerX86ted.mielczarek2011-01-262-0/+12
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* Add missing constructor to CPPLanguage class to make it compile with CLang.ted.mielczarek2011-01-251-0/+1
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-253-3/+416
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-244-4/+77
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-247-13/+75
* Fix clang warning / miscompile.mmentovai2011-01-241-2/+2
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-134-0/+400
* Add structure definitions for the memory info list, as well as some other new...ted.mielczarek2011-01-131-2/+73
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* Fix review comment that I missed.ted.mielczarek2011-01-111-2/+2
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-114-5/+29
* Fixing typos that will soon be gyp errors.thestig@chromium.org2011-01-111-1/+1
* Make localization resizing of Mac uploader email line more robust. Review URL...stuart.morgan2011-01-051-5/+18
* Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan2010-12-172-1/+31
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-168-117/+346
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-1510-622/+1231