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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of Extend mapping merge to include reserved but unused mappings. (http...
Primiano Tucci
2016-04-28
1
-18
/
+0
*
Remove GTM_ENABLE_LEAKS and GTMGarbageCollection
Dave MacLachlan
2016-04-21
1
-2
/
+0
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
7
-91
/
+119
*
Don't merge the mappings if their exec bit are different.
Primiano Tucci
2016-03-08
1
-1
/
+2
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
7
-35
/
+58
*
Ensure Linux minidump writer flushes minidump header early.
Ted Mielczarek
2016-02-12
1
-11
/
+18
*
Fix usage of deprecated function CFPropertyListCreateFromXMLData.
Sylvain Defresne
2016-02-08
1
-3
/
+3
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
4
-0
/
+24
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2016-01-31
1
-6
/
+19
*
Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."
Olivier Robin
2016-01-21
1
-3
/
+3
*
Fix compilation of breakpad on Linux.
Sylvain Defresne
2016-01-08
1
-2
/
+2
*
Fix deprecatation warning when building for recent SDKs on iOS/OS X.
Sylvain Defresne
2016-01-07
1
-3
/
+3
*
Use range-based for loops in linux/minidump_writer/minidump_writer.cc.
Lei Zhang
2016-01-07
1
-45
/
+32
*
Avoid comparing size_t to be < 0 on AArch64.
Lei Zhang
2016-01-06
1
-2
/
+2
*
Fix -Wunused-function warnings in ASAN builds.
Lei Zhang
2015-12-30
1
-6
/
+2
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-6
/
+2
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2015-12-18
1
-12
/
+19
*
Fix file descriptor leaks in linux CrashGenerationServer
Mike Frysinger
2015-11-11
1
-0
/
+3
*
Android: Workaround for ftruncate() issues.
Lei Zhang
2015-11-05
1
-3
/
+69
*
Only release current_breakpad_ if it is defined.
Benjamin Lerman
2015-10-14
1
-1
/
+1
*
Fix Windows crash_generation_server for debug builds without -D_DEBUG
Ted Mielczarek
2015-10-07
1
-1
/
+1
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
2
-4
/
+4
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
3
-5
/
+5
*
Add GPU fingerprint information to breakpad microdumps.
Primiano Tucci
2015-09-28
7
-81
/
+164
*
Linux ExceptionHandler: don't allocate the CrashContext on the stack
Primiano Tucci
2015-09-22
1
-15
/
+27
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
4
-214
/
+0
*
[microdump] Move microdump writes to the crash ring-buffer log
primiano@chromium.org
2015-08-17
4
-3
/
+60
*
[microdump] Fix hw architecture indication in build fingerprint line
primiano@chromium.org
2015-08-17
2
-15
/
+60
*
Fix breakpad for arm on arm64
cjhopman@chromium.org
2015-08-05
1
-0
/
+6
*
add aarch64 support to minidump-2-core
vapier@chromium.org
2015-07-20
1
-3
/
+3
*
tests: InstructionPointerMemoryNullPointer: make it work under llvm
vapier@chromium.org
2015-07-20
2
-2
/
+9
*
Fix -Wreorder warnings in the Windows code.
wfh@chromium.org
2015-07-10
3
-14
/
+14
*
Default nil or empty version string to CFBundleVersion
changluo@google.com
2015-07-10
1
-1
/
+1
*
Adjust breakpad module size to match adjusted start_addr.
rmcilroy@chromium.org
2015-06-30
1
-4
/
+9
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
4
-2
/
+192
*
[microdump] Add build fingerprint and product info metadata.
primiano@chromium.org
2015-05-15
6
-50
/
+163
*
Fix signal propagation logic for Linux/Android exception handler.
primiano@chromium.org
2015-04-30
1
-1
/
+2
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
5
-48
/
+97
*
Fix call to rt_sigaction
cjhopman@chromium.org
2015-04-15
1
-4
/
+4
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
5
-3
/
+21
*
Use __NR_rt_sigaction instead of __NR_sigaction
mark@chromium.org
2015-04-13
1
-1
/
+1
*
Workaround Android sigaction bug
mark@chromium.org
2015-04-10
1
-3
/
+21
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
5
-16
/
+16
*
Fix compatibility with Android NDK r10d.
primiano@chromium.org
2015-03-16
1
-15
/
+0
*
Make breakpad compatible with Android NDK r10d.
primiano@chromium.org
2015-03-10
2
-5
/
+16
*
Microdump writer: stop using new/malloc in compromised context
primiano@chromium.org
2015-03-10
1
-9
/
+13
*
Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.
wfh@chromium.org
2015-02-22
2
-0
/
+19
*
Fix overflow error in breakpad for linux
mark@chromium.org
2015-02-05
1
-4
/
+4
*
Handle failures of copying process data from a core file.
benchan@chromium.org
2015-02-02
6
-16
/
+31
*
Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.
benchan@chromium.org
2015-01-28
1
-4
/
+0
[next]