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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
breakpad: fix unittest failure when building with clang.
Mike Frysinger
2016-01-15
1
-1
/
+1
*
libdisasm: Remove inclusion of windows.h
Pavel Labath
2016-01-12
1
-4
/
+0
*
Define intptr and uintptr in a more generic way
Pavel Labath
2016-01-11
1
-6
/
+2
*
libdisasm: Don't depend on sizeof(void)
Pavel Labath
2016-01-08
1
-3
/
+3
*
disassembler_x86: Remove unused include
Pavel Labath
2016-01-08
1
-1
/
+0
*
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
2
-10
/
+62
*
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
*
Make minidump-2-core.cc build with -Wformat.
Lei Zhang
2016-01-06
2
-1
/
+7
*
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
9
-29
/
+14
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2015-12-18
1
-12
/
+19
*
Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...
Ted Mielczarek
2015-11-30
1
-1
/
+3
*
dump_syms: add a -v flag
Mike Frysinger
2015-11-11
1
-1
/
+16
*
Fix file descriptor leaks in linux CrashGenerationServer
Mike Frysinger
2015-11-11
1
-0
/
+3
*
Make dump_syms buildable under newer versions of Xcode.
Boris Vidolov
2015-11-10
1
-0
/
+4
*
Android: Workaround for ftruncate() issues.
Lei Zhang
2015-11-05
1
-3
/
+69
*
Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.
Ivan Penkov
2015-10-15
3
-9
/
+165
*
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
9
-58
/
+63
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
7
-39
/
+15
*
Increasing the Breakpad stack walker max scan limit from 30 to 40.
Ivan Penkov
2015-10-05
4
-6
/
+6
*
[mac] Teach dump_syms to handle additional zerofill sections
Pavel Labath
2015-09-30
1
-1
/
+3
*
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
*
Fixup a bad strcmp call landed in previous commit
Ted Mielczarek
2015-09-16
1
-1
/
+1
*
Fix Mac Breakpad host tools to build in Linux cross-compile
Ted Mielczarek
2015-09-16
33
-190
/
+3496
*
solaris: fix spurious ;
Mike Frysinger
2015-09-11
1
-1
/
+1
*
Fix regression on x86 for "Fix compile error with Windows clang"
Will Harris
2015-09-03
1
-6
/
+5
*
The "CPU architecture" field is being filled from the wrong part of
mmandlis@chromium.org
2015-08-26
6
-25
/
+106
*
Add check for Linux minidump ending on bad write for exploitability rating.
Liu.andrew.x@gmail.com
2015-08-21
13
-8
/
+584
*
Don't use strtok_s for mingw builds
ted.mielczarek@gmail.com
2015-08-20
3
-2
/
+4
*
Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.
rmcilroy@chromium.org
2015-08-20
1
-18
/
+23
*
Fix compile error with Windows clang.
wfh@chromium.org
2015-08-19
1
-4
/
+7
*
Fix inttypes format macros in src/processor/proc_maps_linux.cc
primiano@chromium.org
2015-08-19
1
-1
/
+4
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
4
-214
/
+0
*
Fix proc_maps_linux compile for non-Linux
ted.mielczarek@gmail.com
2015-08-17
1
-4
/
+2
*
[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
*
Add check for executable stack/heap when rating Linux exploitability.
Liu.andrew.x@gmail.com
2015-08-15
6
-3
/
+33
*
Add check to see if stack pointer is off the stack according to the memory
Liu.andrew.x@gmail.com
2015-08-15
5
-1
/
+33
*
Fix format specifier in proc maps to support 32-bit architectures.
Liu.andrew.x@gmail.com
2015-08-13
2
-6
/
+6
*
Actually remove removed files
ted.mielczarek@gmail.com
2015-08-13
3
-0
/
+0
*
Remove some old unused code, add a missing include
ted.mielczarek@gmail.com
2015-08-13
4
-648
/
+2
*
Fix format specifier in proc maps to support 32-bit architectures.
Liu.andrew.x@gmail.com
2015-08-12
1
-1
/
+1
*
Allow Print() to be called by const instances of MinidumpLinuxMaps and
Liu.andrew.x@gmail.com
2015-08-12
2
-4
/
+4
*
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
Liu.andrew.x@gmail.com
2015-08-11
3
-1
/
+5
*
Workaround for range map overlaps caused by Android package relocation.
ivanpe@chromium.org
2015-08-10
1
-6
/
+25
[prev]
[next]