Commit Graph

  • e80ae4e09c build: remove unused struct fields spotted by structcheck Nick Craig-Wood 2018-05-05 11:33:01 +01:00
  • 1320e84bc2 build: remove unused code spotted by the deadcode linter Nick Craig-Wood 2018-05-04 15:31:55 +01:00
  • cb5bd47e61 build: fix errors spotted by ineffassign linter Nick Craig-Wood 2018-05-04 15:19:50 +01:00
  • 790a8a9aed build: add gometalinter and gometalinter_install Makefile targets Nick Craig-Wood 2018-05-04 15:19:07 +01:00
  • f1a43eca4d mount: make --daemon work for macOS without CGO Nick Craig-Wood 2018-05-02 17:12:29 +01:00
  • 7ea68f1fc6 sftp: require go1.9+ after golang.org/x/crypto/ssh update Nick Craig-Wood 2018-05-05 16:22:34 +01:00
  • 6427029c4e vendor: update all dependencies Nick Craig-Wood 2018-05-02 17:09:45 +01:00
  • 21383877df cmd: make exit code 8 for --max-transfer exceeded Nick Craig-Wood 2018-05-03 15:04:30 +01:00
  • f95835d613 fserrors: Look deeper into errors for Fatal/Retry/NoRetry errors. Nick Craig-Wood 2018-05-03 14:46:20 +01:00
  • be79b47a7a sync: log when we abandon the sync due to a fatal error Nick Craig-Wood 2018-05-03 14:45:28 +01:00
  • be22735609 fs/accounting: fix deadlock on GetBytes Nick Craig-Wood 2018-05-02 17:01:39 +01:00
  • 1b1b3c13cd sync: add a test for aborting on max upload Nick Craig-Wood 2018-04-24 09:48:35 +01:00
  • 5c128272fd Implement --max-transfer flag to quit transferring at a limit #1655 Nick Craig-Wood 2018-04-21 22:03:27 +01:00
  • d178233e74 sync,march: check the cancel context on every channel send and receive Nick Craig-Wood 2018-04-21 22:01:27 +01:00
  • 98bf65c43b vfs: fix ChangeNotify for new or changed folders Fabian Möller 2018-05-02 15:28:17 +02:00
  • 3b5e70c8c6 drive: fix ChangeNotify for folders Fabian Möller 2018-05-02 15:12:47 +02:00
  • bd3ad1ac3e vfs: add option to read source files in chunks Fabian Möller 2018-02-18 15:18:12 +01:00
  • 9fdf273614 fs: improve ChunkedReader Fabian Möller 2018-02-18 15:10:15 +01:00
  • fe25cb9c54 drive: fix about (and df on a mount) for team drives - fixes #2288 Nick Craig-Wood 2018-05-03 08:51:08 +01:00
  • f2608e2a64 Add NoLooseEnds to contributors Nick Craig-Wood 2018-05-01 09:43:18 +01:00
  • a5f1811892 cmd: Fixed a typo – minimum NoLooseEnds 2018-05-01 10:42:21 +02:00
  • 50dc5fe92e Add Rodrigo to contributors Nick Craig-Wood 2018-04-30 17:37:43 +01:00
  • b7d2048032 WebDAV: Ignore Reason-Phrase in status line #2281 Rodrigo 2018-04-30 14:15:24 +02:00
  • 3116249692 make sign_upload: only sign the v1.xx releases not the current ones Nick Craig-Wood 2018-04-28 14:59:40 +01:00
  • d049e5c680 make build_dep: make sure we update the whole command for nfpm Nick Craig-Wood 2018-04-28 14:21:30 +01:00
  • 1c9572aba1 Add Piotr Oleszczyk to contributors Nick Craig-Wood 2018-04-30 17:29:38 +01:00
  • 76f2cbeb94 sftp: Add --ssh-path-override flag #1474 Piotr Oleszczyk 2018-04-30 18:05:10 +02:00
  • 0479c7dcf5 add github-release to make release_dep Nick Craig-Wood 2018-04-28 12:38:30 +01:00
  • 55674c0bfc Start v1.41-DEV development Nick Craig-Wood 2018-04-28 12:37:55 +01:00
  • e4c380b2a8 Version v1.41 v1.41 Nick Craig-Wood 2018-04-28 11:46:27 +01:00
  • 74cbdea0ef Revert "copy: create (pseudo copy) empty source directories to destination" Nick Craig-Wood 2018-04-28 10:02:32 +01:00
  • a3bf6b9c2c drive, gcs: fix service account authentication - fixes #2279 Nick Craig-Wood 2018-04-28 09:33:43 +01:00
  • 0daced29db copy: create (pseudo copy) empty source directories to destination - fixes #1837 ishuah 2018-04-27 07:14:01 +03:00
  • b78af517de Add service_account_credentials for Google Cloud and Drive Matt Holt 2018-04-27 09:07:37 -06:00
  • d8e88f10cd rc: take note of the --rc-addr flag too as per the docs - fixes #2184 Nick Craig-Wood 2018-04-26 16:59:10 +01:00
  • 849db6699d Add Richard Yang to contributors Nick Craig-Wood 2018-04-26 16:23:52 +01:00
  • a81ec00a8c dedupe: Add dedupe largest functionality - fixes #2269 Richard Yang 2018-04-21 22:57:08 +01:00
  • da4a5e1fb3 docs: note that copytruncate is needed for --log-file with logrotate #2259 Nick Craig-Wood 2018-04-26 15:30:46 +01:00
  • ae562b5a4f ftp: more workarounds for FTP servers to fix mkParentDir - fixes #2181 Nick Craig-Wood 2018-04-26 14:53:03 +01:00
  • c01177bc28 ftp: work around strange response from box FTP server Nick Craig-Wood 2018-04-08 18:09:49 +01:00
  • 9f04ce282e rc: fix setting bwlimit to unlimited Nick Craig-Wood 2018-04-24 09:43:07 +01:00
  • 764440068e filter: fix --min-age and --max-age together check Nick Craig-Wood 2018-04-26 09:17:22 +01:00
  • a703216286 filter: take double negatives out of filter flag help Nick Craig-Wood 2018-04-26 09:17:13 +01:00
  • 96a62d55a2 lsd: Add -R flag and fix and update docs for all ls commands Nick Craig-Wood 2018-04-25 21:06:42 +01:00
  • d0f32b62fd Revert "build: Temporary workaround for golint being missing." Nick Craig-Wood 2018-04-25 16:17:54 +01:00
  • 7c5f87842c vfs: filter files . and .. from readDir output - fixes #2135 Mateusz Pabian 2018-04-24 23:28:37 +02:00
  • cc8799e0d6 Add new email address for Oliver Heyme to contributors Nick Craig-Wood 2018-04-25 15:51:52 +01:00
  • da214973a1 [install] Add arm64/aarch64 suuport Oliver Heyme 2018-04-24 11:41:29 +02:00
  • be8bd89674 build: Temporary workaround for golint being missing. Nick Craig-Wood 2018-04-24 11:22:38 +01:00
  • 9ab2521ef2 rc: autogenerate and tidy the docs and commands Nick Craig-Wood 2018-04-23 20:44:44 +01:00
  • 21a10e58c9 rc: implement core/memstats to print internal memory usage info Nick Craig-Wood 2018-04-23 20:10:28 +01:00
  • d36b80f587 vendor: update bazil.org/fuse - corrects df -i - fixes #2089 Nick Craig-Wood 2018-04-21 22:57:08 +01:00
  • 24980d7123 config: fix typo in error message #2268 Nick Craig-Wood 2018-04-21 22:49:30 +01:00
  • 870c58f7f8 sftp: fail soft with a debug on hash failure #1474 Nick Craig-Wood 2018-04-19 09:45:46 +01:00
  • b3c6f5f4b8 sftp: Update docs with Synology quirks Nick Craig-Wood 2018-04-19 10:15:54 +01:00
  • 311a962011 s3: Look in S3 named profile files for credentials - fixes #2243 Nick Craig-Wood 2018-04-16 12:14:35 +01:00
  • da7a77ef2e ftp: Fix no error on listing non-existent directory Nick Craig-Wood 2018-04-20 23:08:08 +01:00
  • 9fbc40c5b9 fstests: List missing dir must return ErrorDirNotFound for non bucket based remotes Nick Craig-Wood 2018-04-20 23:06:51 +01:00
  • 56ce784301 Add hensur to contributors Nick Craig-Wood 2018-04-20 21:44:12 +01:00
  • 8fe3037301 webdav: support SharePoint cookie authentication hensur 2018-04-09 10:05:43 +02:00
  • ba7ae2ee8c rest: Add RemoveHeader and SetCookie method hensur 2018-04-09 10:05:43 +02:00
  • dc59836021 webdav: strip leading and trailing / off root - fixes #2257 Nick Craig-Wood 2018-04-20 20:28:23 +01:00
  • 1a3fb21a77 onedrive: add QuickXorHash support for OneDrive for business - fixes #2262 Nick Craig-Wood 2018-04-20 12:55:49 +01:00
  • bcdb7719c6 fs/hash: install QuickXorHash as a supported rclone hash type #2262 Nick Craig-Wood 2018-04-20 11:42:46 +01:00
  • c51d97c752 hashsum: make generic tool for any hash to produce md5sum like output Nick Craig-Wood 2018-04-20 11:33:50 +01:00
  • 57a5b72d60 onedrive: implement quickXorHash algorithm #2262 Nick Craig-Wood 2018-04-20 09:54:27 +01:00
  • 34ba17deec Add Chris Redekop second email to contributors Nick Craig-Wood 2018-04-20 20:51:34 +01:00
  • e3a1bc9cd3 Add Michael G. Noll to contributors Nick Craig-Wood 2018-04-20 20:50:12 +01:00
  • a35e62e15c s3: Add an option to disable checksum uploading - fixes #2213 Chris Redekop 2018-04-16 22:19:49 +00:00
  • d1ca8b8959 sftp: update docs to match code, fix typos and clarify disable_hashcheck prompt Michael G. Noll 2018-04-20 21:49:49 +02:00
  • a0c65deca8 box: Parse file/directory size as a floating point number Nick Craig-Wood 2018-04-19 09:18:14 +01:00
  • 1f255a8567 Add a mega.nz remote #163 Nick Craig-Wood 2017-10-15 11:45:39 +01:00
  • f50b85278a vendor: github.com/t3rm1n4l for backend/mega Nick Craig-Wood 2018-04-13 11:51:28 +01:00
  • 9948b39dba about: don't attempt retries Nick Craig-Wood 2018-04-18 21:09:34 +01:00
  • 2b855751fc vfs,mount,cmount: use About to return the correct disk total/used/free Nick Craig-Wood 2018-04-17 23:19:34 +01:00
  • ef3bcec76c fs: Extend SizeSuffix to include TB and PB for rclone about Nick Craig-Wood 2018-04-17 21:47:20 +01:00
  • 1ac6dacf0f about: complete other providers and re-work internals Nick Craig-Wood 2018-04-16 22:19:25 +01:00
  • 94e277d759 about: add new command 'about' to get quota info from a remote a-roussos 2018-02-09 22:48:32 +02:00
  • b83814082b backend/http: if HEAD didn't return Content-Length use -1 as size Nick Craig-Wood 2018-04-16 19:40:02 +01:00
  • 2b7957cc74 vfs: Only make the VFS cache if --vfs-cache-mode > Off Nick Craig-Wood 2018-04-16 16:38:32 +01:00
  • 3d5106e52b drive: fix DirMove leaving a hardlinked directory behind #2245 Nick Craig-Wood 2018-04-14 17:15:00 +01:00
  • 29ce1c2747 fstest: fix CheckListingWithPrecision with non Windows safe chars Nick Craig-Wood 2018-04-15 10:08:11 +01:00
  • dc247d21ff s3: add in config for all the supported S3 providers #2140 Nick Craig-Wood 2018-04-13 16:08:00 +01:00
  • 8c3740c2c5 config: Improve the Provider matching to have a negated match #2140 Nick Craig-Wood 2018-04-13 16:06:37 +01:00
  • acd5d4377e config,s3: hierarchical configuration support #2140 Giri Badanahatti 2018-04-12 11:05:53 -05:00
  • 9e4cd55477 size: Add --json flag Matthew Holt 2018-04-12 08:45:50 -06:00
  • 2015f98f0c Add Craig Rachel to contributors Nick Craig-Wood 2018-04-13 13:36:46 +01:00
  • 0e6faa2313 s3: add One Zone Infrequent Access storage class - fixes #2240 Craig Rachel 2018-04-13 07:36:25 -05:00
  • 905e40b3e6 Add Peter Baumgartner to contributors Nick Craig-Wood 2018-04-13 13:33:22 +01:00
  • 1db68571fd s3,swift: Add --use-server-modtime Peter Baumgartner 2018-04-13 06:32:17 -06:00
  • 6b67489133 Add Animosity022 to contributors Nick Craig-Wood 2018-04-13 13:26:41 +01:00
  • 27dfcf303c cache: improve docs Animosity022 2018-04-13 08:26:26 -04:00
  • e6d9720d7b Add Mateusz Piotrowski to contributors Nick Craig-Wood 2018-04-13 13:25:16 +01:00
  • 196da4d903 dropbox: fix a typo in the docs Mateusz Piotrowski 2018-04-13 14:24:58 +02:00
  • 18317a2747 vendor: update github.com/pkg/sftp because dep insisted Nick Craig-Wood 2018-04-13 11:49:30 +01:00
  • ef412c1985 drive: fix misplaced log in dedupe MergeDirs Nick Craig-Wood 2018-04-12 18:01:57 +01:00
  • d97fe3b824 fs/operations: make dedupe work with mega Nick Craig-Wood 2018-04-12 17:17:11 +01:00
  • 792c9e185e Add Antoine GIRARD to contributors Nick Craig-Wood 2018-04-13 13:23:44 +01:00
  • 1f681e585b fstests: fix typo Antoine GIRARD 2018-04-11 22:39:17 +02:00
  • e82452ce9a drive: check Open calls for google error messages Nick Craig-Wood 2018-04-11 20:46:50 +01:00