index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
linux
/
crash_generation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux multiprocess crash reporter: use pipe instead of socketpair in the client
ted.mielczarek@gmail.com
2014-10-09
2
-9
/
+2
*
Remove workaround for Linux credential-passing bug
ted.mielczarek@gmail.com
2014-10-09
1
-127
/
+0
*
FD leaks and handle errors better.
rsesek@chromium.org
2014-05-06
1
-1
/
+3
*
Make the Linux CrashGenerationClient an interface.
rsesek@chromium.org
2014-05-05
2
-69
/
+76
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-6
/
+6
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-1
/
+1
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
1
-1
/
+1
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
2
-5
/
+11
*
Fix compilation of crash_generation_server.cc, and add it to the client libra...
ted.mielczarek@gmail.com
2012-09-17
1
-1
/
+1
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
1
-2
/
+5
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
2
-7
/
+9
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
1
-5
/
+4
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
1
-14
/
+16
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-1
/
+1
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
1
-1
/
+2
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
1
-1
/
+1
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
5
-5
/
+5
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
5
-0
/
+800