aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0
* Adding missing method.qsr@chromium.org2011-10-111-0/+5
* #include BreakpadDefines.h as "BreakpadDefines.h" and notmark@chromium.org2011-10-111-1/+1
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-119-65/+98
* Handle ios dump.qsr@chromium.org2011-10-111-0/+4
* Extract the uploader process from crash_report_senderqsr@chromium.org2011-10-105-570/+695
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-105-224/+325
* #ifdef cpu specific code.qsr@chromium.org2011-10-076-9/+160
* 10.4 SDK fixmark@chromium.org2011-10-063-1/+21
* Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org2011-10-054-15/+25
* Ensure crash reports will be uploaded on the Mac.mark@chromium.org2011-10-053-2/+74
* Use a bootstrap subset port for the inspector, tying the subset to themark@chromium.org2011-10-031-10/+26
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-292-17/+11
* Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. Thismark@chromium.org2011-09-281-23/+23
* Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.stringsmark@chromium.org2011-09-271-1/+1
* Fix some newlines.mark@chromium.org2011-09-275-977/+977
* Fix totally busted-up project file that was, for the most part, wrong formark@chromium.org2011-09-271-9/+65
* Remove javascript_engine GYP variable.mihaip@chromium.org2011-09-131-5/+1
* Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is inmark@chromium.org2011-08-261-0/+8
* Add missing (parentehses.)mark@chromium.org2011-08-261-1/+1
* Fix CalculateStackSize to behave properly when the main thread's stack ismark@chromium.org2011-08-252-27/+32
* The process_id field is unsigned, so we need this cast in c++0x.mark@chromium.org2011-08-111-1/+2
* The first field in a MDLocationDescriptor is a u_int32_t, so change this castmark@chromium.org2011-08-111-1/+2
* Fix clang warnings.mark@chromium.org2011-08-113-4/+4
* 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-271-12/+12
* 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 an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-312-0/+3
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* 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
* 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
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* 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 clang warning / miscompile.mmentovai2011-01-241-2/+2
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* 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-159-621/+1230
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-153-36/+123
* issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...ted.mielczarek@gmail.com2010-12-152-6/+14