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-10-19Use pattern matching to simplify casts.Kenneth Hsu
2019-03-18Change Put method name to PutAsyncSean Templeton
2019-03-06Update S3, Sharepoint, Tahoe, and WEBDAV 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-05-25Mark fields that shouldn't be reassigned as readonly.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-27Merge pull request #2910 from warwickmm/refactor/remove_redundant_tostringKenneth Skovhede
2017-11-27Remove redundant calls to ToString.Kenneth Hsu
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-01-09Implemented better default error messsagesKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-06-27Merge branch 'master' into nuget_setupKenneth Skovhede
2016-04-16Rewrote all WebRequest code to use AsyncHttpRequest, and normalized usage suc...Kenneth Skovhede
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...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-15Added detection for throwing FileMissingException to all backendsKenneth Skovhede
2014-11-10Added locally allocated buffers for copystream to reduce pressure on allocatorKenneth Skovhede
2014-07-16Updated TahoeLAFS to work with NewtonSoft JSON and removed LitJSON dependency.Kenneth 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
2012-06-06Fixed some timeout/abort issues by implementing everything by hand, on top of...kenneth@hexad.dk
2012-05-15Moved the date/time EPOCH value to the utility librarykenneth@hexad.dk
2011-10-19Removed some unused storage of options, this fixes a connection bug in FTP, a...kenneth.skovhede@gmail.com
2011-09-27Update issue #392kenneth.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-11Changed the default filesize to be -1 to differentiate files with length = 0 ...kenneth.skovhede@gmail.com
2011-03-10Update issue #378kenneth.skovhede@gmail.com
2010-12-08Update issue #206kenneth.skovhede@gmail.com