aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings related to unchecked return valuested.mielczarek2012-04-253-28/+43
* Reap child in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-251-0/+7
* Fix file descriptor leak in GetThreadInfoByIndexbenchan@chromium.org2012-04-181-0/+1
* Set limit on the number of custom client info entries that can be sent with a...cdn@chromium.org2012-04-171-0/+4
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-1310-22/+69
* Fix file descriptor leaks in ExternalDumper testted.mielczarek2012-04-111-0/+2
* Fixed "unused method" warning, reported by Xcode 4.2 on simulator.qsr@chromium.org2012-04-041-0/+2
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-036-28/+132
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-031-2/+0
* Fix several issues in linux_dumper_unittest_helperted.mielczarek@gmail.com2012-04-031-3/+6
* Fix for putting main module as first one in minidumpmkrebs@chromium.org2012-03-302-3/+53
* Fix one more -Wnull-conversion warning.mark@chromium.org2012-03-301-1/+2
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-302-2/+2
* Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org2012-03-221-0/+1
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-135-8/+391
* Change iOS implementation to not use exc_serverqsr@chromium.org2012-03-091-86/+89
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-093-10/+90
* 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