aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/crash_generation
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* crash_generation: fix bad call to closeMike Frysinger2016-12-091-1/+1
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Linux multiprocess crash reporter: use pipe instead of socketpair in the clientted.mielczarek@gmail.com2014-10-092-9/+2
* Remove workaround for Linux credential-passing bugted.mielczarek@gmail.com2014-10-091-127/+0
* FD leaks and handle errors better.rsesek@chromium.org2014-05-061-1/+3
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-052-69/+76
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-6/+6
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-021-1/+1
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-182-5/+11
* Fix compilation of crash_generation_server.cc, and add it to the client libra...ted.mielczarek@gmail.com2012-09-171-1/+1
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-241-2/+5
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-282-7/+9
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-5/+4
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-14/+16
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Changes to fix build warnings on newer versions of GCC, and a fix to not try ...nealsid2010-05-101-1/+2
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-1/+1
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-095-5/+5
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-055-0/+800