aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix minidump generation from exception.qsr@chromium.org2013-05-032-9/+15
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-244-20/+17
* Improve ARM CPU info reporting.digit@chromium.org2013-04-246-126/+897
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-234-41/+143
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-1810-314/+29
* Add Android ifdef to fix issue 526ted.mielczarek@gmail.com2013-04-181-0/+2
* Fix missing result check in Mac exception handlerted.mielczarek@gmail.com2013-04-181-3/+7
* ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linuxted.mielczarek@gmail.com2013-04-161-0/+30
* Removing redundant calls to string::c_str().ivan.penkov@gmail.com2013-03-291-7/+7
* Get the complete linux gate mapping instead of only one pageted.mielczarek@gmail.com2013-03-291-3/+2
* Fix Windows unittest build on VC2012ted.mielczarek@gmail.com2013-03-291-2/+9
* Fix three unit tests on recent ARM devices.digit@chromium.org2013-03-211-0/+24
* Linux MinidumpWriter should properly set number_of_processors on ARMted.mielczarek@gmail.com2013-03-121-0/+4
* Remove "library" variableted.mielczarek@gmail.com2013-03-071-9/+1
* Make OOP mac crashreporting exit after writing dumpted.mielczarek@gmail.com2013-03-061-1/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-0619-112/+113
* size_limit_ member of minidump_descriptor ignored in copy constructorted.mielczarek@gmail.com2013-02-142-2/+4
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-011-1/+1
* Add API to find out if there is crash reports to send to the server.qsr@chromium.org2013-02-012-0/+10
* Remove a call to new[] from WriteDSODebugStreamted.mielczarek@gmail.com2013-01-311-4/+3
* Fix remaining processor/scoped_ptr.h references for reals.thestig@chromium.org2013-01-221-1/+1
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-223-3/+3
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-194-6/+6
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-177-7/+7
* ExceptionHandler::HandleSignalmark@chromium.org2013-01-141-2/+5
* Fix typo.qsr@chromium.org2012-12-171-2/+2
* Updating BreakpadController to allow start and stop being nop.qsr@chromium.org2012-12-171-4/+5
* Fix minidump size limit used for MinidumpSizeLimit unittestmkrebs@chromium.org2012-12-121-4/+25
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-113-10/+48
* Explicitly include unistd.h for getpagesize().mark@chromium.org2012-12-071-0/+1
* Add assertion on initialization sequence.qsr@chromium.org2012-11-282-0/+24
* Fix unused variable warning in optimized build (fix proveded by Matthew Riley)ivan.penkov@gmail.com2012-11-211-2/+3
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-217-36/+40
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-155-17/+266
* Fix assertion failure in WriteMappings() for zero modulesmkrebs@chromium.org2012-11-141-2/+9
* Fix typo from r1079.thestig@chromium.org2012-11-131-1/+1
* Linux: Avoid truncating the vendor id.thestig@chromium.org2012-11-091-5/+3
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18
* SuspendThread returns a DWORD value, so checking the return value with ">= 0"ivan.penkov@gmail.com2012-11-011-3/+6
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-198-16/+449
* Fix some compiler errors in exception_handler_unittest by casting like crazyted.mielczarek@gmail.com2012-10-151-2/+4
* Make Linux signal handler more robust.digit@chromium.org2012-10-092-0/+60
* Fix the Android unit tests.digit@chromium.org2012-10-091-4/+0
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-087-36/+137
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-3/+5
* Fix an analyzer warning due to value assigned but not used.kenbongort@gmail.com2012-10-031-2/+0
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-031-0/+12
* Fix merge error from r1055ted.mielczarek@gmail.com2012-10-021-1/+0
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-022-10/+11
* Fix the Linux build with clang.thestig@chromium.org2012-09-261-0/+1