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
*
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
*
Misc Android-related fixes.
digit@chromium.org
2013-12-13
1
-5
/
+8
*
Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode
ted.mielczarek@gmail.com
2013-12-10
1
-4
/
+5
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
1
-1724
/
+2309
*
Add simple exploitability analysis for Linux crashes.
mattdr.breakpad@gmail.com
2013-10-29
1
-0
/
+20
*
Fix the Android/MIPS build.
digit@chromium.org
2013-09-25
1
-4
/
+4
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-0
/
+158
*
Create StackwalkerAddressList.
chrisha@chromium.org
2013-08-23
1
-72
/
+252
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
1
-0
/
+44
*
Add PPC64 support to breakpad processor.
thestig@chromium.org
2013-04-12
1
-0
/
+18
*
Fix remaining processor/scoped_ptr.h references for reals.
thestig@chromium.org
2013-01-22
1
-1
/
+0
*
Fix remaining processor/scoped_ptr.h references after r1096.
thestig@chromium.org
2013-01-22
1
-1
/
+2
*
The Google-breakpad processor rejects (ignores) context records that lack CPU...
ivan.penkov@gmail.com
2012-12-08
1
-4
/
+5
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
1
-2
/
+3
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
1
-130
/
+94
*
Fix the Android unit tests.
digit@chromium.org
2012-10-09
1
-3
/
+5
*
Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...
ted.mielczarek@gmail.com
2012-09-19
1
-346
/
+406
*
Fix compilation of crash_generation_server.cc, and add it to the client libra...
ted.mielczarek@gmail.com
2012-09-17
1
-71
/
+104
*
Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.
thestig@chromium.org
2012-09-10
1
-43
/
+113
*
Add custom getcontext() implementation for Android.
digit@chromium.org
2012-08-31
1
-24
/
+106
*
Fix 'make check' for Android
digit@chromium.org
2012-08-31
1
-3
/
+48
*
Fix Breakpad unit tests build for Android.
digit@chromium.org
2012-08-23
1
-24
/
+36
*
Improve Android support
digit@chromium.org
2012-08-21
1
-13
/
+15
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
1
-0
/
+11
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
1
-77
/
+112
*
Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}
ted.mielczarek
2012-07-18
1
-3
/
+35
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
1
-0
/
+31
*
Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu.
thestig@chromium.org
2012-04-19
1
-13
/
+6
*
Add missing log.o dependency to linux_client_unittest target.
benchan@chromium.org
2012-04-03
1
-0
/
+1
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
1
-18
/
+34
*
Add partial unit tests for dwarf2reader::CompilationUnit.
jimblandy
2012-02-01
1
-0
/
+22
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
1
-52
/
+172
*
Build LinuxLibcSupportTest and make it pass.
thestig@chromium.org
2012-01-11
1
-0
/
+22
*
Add utilities for processing Linux core dump files.
benchan@chromium.org
2012-01-07
1
-5
/
+123
*
Replace MMappedRange with MinidumpMemoryRange.
benchan@chromium.org
2011-12-21
1
-2
/
+109
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
1
-3
/
+59
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-8
/
+88
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
1
-3
/
+3
*
Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...
ted.mielczarek
2011-07-07
1
-424
/
+5
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
1
-0
/
+66
[next]