Martin Prikryl f4fd36ff6d Bug 2129: Clear environment variables BLOCK_SIZE and LS_BLOCK_SIZE před 3 roky
..
Bookmarks.cpp 5dfbf31821 Bug 1127: Bookmark drop down menu před 7 roky
Bookmarks.h 5dfbf31821 Bug 1127: Bookmark drop down menu před 7 roky
Common.cpp ee9becf65e OpenSSL does not have any explicit initialization (since 1.1?) před 3 roky
Common.h ce65d95fa7 Reporting first run date and package name when checking for application updates + Enforcing check for 3rd party packages + Store installations can display messages from updates check too před 3 roky
Configuration.cpp 419f11b0d8 Bug 2105: Allowing environment variables in custom INI file path před 3 roky
Configuration.h 102cceafa4 Revert "Experimentally reading Store license" před 3 roky
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 před 5 roky
CopyParam.h fb013d64dc Redundant constants před 4 roky
CoreMain.cpp ee9becf65e OpenSSL does not have any explicit initialization (since 1.1?) před 3 roky
CoreMain.h 4e8624e83b File editing app logging před 3 roky
Cryptography.cpp 965a14838f Updating code to PuTTY 0d2d20aa před 6 roky
Cryptography.h e5887883a2 Updating code to PuTTY dfdb73e1 před 6 roky
Exceptions.cpp 9242eaf945 Separating context from error před 5 roky
Exceptions.h eaa430fbe4 Bug 1949: Improve handling of long shell command error messages před 4 roky
FileBuffer.cpp 6e5c55fab9 With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738) před 5 roky
FileBuffer.h 6e5c55fab9 With SFTP protocol files can be streamed from stdin in scripting (part of Bug 1738) před 5 roky
FileInfo.cpp c17e528e26 Code formatting před 4 roky
FileInfo.h 98fa08c5c5 Bug fix: Version check did not work with five digit build number před 6 roky
FileMasks.cpp 070ff9ad32 Bug 2107: Private key pattern in PuTTY command-line před 3 roky
FileMasks.h c5a60526ed Bug 2052: File masks relative to the root of an operation před 3 roky
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 před 3 roky
FileOperationProgress.h ec22d33b1d Factoring out IsTransfer před 4 roky
FileSystems.cpp 03e38c75ae Refactoring checksum calculation to share more code between FTP and SFTP in anticipation of reusing it for SCP/Shell před 3 roky
FileSystems.h 8994d1f98e Simplifying CalculateFilesChecksum API před 3 roky
FtpFileSystem.cpp cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files před 3 roky
FtpFileSystem.h cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files před 3 roky
Global.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords před 6 roky
Global.h 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords před 6 roky
HierarchicalStorage.cpp f10f089958 Bug fix: Configuration does not load when using /rawconfig command-line switch and read-only configuration sections před 3 roky
HierarchicalStorage.h f10f089958 Bug fix: Configuration does not load when using /rawconfig command-line switch and read-only configuration sections před 3 roky
Http.cpp 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) před 7 roky
Http.h 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) před 7 roky
Interface.h c1a1f3e945 Bug 2102: Reading password from a file (also in commandline) před 3 roky
KeyGen.cpp dc4a08d325 USE_COMPATIBLE_THREAD directive does not exist anymore před 6 roky
KeyGen.h 2e4b4738f0 5.2 před 7 roky
NamedObjs.cpp 3251009b94 Bug 1293: Option to turn off Natural order numerical sorting před 7 roky
NamedObjs.h d8f92984b9 First public commit of dev branch před 7 roky
NeonIntf.cpp 1ce08e128f Merge branch 'master' into dev před 4 roky
NeonIntf.h 1fe119535a Bug 1842: Support SHA-256 fingerprints of TLS/SSL certificates před 5 roky
Option.cpp 9a417c3079 Bug 2070: Misplaced warning about unused scripting parameters when /rawsettings command-line switch is used před 3 roky
Option.h 9a417c3079 Bug 2070: Misplaced warning about unused scripting parameters when /rawsettings command-line switch is used před 3 roky
PuttyIntf.cpp e4bc3b1cca Further updates to PuTTY 0.77 (particularly to restore HTTP proxy support) před 3 roky
PuttyIntf.h 6c8cf9ae8d Updating code to PuTTY 0.77 před 3 roky
PuttyTools.h 2a355b95b1 Warning when selecting too new key file + Fixing selecting PPK files and error message when selecting SSH-1 keys, both broken by 5dfcf1eb před 4 roky
Queue.cpp 01c3658c00 Pure virtual function call caused by 348396c1 před 3 roky
Queue.h 92c97a912c Bug 194: Ongoing delete operation can be moved to background queue před 4 roky
RemoteFiles.cpp d284d93a83 Merge branch 'master' into dev před 3 roky
RemoteFiles.h d284d93a83 Merge branch 'master' into dev před 3 roky
S3FileSystem.cpp 2fdcc0e6ad Using unique_ptr instead of auto_ptr + Replacing use of auto_ptr, where unique_ptr cannot be used with plain pointers před 3 roky
S3FileSystem.h 8994d1f98e Simplifying CalculateFilesChecksum API před 3 roky
ScpFileSystem.cpp f4fd36ff6d Bug 2129: Clear environment variables BLOCK_SIZE and LS_BLOCK_SIZE před 3 roky
ScpFileSystem.h b4c490b497 File checksum calculation support for SCP protocol and SFTP protocol via secondary shell session using shell commands like sha256sum před 3 roky
Script.cpp c1a1f3e945 Bug 2102: Reading password from a file (also in commandline) před 3 roky
Script.h 8994d1f98e Simplifying CalculateFilesChecksum API před 3 roky
SecureShell.cpp 2fdcc0e6ad Using unique_ptr instead of auto_ptr + Replacing use of auto_ptr, where unique_ptr cannot be used with plain pointers před 3 roky
SecureShell.h 2fdcc0e6ad Using unique_ptr instead of auto_ptr + Replacing use of auto_ptr, where unique_ptr cannot be used with plain pointers před 3 roky
Security.cpp 4cc8444688 Optimization před 4 roky
Security.h 4cc8444688 Optimization před 4 roky
SessionData.cpp 2fdcc0e6ad Using unique_ptr instead of auto_ptr + Replacing use of auto_ptr, where unique_ptr cannot be used with plain pointers před 3 roky
SessionData.h c1a1f3e945 Bug 2102: Reading password from a file (also in commandline) před 3 roky
SessionInfo.cpp 070ff9ad32 Bug 2107: Private key pattern in PuTTY command-line před 3 roky
SessionInfo.h cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files před 3 roky
SftpFileSystem.cpp cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files před 3 roky
SftpFileSystem.h 8994d1f98e Simplifying CalculateFilesChecksum API před 3 roky
Terminal.cpp 3082ca4322 Bug fix: Mouse cursor flickers while retrieving remote file properties před 3 roky
Terminal.h cb021fe3e3 Bug 2120: Consistent behavior across protocols when renaming/moving remote files před 3 roky
Usage.cpp 79b51c10ed StartupSeconds* counters před 5 roky
Usage.h 79b51c10ed StartupSeconds* counters před 5 roky
WebDAVFileSystem.cpp 360e16107b Bug 2126: Moving WebDAV transfer to background aborts the transfer if the server commits the interrupted foreground transfer před 3 roky
WebDAVFileSystem.h 718ed232c1 Bug 1667: Support redirected WebDAV downloads (even to other hosts) – 2nd (preserving query strings) před 3 roky