aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments and parameter names.jimblandy2011-11-232-4/+5
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-239-9/+564
* Correct compilation warning.qsr@chromium.org2011-11-238-133/+157
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-1810-38/+41
* Correct bug introduced by last commit: Interface on Breakpad is incorrect.qsr@chromium.org2011-11-162-6/+8
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-165-106/+178
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-142-2/+8
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-1113-4/+208
* Correct leak.qsr@chromium.org2011-11-101-2/+2
* Fix problem with not NULL terminating mapping name.kmixter@chromium.org2011-11-091-1/+2
* Add mach_vm_deallocate to the set of function not available on iOS5.qsr@chromium.org2011-10-241-0/+1
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-245-15/+56
* Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessarymark@chromium.org2011-10-221-1/+1
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-206-30/+127
* Correct incorrect bounds checking.qsr@chromium.org2011-10-201-2/+2
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-206-31/+102
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-2016-0/+0
* Changing declaration order of field to correct compilation warnings.qsr@chromium.org2011-10-181-4/+4
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-175-4/+26
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-175-30/+280
* Breakpad implementation for ios.qsr@chromium.org2011-10-123-0/+890
* Handling reading arm executable.qsr@chromium.org2011-10-121-0/+6
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Additional fixes following r862.mark@chromium.org2011-10-112-31/+34
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-115-40/+41
* Fix harmless warning in dwarf_cfi_to_module.cc.mark@chromium.org2011-10-111-1/+1
* Fix harmless printf abuse in symupload.mark@chromium.org2011-10-111-1/+2
* 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-115-1/+18
* Use right header.qsr@chromium.org2011-10-101-1/+1
* 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-107-227/+328
* #ifdef cpu specific code.qsr@chromium.org2011-10-076-9/+160
* 10.4 SDK fixmark@chromium.org2011-10-063-1/+21
* Adding svn:ignore properties for .deps and .dirstampqsr@chromium.org2011-10-061-0/+0
* 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-293-18/+13
* 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-276-978/+978
* Fix totally busted-up project file that was, for the most part, wrong formark@chromium.org2011-09-271-9/+65
* Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm followingmark@chromium.org2011-09-271-1/+1
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-1410-127/+213
* Remove javascript_engine GYP variable.mihaip@chromium.org2011-09-131-5/+1