Commit Graph

  • ac62ef430d Prevent double closes on async buffer Nick Craig-Wood 2017-02-17 08:37:53 +00:00
  • 928be0f1fd mount: fix seek with buffering to use correct interface Nick Craig-Wood 2017-02-16 23:57:58 +00:00
  • 6f75290678 Make async buffering start slowly to improve seek performance Nick Craig-Wood 2017-02-16 23:55:47 +00:00
  • 8c2b50c7ed Update snapcraft.yaml Dedsec1 2017-02-16 00:34:43 -05:00
  • 2b1695e09b Add Dedsec1 to contributors Nick Craig-Wood 2017-02-16 22:21:32 +00:00
  • ef604f6100 mount: implement renaming directories - fixes #954 Nick Craig-Wood 2017-02-06 21:17:45 +00:00
  • f3c5745468 Add srcRemote and dstRemote parameters to DirMove #954 Nick Craig-Wood 2017-02-05 21:20:56 +00:00
  • e4835f535d sftp: remove stray debug Nick Craig-Wood 2017-02-04 17:32:44 +00:00
  • 33c2873ae9 drive: Fix Rmdir on directories with trashed files - fixes #1040 Nick Craig-Wood 2017-02-16 12:29:37 +00:00
  • dac4bb22d3 mount: Make include and exclude filters apply to mount - fixes #1060 Nick Craig-Wood 2017-02-15 23:26:40 +00:00
  • b52c80e85c sync: don't update mod times if --dry-run set - fixes #1100 Nick Craig-Wood 2017-02-15 23:09:44 +00:00
  • f15c6b68b6 Re-add the async buffer on seek - fixes #1137 Nick Craig-Wood 2017-02-15 22:39:07 +00:00
  • 3f778d70f7 Add sync.Pool to async reader Nick Craig-Wood 2017-02-14 22:28:18 +00:00
  • 6fc114d681 Create Ubuntu snap for rclone #1120 Dedsec1 2017-02-09 20:33:53 -05:00
  • 9a9d09845c mount: put read and write async buffers back - control with --buffer-size #1043 Nick Craig-Wood 2017-02-14 22:59:52 +00:00
  • 7fa687b3e1 fs: Async buffer: use ReadFill to fill the chunks and increase to 1MB Nick Craig-Wood 2017-02-14 22:33:53 +00:00
  • 493da54113 Add --buffer-size parameter to control buffer size for copy Nick Craig-Wood 2017-02-14 19:31:33 +00:00
  • 541929258b check: Add --download flag to check all the data, not just hashes Nick Craig-Wood 2017-02-13 10:48:26 +00:00
  • 370f242fa2 local: Fix interaction between -x flag and --max-depth - fixes #1126 Nick Craig-Wood 2017-02-13 09:24:29 +00:00
  • 7047c67a5e sync: Fix log message containing <nil> Nick Craig-Wood 2017-02-13 09:23:21 +00:00
  • 18c75a81f9 Add notes on cryptcheck and backups to crypt docs Nick Craig-Wood 2017-02-12 16:49:31 +00:00
  • 01c747e7db Add cryptcheck command to check integrity of crypt remotes #1102 Nick Craig-Wood 2017-02-12 16:30:18 +00:00
  • 186aedda98 Fix go vet on go 1.7 Nick Craig-Wood 2017-02-12 12:43:13 +00:00
  • ca0e25b1a1 Remove spurious comment Nick Craig-Wood 2017-02-12 10:56:52 +00:00
  • f87a694d10 Make donation page easier to find and add bitcoin address Nick Craig-Wood 2017-02-11 22:56:30 +00:00
  • 006227baed Replace -v with -vv where necessary or change Debugf to Logf Nick Craig-Wood 2017-02-11 20:19:44 +00:00
  • 4d28b5ed22 Update list of commands in docs. Nick Craig-Wood 2017-02-11 14:11:02 +00:00
  • 499475bb41 Fix -vv by temporarily patching vendored cobra Nick Craig-Wood 2017-02-11 13:57:48 +00:00
  • 666dae4229 Add --syslog flag to optionally log to syslog on capable platforms Nick Craig-Wood 2017-02-10 13:28:06 +00:00
  • ac1c041377 Redo log level flags Nick Craig-Wood 2017-02-09 21:22:46 +00:00
  • 0366ea39c5 Reassign some logging levels Nick Craig-Wood 2017-02-09 17:08:51 +00:00
  • 80f53176d9 Rename log functions and factor into own file Nick Craig-Wood 2017-02-09 11:01:20 +00:00
  • 40c02989f1 acd: Fix panic on token expiry - fixes #1117 Nick Craig-Wood 2017-02-11 17:49:59 +00:00
  • 50e190ff54 cat: don't allocate buffers if not needed to reduce memory usage Nick Craig-Wood 2017-02-09 11:46:53 +00:00
  • dd20a297d6 cat: Fix go routine leak Nick Craig-Wood 2017-02-09 11:25:36 +00:00
  • 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