aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change an always true comparison to another conditional. Sincemark@chromium.org2012-09-171-1/+1
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-176-119/+56
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-174-34/+38
* 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 processor to build with clangted.mielczarek@gmail.com2012-09-101-1/+1
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-102-64/+63
* Use sys_fstat64 on Androidted.mielczarek@gmail.com2012-09-101-4/+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-316-15/+342
* 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 Breakpad unit tests build for Android.digit@chromium.org2012-08-237-0/+280
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-212-5/+50
* Improve Android supportdigit@chromium.org2012-08-2116-81/+678
* 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-205-17/+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
* Fix narrowing conversion from -1 to size_tjessicag.feedback2012-08-141-4/+4
* 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-0911-408/+650
* Clean up warnings about narrowing conversionjessicag.feedback2012-08-071-4/+4
* Prepending file names with "src/" in #include directives is undesirable.ivan.penkov@gmail.com2012-08-061-1/+1
* 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-037-175/+134
* 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