aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some linux libc calls from client library.digit@chromium.org2012-08-011-0/+228
* 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-258-108/+12
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-2410-305/+29
* 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-246-13/+61
* 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
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-205-80/+29
* 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-1910-29/+305
* Add some more DWARF ARM register numbers to the DWARF CFI register mapsted.mielczarek2012-07-182-5/+28
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-185-253/+371
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-183-104/+204
* 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-108-12/+108
* Fix compilation for iOS on XCode 4.5qsr@chromium.org2012-07-092-2/+1
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-045-1/+38
* 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-0216-120/+235
* 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
* Fixing a mem leak in test codeivan.penkov@gmail.com2012-06-294-9/+26
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-28103-384/+520
* 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
* This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com2012-06-128-306/+559
* 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
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-244-3/+24
* 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
* Fixing HTTPMultipartUpload.qsr@chromium.org2012-05-151-2/+2
* 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-112-6/+14
* 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
* In the AMD64 stackwalker, use heuristics to provide %rbp more often, asjimblandy2012-04-252-14/+110
* Fix race in VerifyStackReadWithMultipleThreadsted.mielczarek2012-04-252-20/+29
* Fix compiler warning from format stringted.mielczarek2012-04-251-1/+1
* 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
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4