Martin Prikryl 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
..
Bookmarks.cpp 5dfbf31821 Bug 1127: Bookmark drop down menu há 7 anos atrás
Bookmarks.h 5dfbf31821 Bug 1127: Bookmark drop down menu há 7 anos atrás
Common.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
Common.h 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
Configuration.cpp 8051ea3a2b Bug 1789: Fallback to default ANSI encoding, when known_hosts file is not in UTF-8 há 6 anos atrás
Configuration.h a62f0274e4 Estimating time to finish directory comparison before synchronization based on previous comparisons of the same folders há 6 anos atrás
CopyParam.cpp 56eaa66b7c Speed box in Progress window responds to mouse wheel há 6 anos atrás
CopyParam.h 56eaa66b7c Speed box in Progress window responds to mouse wheel há 6 anos atrás
CoreMain.cpp 60875e3fe2 List of supported ciphers and algorithms can be printed using /info command-line switch há 7 anos atrás
CoreMain.h 26b6b13bc8 5.6 há 7 anos atrás
Cryptography.cpp 965a14838f Updating code to PuTTY 0d2d20aa há 6 anos atrás
Cryptography.h e5887883a2 Updating code to PuTTY dfdb73e1 há 6 anos atrás
Exceptions.cpp 8671e9768e Connections that failed to open were not closed (caused by 44cd238825) há 7 anos atrás
Exceptions.h 8671e9768e Connections that failed to open were not closed (caused by 44cd238825) há 7 anos atrás
FileBuffer.cpp 1b196e756b Bug 1787: Better error message when writing INI file fails há 6 anos atrás
FileBuffer.h d8f92984b9 First public commit of dev branch há 7 anos atrás
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) há 7 anos atrás
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) há 7 anos atrás
FileMasks.cpp 209f865590 Bug fix: Failure when starting (local) custom command with no session opened há 6 anos atrás
FileMasks.h 4ccbd9c352 IsAnyMask is just an opposite of IsEffectiveFileNameMask há 7 anos atrás
FileOperationProgress.cpp ebc5784505 Bug fix: When using a local custom command from Synchronization checklist window, opened from a command-line, the connection was closed há 6 anos atrás
FileOperationProgress.h ebc5784505 Bug fix: When using a local custom command from Synchronization checklist window, opened from a command-line, the connection was closed há 6 anos atrás
FileSystems.cpp 0eacaaaa9a Compiler warning introduced by 64f634db37 há 7 anos atrás
FileSystems.h 0a08412ec1 Bug 1653: Files can be optionally encrypted when storing them on SFTP server há 7 anos atrás
FtpFileSystem.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
FtpFileSystem.h aef97b306b Bug 1767: Automatically reconnect when FTP data connection cannot be opened, if it previously worked há 6 anos atrás
Global.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
Global.h 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
HierarchicalStorage.cpp 1b196e756b Bug 1787: Better error message when writing INI file fails há 6 anos atrás
HierarchicalStorage.h 7861d4c851 Individual configuration storage sections can be set read-only há 6 anos atrás
Http.cpp 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) há 7 anos atrás
Http.h 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) há 7 anos atrás
Interface.h a16fea2f60 Typo in macro name há 7 anos atrás
KeyGen.cpp dc4a08d325 USE_COMPATIBLE_THREAD directive does not exist anymore há 6 anos atrás
KeyGen.h 2e4b4738f0 5.2 há 7 anos atrás
NamedObjs.cpp 3251009b94 Bug 1293: Option to turn off Natural order numerical sorting há 7 anos atrás
NamedObjs.h d8f92984b9 First public commit of dev branch há 7 anos atrás
NeonIntf.cpp b86225042c Update to OpenSSL OpenSSL 1.1.1a há 6 anos atrás
NeonIntf.h 80e08f8d60 Bug 572: Amazon S3 protocol (directory browsing) há 7 anos atrás
Option.cpp 78506ae1b7 Transfer settings that do not have a dedicated scripting switch or a .NET TransferSettings property can be set using -rawtransfesettings switch or TransferSettings.AddRawSettings method + Generated script/code can generate these + Tests that previously used AddRawConfiguration(@"Interface\CopyParam\...), use AddRawSettings now. + It's possible to limit number of command line parameters used for open-ended switches like -rawconfig, -rawsettings and -rawtransfesettings using syntax -switch[count] + Fixing GetFilesExcludeEmptyDirectories test (it didn't upload hidden files previously) há 7 anos atrás
Option.h d8f92984b9 First public commit of dev branch há 7 anos atrás
PuttyIntf.cpp b98866adec Host key and certificate fingerprint verification improvements: há 6 anos atrás
PuttyIntf.h 8d01b42a6c Updating code to PuTTY c6a8731b há 6 anos atrás
PuttyTools.h b98866adec Host key and certificate fingerprint verification improvements: há 6 anos atrás
Queue.cpp ebc5784505 Bug fix: When using a local custom command from Synchronization checklist window, opened from a command-line, the connection was closed há 6 anos atrás
Queue.h 3e2c325c65 Bug 1681: Create background queue connection right after session starts há 7 anos atrás
RemoteFiles.cpp cce2c518c1 Synchronization progress is calculated incorrectly (caused by a62f0274) há 6 anos atrás
RemoteFiles.h 8b0a158bb9 Bug 1747: Consider size of linked file when transferring/synchronizing symbolic link há 6 anos atrás
S3FileSystem.cpp 5a0488ca09 Bug 1632: Support S3 servers with Path URI style (like Minio) há 6 anos atrás
S3FileSystem.h 60ffc87ab8 Bug 1780: Allow use of non standard port numbers with S3 protocol há 6 anos atrás
ScpFileSystem.cpp 1fea8fe90e Bug 1770: Files larger than 0.5 GB are never uploaded in ascii/text mode with SCP protocol as it would fail anyway due to memory issues há 6 anos atrás
ScpFileSystem.h 0a08412ec1 Bug 1653: Files can be optionally encrypted when storing them on SFTP server há 7 anos atrás
Script.cpp f500b385aa Bug 150: Resolve local environment variables in initial session local path há 6 anos atrás
Script.h 4c0917b517 When using a scripting console interactively, not warning about opening a session from a command-line or using a stored site há 6 anos atrás
SecureShell.cpp 9fcc1f7f4a cbcurr can be left behind when session is disconnected while a callback is called há 6 anos atrás
SecureShell.h bdf994a731 Proper session cleanup after upgrade to PuTTY 0.71 há 6 anos atrás
Security.cpp 1cafc8fc76 Bug 1442: Certificate validation fails on Windows Vista and older há 7 anos atrás
Security.h a0a3e03326 Providing more details when verification of the TLS certificate against Windows certificate store fails há 7 anos atrás
SessionData.cpp f500b385aa Bug 150: Resolve local environment variables in initial session local path há 6 anos atrás
SessionData.h f500b385aa Bug 150: Resolve local environment variables in initial session local path há 6 anos atrás
SessionInfo.cpp 270d8018f4 Bug 1796: Allow empty password authentication with FTP servers that prompt for empty passwords há 6 anos atrás
SessionInfo.h 0661aaa75c Bug 1371 – Synchronization preview in .NET assembly há 7 anos atrás
SftpFileSystem.cpp f0c1dfcaa8 Bug 1766: It was not possible to overwrite remote file, when moving of overwritten files to remote recycle bin was configured, but the file could not be moved há 6 anos atrás
SftpFileSystem.h 9c3603d79f Bug 1759: When uploading file to a symbolic link with enabled remote recycle bin, the symbolic link should not be moved to the recycle bin há 6 anos atrás
Terminal.cpp fcce1b39c8 Improving formatting of some messages há 6 anos atrás
Terminal.h ebc5784505 Bug fix: When using a local custom command from Synchronization checklist window, opened from a command-line, the connection was closed há 6 anos atrás
Usage.cpp 54be1dc611 More readable usage statistics display há 7 anos atrás
Usage.h 54be1dc611 More readable usage statistics display há 7 anos atrás
WebDAVFileSystem.cpp 8b5f028d3a Updating links in comments há 6 anos atrás
WebDAVFileSystem.h 0a08412ec1 Bug 1653: Files can be optionally encrypted when storing them on SFTP server há 7 anos atrás