aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Allow the crash generation server to be initialized with a handle instead of...ted.mielczarek2012-07-164-4/+120
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-107-11/+103
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-092-2/+1
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+24
* Do not fail crash dump generation if handle operations tracing is not enabledmark@chromium.org2012-07-031-1/+2
* Allow the minidump writer to collect handle data so that resulting dump containsmark@chromium.org2012-07-031-13/+240
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-026-45/+141
* Change #imports that should have been #includes to #include.mark@chromium.org2012-07-021-6/+6
* Remove 1 static initializer.mark@chromium.org2012-07-021-1/+0
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2810-39/+47
* Fix Android build of client librarydigit@chromium.org2012-06-272-32/+7
* Fix a race condition in AutoCriticalSection.thestig@chromium.org2012-06-191-1/+1
* CrashGenerationServer's state machine can be invoked from both the applicationmark@chromium.org2012-06-123-50/+76
* Fix uploader so that it send the guid to the server.qsr@chromium.org2012-06-061-0/+1
* Initialize a CustomClientInfo variable. (Coverity)thestig@chromium.org2012-05-151-1/+1
* Increase kMinidumpFileLengthLimit from 800000 to 2MB.mark@chromium.org2012-05-151-1/+1
* Unprotect the allocator before trying to create a minidump from a signal.qsr@chromium.org2012-05-141-5/+13
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-5/+10
* Fix warning in r961 - C4800jessicag.feedback2012-05-071-1/+1
* wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org2012-05-035-4/+33
* Fix race in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-252-20/+29
* 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