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
2016-01-29Removed unused references and updated most libraries to come from NuGet sourc...Kenneth Skovhede
2016-01-12Bugfix for showing the correct error message when the AuthID parameter is mis...Kenneth Skovhede
2016-01-12Removed unused variableKenneth Skovhede
2016-01-06Updated the Google Drive backend to be more POSIX-like and pretend to only su...Kenneth Skovhede
2015-12-15Implemented fast fail, if the server reports a client error (e.g. dont wait 1...Kenneth Skovhede
2015-12-15Possible fix for #1498 - backblaze issueKenneth Skovhede
2015-12-09Fixed a wrong reference path.Kenneth Skovhede
2015-12-08Removed a trailing / from the OVH auth uriKenneth Skovhede
2015-12-08Reset version numberKenneth Skovhede
2015-12-07Implemented som nice helper functions for the multipart upload featureKenneth Skovhede
2015-12-07Removed unused variableKenneth Skovhede
2015-12-07Added support for box.com API.Kenneth Skovhede
2015-12-07Minor cleanup for amzcd, and switched to the new multi-part upload methodKenneth Skovhede
2015-12-07Added support for multi-part uploads in the helper classKenneth Skovhede
2015-12-06Added OVH OpenStack auth Uri to list of know providersKenneth Skovhede
2015-12-06Added Mega.co.nz backend as requested in issue #806Kenneth Skovhede
2015-12-05Added B2 / Backblaze Cloud Storage support as requested in #1498Kenneth Skovhede
2015-12-05Optimization for AmzCD: don't load files unless required.Kenneth Skovhede
2015-12-05Virtualized some methods in the JSONHelper and added a method for capturing c...Kenneth Skovhede
2015-12-05Moved the JSON helper methods out of the OAuthHelper and into the JSONHelper ...Kenneth Skovhede
2015-12-05Moved the MD5 calculating stream into a generic hash-calculating streamKenneth Skovhede
2015-12-05Added Amazon Cloud Drive backend as requested in issue #598Kenneth Skovhede
2015-11-18Added S3 storage class options to allow the user to specify the InfrequentAcc...Kenneth Skovhede
2015-11-17Fixed an issue with OneDrive not throwing the correct exceptions on FileNotFoundKenneth Skovhede
2015-09-08Possible fix for PR #1456 and issue #1449Kenneth Skovhede
2015-08-25Removed some unused variables and improved the use of a non-standard --oauth-urlKenneth Skovhede
2015-08-25Fixed some lineendingsKenneth Skovhede
2015-08-23Removed unused option from S3 backendKenneth Skovhede
2015-08-05Fixed an invalid line-ending characterKenneth Skovhede
2015-07-10Improved the OAuth helper error handling in cases where the server return 503Kenneth Skovhede
2015-07-10Added retries with exponential backoff for reading the OAuth token.Kenneth Skovhede
2015-07-10Improved refactor-abiilityKenneth Skovhede
2015-07-10Added options to use an external OAuth server.Kenneth Skovhede
2015-07-04Added missing file to HubiC backendKenneth Skovhede
2015-07-02Move the WebRequest inside the try/catch region to fix a 404 not being captured.Kenneth Skovhede
2015-07-02Updated version stamps in new projectsKenneth Skovhede
2015-07-01Added support for HubiC.Kenneth Skovhede
2015-07-01Added an OpenStack backend, tested with RackSpace.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-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-17Follow up to the latest pull request, changed all references to HexaD to "Dup...Kenneth Skovhede
2015-05-16update year to 2015Fabian Trampusch
2015-04-09Added metadata extraction for the Azure backendKenneth Skovhede
2015-03-06Added paging to OneDrive file list requests, which is required to list large ...Kenneth Skovhede
2015-01-26Updated to .Net framework version 4.5Kenneth Skovhede