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
...
*
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
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Increase Breakpad's signal handler stack size.
rmcilroy@chromium.org
2014-04-09
1
-1
/
+1
*
Add Arm64 support to breakpad unittests.
rmcilroy@chromium.org
2014-04-08
3
-12
/
+9
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
4
-16
/
+31
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
6
-11
/
+68
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
1
-8
/
+2
*
Trim unintentional whitespace and fix style nits
thestig@chromium.org
2014-03-18
1
-9
/
+9
*
Make Linux ExceptionHandler::HandleSignal public
ted.mielczarek@gmail.com
2014-02-05
1
-1
/
+3
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
1
-1
/
+2
*
Fix gcc vs clang cpuid.h discrepency.
thestig@chromium.org
2013-12-14
1
-1
/
+4
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
1
-5
/
+14
*
Address additional comments from r1248. Fix the register to check and fix som...
thestig@chromium.org
2013-12-10
1
-5
/
+5
*
Conditionalize use of <cpuid.h> header
mcgrathr@chromium.org
2013-12-10
1
-1
/
+4
*
Add MMX detection when getting registers in Linux.
thestig@chromium.org
2013-12-09
1
-2
/
+11
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
3
-3
/
+3
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
4
-9
/
+6
*
Allow SIGABRT to abort the program.
thestig@chromium.org
2013-11-07
1
-2
/
+3
*
increase exception handler stack size for dumping thread
vapier@chromium.org
2013-10-23
1
-1
/
+3
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
2
-1
/
+10
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
10
-27
/
+163
*
Update to build against the latest revision of linux_syscall_support.h
mseaborn@chromium.org
2013-09-05
1
-3
/
+3
[prev]
[next]