Martin Prikryl ee9ef8051f OpenedSessionsNoSendBuf counter 2 år sedan
..
Bookmarks.cpp 5dfbf31821 Bug 1127: Bookmark drop down menu 7 år sedan
Bookmarks.h 5dfbf31821 Bug 1127: Bookmark drop down menu 7 år sedan
Common.cpp e78ae6176e Bug 2125: Displaying current version on the New version notification + Contents of About dialog can be copied to the clipboard using Ctrl+C 3 år sedan
Common.h e78ae6176e Bug 2125: Displaying current version on the New version notification + Contents of About dialog can be copied to the clipboard using Ctrl+C 3 år sedan
Configuration.cpp 2089ef5ec0 Correcting version display for e78ae617 3 år sedan
Configuration.h 2089ef5ec0 Correcting version display for e78ae617 3 år sedan
CopyParam.cpp 7f1aaa1b1a Bug 1922: Do not use a transfer via temporary file for files that would exceed system length limit with the temporary extension 5 år sedan
CopyParam.h fb013d64dc Redundant constants 4 år sedan
CoreMain.cpp ee9becf65e OpenSSL does not have any explicit initialization (since 1.1?) 3 år sedan
CoreMain.h 4e8624e83b File editing app logging 3 år sedan
Cryptography.cpp 965a14838f Updating code to PuTTY 0d2d20aa 6 år sedan
Cryptography.h e5887883a2 Updating code to PuTTY dfdb73e1 6 år sedan
Exceptions.cpp 9242eaf945 Separating context from error 5 år sedan
Exceptions.h eaa430fbe4 Bug 1949: Improve handling of long shell command error messages 4 år sedan
FileBuffer.cpp 6e5c55fab9 With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738) 5 år sedan
FileBuffer.h 6e5c55fab9 With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738) 5 år sedan
FileInfo.cpp c17e528e26 Code formatting 4 år sedan
FileInfo.h 98fa08c5c5 Bug fix: Version check did not work with five digit build number 6 år sedan
FileMasks.cpp 070ff9ad32 Bug 2107: Private key pattern in PuTTY command-line 3 år sedan
FileMasks.h c5a60526ed Bug 2052: File masks relative to the root of an operation 4 år sedan
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 år sedan
FileOperationProgress.h ec22d33b1d Factoring out IsTransfer 4 år sedan
FileSystems.cpp 03e38c75ae Refactoring checksum calculation to share more code between FTP and SFTP in anticipation of reusing it for SCP/Shell 3 år sedan
FileSystems.h 8994d1f98e Simplifying CalculateFilesChecksum API 3 år sedan
FtpFileSystem.cpp cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files 3 år sedan
FtpFileSystem.h cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files 3 år sedan
Global.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords 6 år sedan
Global.h 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords 6 år sedan
HierarchicalStorage.cpp f10f089958 Bug fix: Configuration does not load when using /rawconfig command-line switch and read-only configuration sections 3 år sedan
HierarchicalStorage.h f10f089958 Bug fix: Configuration does not load when using /rawconfig command-line switch and read-only configuration sections 3 år sedan
Http.cpp 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) 7 år sedan
Http.h 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) 7 år sedan
Interface.h c1a1f3e945 Bug 2102: Reading password from a file (also in commandline) 3 år sedan
KeyGen.cpp dc4a08d325 USE_COMPATIBLE_THREAD directive does not exist anymore 6 år sedan
KeyGen.h 2e4b4738f0 5.2 8 år sedan
NamedObjs.cpp 3251009b94 Bug 1293: Option to turn off Natural order numerical sorting 7 år sedan
NamedObjs.h d8f92984b9 First public commit of dev branch 7 år sedan
NeonIntf.cpp 1ce08e128f Merge branch 'master' into dev 4 år sedan
NeonIntf.h 1fe119535a Bug 1842: Support SHA-256 fingerprints of TLS/SSL certificates 5 år sedan
Option.cpp 282143321d Certificate can be added to ppk key with /keygen 2 år sedan
Option.h 9a417c3079 Bug 2070: Misplaced warning about unused scripting parameters when /rawsettings command-line switch is used 3 år sedan
PuttyIntf.cpp bccf1948fd Added GSSAPI key exchange algorithms to /info 2 år sedan
PuttyIntf.h 952e9a2226 SSH ciphers usage counters 2 år sedan
PuttyTools.h 282143321d Certificate can be added to ppk key with /keygen 2 år sedan
Queue.cpp 01c3658c00 Pure virtual function call caused by 348396c1 3 år sedan
Queue.h 92c97a912c Bug 194: Ongoing delete operation can be moved to background queue 4 år sedan
RemoteFiles.cpp d284d93a83 Merge branch 'master' into dev 3 år sedan
RemoteFiles.h d284d93a83 Merge branch 'master' into dev 3 år sedan
S3FileSystem.cpp 7cc3d46aeb Reloading AWS credentials file when it changes 2 år sedan
S3FileSystem.h b79aaa06e8 Bug 2057: AWS S3 profile selection 3 år sedan
ScpFileSystem.cpp f4fd36ff6d Bug 2129: Clear environment variables BLOCK_SIZE and LS_BLOCK_SIZE 3 år sedan
ScpFileSystem.h b4c490b497 File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like sha256sum 3 år sedan
Script.cpp c280d67894 Commit cb021fe3 unintentionally introduced overwrite confirmation to scripting 2 år sedan
Script.h 8994d1f98e Simplifying CalculateFilesChecksum API 3 år sedan
SecureShell.cpp 29b6be6f0a Support for NTRU Prime post-quantum key exchange 2 år sedan
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 år sedan
Security.cpp 4cc8444688 Optimization 4 år sedan
Security.h 4cc8444688 Optimization 4 år sedan
SessionData.cpp 29b6be6f0a Support for NTRU Prime post-quantum key exchange 2 år sedan
SessionData.h 29b6be6f0a Support for NTRU Prime post-quantum key exchange 2 år sedan
SessionInfo.cpp 070ff9ad32 Bug 2107: Private key pattern in PuTTY command-line 3 år sedan
SessionInfo.h cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files 3 år sedan
SftpFileSystem.cpp cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files 3 år sedan
SftpFileSystem.h 8994d1f98e Simplifying CalculateFilesChecksum API 3 år sedan
Terminal.cpp ee9ef8051f OpenedSessionsNoSendBuf counter 2 år sedan
Terminal.h c280d67894 Commit cb021fe3 unintentionally introduced overwrite confirmation to scripting 2 år sedan
Usage.cpp 79b51c10ed StartupSeconds* counters 5 år sedan
Usage.h 79b51c10ed StartupSeconds* counters 5 år sedan
WebDAVFileSystem.cpp 034cef6f3e Dead link 3 år sedan
WebDAVFileSystem.h 718ed232c1 Bug 1667: Support redirected WebDAV downloads (even to other hosts) – 2nd (preserving query strings) 3 år sedan