Commit Graph

  • 843c1c293f vfs: --vfs-used-is-size uses `rclone size` to give used space (full recursive listing) vfs-used-is-size Yves G 2020-03-07 22:38:10 +0100
  • 8bf6ab2c52 accounting: fix race condition in tests Nick Craig-Wood 2020-04-24 12:31:33 +0100
  • 75fc3fe389 fs: fix FixRangeOption so it doesn't add HTTPOptions in place of bad Ranges Nick Craig-Wood 2020-04-24 11:24:57 +0100
  • c4572ebc91
    rc: fix misplaced http server config - fixes #4130 Xiaoxing Ye 2020-04-24 03:22:47 +0800
  • e56976839a jwtutil: Fix error handling David 2020-04-22 15:52:35 +0100
  • 0c0ed2fe04 box: Remove unnecessary iat from jws claims David 2020-04-22 15:26:17 +0100
  • ab6ed256e5 putio: add support for --header-upload and --header-download #59 Nick Craig-Wood 2020-04-23 15:55:52 +0100
  • 7c98ecd3ab putio: make downloading files use the rclone http Client Nick Craig-Wood 2020-04-23 15:48:30 +0100
  • f6346a4d29 fs: add --header flag to add options to every HTTP transaction #59 Nick Craig-Wood 2020-04-23 15:24:21 +0100
  • b502a74cff gcs: add support for --header-upload and --header-download #59 Nick Craig-Wood 2020-04-23 11:41:57 +0100
  • 8e9c25063a swift: add support for --header-upload and --header-download #59 Nick Craig-Wood 2020-04-23 11:33:30 +0100
  • 1dced3b3c4 rcat: add support for --header-upload #59 Nick Craig-Wood 2020-04-23 11:32:48 +0100
  • 087bf1d584 cat: add support for --header-download #59 Nick Craig-Wood 2020-04-23 11:32:27 +0100
  • e051a34fc1 dbhashsum: deprecate: use rclone hashsum DropboxHash instead Nick Craig-Wood 2020-04-23 11:05:36 +0100
  • f5455d865b accounting: check for max transfer in WriteTo Nick Craig-Wood 2020-04-23 10:39:06 +0100
  • b705ead3fd docs: adds --header-download and --header-upload Tim Gallant 2020-04-16 07:20:27 -0700
  • c390fc8100 onedrive: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 15:31:51 -0700
  • 14f6ce1e77 premiumizeme: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 15:16:24 -0700
  • 385542e2f9 sharefile: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 15:14:50 -0700
  • fc946d0c44 fichier: pass options to rest.Opts for uploadFile Tim Gallant 2020-03-21 15:11:02 -0700
  • 854c84d0ca pcloud: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 15:04:14 -0700
  • 90bd0eb44c webdav: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 15:03:07 -0700
  • 3130f870bb sugarsync: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 14:59:23 -0700
  • 51b617f601 yandex: pass options to rest.Opts for upload Tim Gallant 2020-03-21 14:56:11 -0700
  • 011ca244b2 jottacloud: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 14:54:00 -0700
  • 9ea1361044 googlephotos: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 14:52:14 -0700
  • 776966e22c opendrive: pass options to rest.Opts for Put and Update Tim Gallant 2020-03-21 14:50:17 -0700
  • 01cb256b84 box: pass options to rest.Opts for uploadPart Tim Gallant 2020-03-21 14:49:12 -0700
  • 0b0163dde2 box: pass options to rest.Opts for upload Tim Gallant 2020-03-21 14:45:57 -0700
  • 38123c70eb b2: pass options to rest.Opts for Update Tim Gallant 2020-02-16 11:26:55 -0800
  • 5cb7229a16 s3: add support for HTTPOption Tim Gallant 2020-02-10 01:02:04 -0800
  • 9bf3d3da4c fs: add UploadHeaders, DownloadHeaders to Update/Put/Open options Tim Gallant 2020-02-10 01:01:28 -0800
  • 93caa459e3 fs/config: add header-download and header-upload flags Tim Gallant 2020-02-09 23:50:08 -0800
  • f8039deb7c s3: fix detection of BucketAlreadyOwnedByYou and BucketAlreadyExists error Nick Craig-Wood 2020-04-22 18:01:59 +0100
  • 86eaf43b00 vfs: fix tests for Statfs when running on backends with unknowns Nick Craig-Wood 2020-04-22 17:56:45 +0100
  • 8176202e6d Add Sunil Patra to contributors Nick Craig-Wood 2020-04-22 18:13:50 +0100
  • 1b74879b8b Add David Bramwell to contributors Nick Craig-Wood 2020-04-22 18:13:50 +0100
  • 39319b4858 @Sunil-P box: Added support for interchangeable root folder for Box backend - #3422 Sunil Patra 2020-04-21 20:04:56 +0530
  • 4af5c9aed7 pCloud: Added support for interchangeable root folder for pCloud backend - #3957 Sunil Patra 2020-04-20 19:53:46 +0530
  • 8a3c4c6a7b
    box: add token renew function for jwt auth - Fixes #4901 David Bramwell 2020-04-22 16:53:03 +0100
  • d22e6f5a96 cryptcheck: remove duplicated debug OK message Nick Craig-Wood 2020-04-09 18:19:18 +0100
  • 1648c1a0f3 crypt: calculate hashes for uploads from local disk Nick Craig-Wood 2020-04-09 16:43:34 +0100
  • 44b1a591a8 crypt: get rid of the unused Cipher interface as it obfuscated the code Nick Craig-Wood 2020-04-09 16:17:17 +0100
  • bbb6f94377 fstest: create AssertTimeEqualWithPrecision from CheckTimeEqualWithPrecision Nick Craig-Wood 2020-04-21 15:46:01 +0100
  • 3f654dac37 mount: map more rclone errors into file systems errors Nick Craig-Wood 2020-04-21 16:31:43 +0100
  • eed9c5738d vfs: factor the vfs cache into its own package Nick Craig-Wood 2020-02-28 14:44:15 +0000
  • fd39cbc193 vfstests: move functional tests from mountlib and make them work with VFS Nick Craig-Wood 2020-04-16 13:33:46 +0100
  • b25f5eb0d1 serve sftp: use VFS utility functions instead of own copy Nick Craig-Wood 2020-04-08 15:48:57 +0100
  • 0961763082 vfs: add utility methods to match os package Nick Craig-Wood 2020-04-08 16:54:08 +0100
  • 49e5299a95 asyncreader: make ErrorStreamAbandoned public Nick Craig-Wood 2020-04-04 12:21:20 +0100
  • 07908f3f54 vfs: bring open_tests.go generator back into line with the generated tests Nick Craig-Wood 2020-04-07 16:05:38 +0100
  • fdada79ebf accounting: support WriterTo for less memory copying Nick Craig-Wood 2020-02-13 16:06:05 +0000
  • 7f15cc9556 operations: make ReOpen and NewReOpen public for re-use elsewhere Nick Craig-Wood 2020-02-13 14:27:50 +0000
  • cd3c699f28 lib/readers: factor ErrorReader from multiple sources Nick Craig-Wood 2020-03-27 11:12:21 +0000
  • 36d2c46bcf local: factor PreAllocate and SetSparse to lib/file Nick Craig-Wood 2020-03-24 16:26:45 +0000
  • 1f50b70919 vfs: consistently use f.Path() or f._path() in File logs to avoid deadlocks Nick Craig-Wood 2020-04-15 12:17:28 +0100
  • 19db0df639 vfs: stop reading Dir members from outside dir.go Nick Craig-Wood 2020-04-14 18:14:24 +0100
  • 238f26cc90 vfs: stop reading File members from outside file.go Nick Craig-Wood 2020-04-14 18:03:45 +0100
  • 268fcbb973 vfs: implement lock ordering between File and Dir to eliminate deadlocks Nick Craig-Wood 2020-04-14 17:55:18 +0100
  • 1e4589db18 Add Martin Stone to contributors Nick Craig-Wood 2020-04-19 12:41:38 +0100
  • 31a1cc46b7
    copyurl: add no-clobber flag - fixes #3950 Denis 2020-04-19 14:40:17 +0300
  • 9d4b3580a5 docs: fix description of --quiet - fixes #4132 Martin Stone 2020-04-15 22:50:18 +0100
  • b07bef2a6b Add Daven to contributors Nick Craig-Wood 2020-04-15 18:13:35 +0100
  • 705e60d0ad Add Brandon Philips to contributors Nick Craig-Wood 2020-04-15 18:13:35 +0100
  • 4c258787b5
    googlephotos: make the start year configurable - fixes #3630 Daven 2020-04-15 11:08:07 -0600
  • 58ea15078f Dockerfile: remove GOOS and GOARCH Brandon Philips 2020-04-11 19:12:10 +0100
  • 756d47fb50 copy: fix typo Dan Dascalescu 2020-04-12 08:10:10 +1200
  • 53874bd8ee cmd: add --error-on-no-transfer option Jon Fautley 2019-12-18 11:52:20 +0000
  • e2bf91452a s3: report errors on bucket creation (mkdir) correctly Nick Craig-Wood 2020-04-15 13:13:13 +0100
  • 9eb17e4ade fs: fix typo in error message Nick Craig-Wood 2020-04-15 12:50:26 +0100
  • 2c4aadb588 Revert "install.sh: create ~/.config/rclone directory" Nick Craig-Wood 2020-04-11 18:40:46 +0100
  • 424554bc85 fs: generalise machinery for putting extra values when using --use-json-log Nick Craig-Wood 2020-04-11 18:02:50 +0100
  • 12a208a880 fs: expand stats output for json log reddi 2020-02-15 22:21:01 +0100
  • 6893ce0bbf s3: do not resize buf on put to memBuf Michał Matczuk 2020-04-10 14:23:04 +0200
  • 399cf18013 s3: use single memory pool Michał Matczuk 2020-04-09 12:18:58 +0200
  • 64b5105edd jottacloud: implement cleanup buengese 2020-04-11 12:30:35 +0200
  • 2c2f4a6a05 jottacloud: implement --jottacloud-trashed-only buengese 2020-04-11 12:11:20 +0200
  • da41db4712 vfs,mount,cmount: report 1PB free for unknown disk sizes Nick Craig-Wood 2020-04-08 18:29:50 +0100
  • 9f3449d944 Add Michael G to contributors Nick Craig-Wood 2020-04-11 13:29:13 +0100
  • ec8a884787 doc: Clarify 'key' option for host key on serve sftp Michael G 2020-04-07 23:06:31 +0200
  • fc663d98d1 New email for Ankur Gupta in contributors Nick Craig-Wood 2020-04-03 11:50:18 +0100
  • 08c2cb784f
    filter: Added --files-from-raw flag Ankur Gupta 2020-04-03 15:06:24 +0530
  • 3911a49256 vfs: make File lock and Dir lock not overlap to avoid deadlock Nick Craig-Wood 2020-04-02 21:14:45 +0100
  • 2a62471e4c Add Jack Anderson to contributors Nick Craig-Wood 2020-03-31 18:17:36 +0100
  • 815ae7df45 backend/s3: add SSE-C support for AWS, Ceph, and MinIO Jack Anderson 2020-03-30 11:26:52 +0100
  • ff0a299bfb drive: don't delete files with multiple parents to avoid data loss Nick Craig-Wood 2020-03-31 17:25:15 +0100
  • 5fa6a28f70 dedupe: Stop dedupe deleting files with identical IDs #4013 Nick Craig-Wood 2020-03-11 10:21:23 +0000
  • 9a5178be7a test_all: optionally run Cleanup before cleaning a remote Nick Craig-Wood 2020-03-31 15:56:58 +0100
  • 66e08e0cc8 mount: warn if --allow-non-empty used on Windows and clarify docs Nick Craig-Wood 2020-03-31 12:16:03 +0100
  • b5f78cd7b4 b2: ignore directory markers at the root also Nick Craig-Wood 2020-03-31 11:45:09 +0100
  • ef99ca68aa gcs: ignore directory markers at the root also Nick Craig-Wood 2020-03-31 11:44:24 +0100
  • a5c2f2c138 s3: ignore directory markers at the root also Nick Craig-Wood 2020-03-31 11:43:51 +0100
  • b2c9ef23fa sync: make --track-renames tests only check rename count if expecting renames Nick Craig-Wood 2020-03-31 10:58:49 +0100
  • 5f9be3dd05 sync: make --track-renames tests less fragile by using rename stat Nick Craig-Wood 2020-03-30 18:25:10 +0100
  • b5f1bebc52 fs: add renames statistic for file and directory renames Nick Craig-Wood 2020-03-30 18:12:32 +0100
  • ad9c7ff7ed sync: Fix incorrect "nothing to transfer" message using --delete-before Nick Craig-Wood 2020-03-30 16:45:02 +0100
  • 1af9fcbbfa Add Samantha McVey to contributors Nick Craig-Wood 2020-03-28 18:33:34 +0000
  • 6765303de4 docs: unmystify how crypt stores encryption password in config Samantha McVey 2020-03-25 22:53:59 +0100
  • 304ee97944 Add harry to contributors Nick Craig-Wood 2020-03-26 16:23:46 +0000
  • d91a547d59 dropbox: make error insufficient space to be fatal harry 2020-03-26 14:15:35 +0530