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
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Travis build by running tests as root
Lars Volker
2018-02-20
1
-1
/
+2
*
Provide helper wrappers for basename(3) and dirname(3)
Tobias Sargeant
2017-10-18
1
-8
/
+100
*
Rename src/common/memory.h to memory_allocator.h.
Ted Mielczarek
2017-10-17
1
-16
/
+18
*
Add new test data to Makefile.am
Tobias Sargeant
2017-09-14
1
-1
/
+1
*
google_crashdump_uploader_test: integrate test into normal build
Mike Frysinger
2017-09-13
1
-2
/
+98
*
autotools: move -W flags to configure detection
Mike Frysinger
2017-02-16
1
-46
/
+40
*
turn on -Werror generally
Mike Frysinger
2017-02-13
1
-0
/
+1
*
aclocal: regenerate properly
Mike Frysinger
2017-02-08
1
-3
/
+2
*
microdump_stackwalk_test: fix bashism in test
Mike Frysinger
2016-11-25
1
-0
/
+1
*
Upgrade google test to 1.8.0
Orgad Shaneh
2016-11-23
1
-169
/
+178
*
Don't demangle Rust symbols by default, but allow linking to rust-demangle.
Ted Mielczarek
2016-10-25
1
-53
/
+381
*
add new dmp file to dist
Mike Frysinger
2016-09-01
1
-0
/
+1
*
Adding support for overlapping ranges to RangeMap.
Ivan Penkov
2016-06-05
1
-0
/
+56
*
travis: verify out-of-tree builds & dist targets
Mike Frysinger
2016-05-25
1
-104
/
+281
*
breakpad: fix unittest errors
Yunlian Jiang
2016-05-04
1
-0
/
+28
*
Add debug fission support.
Yunlian Jiang
2016-05-04
1
-1
/
+43
*
Fix a dependency issue in automake
Ted Mielczarek
2016-04-12
1
-33
/
+47
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-1
/
+4
*
Refactor sym_upload in tools to extract code into common/linux, and minor fixes
Li Yan
2016-03-30
1
-44
/
+42
*
linux_dumper_unittest_helper: move to a check-only binary
Mike Frysinger
2016-02-17
1
-37
/
+31
*
Fix for linux make check build failure
Veljko Mihailovic
2016-02-12
1
-19
/
+21
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-0
/
+75
*
only build dump_syms_mac for x86 hosts
Mike Frysinger
2016-01-27
1
-26
/
+29
*
test: allow use of system gmock/gtest libs
Mike Frysinger
2016-01-25
1
-47
/
+85
*
build: clean up .dwo files
Mike Frysinger
2016-01-25
1
-3
/
+7
*
test: stop building tons of copies of gtest/gmock objects
Mike Frysinger
2016-01-25
1
-1571
/
+309
*
linux_client_unittest_shlib: fix cleaning
Mike Frysinger
2016-01-25
1
-21
/
+30
*
tests: unify duplicate build settings
Mike Frysinger
2016-01-25
1
-130
/
+32
*
Move core2md objects to libbreakpad_client.a
Mike Frysinger
2016-01-13
1
-17
/
+18
*
Rename src/tools/mac/dump_syms binary to dump_syms_mac in autotools build to ...
Ted Mielczarek
2015-11-25
1
-262
/
+262
*
build: detect the right `ar` tool
Mike Frysinger
2015-11-11
1
-5
/
+6
*
Don't include libdisasm.a in libbreakpad.a
Mike Frysinger
2015-11-11
1
-2
/
+1
*
Install headers under client/linux/dump_writer_common
Mike Frysinger
2015-11-11
1
-25
/
+56
*
Fix automake files after README.md -> README rename
Primiano Tucci
2015-09-28
1
-1
/
+1
*
Update configure to look for README.md instead of README
Mark Mentovai
2015-09-23
1
-3
/
+3
*
Fix Mac Breakpad host tools to build in Linux cross-compile
Ted Mielczarek
2015-09-16
1
-8
/
+972
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
1
-8
/
+0
*
Remove some old unused code, add a missing include
ted.mielczarek@gmail.com
2015-08-13
1
-141
/
+44
*
Add support for Linux memory mapping stream and remove ELF header usage
Liu.andrew.x@gmail.com
2015-07-28
1
-4
/
+190
*
Add address and reason for IN_PAGE_ERROR.
mark@chromium.org
2015-04-10
1
-2
/
+17
*
Introduce microdump_stackwalk comand line executable
primiano@chromium.org
2014-11-25
1
-11
/
+111
*
Fix microdump_writer and add unittest.
primiano@chromium.org
2014-11-25
1
-9
/
+36
*
Microdump processing implementation
mmandlis@chromium.org
2014-11-19
1
-13
/
+70
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
1
-2
/
+19
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
1
-3
/
+36
*
Introduce stub microdump processor classes.
mmandlis@chromium.org
2014-09-10
1
-1
/
+106
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
1
-2
/
+81
*
make "make install" also install headers and pkgconfig files
vapier@chromium.org
2014-08-27
1
-37
/
+292
*
Linux: Check the CRC32 of the debug link file in the symbol dumper.
thestig@chromium.org
2014-04-23
1
-2
/
+28
*
Renaming file COPYING to LICENSE and appending the disclaimer from src/common...
ivan.penkov@gmail.com
2014-02-27
1
-11
/
+14
[next]