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
2018-11-02Renamed Library.IO to Library.Common.IO.verhoek
2018-11-02Continuation of Util.DirectorySeparatorString replacements.verhoek
2018-10-31We hide IsPathTooLong from higher levels.verhoek
2018-10-31Simplified ListFolders similarly to ListFiles.verhoek
2018-10-31AlphaFS does not require adding long UNC.verhoek
2018-10-31Restructed ListFiles to be more understandable.verhoek
2018-10-31Reverted snapshot base to use standard system.io . Only overriden methods use...verhoek
2018-10-30Handled GetFiles calls at risky spots in combination with PathTooLongExceptions.verhoek
2018-10-30Redirected GetDirectories calls to Library.IO's version.verhoek
2018-10-29Merge remote-tracking branch 'origin/master' into issue/3311verhoek
2018-10-29Fixed relevant code issues brought up by codacity.verhoek
2018-10-29added parenthesesMax123456
2018-10-28Replaced System.IO.Path with wrapper call to Alphaleonis.verhoek
2018-10-27Clean ups.verhoek
2018-10-27Use helper methods in IO.Util.verhoek
2018-10-27Moved alphaleonis stuff to VSS wrapper objects in Libary.IO.verhoek
2018-10-27Use moved helpers in IO.Util .verhoek
2018-10-27Adjusted hyperv VSS functionality to use VSS wrappers.verhoek
2018-10-27Adjusted MSSQL to use new VSS wrapper.verhoek
2018-10-27Moved DosDevice to Library.IO.verhoek
2018-10-27Moved basic IO helper functions to Library.IO.verhoek
2018-10-27Moved unused WinNativeMethods and commented out.verhoek
2018-10-27Merge pull request #47 from duplicati/masterMax
2018-10-26Improve detection Win10 & Win2019ServerMax123456
2018-10-25Created separate package for io wrapper.verhoek
2018-10-25Added additional wrappers for alphaFS implementations.verhoek
2018-10-25Moved vss to SystemIOWindows. Added GetDirectories to ISystemIO.verhoek
2018-10-25Moved GetPathRoot to SystemIOWindows instead of using AlphaFS directly.verhoek
2018-10-24Use AlphaFS instead of System.IO to prevent PathTooLongException.verhoek
2018-10-24Converted eol's to project's new line policy.verhoek
2018-10-07Merge pull request #3412 from mnaiman/normalize_pathRune Henriksen
2018-10-07Invariant UpperMax123456
2018-10-07all drives letter uppercaseMax123456
2018-10-07Remove unused method parameters.Kenneth Hsu
2018-09-22Use utility method to append trailing slash.Kenneth Hsu
2018-09-15Merge pull request #3377 from dgehri/masterKenneth Skovhede
2018-09-14Fixed #3373 - LVM: Backup failure on removed filesjkellerer
2018-09-12refs ##3311 : fix for PathTooLongExceptionDaniel Gehriger
2018-09-12refs #3372: tentative fix for FailedToUseChangeJournal: Failed to compare two...Daniel Gehriger
2018-08-14Removed the one-element cache to avoid potential race conditions.Kenneth Skovhede
2018-06-30Merge branch 'feature/fix-vss-on-drive'Kenneth Skovhede
2018-06-30Added a default to exclude the System State VSS writer.Kenneth Skovhede
2018-06-30Tested and fixed the VSS mapping problem caused by using `Path.Combine` with ...Kenneth Skovhede
2018-06-29Rewrote the logic for returning a VSS path for a locally mapped path to fix i...Kenneth Skovhede
2018-06-29Merge pull request #3301 from mnaiman/hyper-v_checkKenneth Skovhede
2018-06-29fix for special caseMax
2018-06-28Merge branch 'feature/null_error_in_usn'Kenneth Skovhede
2018-06-27additional check for hyper-v serviceMax
2018-06-23See #3291: Additional null checkDaniel Gehriger
2018-06-20Fixed a null reference issue in the USN helperKenneth Skovhede