aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Removing breakpad_exc_server and all references.qsr@chromium.org2012-03-083-2085/+2
* Correct various compilation warnings.qsr@chromium.org2012-03-073-16/+17
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-023-11/+17
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-231-13/+5
* Move away from the 10.4 SDK.mark@chromium.org2012-02-211-3/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-213-9/+29
* Avoid setting an alternative stack for signals if there is already oneted.mielczarek2012-02-142-8/+11
* Add missing include.qsr@chromium.org2012-02-141-0/+1
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-145-7/+312
* createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org2012-02-091-45/+4
* Fix clang warning about format string.mark@chromium.org2012-02-091-1/+1
* NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.mark@chromium.org2012-02-061-8/+9
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-273-4/+4
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-262-4/+4
* Use sys_prctl instead of prctl.thestig@chromium.org2012-01-241-8/+5
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-1910-356/+1005
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-114-88/+128
* Send crash dumps to Google via HTTPS instead of HTTP, since they mightthestig@chromium.org2012-01-041-1/+1
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-214-14/+12
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-16/+5
* Add API on iOS to generate dump on demand.qsr@chromium.org2011-12-092-2/+66
* Fix a missed include path change from r889. (r=qsr in person)stuartmorgan2011-12-021-1/+1
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-2813-208/+4
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-238-8/+562
* Correct compilation warning.qsr@chromium.org2011-11-236-185/+109
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-183-18/+17
* 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
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@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-202-7/+25
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-2016-0/+0
* Breakpad implementation for ios.qsr@chromium.org2011-10-123-0/+890
* 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