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
/
crash_generation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows client ExceptionHandlerTest tests
Jon Turney
2017-03-11
3
-6
/
+26
*
Fix Windows crash_generation_server for debug builds without -D_DEBUG
Ted Mielczarek
2015-10-07
1
-1
/
+1
*
Fix -Wreorder warnings in the Windows code.
wfh@chromium.org
2015-07-10
3
-14
/
+14
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
3
-4
/
+10
*
The process uptime computation when the Windows out-of-process Crash Generation
ivanpe@chromium.org
2014-10-15
1
-2
/
+4
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
1
-1
/
+1
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
1
-3
/
+2
*
Fix crash in Windows CrashGenerationServer from r1274.
thestig@chromium.org
2014-03-19
1
-1
/
+1
*
Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...
cdn@chromium.org
2014-01-17
4
-248
/
+250
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
1
-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
*
Fix Windows release build error due to unreferenced variables.
thestig@chromium.org
2013-12-09
1
-22
/
+15
*
add interface for WriteMinidump which allows the caller to supply file handle...
cdn@chromium.org
2013-06-06
2
-21
/
+64
*
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
1
-0
/
+4
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-0
/
+1
*
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
1
-2
/
+2
*
Fix of a race condition during Crash Generation Server startup
ivan.penkov@gmail.com
2012-09-07
1
-3
/
+6
*
Fixing a Windows compiler warning in src/client/windows/crash_generation/mini...
ivan.penkov@gmail.com
2012-08-17
1
-4
/
+4
*
Fixing a race condition in the Crash Generation Server which has to
ivan.penkov@gmail.com
2012-08-15
4
-147
/
+179
*
Speculatively back out r984. See http://codereview.chromium.org/10805065/
mark@chromium.org
2012-07-25
5
-75
/
+5
*
Back out r996, reinstating r985. That wasn't it.
mark@chromium.org
2012-07-24
2
-0
/
+72
*
Speculatively back out r985 because it may be causing crash_service problems
mark@chromium.org
2012-07-24
2
-72
/
+0
*
Fix a Windows compiler warning with a cast:
mark@chromium.org
2012-07-23
1
-1
/
+1
*
Allow the crash generation server to be initialized with a handle instead of...
ted.mielczarek
2012-07-16
2
-0
/
+72
*
Add the capability to include an arbitrary data stream within minidumps
cdn@chromium.org
2012-07-10
5
-5
/
+75
*
Do not fail crash dump generation if handle operations tracing is not enabled
mark@chromium.org
2012-07-03
1
-1
/
+2
*
Allow the minidump writer to collect handle data so that resulting dump contains
mark@chromium.org
2012-07-03
1
-13
/
+240
*
CrashGenerationServer's state machine can be invoked from both the application
mark@chromium.org
2012-06-12
2
-48
/
+56
*
Initialize a CustomClientInfo variable. (Coverity)
thestig@chromium.org
2012-05-15
1
-1
/
+1
*
Fix warning in r961 - C4800
jessicag.feedback
2012-05-07
1
-1
/
+1
*
wires up the crash client side so that the deferred upload callback can be used.
cdn@chromium.org
2012-05-03
3
-1
/
+23
*
Set limit on the number of custom client info entries that can be sent with a...
cdn@chromium.org
2012-04-17
1
-0
/
+4
*
Expose a callback to allow crash server implementations to defer the uploadin...
cdn@chromium.org
2012-04-13
5
-10
/
+45
*
Unregister waits when a client shuts down so that no further callback events can
cdn@chromium.org
2012-03-22
1
-0
/
+1
*
Speculative back-out of r883, which may have broken Windows crash reporting.
mark@chromium.org
2011-11-28
6
-181
/
+2
*
Allow CrashGenerationClient to request that a dump of the parent process be w...
ted.mielczarek
2011-11-11
6
-2
/
+181
*
Fix svn:executable and svn:eol-style properties in src/client/windows.
mark@chromium.org
2011-10-20
1
-0
/
+0
*
Fix CrashGenerationServer to recover from protocol errors and a test for same.
erikwright@chromium.org
2010-09-20
2
-74
/
+119
*
Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...
ted.mielczarek
2010-05-19
2
-16
/
+6
*
Moved exception_handler_test to the more aptly named exception_handler_death_...
hansl@google.com
2010-05-12
4
-26
/
+54
*
Replacing solutions with gyp files. Moving tests for windows clients in unitt...
hansl@google.com
2010-05-03
2
-347
/
+64
*
Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.
mmentovai
2009-09-28
1
-6
/
+8
*
Fix an AppVerifier STOP in OOP server code. In the destructor of
doshimun
2009-01-16
2
-1
/
+22
*
Fix warning when converting int to bool
nealsid
2008-10-10
1
-1
/
+1
*
Generate Windows full memory dumps as a separate file. Patch by Huan Ren
mmentovai
2008-09-16
1
-7
/
+56
*
In the destructor of ClientInfo, currently the wait on the clent_crashed_even...
doshimun
2008-06-09
1
-10
/
+10
[next]