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-06-13Fix bug in PutAsync implementations.Kenneth Hsu
2019-05-27Remove unused property.Kenneth Hsu
2019-05-27Disable warning about unused class.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update FTP and Jottacloud backends for async PutSean Templeton
2019-03-04Change IBackend and IStreamingBackend to return Task for Put()Sean Templeton
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-07-17Removed unwanted character in setting passive mode.verhoek
2018-06-29Braces.verhoek
2018-06-29Remove lambda.verhoek
2018-06-29Simplified passivemode setting.verhoek
2018-06-28Tidying up.verhoek
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-10-14Make sure HandleListExceptions(Func) calls HandleListExceptions(Action).Tyler Gill
2017-09-26Change from wrapping yield returning methods with methods that do a try/catch...Tyler Gill
2017-09-26Change IBackend.List() to return IEnumerable instead of ListTyler Gill
2017-05-17Reworked the way the `AllowWriteBuffering` flag is set to fix errors caused b...Kenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2015-01-20Merge branch 'no_more_resx'Kenneth Skovhede
2015-01-20Updated copyright noticesKenneth Skovhede
2015-01-20Removed all resx files, now using Duplicati.Library.Localization exclusivelyKenneth Skovhede
2014-11-10Added locally allocated buffers for copystream to reduce pressure on allocatorKenneth Skovhede
2014-07-11Reworked the ReadWriteTimeout usage to avoid premature timeouts on MonoKenneth Skovhede
2013-05-06Fixed various minor issues with backendsKenneth Skovhede
2013-05-06Rewrote all backends to use the new Uri parser.Kenneth Skovhede
2013-05-05Removed all informs code (no more 1.3.x UI)Kenneth Skovhede
2013-05-05Renamed ftp-password to auth-password and ftp-username to auth-usernamebefore_winforms_removalKenneth Skovhede
2013-01-22Added the "Password" type to argument types for simplified handling of passwo...kenneth@hexad.dk
2012-06-06Fixed some timeout/abort issues by implementing everything by hand, on top of...kenneth@hexad.dk
2012-04-19Update issue #560kenneth@hexad.dk
2012-02-03Fixed a bug where the FTP upload verification fails due to FTP servers return...kenneth@hexad.dk
2012-01-19Improved performance of the FTP upload by issuing a simplified LIST command.kenneth@hexad.dk
2011-10-19Removed some unused storage of options, this fixes a connection bug in FTP, a...kenneth.skovhede@gmail.com
2011-09-27Fixup for r917kenneth.skovhede@gmail.com
2011-09-27Update issue #392kenneth.skovhede@gmail.com
2011-09-24Update issue #251kenneth.skovhede@gmail.com
2011-06-26Fixed a reverse setting of the flag --list-verify-uploadskenneth.skovhede@gmail.com
2011-05-09Updated license textkenneth.skovhede@gmail.com
2011-05-03Update issue #406kenneth.skovhede@gmail.com
2011-03-14Update issue #383kenneth.skovhede@gmail.com
2011-03-11Added an option to verify uploads by issuing a list after each put.kenneth.skovhede@gmail.com
2011-03-10Update issue #378kenneth.skovhede@gmail.com
2011-02-06Update issue #302kenneth.skovhede@gmail.com
2010-11-21Renamed the Duplicati.Library.Core dll to Duplicati.Library.Utility as the "C...kenneth.skovhede@gmail.com