Commit Graph

  • e57c4406f3 Add mutex to "warned" map. Klaus Post 2016-03-10 15:51:56 +01:00
  • fdd4b4ee22 drive: Add missing retries for Move and DirMove Nick Craig-Wood 2016-03-06 17:36:05 +00:00
  • 8ef551bf9c Make dedupe remove identical copies without asking and add non interactive mode - fixes #338 Nick Craig-Wood 2016-03-05 16:10:51 +00:00
  • 2119fb4314 drive: tweak pacer to speed up directory listings and make more reliable Nick Craig-Wood 2016-03-05 16:10:36 +00:00
  • 0166544319 Add Attack constant to pacer Nick Craig-Wood 2016-03-05 16:07:39 +00:00
  • 874a64e5f6 A script to make a directory heirarchy for testing Nick Craig-Wood 2016-03-05 20:26:15 +00:00
  • e0c03a11ab Commit missing docs changes and adjust RELEASE.md to make sure it doesn't happen again Nick Craig-Wood 2016-03-01 17:42:27 +00:00
  • 3c7f80f58f Version v1.28 v1.28 Nick Craig-Wood 2016-03-01 09:00:01 +00:00
  • 229ea3f86c Stop --update tests running on remotes which don't do mod time Nick Craig-Wood 2016-03-01 07:26:33 +00:00
  • 41eb386063 Reset password/config path in config tests to fix other tests Nick Craig-Wood 2016-02-29 21:43:37 +00:00
  • dfc7cd97a3 Optionally disable gzip compression on downloads with --no-gzip-encoding - fixes #353 Nick Craig-Wood 2016-02-14 18:14:41 +00:00
  • 280ac26464 Implement -u/--update so creation times can be used on all remotes - #226 Nick Craig-Wood 2016-02-29 17:46:40 +00:00
  • 88cca8a6eb Simplify literals (after running gofmt -s over the code) Nick Craig-Wood 2016-02-29 16:57:23 +00:00
  • 9c263e3e2b Commit missing tests Nick Craig-Wood 2016-02-28 20:25:51 +00:00
  • 7d4e143dee Make it obvious that the client secrets are encrypted Nick Craig-Wood 2016-02-28 19:57:19 +00:00
  • 3343c1afa4 Don't make directories if --dry-run set - fixes #342 Nick Craig-Wood 2016-02-28 19:47:22 +00:00
  • b279df2e67 Drive: disable copy and move for google docs - fixes #332 Nick Craig-Wood 2016-02-28 09:35:28 +00:00
  • e6f340d245 swift: Fix uploading of chunked files with non ascii characters - fixes #350 Nick Craig-Wood 2016-02-27 18:55:21 +00:00
  • bfc66cceaa Update b2 docs after temp file changes Nick Craig-Wood 2016-02-27 16:32:40 +00:00
  • 1105b6bd94 Add Jakub Gedeon to contributors Nick Craig-Wood 2016-02-27 13:58:00 +00:00
  • 694d390710 s3: Check if directory exists during Mkdir Jakub Gedeon 2016-02-23 18:58:55 -07:00
  • 6b6b43402b b2: Use one upload URL per go routine Nick Craig-Wood 2016-02-27 13:00:35 +00:00
  • 6f46270735 b2: Add pacing, retries and reauthentication - fixes #310 Nick Craig-Wood 2016-02-23 22:15:20 +00:00
  • ee5e34a19c b2: factor authorize account into its own method Nick Craig-Wood 2016-02-23 21:19:33 +00:00
  • 70902b4051 Make rest Set methods safe for concurrent calling Nick Craig-Wood 2016-02-23 21:16:13 +00:00
  • f46304e8ae Update README from docs/content/about.md Nick Craig-Wood 2016-02-27 11:15:51 +00:00
  • 40252f0aa6 Make continuous integrations logs less noisy Nick Craig-Wood 2016-02-26 17:01:19 +00:00
  • e7b9cc4705 Fix pacer tests Nick Craig-Wood 2016-02-26 16:59:52 +00:00
  • 867a26fe4f Implement --low-level-retries flag - fixes #266 Nick Craig-Wood 2016-01-12 17:38:28 +00:00
  • 3890105cdc Add -run-only flag to run_all test Nick Craig-Wood 2016-02-25 22:05:57 +00:00
  • d2219a800a Fix and document the move command - fixes #334 Nick Craig-Wood 2016-02-25 20:05:34 +00:00
  • ccb59480bd Add InActive method to Filter to detect when no fiters are in use. Nick Craig-Wood 2016-02-25 19:58:00 +00:00
  • b5c5209162 Fix redirecting stderr on unix-like OSes - fixes #363 Nick Craig-Wood 2016-02-24 21:54:21 +00:00
  • 835b6761b7 Write about convmv in the docs for fixing non UTF-8 filesystems - fixes #300 Nick Craig-Wood 2016-02-21 14:09:06 +00:00
  • f30c836696 Note Linux version requirements for running rclone - fixes #346 Nick Craig-Wood 2016-02-21 13:59:24 +00:00
  • 090ce00afc Clarify Dropbox docs on mod times - fixes #345 Nick Craig-Wood 2016-02-21 13:52:00 +00:00
  • 377986d599 Update config walk throughs with new style choice menu Nick Craig-Wood 2016-02-21 13:39:04 +00:00
  • 95e4d837ef Make config chooser easier to understand Nick Craig-Wood 2016-02-21 12:25:37 +00:00
  • e08e35984c Add help to remote chooser in rclone config - fixes #43 Nick Craig-Wood 2016-02-15 18:11:53 +00:00
  • a3b4c8a0f2 Add issue template for github Nick Craig-Wood 2016-02-21 10:32:44 +00:00
  • 700e47d6e2 Stub out ReadPassword on plan9 and solaris to fix compilation Nick Craig-Wood 2016-02-21 10:31:53 +00:00
  • ea11f5ff3d Stop make beta remaking the docs Nick Craig-Wood 2016-02-21 10:29:48 +00:00
  • 758c7f2d84 Avoid b2 temporary file. klauspost 2016-02-19 15:45:32 +01:00
  • ef06371c93 Create separate interface for object information. klauspost 2016-02-18 12:35:25 +01:00
  • 85a0f25b95 b2: Fix reading metadata for all files when using a subdir - fixes #356 Nick Craig-Wood 2016-02-19 12:09:11 +00:00
  • 84b00b362f Change back to original goconfig package. Add documentation for --ask-password. klauspost 2016-02-17 11:45:05 +01:00
  • bfd7601cf9 Add configuration file encryption klauspost 2016-02-16 16:25:27 +01:00
  • 4676a89963 Note that you may need curl --insecure when fetching root CA certificates Nick Craig-Wood 2016-02-16 14:55:26 +00:00
  • 8cd3c25b41 Amazon Cloud Drive: retry on 400, 401, 408, 504 and EOF errors - fixes #340 Nick Craig-Wood 2016-02-16 14:45:22 +00:00
  • 5f97603684 Fix fetch test dependencies too. Nick Craig-Wood 2016-02-15 17:31:11 +00:00
  • f1debd4701 Fetch test dependencies too. Nick Craig-Wood 2016-02-15 17:20:26 +00:00
  • 1cd0d9a1f2 Fix listing drive docs at root - fixes #336 Nick Craig-Wood 2016-02-06 09:22:52 +00:00
  • a6320bbad3 Fix delete command to wait until all finished - fixes missing deletes. Nick Craig-Wood 2016-02-15 16:43:59 +00:00
  • b1dd8e998b Yandex Disk: Use http.Client passed in for all operations - fixes logging. Nick Craig-Wood 2016-02-15 16:43:18 +00:00
  • c2e8f06bfa Swift storageUrl overloading fixes #167 Xavier Lucas 2016-02-02 20:45:05 +01:00
  • 08a8f7174a Add Brian Stengaard to contributors Nick Craig-Wood 2016-02-09 21:45:51 +00:00
  • ce4c1d4f35 s3: Fix empty checks in auth Nick Craig-Wood 2016-02-09 17:19:33 +00:00
  • a0b9bd527e Add both forms of env var to the docs Nick Craig-Wood 2016-02-09 17:19:13 +00:00
  • ce05ef7110 Add IAM role and Env credentials Brian Stengaard 2016-02-01 14:11:27 +01:00
  • 6a47d966a4 Update filtering documentation - fixes #306 Werner Beroux 2016-02-08 09:22:54 +01:00
  • 85d99de26b Fix typo in error strings Nick Craig-Wood 2016-02-09 16:15:50 +00:00
  • 4a82251c62 Add man page to repository too (missed from #256) Nick Craig-Wood 2016-02-07 20:26:10 +00:00
  • e62c0a58a7 Version 1.27 v1.27 Nick Craig-Wood 2016-01-31 17:50:13 +00:00
  • 1f3e48f18f Add manuals to repository - fixes #256 Nick Craig-Wood 2016-01-31 16:33:20 +00:00
  • bbbe11790b Update docs to make syncing from a directory more obvious - fixes #302 Nick Craig-Wood 2016-01-31 16:27:19 +00:00
  • 13edf62824 Document rclone return codes - fixes #308 Nick Craig-Wood 2016-01-31 16:15:25 +00:00
  • 558bc2e132 drive: Export Google documents - fixes #49 Nick Craig-Wood 2016-01-26 16:52:53 +00:00
  • 0f73129ab7 dedupe command to deduplicate a remote. Useful with google drive - fixes #41 Nick Craig-Wood 2016-01-31 12:58:41 +00:00
  • 1373efaa39 Delete command which does obey the filters - fixes #327 Nick Craig-Wood 2015-12-02 22:25:32 +00:00
  • 5c37b777fc Make the --dry-run warnings into logs so they appear without the -v flag Nick Craig-Wood 2016-01-31 15:53:09 +00:00
  • d4df3f2154 acd: Download files >= 9GB with their tempLink direct from s3 Nick Craig-Wood 2016-01-30 18:08:44 +00:00
  • 8ae424c5a3 Emphasize testing sync with --dry-run and -v Nick Craig-Wood 2016-01-29 07:59:33 +00:00
  • cae19df058 s3: URL escape CopySource Nick Craig-Wood 2016-01-27 17:39:33 +00:00
  • 8c211fc8df Warn the user about files with same name but different case Nick Craig-Wood 2016-01-23 20:16:47 +00:00
  • 74a71f7824 Add tests for --delete-before, --delete-during and --delete-after Nick Craig-Wood 2016-01-23 18:27:00 +00:00
  • 12b51c5eb8 Remove duplicate check for filter IncludeObject Nick Craig-Wood 2016-01-23 18:26:01 +00:00
  • 14069fd8e6 Implement --delete-before, --delete-during, --delete-after - fixes #252. klauspost 2016-01-12 14:33:03 +01:00
  • cd62f41606 Reduce number of logs and show hash type where appropriate Nick Craig-Wood 2016-01-24 18:06:57 +00:00
  • 109d4ee490 Prefix all test remotes with rclone-test- and make names more pronouncable Nick Craig-Wood 2016-01-24 12:37:46 +00:00
  • 18ebec8276 Check remote is empty between integration tests Nick Craig-Wood 2016-01-24 12:37:19 +00:00
  • c47b4f828f acd: Fix deadlock in directory traversal code Nick Craig-Wood 2016-01-24 11:20:55 +00:00
  • c3a0c0c451 swift: Fix upload from unprivileged user - fixes #273 Nick Craig-Wood 2016-01-23 20:32:53 +00:00
  • 6cb0de43ce Deprecate compiling with go1.3 Nick Craig-Wood 2016-01-23 17:27:00 +00:00
  • 83f0d3e03d acd: remove 409 conflict from error codes we will retry Nick Craig-Wood 2016-01-23 15:31:24 +00:00
  • eda4130703 Fix integration tests so they can be run independently and out of order - fixes #291 Nick Craig-Wood 2016-01-17 10:08:28 +00:00
  • ccba859812 Test all available hashes for each remote Nick Craig-Wood 2016-01-17 11:27:31 +00:00
  • de3cf5e8d7 Add -verbose flag to unit tests and add some more eventual consistency retries Nick Craig-Wood 2016-01-20 20:06:05 +00:00
  • ce305321b6 amazon cloud drive: Fix "Next token is expired" - Fixes #289 Fixes #263 Nick Craig-Wood 2016-01-20 16:32:15 +00:00
  • e6117e978e Add Werner Beroux to contributors Nick Craig-Wood 2016-01-20 16:33:28 +00:00
  • 4b40898743 Update filtering.md Werner Beroux 2016-01-20 16:16:24 +01:00
  • ae3a0ec27e b2: Don't re-read the SHA1 if we already have it Nick Craig-Wood 2016-01-19 08:20:23 +00:00
  • d9458fb4ee b2: return error in Hash from readFileMetadata operation Nick Craig-Wood 2016-01-18 17:53:03 +00:00
  • 27f67edb1a Fix formatting problem in sha1sum Nick Craig-Wood 2016-01-17 13:56:00 +00:00
  • 3ffea738e6 Make hash constants start from 1 not 2 Nick Craig-Wood 2016-01-17 10:33:40 +00:00
  • a63dd6020c onedrive: fix incorrectly decoded SHA-1 Nick Craig-Wood 2016-01-17 10:45:17 +00:00
  • d0678bc3e5 local: report error on stat in Hash in case file disappeared Nick Craig-Wood 2016-01-17 10:35:38 +00:00
  • ce04a073ef Update templates to changes in the latest hugo version klauspost 2016-01-13 11:47:07 +01:00
  • c337a367f3 Make make serve fail if make website would fail Nick Craig-Wood 2016-01-16 14:10:57 +00:00
  • 7ae40cb352 Update information on revised hash functionality. klauspost 2016-01-13 11:29:43 +01:00
  • e8daab7971 Fix integration tests for remotes with unsupported hash schemes Nick Craig-Wood 2016-01-16 09:44:46 +00:00