Martin Prikryl 7ce8405ee4 Bug 2214: Support appending when streaming file contents to remote server 2 years 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 266b470cf8 Using tolower and towupper 2 years ago
Common.h 4eaf58404c Replacing redundant DeleteDirectory with RecursiveDeleteFile 2 years ago
Configuration.cpp 6f231acaf1 Bug 2089: Allow S3 connection with IAM role instead of credentials 2 years ago
Configuration.h 6f231acaf1 Bug 2089: Allow S3 connection with IAM role instead of credentials 2 years ago
CopyParam.cpp 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
CopyParam.h 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
CoreMain.cpp ee9becf65e OpenSSL does not have any explicit initialization (since 1.1?) 3 years ago
CoreMain.h 4e8624e83b File editing app logging 3 years ago
Cryptography.cpp 965a14838f Updating code to PuTTY 0d2d20aa 6 years ago
Cryptography.h e5887883a2 Updating code to PuTTY dfdb73e1 6 years ago
Exceptions.cpp 9242eaf945 Separating context from error 5 years ago
Exceptions.h eaa430fbe4 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 c17e528e26 Code formatting 4 years ago
FileInfo.h 98fa08c5c5 Bug fix: Version check did not work with five digit build number 6 years ago
FileMasks.cpp 266b470cf8 Using tolower and towupper 2 years ago
FileMasks.h c9390ec2f8 Factoring out TSearchRecChecked::GetFilePath() 2 years ago
FileOperationProgress.cpp 4b38960069 Bug 2083: Workaround for an apparent bug in Windows 11 that prevents WinSCP from stopping Windows going to the sleep mode during transfers 3 years ago
FileOperationProgress.h ec22d33b1d Factoring out IsTransfer 4 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 8994d1f98e Simplifying CalculateFilesChecksum API 3 years ago
FtpFileSystem.cpp 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
FtpFileSystem.h 8daf97a9cd Support for FTP CSID command 2 years 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 327a00dbd8 ProxyMethod raw session setting supports symbolical value names 2 years ago
HierarchicalStorage.h 327a00dbd8 ProxyMethod raw session setting supports symbolical value names 2 years ago
Http.cpp 6f231acaf1 Bug 2089: Allow S3 connection with IAM role instead of credentials 2 years ago
Http.h 6f231acaf1 Bug 2089: Allow S3 connection with IAM role instead of credentials 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 afe45263b1 Factoring out ConsumeParam 2 years ago
PuttyIntf.cpp 0a5981b619 Logging random seed file 2 years ago
PuttyIntf.h 952e9a2226 SSH ciphers usage counters 2 years ago
PuttyTools.h 282143321d Certificate can be added to ppk key with /keygen 2 years ago
Queue.cpp 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
Queue.h 92c97a912c Bug 194: Ongoing delete operation can be moved to background queue 4 years ago
RemoteFiles.cpp 266b470cf8 Using tolower and towupper 2 years ago
RemoteFiles.h 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
S3FileSystem.cpp 6f231acaf1 Bug 2089: Allow S3 connection with IAM role instead of credentials 2 years ago
S3FileSystem.h b79aaa06e8 Bug 2057: AWS S3 profile selection 3 years ago
ScpFileSystem.cpp 52cf67f62d Bug 2209: Improve behavior when moving/renaming over an existing folder 2 years ago
ScpFileSystem.h b4c490b497 File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like sha256sum 3 years ago
Script.cpp c9390ec2f8 Factoring out TSearchRecChecked::GetFilePath() 2 years ago
Script.h 8994d1f98e Simplifying CalculateFilesChecksum API 3 years ago
SecureShell.cpp 3d27a5f88d Bug 2195: Ignore disconnects from the server while closing the connection 2 years ago
SecureShell.h 2fdcc0e6ad Using unique_ptr instead of auto_ptr + Replacing use of auto_ptr, where unique_ptr cannot be used with plain pointers 3 years ago
Security.cpp 52cec785ee Improving HTTP error reporting 2 years ago
Security.h 4cc8444688 Optimization 4 years ago
SessionData.cpp 266b470cf8 Using tolower and towupper 2 years ago
SessionData.h 699bf5fd2c Bug fix: Check for application updates was limited to TLS 1.2 2 years ago
SessionInfo.cpp eb27408a38 With application logging enabled, automatic updates installation is started with logging too 2 years ago
SessionInfo.h eb27408a38 With application logging enabled, automatic updates installation is started with logging too 2 years ago
SftpFileSystem.cpp 7ce8405ee4 Bug 2214: Support appending when streaming file contents to remote server 2 years ago
SftpFileSystem.h 8a509c67f0 Using SFTP copy-data extension to duplicate remote files with servers that do not support copy-file extension (OpenSSH) 2 years ago
Terminal.cpp 52cf67f62d Bug 2209: Improve behavior when moving/renaming over an existing folder 2 years ago
Terminal.h 1aee6f1464 Bug 513: Download single large file using multiple SFTP connections 2 years ago
Usage.cpp 79b51c10ed StartupSeconds* counters 5 years ago
Usage.h 79b51c10ed StartupSeconds* counters 5 years ago
WebDAVFileSystem.cpp 9ffd61b6df Bug fix: Potential failure when opening unencrypted HTTP/WebDAV connection 2 years ago
WebDAVFileSystem.h 718ed232c1 Bug 1667: Support redirected WebDAV downloads (even to other hosts) – 2nd (preserving query strings) 3 years ago