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
...
*
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
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-1
/
+1
*
Allow Linux dumper to work on PTRACE-hardened kernels
ted.mielczarek
2010-08-27
2
-0
/
+69
*
Clean up old glog code and move deps to new reference in third_party.
jessicag.feedback@gmail.com
2010-08-19
1
-1
/
+1
*
When done with crash-dumping, we need to terminate the application. Calling
thestig@chromium.org
2010-08-17
1
-8
/
+20
*
remove trailing comma that makes gcc -pedantic unhappy
ted.mielczarek
2010-08-16
1
-1
/
+1
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
3
-31
/
+293
*
Miscellaneous improvements to minidump-2-core.
thestig@chromium.org
2010-08-14
1
-0
/
+74
*
Remove LOG statements from linux utilities so there's no dependency on log li...
nealsid
2010-05-27
1
-2
/
+4
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
3
-2
/
+20
*
[ Mistakenly committed older version of patch. This is the right one. ]
jimblandy
2010-03-29
1
-3
/
+3
*
Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.
jimblandy
2010-03-29
2
-10
/
+19
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
11
-83
/
+290
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
9
-9
/
+9
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
10
-40
/
+878
[prev]
[next]