Martin Prikryl e18a6663a2 Bug 1482: Use WinSCP site name for PuTTY window title 9 年之前
..
Bookmarks.cpp 0409ecd920 Merging declaration and assignment 7 年之前
Bookmarks.h 2e4b4738f0 5.2 7 年之前
Common.cpp 4d2717d618 Renaming ComparePaths and IsPathToSameFile to use "Same" instead of "Compare" as they return bool, not int + SameFileName already exists in VCL 7 年之前
Common.h 4d2717d618 Renaming ComparePaths and IsPathToSameFile to use "Same" instead of "Compare" as they return bool, not int + SameFileName already exists in VCL 7 年之前
Configuration.cpp d3ba1e1697 Guarding access to configuration parameters used by logging (running on background thread) 7 年之前
Configuration.h d3ba1e1697 Guarding access to configuration parameters used by logging (running on background thread) 7 年之前
CopyParam.cpp 0e6ab8a0ef Factoring out AnyMask constant 7 年之前
CopyParam.h 04fab653e6 Not using "my" prefix for VB.NET variables + No redundant declaration of Session variable type + Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds + Using -Property switch to initialize SessionOptions properties in PowerShell + Generating code for transfer settings + TransferOptions.ResumeSupport is settable + Setting TransferResumeSupport.Threshold automatically sets State to Smart 7 年之前
CoreMain.cpp 987728ea0c Prettifying debug macros 7 年之前
CoreMain.h 26b6b13bc8 5.6 7 年之前
Cryptography.cpp d8f92984b9 First public commit of dev branch 7 年之前
Cryptography.h 2e4b4738f0 5.2 7 年之前
Exceptions.cpp bab68888f6 Tracing (startup + JCL + static variables initialization) 7 年之前
Exceptions.h fc6215b681 LastUpdateException counter 7 年之前
FileBuffer.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 年之前
FileBuffer.h d8f92984b9 First public commit of dev branch 7 年之前
FileInfo.cpp 961d7c152c Sending .NET framework version to the server when downloading extension + Comparing the .NET version number component by component (=handling build number correctly) 7 年之前
FileInfo.h 961d7c152c Sending .NET framework version to the server when downloading extension + Comparing the .NET version number component by component (=handling build number correctly) 7 年之前
FileMasks.cpp 153e7f77bf Failure when inspecting PuTTY pattern when no session is opened (the failure was silently ignored) 7 年之前
FileMasks.h 4ccbd9c352 IsAnyMask is just an opposite of IsEffectiveFileNameMask 7 年之前
FileOperationProgress.cpp f8018d0f98 Parallel background uploads 7 年之前
FileOperationProgress.h f8018d0f98 Parallel background uploads 7 年之前
FileSystems.cpp d8f92984b9 First public commit of dev branch 7 年之前
FileSystems.h d8f92984b9 First public commit of dev branch 7 年之前
FtpFileSystem.cpp 727926591f Misplaced assertion from f8018d0f981 (Parallel background uploads) 7 年之前
FtpFileSystem.h 5678cc28c7 Bug 1169: Do not indefinitely retry transfer with FTP protocol when opening transfer channel is failing 7 年之前
Global.cpp d8f92984b9 First public commit of dev branch 7 年之前
Global.h bab68888f6 Tracing (startup + JCL + static variables initialization) 7 年之前
HierarchicalStorage.cpp 092c24d412 Bug 1436: Some scripting commands or command-line switches were not recognized on some locales (like Welsh) when used or defined with a mixed case (like /XmlLog vs. /xmllog) 7 年之前
HierarchicalStorage.h d8f92984b9 First public commit of dev branch 7 年之前
Http.cpp 37c5abf4a9 Specific error messages about extensions are presented without irrelevant HTTP status code 7 年之前
Http.h 37c5abf4a9 Specific error messages about extensions are presented without irrelevant HTTP status code 7 年之前
Interface.h 0ccd2defd3 SSH password change + When opening secondary shell session fails, the main session is not Closed + Session.ExecuteCommand unit tests 7 年之前
KeyGen.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 年之前
KeyGen.h 2e4b4738f0 5.2 7 年之前
NamedObjs.cpp d8f92984b9 First public commit of dev branch 7 年之前
NamedObjs.h d8f92984b9 First public commit of dev branch 7 年之前
NeonIntf.cpp b4df71734a Bug 1479: Handle dav:// URL 7 年之前
NeonIntf.h 7550bec1ea Bug 1465: Support Microsoft Passport authentication to allow WebDAV access to OneDrive 7 年之前
Option.cpp 092c24d412 Bug 1436: Some scripting commands or command-line switches were not recognized on some locales (like Welsh) when used or defined with a mixed case (like /XmlLog vs. /xmllog) 7 年之前
Option.h d8f92984b9 First public commit of dev branch 7 年之前
PuttyIntf.cpp 33cb2f4010 Bug fix: Digits-only file mask constraint was interpreted as time constraint instead of size constraint (caused by the Bug 672) + Change: Failing on invalid size constraint 7 年之前
PuttyIntf.h d8f92984b9 First public commit of dev branch 7 年之前
PuttyTools.h 33cb2f4010 Bug fix: Digits-only file mask constraint was interpreted as time constraint instead of size constraint (caused by the Bug 672) + Change: Failing on invalid size constraint 7 年之前
Queue.cpp 19890b476f Bug 875: Parallel background downloads 7 年之前
Queue.h 19890b476f Bug 875: Parallel background downloads 7 年之前
RemoteFiles.cpp 505e5154a9 Removing unused code 7 年之前
RemoteFiles.h 505e5154a9 Removing unused code 7 年之前
ScpFileSystem.cpp f8018d0f98 Parallel background uploads 7 年之前
ScpFileSystem.h 935dc3f39d Bug 1428: Failure when SCP server fatally fails while uploading file 7 年之前
Script.cpp 19890b476f Bug 875: Parallel background downloads 7 年之前
Script.h 6403692f8c Change: When executing script file or script commands provided on command-line, default reconnect time is set to 120 seconds, if not limited yet by configuration 7 年之前
SecureShell.cpp 0ccd2defd3 SSH password change + When opening secondary shell session fails, the main session is not Closed + Session.ExecuteCommand unit tests 7 年之前
SecureShell.h 0ccd2defd3 SSH password change + When opening secondary shell session fails, the main session is not Closed + Session.ExecuteCommand unit tests 7 年之前
Security.cpp 1cafc8fc76 Bug 1442: Certificate validation fails on Windows Vista and older 7 年之前
Security.h a0a3e03326 Providing more details when verification of the TLS certificate against Windows certificate store fails 7 年之前
SessionData.cpp e18a6663a2 Bug 1482: Use WinSCP site name for PuTTY window title 7 年之前
SessionData.h e18a6663a2 Bug 1482: Use WinSCP site name for PuTTY window title 7 年之前
SessionInfo.cpp bf15e6aba6 Bug 1483: Failure when logging fails for background session or during log in 7 年之前
SessionInfo.h f8018d0f98 Parallel background uploads 7 年之前
SftpFileSystem.cpp f8018d0f98 Parallel background uploads 7 年之前
SftpFileSystem.h d8f92984b9 First public commit of dev branch 7 年之前
Terminal.cpp 19890b476f Bug 875: Parallel background downloads 7 年之前
Terminal.h 19890b476f Bug 875: Parallel background downloads 7 年之前
Usage.cpp 54be1dc611 More readable usage statistics display 7 年之前
Usage.h 54be1dc611 More readable usage statistics display 7 年之前
WebDAVFileSystem.cpp 080e0d4c0d Invalid assertion 7 年之前
WebDAVFileSystem.h 74e8caab39 Bug 251: Allow skipping file actually being transferred 7 年之前