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
*
AppVerifier leak test fix for Windows 7.
doshimun
2009-04-08
1
-0
/
+2
*
Fix for issue 304: symupload needs to support timeout specifications(wininet ...
nealsid
2009-03-20
1
-1
/
+1
*
Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...
doshimun
2009-01-20
1
-1
/
+10
*
Fix an AppVerifier STOP in OOP server code. In the destructor of
doshimun
2009-01-16
2
-1
/
+22
*
Fix some typos in comments.
doshimun
2009-01-14
1
-4
/
+4
*
Minor fixes to windows exception handler.
doshimun
2009-01-14
2
-15
/
+55
*
ExceptionHandler class is not handling initialization errors, such as the
mmentovai
2008-12-03
1
-8
/
+28
*
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
*
Client process uptime is a very useful metric for crashes. Instead of each cl...
doshimun
2008-06-06
2
-3
/
+42
*
Fix the following bug:
doshimun
2008-06-05
1
-1
/
+1
*
Set the dump thread id and the requesting thread id properties of MDRawBreakp...
doshimun
2008-05-31
1
-5
/
+9
*
Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...
doshimun
2008-05-15
2
-2
/
+2
*
Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...
doshimun
2008-05-08
5
-7
/
+16
*
Some style guide compliance changes and changed the prototype of the method t...
doshimun
2008-05-07
4
-21
/
+25
*
Add a convenience method to CustomClientInfo struct to set both name and valu...
doshimun
2008-05-05
1
-0
/
+5
*
Add a way for the client apps to specify custom information in case of out-of...
doshimun
2008-05-05
10
-25
/
+187
*
Add one more parameter to the ClientDumpRequestCallback in crash generation s...
doshimun
2008-04-17
5
-10
/
+27
*
Add a parameter to CrashGenerationServer to let the callers set the
doshimun
2008-04-12
3
-2
/
+13
*
Some cosmetic/style changes to conform to style guidelines. This time
doshimun
2008-04-08
2
-23
/
+23
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
25
-4873
/
+4873
*
Minor style changes to comply with Google style guidelines.
doshimun
2008-04-03
4
-34
/
+39
*
TO BE REVIEWED.
doshimun@gmail.com
2008-03-11
3
-4
/
+15
*
This changelist contains the changes to the configuration of Visual Studio so...
doshimun@gmail.com
2008-03-10
5
-11
/
+324
*
Overview:
doshimun@gmail.com
2008-03-08
27
-178
/
+4227
*
Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...
mmentovai
2008-01-28
2
-10
/
+32
*
Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain
mmentovai
2007-10-18
2
-3
/
+18
*
Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.
mmentovai
2007-10-10
1
-0
/
+2
*
Assertion in CrashReportSender (windows) when no checkpoint file is desired
mmentovai
2007-09-28
1
-0
/
+3
*
Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...
mmentovai
2007-08-17
1
-0
/
+6
*
Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento
ted.mielczarek
2007-07-05
1
-2
/
+2
*
These should be int to allow them to be ORed together. Ted, please review.
mmentovai
2007-07-02
2
-3
/
+3
*
Allow finer control over installed handler types (#193). r=ted.mielczarek
mmentovai
2007-07-02
2
-27
/
+50
*
Add an API to pass exception information into the handler (#192).
mmentovai
2007-07-02
2
-1
/
+9
*
Add an optional per-day limit to the number of crash reports sent. The state
bryner
2007-05-21
2
-10
/
+125
*
Issue 162 - handle pure virtual function calls in VC++. r=mento
ted.mielczarek
2007-05-10
2
-0
/
+42
*
Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).
mmentovai
2007-04-04
1
-1
/
+4
*
vswprintf causes Purify to fail (#145). r=darin
mmentovai
2007-03-30
1
-3
/
+3
*
Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.
bryner
2007-03-05
1
-1
/
+4
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
6
-32
/
+32
*
Airbag windows client didn't trap VC8 parameter validation errors. Now it
mmentovai
2007-02-07
2
-53
/
+209
*
Pass the exception record (EXCEPTION_POINTERS*) to callback functions from
mmentovai
2007-01-12
2
-6
/
+9
*
Allows the caller of CrashReportSender::SendCrashReport() to determine that
incrementalist
2007-01-03
2
-12
/
+30
*
Removing CRs from #81. Hey, how'd those get in there?
mmentovai
2006-12-08
1
-24
/
+24
*
This patch fixes Airbag issue #44.
incrementalist
2006-12-08
2
-4
/
+9
*
Allow exception handler callbacks more flexibility (#81). r=bryner
mmentovai
2006-12-07
2
-82
/
+270
*
Don't use CRT in exception handler code (#86). r=bryner
mmentovai
2006-11-28
2
-8
/
+14
*
Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).
mmentovai
2006-11-15
2
-2
/
+9
*
Minidumps should indicate which thread generated the dump and which requested
mmentovai
2006-11-06
2
-2
/
+26
[next]