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
*
string_conversion: fix pointer math
Mike Frysinger
2019-08-05
3
-2
/
+67
*
guid_creater: include string.h for memcpy
Mike Frysinger
2019-08-04
1
-0
/
+1
*
minidump_processor: fix typo in BUS_ADRALN
Mike Frysinger
2019-08-04
1
-1
/
+1
*
arm64: strip PACs from link register values
Joshua Peraza
2019-07-23
2
-1
/
+33
*
Improving the support for Fuchsia in Breakpad Processor.
Ivan Penkov
2019-07-12
5
-7
/
+124
*
Remove base_logging::LogMessage
Mark Mentovai
2019-07-12
1
-13
/
+1
*
Fix Windows symupload after PE-only MD refactor.
Nelson Billing
2019-07-01
1
-1
/
+1
*
Explicitly LoadLibrary dbghelp.dll in symbol converter.
Nelson Billing
2019-06-28
1
-0
/
+54
*
Fix clang build warnings/errors for windows symbol converter.
Nelson Billing
2019-06-27
4
-26
/
+25
*
Fix windows symbol converter blacklisting.
Nelson Billing
2019-06-25
1
-2
/
+3
*
Fix dump_syms clang Windows build.
Nelson Billing
2019-06-25
3
-23
/
+13
*
Fix breakpad client build.
Nelson Billing
2019-06-24
1
-1
/
+1
*
Add PE-only MD support to Windows symbol converter.
Nelson Billing
2019-06-24
12
-56
/
+314
*
Fix 'debug_file' in PESourceLineWriter.
Nelson Billing
2019-06-19
3
-15
/
+29
*
Fix symbol converter after PE-only MD refactor.
Nelson Billing
2019-06-18
2
-2
/
+2
*
Fix common_windows.gyp.
Nelson Billing
2019-06-18
3
-1
/
+1
*
Move Windows Symbol Converter to breakpad
Nelson Billing
2019-06-18
21
-0
/
+3056
*
Mac upload_system_symbols: make dump of /Library/QuickTime optional
Mark Mentovai
2019-06-18
1
-4
/
+16
*
Mac upload_system_symbols: use log.Fatalf where formatting is desired
Mark Mentovai
2019-06-18
1
-7
/
+7
*
Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.
Nelson Billing
2019-06-12
12
-328
/
+1020
*
Port new symbol upload API to Windows symupload tool.
Nelson Billing
2019-06-12
6
-385
/
+853
*
Removed unused includes/declarations
Joshua Peraza
2019-06-11
2
-4
/
+0
*
fix build failures
Joshua Peraza
2019-06-11
4
-0
/
+4
*
Enable truncation of module ranges
Joshua Peraza
2019-06-11
12
-108
/
+484
*
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
*
Increase timeout of HTTPMultipartUpload from 10s to 60s.
John Z Wu
2019-05-13
1
-1
/
+1
*
Linux breakpad_unittests: fix ThreadSanitizer problems
Mark Mentovai
2019-04-26
5
-9
/
+52
*
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
3
-3
/
+13
*
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
*
mac dump_syms: remove unused vars to fix -Werror build failures
Mike Frysinger
2019-04-05
1
-1
/
+0
*
linux_core_dumper: add explicit casts for exception fields
Mike Frysinger
2019-03-30
1
-3
/
+10
*
mac dump_syms: Support .dSYMs > 4GB (partially)
Mark Mentovai
2019-03-28
2
-10
/
+34
*
Fix dump_syms unit tests on Windows.
Nelson Billing
2019-03-18
6
-317
/
+317
*
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
2
-0
/
+6
*
core2md: write error message with perror
Mike Frysinger
2019-03-04
1
-1
/
+1
*
linux_core_dumper: support NT_SIGINFO for reading crashing address
Mike Frysinger
2019-03-03
1
-0
/
+23
*
Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.
Lei Zhang
2019-02-28
3
-3
/
+3
*
breakpad: Remove semicolons, iOS edition.
Nico Weber
2019-02-25
2
-2
/
+2
*
breakpad: Remove semicolons, mac edition.
Nico Weber
2019-02-22
6
-8
/
+8
*
breakpad: Remove semicolons.
Nico Weber
2019-02-21
2
-2
/
+2
*
Delete deprecated SetFirstChanceExceptionHandler function
Andreas Haas
2019-02-19
3
-38
/
+0
*
Always emit a 32-bit crash address for 32-bit architectures
Gabriele Svelto
2019-01-30
3
-8
/
+56
[next]