Commit graph

  • c0ad29c06c Clarify logging and docs for --no-traverse incompatibilities - fixes #1059 Nick Craig-Wood 2017-02-08 22:35:12 +00:00
  • d091d4a8bb rclone cat: add --head, --tail, --offset, --count and --discard Nick Craig-Wood 2017-02-08 08:09:41 +00:00
  • 381b845307 acd: Fix nil pointer deref after Move #1098 Nick Craig-Wood 2017-02-04 12:56:21 +00:00
  • 48cdedc97b Re-implement sync routine to work a directory at a time Nick Craig-Wood 2017-01-25 19:59:53 +00:00
  • 7c6cd3a9e1 Make --delete-after the default and refactor --delete-{before,during,after} parsing Nick Craig-Wood 2017-01-25 19:35:14 +00:00
  • bcdd73369f Ignore --delete-before with --track-renames Nick Craig-Wood 2017-01-24 17:43:58 +00:00
  • 86bec20b56 sync: factor accumulating the rename checks Nick Craig-Wood 2017-01-24 11:04:09 +00:00
  • c3b2b89473 Add ListDirSorted function to list a directory Nick Craig-Wood 2017-01-24 11:00:05 +00:00
  • 85f05c57d1 Clean empty directories between test runs Nick Craig-Wood 2017-01-24 17:15:56 +00:00
  • 16d91246c4 sftp: Fix remote race on creating directories Nick Craig-Wood 2017-02-03 18:00:33 +00:00
  • 726cb43be9 Complete SFTP remote #521 Nick Craig-Wood 2017-01-31 20:34:11 +00:00
  • 288302c2cf Make fallback purge delete empty directories too. Nick Craig-Wood 2017-02-01 13:23:31 +00:00
  • 609671aabc Add Jack Schmidt to contributors Nick Craig-Wood 2017-01-31 20:09:00 +00:00
  • b9a8315696 Basic SFTP support, Issue #521 Jack Schmidt 2016-11-12 18:36:08 -05:00
  • 27e18b6efa sftp: add required packages to vendor Jack Schmidt 2016-11-12 19:04:55 -05:00
  • 9d331ce04b Implement --ignore-checksum flag Nick Craig-Wood 2017-01-05 17:32:42 +00:00
  • 916569102c b2: constrain memory usage when doing multipart uploads #439 Nick Craig-Wood 2017-01-29 22:21:39 +00:00
  • 28f9b9b611 drive: detect files using file size as well as md5 - fixes 980 Nick Craig-Wood 2017-01-03 21:20:21 +00:00
  • 7679620f4b drive: Experimentally add --drive-list-chunk Nick Craig-Wood 2016-12-29 18:04:37 +00:00
  • 8a11da4e14 mount: Make fsync be a no-op for direectories too #1045 Nick Craig-Wood 2017-02-02 21:30:32 +00:00
  • f11867d810 Add Jon Yergatian to contributors Nick Craig-Wood 2017-02-02 21:13:23 +00:00
  • 6f8501e9a1 s3: Added ca-central-1 region Jon Yergatian 2017-02-02 10:59:01 -08:00
  • 37fe6d56e5 mount: fix docs for umount flags - fixes #1036 Nick Craig-Wood 2017-01-30 18:16:53 +00:00
  • ff8f11d79c Add Károly Oláh to contributors Nick Craig-Wood 2017-01-29 20:55:21 +00:00
  • cbc113492a Add Drive specific option: --drive-skip-gdocs - fixes #1035 okaresz 2017-01-29 18:06:26 +01:00
  • 74702554da onedrive: use token renewer to stop auth errors on long uploads Nick Craig-Wood 2017-01-29 20:42:43 +00:00
  • bd29015022 Factor token renewer from amazonclouddrive to oauthutil Nick Craig-Wood 2017-01-29 20:35:57 +00:00
  • 2192805360 rclone config: when choosing from a list, allow the value to be entered Nick Craig-Wood 2017-01-29 15:51:26 +00:00
  • db0b93c0ad rclone config: allow rename and copy of remotes - fixes #641 Nick Craig-Wood 2017-01-29 15:37:44 +00:00
  • 94947f2523 Implement -L, --copy-links flag to allow rclone to follow symlinks Nick Craig-Wood 2017-01-29 13:43:20 +00:00
  • 29c6e22024 mount: Make fsync be a no-op rather than returning an error - fixes #1045 Nick Craig-Wood 2017-01-29 11:29:42 +00:00
  • 390f3cf35b crypt: Add --crypt-show-mapping to show encrypted file mapping Nick Craig-Wood 2017-01-29 10:12:52 +00:00
  • 20c033b484 Add a writing documentation section and update document Nick Craig-Wood 2017-01-29 09:47:28 +00:00
  • 8068ef96b6 Add Dario Giovannetti to contributors Nick Craig-Wood 2017-01-26 10:29:21 +00:00
  • 9d36258923 Comply with XDG Base Directory specification Dario Giovannetti 2017-01-14 11:47:55 +08:00
  • 9fdeb82328 Fix tests under Windows Nick Craig-Wood 2017-01-20 17:12:05 +00:00
  • 2abfae283c crypt: fix crypt writer getting stuck in a loop #902 Nick Craig-Wood 2017-01-20 16:00:55 +00:00
  • b6848a3edb Fix race in Lister.Finished which was causing the tests to be unreliable Nick Craig-Wood 2017-01-19 18:01:31 +00:00
  • e2bf9eb8e9 Implement --suffix for use with --backup-dir only #98 Nick Craig-Wood 2017-01-19 17:26:29 +00:00
  • a77659e47d Make directory listing checks more reliable and easier to read Nick Craig-Wood 2017-01-19 17:25:57 +00:00
  • e9da14ac2e acd: After moving a file, wait for the file to no longer be in the directory Nick Craig-Wood 2017-01-19 17:21:14 +00:00
  • a4bf22e620 b2: fix upload url not being refreshed properly #825 Nick Craig-Wood 2017-01-17 17:34:21 +00:00
  • a6b4065e13 mount: fix retry on network failure when reading off crypt - fixes #1042 Nick Craig-Wood 2017-01-17 16:32:04 +00:00
  • 07ebf35987 Clarify what happens to files already in the --backup-dir DIR Nick Craig-Wood 2017-01-16 19:26:56 +00:00
  • 47ebd0789c Make "make quicktest" ignore a config file if present for local running Nick Craig-Wood 2017-01-16 17:54:18 +00:00
  • 166fd50451 oauthutil: copy the config before modifying it Nick Craig-Wood 2017-01-16 15:10:08 +00:00
  • 0604d3dbf2 acd, onedrive: make sure we have found the root before purging Nick Craig-Wood 2017-01-15 12:18:07 +00:00
  • 1fa258c2b4 Define a new Features() method for Fs Nick Craig-Wood 2017-01-13 17:21:47 +00:00
  • 3745c526f1 Implement --backup-dir - fixes #98 ncw 2017-01-10 21:47:03 +00:00
  • c123c702ab Fix fs.Overlapping and factor fs.SameConfig Nick Craig-Wood 2017-01-11 14:59:53 +00:00
  • 4aae7bcca6 Factor server side move detection ncw 2017-01-10 20:03:55 +00:00
  • aa62e93094 acd: fix panic when renaming files - fixes #973 Nick Craig-Wood 2017-01-14 09:50:45 +00:00
  • 45862f4c16 Add Brandur to contributors Nick Craig-Wood 2017-01-12 10:07:46 +00:00
  • 3b1e0b66bb Return error on not found from ListFn Brandur 2017-01-09 21:14:53 -07:00
  • a7d8ccd265 Add T.C. Ferguson to contributors Nick Craig-Wood 2017-01-10 13:22:51 +00:00
  • d4c923a5cc Add obscure command for generating encrypted passwords for rclone's config T.C. Ferguson 2017-01-08 10:24:03 -06:00
  • e426cb1d1a Add emyarod to contributors Nick Craig-Wood 2017-01-10 13:13:14 +00:00
  • 3c87a0d0dc Update remote docs to show correct setup process emyarod 2017-01-08 21:09:19 -08:00
  • 499766f6ab Update amazonclouddrive.md 0xJAKE 2017-01-08 10:24:03 -06:00
  • 35a6436983 mount: implement proper directory handling (mkdir, rmdir) Nick Craig-Wood 2017-01-06 11:24:22 +00:00
  • 341745d4d5 Update docs on server side copy Nick Craig-Wood 2017-01-05 21:11:46 +00:00
  • 78c1f2839e Fix filters to add ** rules to directory rules Nick Craig-Wood 2016-12-07 11:17:10 +00:00
  • de2d967abd Stop --track-renames hashing matching files - fixes #984 Nick Craig-Wood 2017-01-03 23:03:20 +00:00
  • 6611d92e21 Only start bandwidth ticker when necessary. Marco Paganini 2017-01-04 19:03:49 -08:00
  • e1a49ca426 Document environment variable usage Nick Craig-Wood 2017-01-03 22:42:08 +00:00
  • f73ee5eade Make all config file variables be settable in the environment Nick Craig-Wood 2016-12-20 18:03:09 +00:00
  • 0d75d2585f Allow all options to be set from environment variables Nick Craig-Wood 2016-12-20 15:50:46 +00:00
  • 3b0f944e23 Add time-based bandwidth limits. Marco Paganini 2017-01-02 18:52:41 -08:00
  • aaeab58ce6 Add Lukas Loesche to contributors Nick Craig-Wood 2017-01-03 20:47:40 +00:00
  • 5894c02a34 Typo: the the -> the in docs and comments Lukas Loesche 2016-12-31 18:20:31 +01:00
  • f1221b510b Change --track-renames to use the length,hash pair stored in a map Nick Craig-Wood 2017-01-03 17:35:12 +00:00
  • 274ab349f4 sync: Only allow --track-renames if have a common hash Nick Craig-Wood 2017-01-02 16:37:59 +00:00
  • 86392fb800 Add Bjørn Erik Pedersen to contributors Nick Craig-Wood 2017-01-03 20:34:36 +00:00
  • adc156ab2a docs: Document track-renames option Bjørn Erik Pedersen 2016-12-20 19:30:50 +01:00
  • 47d3a450a4 sync: Track and perform server-side renames Bjørn Erik Pedersen 2016-12-18 11:03:56 +01:00
  • 5c89fd679d Fix incorrect vendoring for swift library Nick Craig-Wood 2017-01-03 17:39:56 +00:00
  • 1cad759306 Update vendor directory Nick Craig-Wood 2017-01-02 16:12:05 +00:00
  • 5b8b379feb Version v1.35 v1.35 Nick Craig-Wood 2017-01-02 15:30:34 +00:00
  • f538fd8eb4 Update RELEASE procedure Nick Craig-Wood 2017-01-02 14:38:14 +00:00
  • 4dd5428b13 Fix rmdirs test and integration tests which depend on each other Nick Craig-Wood 2016-12-31 15:36:58 +00:00
  • 64ec220d5d Fix --no-update-modtime test on remotes which don't support hashes Nick Craig-Wood 2016-12-31 15:19:26 +00:00
  • cbfec0d281 Fix tests for missing config file Nick Craig-Wood 2016-12-20 15:05:08 +00:00
  • 80c044f2d3 Stop overwriting global remote in tests Nick Craig-Wood 2016-12-20 14:15:11 +00:00
  • 1b2dda8c4c oauthutil: Reload config file off disk before updating token Nick Craig-Wood 2016-12-19 15:04:07 +00:00
  • 473bdad00b crypt: Prevent the user pointing crypt at itself - fixes #927 Nick Craig-Wood 2016-12-19 14:09:59 +00:00
  • 4482e75f38 Fix golint Nick Craig-Wood 2016-12-15 21:02:41 +00:00
  • 43c530922a Restore ability for any command to show stats by adding --stats flag Nick Craig-Wood 2016-12-15 17:40:17 +00:00
  • dd60f088ed mount: retry reads on error #873 Nick Craig-Wood 2016-12-14 21:17:48 +00:00
  • 0117aeafbf mount: this removes the async buffering as it was killing seek performance Nick Craig-Wood 2016-12-14 21:15:12 +00:00
  • 442861581a Update release process - fixes #855 Nick Craig-Wood 2016-12-14 17:49:26 +00:00
  • 4e809c951d acd: Note that Move and DirMove are now supported - fixes #122 Nick Craig-Wood 2016-12-14 17:45:20 +00:00
  • 215fd2a11d b2: use new prefix and delimiter parameters in directory listings Nick Craig-Wood 2016-12-14 17:37:26 +00:00
  • 13b705e227 mount: report the modification times for directories from the remote #940 #950 Nick Craig-Wood 2016-12-14 15:26:04 +00:00
  • 8083804575 Make sure wrapped retry/fatal errors are never nil to avoid panic Nick Craig-Wood 2016-12-13 16:02:14 +00:00
  • ec0916c59d crypt: return unexpected EOF instead of Failed to authenticate decrypted block #873 Nick Craig-Wood 2016-12-12 15:20:40 +00:00
  • 7392cd1a1a Add section on how to set RCLONE_CONFIG_PASS from a script Nick Craig-Wood 2016-12-12 12:33:43 +00:00
  • 2656a0e070 Update go to 1.7.4 and 1.6.4 in CI Nick Craig-Wood 2016-12-09 17:12:11 +00:00
  • 5b5df9ae8e acd: fix the corner cases in Move and DirMove and refactor Nick Craig-Wood 2016-12-09 16:56:07 +00:00
  • fafbcc8e2f Make server side move more obvious in debug Nick Craig-Wood 2016-12-09 16:50:28 +00:00
  • c55402caa2 drive: create destination directory on Move() Nick Craig-Wood 2016-12-09 16:45:11 +00:00