Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-11Merge pull request #4588 from warwickmm/fix_ftp_path_handlingKenneth Skovhede
2021-08-10Fix handling of FTP paths that contain escaped characters.Kenneth Hsu
2021-06-13Fix bug in PutAsync implementations.Kenneth Hsu
2021-06-02Do not use StreamWriterSerge
2021-05-31Check contents of written test fileSerge
2019-10-22Changed filesize reading to use await when reading the filesizeKenneth Skovhede
2019-10-22Removed the threadsafe flag from aftp as it cause issues and is not required ...Kenneth Skovhede
2019-10-21Added `--aftp-upload-delay` option to the aFTP backend.Kenneth Skovhede
2019-10-21Fixed the AFTP backend ignoring the `--disable-upload-verify` optionKenneth Skovhede
2019-10-21Updated grammar in the test file textKenneth Skovhede
2019-08-20poc fix for aftpBlueBlock
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-14Fix several Codacy issuesSean Templeton
2019-03-04Update AlternativeFtp Backend for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2019-01-13Call SetWorkingDirectory every time an open FTP connection is requested to pr...Jens Glad Balchen
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-01Fixed IO calls in Filebackend.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-02-26Added support for returning multiple DNS names for cache invalidation.Kenneth Skovhede
2018-02-22changed from NYI to null returns. Added check to skip DNS check if no DNSName...Rune Henriksen
2018-02-18added DNSName getter on Backend interface and added NotImplementedException m...Rune Henriksen
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-09-19Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in...Tyler Gill
2017-05-23AlternativeFTP Backend: Check access permissions (Read/Write/Delete) using te...vnau
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-12-29Fix Listingseaeagle1
2016-12-29Reuse FTP connectionseaeagle1
2016-12-28Use CWD to change to path in AlternativeFTP client connectionseaeagle1
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-27Fixed an issue with parsing ssl options in aftpKenneth Skovhede
2016-04-09Implemented an alternative FTP backend using System.Net.FtpClientTim Mylemans