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
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MSVC build on 64-bit
Orgad Shaneh
2017-09-25
3
-5
/
+5
*
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
*
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
*
Also treat DBG_PRINTEXCEPTION* as debug exceptions
Tim Angus
2016-10-18
1
-1
/
+3
*
Fix breakpad compilation issue with clang on Windows
Rafal Chlodnicki
2016-08-25
1
-6
/
+4
*
Add a new argument to specify the minidump type to write on Windows.
Ting-Yu Chou
2016-06-29
2
-6
/
+10
*
Fix Windows crash_generation_server for debug builds without -D_DEBUG
Ted Mielczarek
2015-10-07
1
-1
/
+1
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
2
-4
/
+4
*
Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...
Ted Mielczarek
2015-10-06
3
-5
/
+5
*
Fix -Wreorder warnings in the Windows code.
wfh@chromium.org
2015-07-10
3
-14
/
+14
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-7
/
+7
*
Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.
wfh@chromium.org
2015-02-22
2
-0
/
+19
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
7
-10
/
+16
*
The process uptime computation when the Windows out-of-process Crash Generation
ivanpe@chromium.org
2014-10-15
1
-2
/
+4
*
Fix Windows client unittests build: add missing code files
mmandlis@chromium.org
2014-09-16
1
-0
/
+2
*
Back out trunk r1367.
mark@chromium.org
2014-09-03
2
-4
/
+4
*
Support for multiple upload files in CrashReportSender/HTTPUpload
ted.mielczarek@gmail.com
2014-08-28
2
-4
/
+4
*
Ensure C:/Dumps/ exists in crash_generation_app
ted.mielczarek@gmail.com
2014-07-11
1
-0
/
+6
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
7
-7
/
+7
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
13
-1482
/
+14
*
Ignore warning 4702 to avoid unreachable code error on
wfh@chromium.org
2014-03-26
1
-1
/
+3
*
Fix crash in Windows CrashGenerationServer from r1274.
thestig@chromium.org
2014-03-19
1
-1
/
+1
*
Windows: Fix 64-bit compitation of crash_generation_app.
thestig@chromium.org
2014-01-21
1
-7
/
+1
*
Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...
cdn@chromium.org
2014-01-17
5
-260
/
+262
*
Fix VS project generation for the crash generation app.
cdn@chromium.org
2014-01-17
1
-0
/
+3
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
3
-0
/
+0
*
Fix error r1258.
thestig@chromium.org
2013-12-17
1
-12
/
+14
*
Expose the ability to supply additional user streams in the windows dump gene...
cdn@chromium.org
2013-12-12
2
-5
/
+57
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
1
-0
/
+4
*
Fix Windows release build error due to unreferenced variables.
thestig@chromium.org
2013-12-09
1
-22
/
+15
*
Switch armv7 setting to arm_version==7.
mark@chromium.org
2013-12-08
1
-6
/
+6
*
add interface for WriteMinidump which allows the caller to supply file handle...
cdn@chromium.org
2013-06-06
2
-21
/
+64
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
8
-67
/
+74
*
Submitting this on behalf of Xiaoling Bao.
ivan.penkov@gmail.com
2013-05-20
4
-4
/
+17
*
Allow option for efficient and safe opt out of in-proc dump generation for Wi...
ivan.penkov@gmail.com
2013-04-23
4
-41
/
+143
*
Fix Windows unittest build on VC2012
ted.mielczarek@gmail.com
2013-03-29
1
-2
/
+9
*
Remove "library" variable
ted.mielczarek@gmail.com
2013-03-07
1
-9
/
+1
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
3
-18
/
+19
*
Fix remaining processor/scoped_ptr.h references for reals.
thestig@chromium.org
2013-01-22
1
-1
/
+1
*
Fix remaining processor/scoped_ptr.h references after r1096.
thestig@chromium.org
2013-01-22
3
-3
/
+3
*
Remove <(library) usage from gyp files.
thestig@chromium.org
2013-01-19
4
-6
/
+6
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
SuspendThread returns a DWORD value, so checking the return value with ">= 0"
ivan.penkov@gmail.com
2012-11-01
1
-3
/
+6
*
Fixing Windows client unit tests. They were broken in r1034 due to gMock and
ivan.penkov@gmail.com
2012-10-19
8
-16
/
+449
*
Fix a really stupid bug in WriteMinidumpForChildProcess
ted.mielczarek@gmail.com
2012-09-24
1
-1
/
+1
*
Allow generating minidumps from live processes on Windows.
ted.mielczarek@gmail.com
2012-09-18
2
-110
/
+215
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
3
-18
/
+178
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-33
/
+3
[next]