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
*
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
*
Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...
Mark Mentovai
2017-11-02
2
-29
/
+19
*
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
2
-19
/
+29
*
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
7
-7
/
+7
*
ios: Adds a no-Mach exception handler
Adam Harrison
2017-10-12
3
-0
/
+447
*
Fix MSVC build on 64-bit
Orgad Shaneh
2017-09-25
3
-5
/
+5
*
Replace remaining references to 'struct ucontext' with 'ucontext_t'
Mark Mentovai
2017-09-20
6
-33
/
+33
*
drop bundled gflags from the checkout
Mike Frysinger
2017-09-13
1
-1
/
+2
*
Add crash reason and address to microdumps.
Tobias Sargeant
2017-08-14
4
-0
/
+111
*
A couple of minor fixes
Leonard Mosescu
2017-07-11
1
-1
/
+1
*
Fix asan builds
Eric Holk
2017-06-22
1
-23
/
+23
*
Add first chance exception handler API
Eric Holk
2017-06-19
3
-0
/
+44
*
Merge exec and non-exec segments while merging executable bit.
Peter Collingbourne
2017-05-26
1
-3
/
+8
*
Don't attempt to use PTRACE_GETREGS if it isn't defined.
John Budorick
2017-05-25
1
-1
/
+5
*
Simplify ELF parser code.
Peter Collingbourne
2017-05-25
1
-5
/
+4
*
Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.
John Budorick
2017-05-24
1
-10
/
+24
*
Fix race in ExceptionHandler::GenerateDump()
Lars Volker
2017-05-10
1
-3
/
+9
*
Fixing breakpad on old linux kernel
Andrew Ermakovich
2017-04-21
2
-29
/
+53
*
Treat the process stack as the top of memory for free space histograms.
Tobias Sargeant
2017-03-29
2
-1
/
+22
*
Fix ASSERT_EQUAL that should have been ASSERT_EQ.
Tobias Sargeant
2017-03-24
1
-1
/
+1
*
Don't generate minidump if crash thread doesn't ref principal mapping.
Tobias Sargeant
2017-03-23
2
-13
/
+105
*
[MIPS] Get (ptrace) value of $pc for a thread
Gordana Cmiljanovic
2017-03-22
1
-0
/
+2
*
Fix sporadic failure of InstructionPointerMemory test on Windows
Jon Turney
2017-03-17
1
-7
/
+12
*
Fix Windows client ExceptionHandlerTest tests
Jon Turney
2017-03-11
4
-6
/
+28
*
iOS client identifies itself via URL params
Roman Margold
2017-03-10
1
-0
/
+44
*
Improve stack sanitization unittests.
Tobias Sargeant
2017-02-24
2
-47
/
+73
*
Make stack sanitization elide pointers to non-executable mappings.
Tobias Sargeant
2017-02-23
1
-1
/
+3
*
Use the correct PC when determining whether to skip storing a stack.
Tobias Sargeant
2017-02-23
1
-5
/
+7
*
There is no need to use the main queue just for perform selector.
George Kola
2017-02-13
1
-34
/
+31
*
windows: fix build on pre-Win10 systems
Mike Frysinger
2017-02-11
1
-0
/
+5
*
windows: update gtest/gmock paths
Mike Frysinger
2017-02-11
4
-15
/
+19
*
fix write() unused-result warning
Mike Frysinger
2017-02-08
3
-4
/
+6
*
Address post-submit review comments related to CL #430050
Tobias Sargeant
2017-02-07
2
-6
/
+13
*
Remove debugging fprintf in unittest code that prevents rolling breakpad
Tobias Sargeant
2017-02-06
1
-1
/
+0
*
Wire up stack sanitization and skipping to WriteMinidump
Tobias Sargeant
2017-02-03
5
-40
/
+232
*
Revert "iOS client identifies itself via URL params"
Roman Margold
2017-02-01
1
-37
/
+0
*
iOS client identifies itself via URL params
Roman Margold
2017-02-01
1
-0
/
+37
*
Sanitize dumped stacks to remove data that may be identifiable.
Tobias Sargeant
2017-01-31
9
-62
/
+362
*
Add API to skip dump if crashing thread doesn't reference a given module (2)
Tobias Sargeant
2017-01-19
1
-0
/
+8
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
10
-62
/
+149
*
Fix unit tests expecting no output when a microdump is suppressed.
Tobias Sargeant
2016-12-12
1
-9
/
+9
*
Fix sign-compare compiler warning in MicrodumpWriterTest
Mike Percy
2016-12-10
1
-2
/
+2
*
crash_generation: fix bad call to close
Mike Frysinger
2016-12-09
1
-1
/
+1
*
Log a message when microdump output is suppressed.
Tobias Sargeant
2016-12-07
1
-0
/
+1
[next]