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
*
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
*
Fix breakpad for arm on arm64
cjhopman@chromium.org
2015-08-05
1
-0
/
+6
*
Fix potential null pointer dereference.
Liu.andrew.x@gmail.com
2015-07-31
2
-12
/
+15
*
Remove unnecessary dependencies.
Liu.andrew.x@gmail.com
2015-07-29
1
-2
/
+0
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
10
-207
/
+664
*
Fix incorrect comment.
Liu.andrew.x@gmail.com
2015-07-27
1
-1
/
+1
*
add aarch64 support to minidump-2-core
vapier@chromium.org
2015-07-20
2
-10
/
+37
*
tests: InstructionPointerMemoryNullPointer: make it work under llvm
vapier@chromium.org
2015-07-20
2
-2
/
+9
*
Add ELF header analysis when checking for instruction pointer in code.
Liu.andrew.x@gmail.com
2015-07-16
9
-10
/
+207
*
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
*
Set exception whitelist check as earlier check instead of last check.
Liu.andrew.x@gmail.com
2015-07-07
1
-15
/
+15
*
Use general instruction/stack pointer convenience method instead of manually
Liu.andrew.x@gmail.com
2015-06-30
7
-33
/
+74
*
Checking for benign exceptions that trigger a minidump.
Liu.andrew.x@gmail.com
2015-06-30
3
-3
/
+62
*
This CL adds support for ARM and ARM64 architectures when calculating
Liu.andrew.x@gmail.com
2015-06-30
1
-1
/
+8
*
Adjust breakpad module size to match adjusted start_addr.
rmcilroy@chromium.org
2015-06-30
1
-4
/
+9
*
Checking location of the instruction pointer to see if it is
Liu.andrew.x@gmail.com
2015-06-25
6
-0
/
+71
*
Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...
ivanpe@chromium.org
2015-06-22
1
-0
/
+5
*
Fix signal propagation logic for Linux/Android exception handler.
primiano@chromium.org
2015-06-22
1
-2
/
+15
*
Use local variable for out parameter rather than direct use of ivar
ivanpe@chromium.org
2015-06-20
1
-2
/
+3
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
5
-2
/
+223
*
[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
*
Support object files larger than 2**32.
erikchen@chromium.org
2015-04-22
7
-40
/
+189
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
9
-160
/
+134
*
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
14
-20
/
+156
[next]