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
2019-12-14Fix spelling errors in comments.Kenneth Hsu
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-10-27Use helper methods in IO.Util.verhoek
2018-10-25Created separate package for io wrapper.verhoek
2018-09-14Fixed #3373 - LVM: Backup failure on removed filesjkellerer
2018-06-12Make default value explicit.verhoek
2018-05-09Removed the redundant byte-array-to-string method from the MD5 module, and ad...Kenneth Skovhede
2018-04-25Merge remote-tracking branch 'upstream/master' into feature/usnDaniel Gehriger
2018-04-24Implemented option to use exclude filenames to mark folders for exclusion by ...Kenneth Skovhede
2018-04-23Fixed USN in conjunction with snapshots on WindowsDaniel Gehriger
2018-04-20Disabling USN for now when snapshots are used - this will be enabled shortlyDaniel Gehriger
2018-04-20Fixed some of the issues reported by codacy. The others are incorrect warnings.Daniel Gehriger
2018-04-19Implemented backup based on changes recorded in NTFS USN journalDaniel Gehriger
2018-03-15Implemented a new logging system that is more transparent and allows a more g...Kenneth Skovhede
2018-02-06Change Duplicati's handling of reparse points, so that not all reparse points...Tyler Gill
2017-12-10Make parameter names in XML documentation match code.Kenneth Hsu
2017-11-26Make string comparisons use ordinal (binary) sort rules.Kenneth Hsu
2017-01-23Fixed issues with reporting the correct error message when enumerating filesKenneth Skovhede
2017-01-09Implemented better default error messsagesKenneth Skovhede
2016-11-03Updated unix symlinks handling to store correct metadata for symlinksKenneth Skovhede
2016-09-15Fixed all whitespace to be 4 spaces instead of tabsKenneth Skovhede
2016-04-01Changed to manually normalizing the path as Syste.IO.GetFullPath can return t...Kenneth Skovhede
2016-01-13support for / filesystem source by largely eliminating DIR_SEP variable + ren...Macho Philipovich
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-06Improved handling of metadata, especially on Linux/OSXKenneth Skovhede
2014-07-03Updated the autoupdater to use a static instance and fixed a number of paths ...Kenneth Skovhede
2014-04-02Added hardlink detection on Linux/OSXKenneth Skovhede
2014-02-27Changed all file timestamps to read utc directly instead of converting from l...Kenneth Skovhede
2013-09-08Added support for detecting block devices under OSX/Linux.Kenneth Skovhede
2013-06-29Updated to allow files as input arguments to backupKenneth Skovhede
2013-05-15Fixed bugs after rewriting filesystem enumerators to use filters and IEnumera...Kenneth Skovhede
2013-02-13Initial version of the new block-based storage format.kenneth@hexad.dk