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
*
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
1
-1
/
+6
*
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
4
-9
/
+9
*
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
*
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
*
Stop calling memmove when unnecessary
hashimoto@chromium.org
2015-01-27
1
-2
/
+4
*
Fix the scope on the initialization of kMicrodumpOnConsole to match header.
primiano@chromium.org
2015-01-09
1
-1
/
+2
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-5
/
+9
*
Microdumps: support aarch64 and lib mapping from APK
primiano@chromium.org
2014-12-02
2
-10
/
+36
*
Fix microdump_writer and add unittest.
primiano@chromium.org
2014-11-25
2
-10
/
+150
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
7
-21
/
+490
*
Fix breakpad on mips and x86_64 for the NDK r10c update.
primiano@chromium.org
2014-10-24
2
-4
/
+5
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
3
-54
/
+70
*
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
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
10
-619
/
+993
*
Fix some nits raised by Timur for r1385.
thestig@chromium.org
2014-09-24
1
-3
/
+2
*
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
thestig@chromium.org
2014-09-24
1
-0
/
+1
*
Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...
thestig@chromium.org
2014-09-23
2
-35
/
+32
*
Fix clang compilation error introduced in r1380.
rmcilroy@chromium.org
2014-09-22
1
-1
/
+1
*
Extend mapping merge to include reserved but unused mappings.
rmcilroy@chromium.org
2014-09-19
1
-0
/
+18
*
GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.
gunsch@chromium.org
2014-09-18
1
-1
/
+1
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
4
-9
/
+123
*
[Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...
rmcilroy@chromium.org
2014-07-18
1
-17
/
+0
*
Make crash_handler volatile to prevent compiler optimizing it away.
rmcilroy@chromium.org
2014-07-02
1
-1
/
+5
*
Cleanup: hide undefined behavior from the compiler better.
ivanpe@chromium.org
2014-07-01
1
-4
/
+18
*
Linux: Fix a memory leak in ExceptionHandler.
thestig@chromium.org
2014-05-28
1
-0
/
+2
*
[MIPS] Fix core dump related unit tests for Android on MIPS
gordana.cmiljanovic@imgtec.com
2014-05-14
1
-0
/
+12
*
FD leaks and handle errors better.
rsesek@chromium.org
2014-05-06
2
-5
/
+13
*
Make the Linux CrashGenerationClient an interface.
rsesek@chromium.org
2014-05-05
3
-70
/
+81
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
1
-0
/
+11
[next]