aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-173-117/+9
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-171-2/+2
* Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...ted.mielczarek@gmail.com2012-09-174-3/+29
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-1/+1
* Fix of a race condition during Crash Generation Server startupivan.penkov@gmail.com2012-09-071-3/+6
* Fix the Linux build on Ubuntu 12.04 LTSdigit@chromium.org2012-09-061-2/+2
* Fix README.ANDROID + formattingdigit@chromium.org2012-09-051-2/+2
* Properly redeliver (or don't) signals to the previous handlers.mark@chromium.org2012-09-043-72/+304
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-311-9/+3
* Fix minidump_writer_unittest on Androiddigit@chromium.org2012-08-301-4/+3
* Fix Linux/ARM GetInstructionPointer() in minidump_writer.ccdigit@chromium.org2012-08-301-1/+1
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-211-2/+2
* Improve Android supportdigit@chromium.org2012-08-217-245/+1
* Fix Android build.digit@chromium.org2012-08-202-2/+9
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-204-9/+39
* Fixing a Windows compiler warning in src/client/windows/crash_generation/mini...ivan.penkov@gmail.com2012-08-173-6/+4
* Fixing a race condition in the Crash Generation Server which has toivan.penkov@gmail.com2012-08-154-147/+179
* Make ExceptionHandler::HandleSignal() public.mark@chromium.org2012-08-102-0/+12
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-0910-407/+649
* Conditionally compiling a unittest - based on whether AddressSanitizer is used. ivan.penkov@gmail.com2012-08-061-0/+7
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-035-63/+67
* Android ucontext_t handling refinement.digit@chromium.org2012-08-011-13/+116
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-257-103/+11
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-249-301/+28
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-244-4/+120
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-244-120/+4
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-244-12/+20
* Fix a Windows compiler warning with a cast:mark@chromium.org2012-07-231-1/+1
* Ignore -Wdeprecated-declarations for bootstrap_create_service inmark@chromium.org2012-07-231-0/+3
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-202-76/+0
* Add a filter callback to CrashGenerationServer on macted.mielczarek2012-07-203-10/+76
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-199-28/+301
* 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