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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow minidump_dump to print module lists that would normally be rejected
Ted Mielczarek
2018-03-12
1
-0
/
+3
*
Fixing incorrect include guard (missing #define)
Daniel Bratell
2018-02-23
1
-0
/
+1
*
Fix Travis build by running tests as root
Lars Volker
2018-02-20
7
-4
/
+70
*
Fix crash when an NSException is thrown.
Adam Harrison
2018-02-02
2
-11
/
+10
*
Extend ifdef to include helper functions
Lars Volker
2018-01-31
1
-2
/
+2
*
Remove barrier to fix Android build.
Lars Volker
2018-01-31
1
-1
/
+3
*
Make breakpad build with -Wimplicit-fallthrough (on linux)
Nico Weber
2018-01-31
2
-1
/
+19
*
Do not use non-standard stdext::checked_array_iterator with libc++.
Peter Collingbourne
2018-01-18
1
-1
/
+1
*
Only restore the signal handler if sigaction has not changed
Lars Volker
2018-01-09
2
-0
/
+60
*
Fixed file extention for minidump_upload in tools_linux.gypi
Syed Nisar Ul Haq
2018-01-04
1
-1
/
+1
*
Add asm and machine headers
bsheedy
2018-01-03
5
-7
/
+525
*
android: drop sgidefs.h hack for LSS
Mike Frysinger
2017-12-23
2
-42
/
+0
*
Fix minidump on ChromeOS
Yunlian Jiang
2017-12-20
1
-8
/
+25
*
Reconcile -[BreakpadController withBreakpadRef:] with its documentation.
Robert Sesek
2017-12-15
1
-3
/
+1
*
Update binaries with dump_syms changes to write new field
Mike Wittman
2017-12-12
2
-0
/
+0
*
Write field indicating multiple symbols at an address in dump_syms
Mike Wittman
2017-12-11
8
-31
/
+12
*
Remove duplicate import.
Adam Harrison
2017-12-05
1
-1
/
+0
*
Make iterator string types match map container string types
Mike Wittman
2017-12-01
1
-2
/
+2
*
Add optional field indicating multiple symbols at an address
Mike Wittman
2017-11-29
12
-148
/
+324
*
Update test data for identical-code-folded symbol changes
Mike Wittman
2017-11-28
6
-6
/
+6
*
Make identical-code-folded symbol output more consistent between runs
Mike Wittman
2017-11-14
1
-37
/
+43
*
List missing 64-bit arches in the bundled curl
Tomas Popela
2017-11-13
1
-1
/
+2
*
Add index-based set functionality to NonAllocatingMap.
Robert Sesek
2017-11-07
2
-31
/
+79
*
dump_symbols: Stop rejecting files with Android packed relocation sections.
Peter Collingbourne
2017-11-07
1
-31
/
+0
*
Create LongStringDictionary and replace SimpleStringDictionary on iOS
Yi Wang
2017-11-03
7
-21
/
+602
*
Don’t set exit_after_write to false for tvOS.
Adam Harrison
2017-11-03
1
-0
/
+2
*
Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...
Mark Mentovai
2017-11-02
7
-599
/
+21
*
Rename an argument named "register" to "reg".
Peter Collingbourne
2017-11-02
1
-5
/
+5
*
Fix double declaration of tgkill when using Android NDK Headers.
Nicholas Baldwin
2017-10-30
1
-7
/
+1
*
Create LongStringDictionary and replace SimpleStringDictionary usages in clie...
Yi Wang
2017-10-27
7
-21
/
+599
*
Avoid skipping an initializer with a goto
Bruce Dawson
2017-10-26
1
-6
/
+9
*
Roll src/src/third_party/lss/ a91633d17..e6527b0cd (1 commit)
Torne (Richard Coles)
2017-10-19
2
-2
/
+2
*
Provide helper wrappers for basename(3) and dirname(3)
Tobias Sargeant
2017-10-18
10
-31
/
+220
*
Move main executable handling out of procmaps parser loop.
Peter Collingbourne
2017-10-17
1
-19
/
+21
*
Rename src/common/memory.h to memory_allocator.h.
Ted Mielczarek
2017-10-17
15
-33
/
+35
*
Add -s flag to microdump_stackwalk for dumping stack contents.
Tobias Sargeant
2017-10-17
6
-30
/
+32
*
Convert {mini|micro}dump_stackwalk argument parsing to getopt.
Tobias Sargeant
2017-10-16
2
-105
/
+131
*
ios: Adds a no-Mach exception handler
Adam Harrison
2017-10-12
3
-0
/
+447
*
Android: Use sys/types.h instead of stdint.h for sys/user.h
Joshua Peraza
2017-10-06
1
-1
/
+1
*
Fix minidump_dump_test after 6d0287851fab
Mark Mentovai
2017-10-05
1
-1
/
+0
*
Dump Crashpad extension structures in minidump_dump
Mark Mentovai
2017-09-27
4
-18
/
+463
*
Only run GYP for Windows targets on Windows
Mark Mentovai
2017-09-27
2
-17
/
+22
*
Fix MSVC build on 64-bit
Orgad Shaneh
2017-09-25
7
-17
/
+17
*
Refresh refresh_binaries.bat
Orgad Shaneh
2017-09-24
1
-12
/
+8
*
Restore missing #include <stdint.h> to Android <sys/user.h>
Mark Mentovai
2017-09-20
1
-0
/
+4
*
Replace remaining references to 'struct ucontext' with 'ucontext_t'
Mark Mentovai
2017-09-20
6
-33
/
+33
*
Fix googletest/googlemock build
Mark Mentovai
2017-09-19
3
-15
/
+15
*
android: Don’t compete with NDK API >= 21 over NDK structures
Mark Mentovai
2017-09-18
2
-39
/
+25
*
Add new test data to Makefile.am
Tobias Sargeant
2017-09-14
2
-1
/
+2
*
drop bundled gflags from the checkout
Mike Frysinger
2017-09-13
3
-534
/
+2
[next]