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
2015-07-01Added support for HubiC.Kenneth Skovhede
2015-07-01Added an OpenStack backend, tested with RackSpace.Kenneth Skovhede
2015-07-01Added Cannon RAW files to the file extensions excluded from compression.Kenneth Skovhede
2015-07-01Added helper code to store backendtester config in a file instead of on the c...Kenneth Skovhede
2015-07-01The OAuthHelper was a mix of JSON web requests and OAuth calls, so now it has...Kenneth Skovhede
2015-06-29Renamed the SkyDrive class to OneDrive.Kenneth Skovhede
2015-06-29Implemented chunked-resumeable uploads for Google Drive for issue #1347.Kenneth Skovhede
2015-06-27Removed the Google API, now running directly on the REST API.Kenneth Skovhede
2015-06-27Fixed some file-size limits and a missing counter in OneDrive BITS transferKenneth Skovhede
2015-06-27Added a workaround to send the response into the webexception on MonoKenneth Skovhede
2015-06-25Updated the OneDrive backend to use the shared OAuth library.Kenneth Skovhede
2015-06-22Implemented the Google Drive backend, and trashed the Google Docs backend for...Kenneth Skovhede
2015-05-17Added support for handling null values in the remotevolume table.Kenneth Skovhede
2015-05-17Added manual fallback when filtering for non-ascii filenames as SQLite does n...Kenneth Skovhede
2015-05-17Fixed an issue with file/directory access being swapped when reading metadataKenneth Skovhede
2015-05-17Follow up to the latest pull request, changed all references to HexaD to "Dup...Kenneth Skovhede
2015-05-16update year to 2015Fabian Trampusch
2015-05-16Merge pull request #1353 from bwa-/masterKenneth Skovhede
2015-05-04Added the parsed result status as a field that can be sent in the xmpp or ema...Kenneth Skovhede
2015-05-04Fixed loading SQLite with Mono 4.0 and newerKenneth Skovhede
2015-04-10Implemented more unittestsKenneth Skovhede
2015-04-09Implemented basic unittest structure instead of wrapping it inside the Comman...Kenneth Skovhede
2015-04-09Fixed usage of EntryAssembly to work better with NUnitKenneth Skovhede
2015-04-09Added metadata extraction for the Azure backendKenneth Skovhede
2015-04-09Merge pull request #1344 from tudacs/masterKenneth Skovhede
2015-04-08Rewrote the way direct restore works, so it requires less initial download by...Kenneth Skovhede
2015-04-08Added helper method to display wait dialog for a taskKenneth Skovhede
2015-04-08Added method to make a temporary copy of an existing backupKenneth Skovhede
2015-04-08Added options to do partial repairs of a temporary local database, to allow f...Kenneth Skovhede
2015-04-08Added option to allow repairing only a specific fileset for faster restore fr...Kenneth Skovhede
2015-04-08Improved handling of non-standard blocksize and hashing algorithmsKenneth Skovhede
2015-04-08Bugfix for backups with no source foldersKenneth Skovhede
2015-04-08Added option to allow partial repair of a database for faster searching into ...Kenneth Skovhede
2015-04-063-column layoutBenjamin Wähner
2015-04-05Merge branch 'master' of github.com:duplicati/duplicatiKenneth Skovhede
2015-04-05Added grace-period for incomplete uploads to avoid backups stopping due to th...Kenneth Skovhede
2015-04-02Prevent backup-pop-up menu from top-values lower than 0 (hiding the top entri...tudacs
2015-03-20added DNG (Digital Negative) extension to compressed extensions.Robert Rehner
2015-03-07Fixed expiry with XSRF token.Kenneth Skovhede
2015-03-07Improved handling of the missing XSRF token issue, there is now a delay befor...Kenneth Skovhede
2015-03-06Improved debugging for backendtoolKenneth Skovhede
2015-03-06Added paging to OneDrive file list requests, which is required to list large ...Kenneth Skovhede
2015-03-06Bugfix for exporting filters to commandline.Kenneth Skovhede
2015-03-06Added pre-wrap to text area to allow display of linebreaks.Kenneth Skovhede
2015-03-06Added missing app.config filesKenneth Skovhede
2015-03-06Fixed an issue with readers being closed prematurely during the repair process.Kenneth Skovhede
2015-03-05Updated managed-lzma and added option to set compression-level for 7z.Kenneth Skovhede
2015-03-05Updated the Zip writer to actually use the compression hints, so the excluded...Kenneth Skovhede
2015-03-04Suppress error messages when reading extended attributes from a mounted files...Kenneth Skovhede
2015-03-04Fixed problems with access metadata on files with long filenames on Windows.Kenneth Skovhede