Martin Prikryl c9a1e7a750 Bug 1093: Detect symbolic link loops when finding files (improved to cover more complex symlink structures) 9 years ago
..
Bookmarks.cpp 0409ecd920 Merging declaration and assignment 7 years ago
Bookmarks.h 2e4b4738f0 5.2 7 years ago
Common.cpp 428db9665c All custom command prompts are entered on one dialog box. 7 years ago
Common.h 428db9665c All custom command prompts are entered on one dialog box. 7 years ago
Configuration.cpp e3df51904c Bug fix: The /loglevel switch did not apply when used with pre-configured log file 7 years ago
Configuration.h aeec70feb5 Separating head and tail session code generation to allow inserting transfer code 7 years ago
CopyParam.cpp a75af65a64 Bug 1410: Option to preserve directory timestamps is not enabled for synchronization 7 years ago
CopyParam.h 04fab653e6 Not using "my" prefix for VB.NET variables + No redundant declaration of Session variable type + Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds + Using -Property switch to initialize SessionOptions properties in PowerShell + Generating code for transfer settings + TransferOptions.ResumeSupport is settable + Setting TransferResumeSupport.Threshold automatically sets State to Smart 7 years ago
CoreMain.cpp 987728ea0c Prettifying debug macros 7 years ago
CoreMain.h 26b6b13bc8 5.6 7 years ago
Cryptography.cpp d8f92984b9 First public commit of dev branch 7 years ago
Cryptography.h 2e4b4738f0 5.2 7 years ago
Exceptions.cpp a4ec2a56dd LastInternalException counter 7 years ago
Exceptions.h 5a9d22512f 5.6.2 7 years ago
FileBuffer.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
FileBuffer.h d8f92984b9 First public commit of dev branch 7 years ago
FileInfo.cpp 56a595dc47 .NET extension dependency 7 years ago
FileInfo.h f852f86f1a Extensions 7 years ago
FileMasks.cpp 428db9665c All custom command prompts are entered on one dialog box. 7 years ago
FileMasks.h 428db9665c All custom command prompts are entered on one dialog box. 7 years ago
FileOperationProgress.cpp d8f92984b9 First public commit of dev branch 7 years ago
FileOperationProgress.h d8f92984b9 First public commit of dev branch 7 years ago
FileSystems.cpp d8f92984b9 First public commit of dev branch 7 years ago
FileSystems.h d8f92984b9 First public commit of dev branch 7 years ago
FtpFileSystem.cpp 4cc2f46f3a Bug 1424: Autodetected timezone difference for servers not supporting MLST command was not taken into account for time on overwrite confirmation dialog 7 years ago
FtpFileSystem.h 4cc2f46f3a Bug 1424: Autodetected timezone difference for servers not supporting MLST command was not taken into account for time on overwrite confirmation dialog 7 years ago
Global.cpp d8f92984b9 First public commit of dev branch 7 years ago
Global.h b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
HierarchicalStorage.cpp f2ce5adc98 Compiler warnings discovered by build server 7 years ago
HierarchicalStorage.h d8f92984b9 First public commit of dev branch 7 years ago
Http.cpp bccbf26e02 Fixing sending of HTTP headers 7 years ago
Http.h b9fc2ce751 Extensions adding 7 years ago
Interface.h a4ec2a56dd LastInternalException counter 7 years ago
KeyGen.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
KeyGen.h 2e4b4738f0 5.2 7 years ago
NamedObjs.cpp d8f92984b9 First public commit of dev branch 7 years ago
NamedObjs.h d8f92984b9 First public commit of dev branch 7 years ago
NeonIntf.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
NeonIntf.h d8f92984b9 First public commit of dev branch 7 years ago
Option.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
Option.h d8f92984b9 First public commit of dev branch 7 years ago
PuttyIntf.cpp a6251535e7 PuTTY EC curve memory leak 7 years ago
PuttyIntf.h d8f92984b9 First public commit of dev branch 7 years ago
PuttyTools.h eee5e3964a Support for new private key files formats + Recognition of public key files + Conversion of new OpenSSH private key format 7 years ago
Queue.cpp b55e9565da Function call-line syntax for DebugFail + Replacing all DebugAssert(false) with DebugFail 7 years ago
Queue.h 26b6b13bc8 5.6 7 years ago
RemoteFiles.cpp 4cc2f46f3a Bug 1424: Autodetected timezone difference for servers not supporting MLST command was not taken into account for time on overwrite confirmation dialog 7 years ago
RemoteFiles.h 4cc2f46f3a Bug 1424: Autodetected timezone difference for servers not supporting MLST command was not taken into account for time on overwrite confirmation dialog 7 years ago
ScpFileSystem.cpp e9a33df806 Bug 1416: Ignore blank lines in "ls" command output 7 years ago
ScpFileSystem.h d8f92984b9 First public commit of dev branch 7 years ago
Script.cpp 64a23eca62 The lls command shows timestamps in respect to DST the same way as local file panel (and Windows Explorer) 7 years ago
Script.h d8f92984b9 First public commit of dev branch 7 years ago
SecureShell.cpp 67657d64d8 Compiler warning 7 years ago
SecureShell.h 24bf353294 Dynamically increase TCP send buffer on fast connections. 7 years ago
Security.cpp d8f92984b9 First public commit of dev branch 7 years ago
Security.h 26b6b13bc8 5.6 7 years ago
SessionData.cpp 4389a0ec3c Bug fix: Command syntax suggestion, when using saved site in batch script, included RTF code 7 years ago
SessionData.h 4389a0ec3c Bug fix: Command syntax suggestion, when using saved site in batch script, included RTF code 7 years ago
SessionInfo.cpp 4c61ec4445 Logging FtpHost setting + Separating FTP and FTPS options 7 years ago
SessionInfo.h fb68ee6f0c Generating transfer script + Not highlighting script strings + Script command-line 7 years ago
SftpFileSystem.cpp c714cdb8be Logging decisions on not doing resumable transfer when overwriting an existing SFTP file 7 years ago
SftpFileSystem.h d8f92984b9 First public commit of dev branch 7 years ago
Terminal.cpp c9a1e7a750 Bug 1093: Detect symbolic link loops when finding files (improved to cover more complex symlink structures) 7 years ago
Terminal.h c9a1e7a750 Bug 1093: Detect symbolic link loops when finding files (improved to cover more complex symlink structures) 7 years ago
Usage.cpp a9cd1f05f4 5.2.6 7 years ago
Usage.h 0c93cf6567 5.5.4 7 years ago
WebDAVFileSystem.cpp bee66b5539 Bug 1420: SSPI/NTLM/Negotiate authentication not working 7 years ago
WebDAVFileSystem.h bee66b5539 Bug 1420: SSPI/NTLM/Negotiate authentication not working 7 years ago