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
/
handler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...
ted.mielczarek
2010-08-02
1
-28
/
+50
*
Patch from Vitaly to remove synchronization and make exception handling code ...
nealsid
2010-05-18
1
-3
/
+1
*
Added a death test for the pure virtual function call.
hansl@google.com
2010-05-13
1
-2
/
+25
*
Moved exception_handler_test to the more aptly named exception_handler_death_...
hansl@google.com
2010-05-12
1
-17
/
+12
*
Replacing solutions with gyp files. Moving tests for windows clients in unitt...
hansl@google.com
2010-05-03
4
-753
/
+48
*
Fix dependency on Visual C++ 9 introduced by revision 557.
nealsid
2010-04-29
1
-1
/
+1
*
Fix HandleInvalidParameter to provide a locally created exception record for ...
siggi@chromium.org
2010-03-26
1
-3
/
+23
*
Fix an INVALIDATE_ITERATOR defect reported by Coverity.
nealsid
2009-07-30
1
-5
/
+5
*
Integration test for Windows exception handler/minidump generation.
nealsid
2009-07-17
2
-0
/
+430
*
AppVerifier leak test fix for Windows 7.
doshimun
2009-04-08
1
-0
/
+2
*
Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...
doshimun
2009-01-20
1
-1
/
+10
*
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
*
Some style guide compliance changes and changed the prototype of the method t...
doshimun
2008-05-07
1
-3
/
+3
*
Add a way for the client apps to specify custom information in case of out-of...
doshimun
2008-05-05
2
-6
/
+16
*
Fix newlines (#253). rs=ted.mielczarek
mmentovai
2008-04-07
1
-323
/
+323
*
TO BE REVIEWED.
doshimun@gmail.com
2008-03-11
1
-0
/
+8
*
Overview:
doshimun@gmail.com
2008-03-08
2
-178
/
+336
*
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
*
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
*
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
3
-28
/
+28
*
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
*
Removing CRs from #81. Hey, how'd those get in there?
mmentovai
2006-12-08
1
-24
/
+24
*
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
*
Windows exception handler does not survive stack overflows (#34). r=brian,
mmentovai
2006-10-31
2
-11
/
+145
*
Disable exception handling warnings in Windows client code (#38).
mmentovai
2006-10-27
1
-0
/
+6
*
Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.
mmentovai
2006-10-27
1
-0
/
+4
*
Support building with WIN32_LEAN_AND_MEAN (#60)
mmentovai
2006-10-26
3
-24
/
+24
*
Add static-CRT build configurations. Get rid of the largely redundant README,
bryner
2006-09-28
2
-0
/
+127
*
Initial version of Windows exception handler and crash report sender classes
bryner
2006-09-27
3
-0
/
+462