aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
...
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-034-9/+6
* Re-enable ios_exception_minidump_generator being built on non-ARM.blundell@chromium.org2013-12-021-5/+9
* In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...qsr@chromium.org2013-11-261-2/+1
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-2110-62/+276
* Provide BreakpadGetCrashReportCount() and -[BreakpadControllermark@chromium.org2013-11-204-10/+30
* Allow SIGABRT to abort the program.thestig@chromium.org2013-11-071-2/+3
* NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)mark@chromium.org2013-11-051-12/+12
* increase exception handler stack size for dumping threadvapier@chromium.org2013-10-231-1/+3
* Remove define of mach_vm_region from mach_vm_compatibility.h.qsr@chromium.org2013-10-171-1/+0
* Remove unittest from sources list of iOS client xcodeproj.qsr@chromium.org2013-10-151-2/+2
* Fix missing include in ios_exception_minidump_generator.mm.qsr@chromium.org2013-10-111-0/+2
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-252-1/+10
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-1110-27/+163
* Update to build against the latest revision of linux_syscall_support.hmseaborn@chromium.org2013-09-051-3/+3
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-143-8/+53
* Fix a memory leak, using stringWithUTF8String instead.yuwu@google.com2013-07-171-1/+1
* Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...yuwu@google.com2013-07-151-2/+5
* Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.thestig@chromium.org2013-07-021-1/+5
* Fix Android build more.thestig@chromium.org2013-07-011-0/+2
* Fix a clang warning.mark@chromium.org2013-06-271-5/+7
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-062-21/+64
* Make all linux ptrace dumper tests use a subprocessted.mielczarek@gmail.com2013-06-061-191/+203
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-048-67/+74
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-212-9/+16
* Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com2013-05-204-4/+17
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-172-4/+4
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* 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