Sync DrDump crash handler with TortoiseSVN codebase
commitbd1a3c5aac09ce2b6f65261cdefa244eb3af9032
authorSven Strickroth <email@cs-ware.de>
Fri, 3 Oct 2014 14:35:47 +0000 (3 16:35 +0200)
committerSven Strickroth <email@cs-ware.de>
Fri, 3 Oct 2014 20:10:44 +0000 (3 22:10 +0200)
treec67c2f754412363dba3abae9f43cb54b85a39408
parent4e10ebd9de8335a65e280a806a642cd25a49c65c
Sync DrDump crash handler with TortoiseSVN codebase

Based on TortoiseSVN rev. 25895.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
93 files changed:
ext/CrashServer/CommonLibs/Log/log.cpp
ext/CrashServer/CommonLibs/Log/log.h
ext/CrashServer/CommonLibs/Log/log_media.h
ext/CrashServer/CommonLibs/Log/synchro.h
ext/CrashServer/CommonLibs/Stat/stat.cpp [new file with mode: 0644]
ext/CrashServer/CommonLibs/Stat/stat.h [new file with mode: 0644]
ext/CrashServer/CommonLibs/Version/version.h
ext/CrashServer/CommonLibs/Version/version.rc
ext/CrashServer/CommonLibs/Zlib/ZipUnzip.cpp
ext/CrashServer/CommonLibs/Zlib/ZipUnzip.h
ext/CrashServer/CommonLibs/Zlib/Zlib.vcxproj
ext/CrashServer/CommonLibs/Zlib/Zlib.vcxproj.filters
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.cpp
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.def
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.h
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.rc
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.vcxproj
ext/CrashServer/CrashHandler/CrashHandler/CrashHandler.vcxproj.filters
ext/CrashServer/CrashHandler/CrashHandler/CrashHandlerExport.h
ext/CrashServer/CrashHandler/CrashHandler/projectinfo.h
ext/CrashServer/CrashHandler/CrashHandler/stdafx.cpp
ext/CrashServer/CrashHandler/CrashHandler/stdafx.h
ext/CrashServer/CrashHandler/CrashHandler/targetver.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploader3.wsdl [new file with mode: 0644]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploaderServiceLib.vcxproj
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploaderServiceLib.vcxproj.filters
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploaderWebService.cpp
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploaderWebService.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/CustomBinding_DumpUploadService3_Uploader.nsmap [moved from ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/UploaderSoap.nsmap with 53% similarity]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/DumpUploader.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/UploaderSoap12.nsmap [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapC.cpp
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapCustomBinding_DumpUploadService3_UploaderProxy.cpp [new file with mode: 0644]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapCustomBinding_DumpUploadService3_UploaderProxy.h [new file with mode: 0644]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapH.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapStub.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapUploaderSoap12Proxy.cpp [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapUploaderSoap12Proxy.h [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapUploaderSoapProxy.cpp [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/generated/soapUploaderSoapProxy.h [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/gsoapWinInet-2.8.0.cpp [deleted file]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/gsoapWinInet.cpp
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/gsoapWinInet.h
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/make_service_stub.bat
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/replace_text.vbs [new file with mode: 0644]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/stdsoap2.cpp [moved from ext/CrashServer/external/gsoap-win32-2.8.0/stdsoap2.cpp with 79% similarity]
ext/CrashServer/CrashHandler/DumpUploaderServiceLib/stdsoap2.h [moved from ext/CrashServer/external/gsoap-win32-2.8.0/stdsoap2.h with 81% similarity]
ext/CrashServer/CrashHandler/SendRpt/Config.h
ext/CrashServer/CrashHandler/SendRpt/CrashProcessor.cpp
ext/CrashServer/CrashHandler/SendRpt/DoctorDump.cpp [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/DoctorDump.h [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/DumpUploader.h [copied from ext/CrashServer/CrashHandler/CrashHandler/targetver.h with 57% similarity]
ext/CrashServer/CrashHandler/SendRpt/DumpWriter.cpp
ext/CrashServer/CrashHandler/SendRpt/DumpWriter.h
ext/CrashServer/CrashHandler/SendRpt/IniFile.cpp [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/IniFile.h [copied from ext/CrashServer/CrashHandler/CrashHandler/stdafx.h with 53% similarity]
ext/CrashServer/CrashHandler/SendRpt/SendReportDlg.cpp
ext/CrashServer/CrashHandler/SendRpt/SendReportDlg.h
ext/CrashServer/CrashHandler/SendRpt/SendRpt.cpp
ext/CrashServer/CrashHandler/SendRpt/SendRpt.manifest [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/SendRpt.rc
ext/CrashServer/CrashHandler/SendRpt/SendRpt.vcxproj
ext/CrashServer/CrashHandler/SendRpt/SendRpt.vcxproj.filters
ext/CrashServer/CrashHandler/SendRpt/Serializer.cpp
ext/CrashServer/CrashHandler/SendRpt/Serializer.h
ext/CrashServer/CrashHandler/SendRpt/Translator.cpp [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/Translator.h [copied from ext/CrashServer/CrashHandler/DumpUploaderServiceLib/DumpUploaderWebService.h with 50% similarity]
ext/CrashServer/CrashHandler/SendRpt/dbghelp/x64/dbghelp.dll [moved from ext/CrashServer/CrashHandler/SendRpt/dbghelp_x64.dll with 100% similarity]
ext/CrashServer/CrashHandler/SendRpt/dbghelp/x86/dbghelp.dll [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/dbghelp_x86.dll [deleted file]
ext/CrashServer/CrashHandler/SendRpt/projectinfo.h
ext/CrashServer/CrashHandler/SendRpt/resource.h
ext/CrashServer/CrashHandler/SendRpt/stdafx.cpp
ext/CrashServer/CrashHandler/SendRpt/stdafx.h
ext/CrashServer/CrashHandler/SendRpt/targetver.h
ext/CrashServer/CrashHandler/SendRpt/translate.ini [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/utils.cpp [new file with mode: 0644]
ext/CrashServer/CrashHandler/SendRpt/utils.h [copied from ext/CrashServer/CrashHandler/CrashHandler/targetver.h with 70% similarity]
ext/CrashServer/CrashHandler/crashhandler.props
ext/CrashServer/CrashHandler/solutioninfo.h
ext/CrashServer/Readme.txt
ext/CrashServer/SymUpload.exe
ext/CrashServer/external/MiniZip/MiniZip.vcxproj [deleted file]
ext/CrashServer/external/WTL/Include/atlapp.h
ext/CrashServer/external/WTL/Include/atlctrls.h
ext/CrashServer/external/WTL/Include/atlctrlx.h
ext/CrashServer/external/WTL/Include/atlgdi.h
ext/CrashServer/external/WTL/Include/atlres.h
ext/CrashServer/external/WTL/Include/atluser.h
ext/CrashServer/external/WTL/Include/atlwinx.h
ext/CrashServer/external/gsoap-win32-2.8.0/mod_gsoap/gsoap_win/wininet/gsoapWinInet.h [deleted file]
src/TortoiseGit.sln
src/TortoiseGitSetup/StructureFragment.wxi