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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency of uploader.mm on GTMLogger
Sylvain Defresne
2019-11-12
1
-12
/
+12
*
Revert "Remove use of "register" keyword, deprecated in C++17"
Mark Mentovai
2019-11-01
1
-1
/
+1
*
linux, client: set module name from DT_SONAME
Joshua Peraza
2019-10-30
1
-17
/
+27
*
linux, dump_syms: set module name from DT_SONAME
Joshua Peraza
2019-10-24
1
-43
/
+0
*
convert_UTF: rewrite in C++
Mike Frysinger
2019-09-04
2
-5
/
+4
*
Remove use of "register" keyword, deprecated in C++17
Mark Mentovai
2019-08-12
1
-1
/
+1
*
Fix breakpad client build.
Nelson Billing
2019-06-24
1
-1
/
+1
*
Fix 'debug_file' in PESourceLineWriter.
Nelson Billing
2019-06-19
1
-4
/
+4
*
linux: fix broken tests
Joshua Peraza
2019-06-04
2
-4
/
+4
*
Fix a build break with SDK 10.14.
Ivan Penkov
2019-05-29
1
-2
/
+2
*
Fix orphaned crash reports.
John Z Wu
2019-05-15
1
-1
/
+13
*
Linux breakpad_unittests: fix ThreadSanitizer problems
Mark Mentovai
2019-04-26
4
-7
/
+41
*
Linux MinidumpWriter: fix stack-use-after-scope violation
Mark Mentovai
2019-04-26
1
-2
/
+4
*
[Breakpad iOS] Add a callback on report upload completion.
Olivier Robin
2019-04-23
6
-23
/
+88
*
Make breakpad_unittests work with Chrome's test runner instead of gtest's
Mark Mentovai
2019-04-19
2
-3
/
+7
*
Use correct c++ standard library in Xcode project.
John Z Wu
2019-04-19
1
-0
/
+2
*
linux_core_dumper: add missing newline to Android test-disabled message
Mark Mentovai
2019-04-09
1
-3
/
+3
*
linux_core_dumper: partially disable test on Android
Mike Frysinger
2019-04-07
1
-0
/
+9
*
linux_core_dumper: add explicit casts for exception fields
Mike Frysinger
2019-03-30
1
-3
/
+10
*
linux_core_dumper: handle missing SIGSYS support
Mike Frysinger
2019-03-14
2
-0
/
+8
*
linux_core_dumper: support setting exception_information
Mike Frysinger
2019-03-12
4
-1
/
+76
*
linux_core_dumper: add a fallback definition for NT_SIGINFO
Mike Frysinger
2019-03-07
1
-0
/
+1
*
linux_core_dumper: support NT_SIGINFO for reading crashing address
Mike Frysinger
2019-03-03
1
-0
/
+23
*
breakpad: Remove semicolons, iOS edition.
Nico Weber
2019-02-25
1
-1
/
+1
*
breakpad: Remove semicolons, mac edition.
Nico Weber
2019-02-22
5
-7
/
+7
*
breakpad: Remove semicolons.
Nico Weber
2019-02-21
1
-1
/
+1
*
Delete deprecated SetFirstChanceExceptionHandler function
Andreas Haas
2019-02-19
3
-38
/
+0
*
Introduce SetFirstChanceHandler with more strict signature
Andreas Haas
2019-01-15
3
-3
/
+40
*
Extract intruction pointer correctly for Windows ARM64
Tom Tan
2019-01-03
1
-1
/
+3
*
Adds method to get the date of the most recent iOS crash report.
Evan Bernstein
2018-10-08
4
-0
/
+63
*
win: fix formatting after 21c98747
Joshua Peraza
2018-08-27
1
-1
/
+1
*
win: replace a while loop with a for loop
Joshua Peraza
2018-08-27
1
-1
/
+1
*
Fix Windows client_tests GYP build after 88d8114fda3e
Mark Mentovai
2018-08-15
1
-0
/
+1
*
Define and use a a new MDRawContextARM64
Joshua Peraza
2018-08-01
1
-0
/
+10
*
Rename MDRawContextARM64 and its context flags
Joshua Peraza
2018-08-01
6
-11
/
+11
*
mac: Fix broken xcode projects
Joshua Peraza
2018-07-31
1
-55
/
+51
*
ios: Fix build of exception_handler_no_mach
Joshua Peraza
2018-07-09
1
-1
/
+1
*
Initialize variables for MSAN
Sergey Abbakumov
2018-04-10
2
-2
/
+2
*
Linux: Write out si_code for SIGBUS exceptions.
Lei Zhang
2018-04-03
5
-11
/
+26
*
Fixing incorrect include guard (missing #define)
Daniel Bratell
2018-02-23
1
-0
/
+1
*
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
*
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
*
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
*
Remove duplicate import.
Adam Harrison
2017-12-05
1
-1
/
+0
*
Create LongStringDictionary and replace SimpleStringDictionary on iOS
Yi Wang
2017-11-03
2
-19
/
+29
*
Don’t set exit_after_write to false for tvOS.
Adam Harrison
2017-11-03
1
-0
/
+2
[next]