Martin Prikryl 1e598b64c3 Issue 2267 – Failure when canceling FTP connection while reading remote directory 1 year ago
..
Bookmarks.cpp 5dfbf31821 Bug 1127: Bookmark drop down menu 7 years ago
Bookmarks.h 5dfbf31821 Bug 1127: Bookmark drop down menu 7 years ago
Common.cpp e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
Common.h e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
Configuration.cpp a8e6220b88 fix typos 1 year ago
Configuration.h 937c2a1df1 Improving PR#51/Issue 2239 implementation 1 year ago
CopyParam.cpp a8e6220b88 fix typos 1 year ago
CopyParam.h 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
CoreMain.cpp a8e6220b88 fix typos 1 year ago
CoreMain.h 4e8624e83b File editing app logging 3 years ago
Cryptography.cpp db87bc1810 Bug 2145: Support for OpenSSH certificates for host verification 2 years ago
Cryptography.h e5887883a2 Updating code to PuTTY dfdb73e1 6 years ago
Exceptions.cpp 55609e080c Separating context from error 5 years ago
Exceptions.h b3fd583f41 Bug 1949: Improve handling of long shell command error messages 4 years ago
FileBuffer.cpp c7ab4b7329 Improving error reporting when merging parallel file parts fail 2 years ago
FileBuffer.h c7ab4b7329 Improving error reporting when merging parallel file parts fail 2 years ago
FileInfo.cpp 26e3fa40f4 Code formatting 4 years ago
FileInfo.h 4bd0859efa Passing password to PuTTY using named pipe instead of commandline 2 years ago
FileMasks.cpp a8e6220b88 fix typos 1 year ago
FileMasks.h c9390ec2f8 Factoring out TSearchRecChecked::GetFilePath() 2 years ago
FileOperationProgress.cpp a8e6220b88 fix typos 1 year ago
FileOperationProgress.h f2fd31c4a8 Factoring out IsTransfer 3 years ago
FileSystems.cpp 03e38c75ae Refactoring checksum calculation to share more code between FTP and SFTP in anticipation of reusing it for SCP/Shell 3 years ago
FileSystems.h 700baf45ee Restoring consistent behavior of failing, between duplicating and moving/renaming files over existing file with WebDAV protocol in scripting and .NET assembly 2 years ago
FtpFileSystem.cpp 1e598b64c3 Issue 2267 – Failure when canceling FTP connection while reading remote directory 1 year ago
FtpFileSystem.h 1e598b64c3 Issue 2267 – Failure when canceling FTP connection while reading remote directory 1 year ago
Global.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords 6 years ago
Global.h 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords 6 years ago
HierarchicalStorage.cpp a8e6220b88 fix typos 1 year ago
HierarchicalStorage.h 4cf1ac20db When cleaning up application data, deleting even Martin Prikryl and WinSCP 2 root keys, if they remain empty 1 year ago
Http.cpp b7f119487f Bug 2212: winscp.net root certificate is always trusted when checking for updates, even when (corporate managed) Windows certificate store does not trust it 2 years ago
Http.h b7f119487f Bug 2212: winscp.net root certificate is always trusted when checking for updates, even when (corporate managed) Windows certificate store does not trust it 2 years ago
Interface.h c1a1f3e945 Bug 2102: Reading password from a file (also in commandline) 3 years ago
KeyGen.cpp dc4a08d325 USE_COMPATIBLE_THREAD directive does not exist anymore 6 years ago
KeyGen.h 2e4b4738f0 5.2 7 years ago
NamedObjs.cpp a19b1a7e1a Removing unused (and wrong) code 2 years ago
NamedObjs.h a19b1a7e1a Removing unused (and wrong) code 2 years ago
NeonIntf.cpp b1c505cadb Custom certificate store stopped working for S3 2 years ago
NeonIntf.h b1c505cadb Custom certificate store stopped working for S3 2 years ago
Option.cpp de63014d9e puttygen switches --new-passphrase and --old-passphrase are recognized 2 years ago
Option.h 408d60c52f Unused code 2 years ago
PuttyIntf.cpp acd1e545e2 Invalid assertion 1 year ago
PuttyIntf.h 952e9a2226 SSH ciphers usage counters 2 years ago
PuttyTools.h 804ec9c9c9 Bug 52: Use file hash as criterion for synchronization 2 years ago
Queue.cpp 1189b13e1f Issue 2258 – Hang when prompt pops up while SFTP session is being reconnected 1 year ago
Queue.h 92c97a912c Bug 194: Ongoing delete operation can be moved to background queue 4 years ago
RemoteFiles.cpp a8e6220b88 fix typos 1 year ago
RemoteFiles.h 59393658a0 Bug 2227: Restored ability to duplicate remote folders using "cp" command in secondary shell session even when the SFTP server supports copy-file/copy-data extension 2 years ago
S3FileSystem.cpp e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
S3FileSystem.h 700baf45ee Restoring consistent behavior of failing, between duplicating and moving/renaming files over existing file with WebDAV protocol in scripting and .NET assembly 2 years ago
ScpFileSystem.cpp a8e6220b88 fix typos 1 year ago
ScpFileSystem.h 155053704c Bug 2234: Cannot leave directory entered via cache with SCP protocol if it was deleted meanwhile 2 years ago
Script.cpp e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
Script.h e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
SecureShell.cpp a6adfa0ad3 Updating to PuTTY 0.80 – mostly Issue 2246 – Mitigations for SSH protocol "Terrapin" vulnerability 1 year ago
SecureShell.h a6adfa0ad3 Updating to PuTTY 0.80 – mostly Issue 2246 – Mitigations for SSH protocol "Terrapin" vulnerability 1 year ago
Security.cpp 52cec785ee Improving HTTP error reporting 2 years ago
Security.h 9887ac9205 Optimization 3 years ago
SessionData.cpp 67303752e4 Issue 2265 – Password pipe cannot be used to open session in an existing instance 1 year ago
SessionData.h 7ce1361928 Issue 2263 – Cannot use IPv6 literal as hostname on Login dialog 1 year ago
SessionInfo.cpp 3be9a70b6d Preparing for Issue 2231 – Support for [email protected] SFTP extension 1 year ago
SessionInfo.h eb27408a38 With application logging enabled, automatic updates installation is started with logging too 2 years ago
SftpFileSystem.cpp ac633b2adf Comment on possible use of SSH_FXF_RENAME_ATOMIC 1 year ago
SftpFileSystem.h 6368c3f192 Invalid assertion, caused by Issue 2235 1 year ago
Terminal.cpp e782da2c87 Issue 2260 – Failure when trying to synchronize files by checksum on server that does not support it 1 year ago
Terminal.h 9a06496936 Bug fix: When S3 or WebDAV server did not provide file timestamp, downloaded file was set to oldest possible timestamp 1 year ago
Usage.cpp f36d12ce3d StartupSeconds* counters 5 years ago
Usage.h f36d12ce3d StartupSeconds* counters 5 years ago
WebDAVFileSystem.cpp a8e6220b88 fix typos 1 year ago
WebDAVFileSystem.h 700baf45ee Restoring consistent behavior of failing, between duplicating and moving/renaming files over existing file with WebDAV protocol in scripting and .NET assembly 2 years ago