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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
6
-193
/
+10
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
4
-12
/
+20
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
2
-76
/
+0
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
6
-10
/
+193
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+24
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
6
-45
/
+141
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
10
-39
/
+47
*
Fix Android build of client library
digit@chromium.org
2012-06-27
2
-32
/
+7
*
Fix race in VerifyStackReadWithMultipleThreads
ted.mielczarek
2012-04-25
2
-20
/
+29
*
Fix compilation warnings related to unchecked return values
ted.mielczarek
2012-04-25
3
-28
/
+43
*
Reap child in VerifyStackReadWithMultipleThreads
ted.mielczarek
2012-04-25
1
-0
/
+7
*
Fix file descriptor leak in GetThreadInfoByIndex
benchan@chromium.org
2012-04-18
1
-0
/
+1
*
Fix file descriptor leaks in ExternalDumper test
ted.mielczarek
2012-04-11
1
-0
/
+2
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
6
-28
/
+132
*
Remove redundant include of CPP specific header files
ted.mielczarek@gmail.com
2012-04-03
1
-2
/
+0
*
Fix several issues in linux_dumper_unittest_helper
ted.mielczarek@gmail.com
2012-04-03
1
-3
/
+6
*
Fix for putting main module as first one in minidump
mkrebs@chromium.org
2012-03-30
2
-3
/
+53
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
1
-13
/
+5
*
Avoid setting an alternative stack for signals if there is already one
ted.mielczarek
2012-02-14
2
-8
/
+11
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
3
-4
/
+4
*
Use sys_prctl instead of prctl.
thestig@chromium.org
2012-01-24
1
-8
/
+5
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
10
-356
/
+1005
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
4
-88
/
+128
*
Send crash dumps to Google via HTTPS instead of HTTP, since they might
thestig@chromium.org
2012-01-04
1
-1
/
+1
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
4
-14
/
+12
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-16
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
2
-67
/
+61
*
Fix problem with not NULL terminating mapping name.
kmixter@chromium.org
2011-11-09
1
-1
/
+2
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
1
-2
/
+2
*
Fix an assertion encountered in UntypedMDRVA::Copy().
mmentovai
2011-07-01
1
-0
/
+9
*
Add some headers necessary to build the Linux client code with the Android ND...
ted.mielczarek@gmail.com
2011-05-31
2
-0
/
+3
*
Fix linux-gate handling in LinuxDumper so it gets a valid debug ID
ted.mielczarek
2011-05-06
2
-2
/
+92
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
4
-11
/
+15
*
Adding header files at the request of Chrome.
jessicag.feedback@gmail.com
2011-03-22
1
-0
/
+2
*
Add trusted check
jessicag.feedback@gmail.com
2011-03-22
1
-2
/
+7
*
Merge adjacent mappings with the same name into one module in LinuxDumper.
ted.mielczarek
2011-03-14
2
-23
/
+117
*
Updating to ints from unsigned ints so -1 will be an acceptable value.
jessicag.feedback@gmail.com
2011-03-03
3
-5
/
+4
*
Fix clang warning / miscompile.
mmentovai
2011-01-24
1
-2
/
+2
*
Fix compile by adding needed includes.
thestig@chromium.org
2011-01-12
1
-6
/
+11
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
10
-77
/
+616
*
Reuse code and fix inconsistent array boundaries.
kmixter@chromium.org
2010-12-08
3
-10
/
+8
*
Linux: Attempt to generate an ELF identifier for deleted running binaries.
thestig@chromium.org
2010-11-19
2
-15
/
+71
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
4
-149
/
+37
*
Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...
ted.mielczarek
2010-10-21
1
-8
/
+7
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
12
-24
/
+242
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
5
-7
/
+322
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
2
-2
/
+214
*
Fix compilation for minidump-2-core.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Add a free() to ExceptionHandlerTest.ChildCrash.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
7
-8
/
+8
[next]