Commit Graph

  • da9a44ea5e union: implement write on multiple remotes Max Sum 2019-11-30 22:41:39 +08:00
  • a492c0fb0e local: speed up multi thread downloads by using sparse files on Windows Nick Craig-Wood 2020-03-06 12:41:48 +00:00
  • dfc7215bf9 drive: fix duplicate items when using --drive-shared-with-me #4018 Nick Craig-Wood 2020-03-06 15:31:23 +00:00
  • 38e59ebdf3 drive: fix missing files when using --fast-list and --drive-shared-with-me Nick Craig-Wood 2020-03-06 15:28:36 +00:00
  • 5ee24f804f webdav: report full and consistent usage with about Yves G 2020-03-01 14:41:48 +01:00
  • 747edf42c1 azureblob: document container level SAS URL from root now needs container Nick Craig-Wood 2020-03-05 14:49:09 +00:00
  • ce23cb2093 Add evileye to contributors Nick Craig-Wood 2020-03-05 14:07:32 +00:00
  • 6ff0bb825e mount: fix fail because of too long volume name - fixes #4026 evileye 2020-03-03 21:59:47 +03:00
  • fef2c6bf7a backend/s3: replace deprecated session.New() with session.NewSession() Lars Lehtonen 2020-03-03 16:19:59 -08:00
  • 07e2cea184 press: add xz compression algorithm press buengese 2020-03-03 17:32:28 +01:00
  • c353b95a28 press: rework compression backends ... use interface for different compression algorithms ... use pierrec/lz4 for lz4 ... use klauspost/compress/gzip for gzip ... remove snappy buengese 2020-03-03 17:09:45 +01:00
  • 45375d5b8f vendor: add new dependencies ... switch from id01/go-lz4 to pierrec/lz4 ... use klauspost/compress/gzip for gzip ... use ulikunitz/xz for xz ... remove snappy buengese 2020-03-03 17:04:44 +01:00
  • 509b9b96a6 press: rebase and fix the broken tests ... add additional error handling for metadata upload ... fix metadata wrapping ... make sure not to leave any orphaned data when overwriting existing files with Put, Copy or Move ... restructure some minor things to make them clearer ... remove xz compression buengese 2020-01-31 19:18:19 +01:00
  • ae06b050a4 vendor: update dependencies for press buengese 2020-02-11 16:11:35 +01:00
  • 0cf94ae6ac press: Added experimental compression remote - implements #2098, #1356, #675 id01 2019-06-14 14:00:46 -07:00
  • 4b31a33ab4 vendor: add dependencies for press backend id01 2019-06-14 13:55:21 -07:00
  • 0c6f14c694 copy/sync: only create empty directories when they don't exist on the remote Ishuah Kariuki 2020-03-03 19:24:22 +03:00
  • 1c800efbac Add Robert-André Mauchin to contributors Nick Craig-Wood 2020-03-03 12:41:08 +00:00
  • e2e400e63c Use proper import path go.etcd.io/bbolt Robert-André Mauchin 2020-02-27 00:13:13 +01:00
  • 4d8d1e287b googlephotos: fix "concurrent map write" error - fixes #4003 Nick Craig-Wood 2020-02-25 17:36:38 +00:00
  • 452fdbf1c1 Add Franklyn Tackitt to contributors Nick Craig-Wood 2020-03-02 17:31:23 +00:00
  • 51686bd1ef Add Shing Kit Chan to contributors Nick Craig-Wood 2020-03-02 17:31:23 +00:00
  • 38a4d50e73 rcd: Add Prometheus metrics support - fixes #3858 Gary Kim 2020-02-26 16:34:32 +08:00
  • 3fd38cbe8d vendor: add github.com/prometheus/client_golang/prometheus Gary Kim 2020-02-29 23:37:46 +08:00
  • 2b3d13a841 fs: Use --cutoff-mode hard,soft,catious instead of 3 --max-transfer-mode flags Franklyn Tackitt 2020-02-25 10:03:21 -07:00
  • 6f1766dd9e fs: Add support for --max-transfer-cutoff modes #2672 Shing Kit Chan 2019-10-31 03:23:17 +08:00
  • 7d70eb0346 ftp: attempt to work-around pureftp sending spurious 150 messages Nick Craig-Wood 2020-02-28 11:40:24 +00:00
  • bae2644667 Add Yves G to contributors Nick Craig-Wood 2020-03-01 09:17:30 +00:00
  • f6f95822c1 doc: fix links in generated documentation Valeriy.Vyrva 2020-02-28 16:45:04 +03:00
  • b1b5e09081 vfs: make df output more consistent on a rclone mount. Yves G 2020-02-29 15:07:45 +01:00
  • 40b9e312c6 vfs: factor the vfs cache into its own package vfs-refactor Nick Craig-Wood 2020-02-28 14:44:15 +00:00
  • 2b268f9724 build: fixup formatting after go1.14 go fmt changes Nick Craig-Wood 2020-02-28 16:56:33 +00:00
  • 7a5a74cecb crypt: clarify that directory_name_encryption depends on filename_encryption Nick Craig-Wood 2020-02-28 11:14:05 +00:00
  • 54a0c6b8ad Add valery1707 to contributors Nick Craig-Wood 2020-02-28 16:26:33 +00:00
  • 1ad23c4dc8 mailru: Describe 2FA requirements (#4015) valery1707 2020-02-28 16:54:09 +03:00
  • 7586a345ff dlna: cds: use modification time as date in dlna metadata Dan Walters 2020-02-17 19:49:35 -05:00
  • 393b94bb70 vfs: add --vfs-read-wait and --vfs-write-wait flags Nick Craig-Wood 2020-02-04 10:56:00 +00:00
  • e3c11c9ca1 mount: add --async-read flag to disable asynchronous reads Nick Craig-Wood 2020-02-04 10:21:07 +00:00
  • 3c91abce74 vfs: fix race condition caused by unlocked reading of Dir.path Nick Craig-Wood 2020-02-27 15:50:41 +00:00
  • 87d856d71b cache: disable race tests until bbolt is fixed Nick Craig-Wood 2020-02-27 08:05:28 +00:00
  • 3855c003ce build: update to use go1.14 for the build Nick Craig-Wood 2020-02-26 21:17:06 +00:00
  • abb9f89f65 vendor: update all dependencies Nick Craig-Wood 2020-02-25 14:20:57 +00:00
  • 17b4058ee9 mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile Nick Craig-Wood 2020-02-26 16:28:55 +00:00
  • 9663f9b2ab mount: ignore --allow-root flag with a warning as it has been removed upstream Nick Craig-Wood 2020-02-25 14:21:03 +00:00
  • d6e10dba33 docs: fix confusion over processor names in download table Nick Craig-Wood 2020-02-26 16:39:46 +00:00
  • da5cbc194a ftp: fix lockup on Close failures when using concurrency limit #3984 Nick Craig-Wood 2020-02-25 11:44:29 +00:00
  • e8eb658ba5 ftp: fix lockup on failed upload when using concurrency limit #3984 Nick Craig-Wood 2020-02-25 11:38:13 +00:00
  • 28f69f25a0 ftp: fix lockup when using concurrency limit on failed connections #3984 Nick Craig-Wood 2020-02-22 10:37:01 +00:00
  • 07e4b9bb7f operations: fix multithread copy test to use the correct modify window Nick Craig-Wood 2020-02-25 13:28:26 +00:00
  • 708b967f15 backend/s3: fix multipart abort context Aleksandar Jankovic 2020-02-18 18:05:58 +01:00
  • 7e2568a312 dlna: cds: don't specify childCount at all when unknown Dan Walters 2020-02-17 19:13:17 -05:00
  • bde0334bd8 operations: fix setting the timestamp on Windows for multithread copy Nick Craig-Wood 2020-02-24 10:22:09 +00:00
  • 5470d34740 backend/s3: use low-level-retries as the number of SDK retries Aleksandar Janković 2020-02-24 16:43:45 +01:00
  • ac9cb50fdb backend/s3: use memory pool for buffer allocations Maciej Zimnoch 2020-02-19 11:17:25 +01:00
  • 4a8b548add jottacloud: use RawURLEncoding when decoding base64 encoded login token - fixes #3945 buengese 2020-02-22 01:15:14 +01:00
  • 481c8a40ea backend/azureblob: fmt nit Lars Lehtonen 2020-02-19 12:47:50 -08:00
  • 25ef3a281b backend/azureblob: remove unused Object.parseTimeString() Lars Lehtonen 2020-02-19 12:46:49 -08:00
  • 219bd97e8a backend/qingstor: lint fix Lars Lehtonen 2020-02-13 11:47:20 -08:00
  • 8b14cd24aa backend/qingstor: prune multiUploader.list() Lars Lehtonen 2020-02-13 11:14:16 -08:00
  • 3893c14889 operations: make rcat obey --ignore-checksum Nick Craig-Wood 2020-02-14 12:47:11 +00:00
  • c41fbc0f90 operations: move Rcat tests back to main test file now S3 prob is fixed Nick Craig-Wood 2020-02-14 12:26:52 +00:00
  • f45425e5a9 operations: factor CommonHash out of Copy for re-use elsewhere Nick Craig-Wood 2020-02-13 14:24:00 +00:00
  • bd9fd629bc test: add TestS3MinioEdge to test leading edge minio too #3934 Nick Craig-Wood 2020-02-13 10:55:05 +00:00
  • 3b19f48929 testserver: add provider to TestS3Minio #3934 Nick Craig-Wood 2020-02-13 10:44:42 +00:00
  • 4996edc030 oauthutil: make instructions for rclone authorize more robust Outvi V 2020-02-13 18:18:23 +08:00
  • 964f1f6a7e fs/accounting: Restore "Max number of stats groups reached" log line Michał Matczuk 2020-01-03 14:46:37 +01:00
  • e75c1f70bb backend/s3: Added 500 as retryErrorCode Michał Matczuk 2020-02-11 16:30:32 +01:00
  • 19a4d74ee7 backend/s3: Fail fast multipart upload Michał Matczuk 2020-02-11 17:12:08 +01:00
  • 55b5eded23 Add Frederick Zhang to contributors Nick Craig-Wood 2020-02-12 11:33:56 +00:00
  • 3dbcf0af2d backend/cache: Remove Unused Functions Lars Lehtonen 2020-02-12 03:23:57 -08:00
  • 4e1a511f88 vfs: explicitly ignore unused variables Lars Lehtonen 2020-02-12 03:20:54 -08:00
  • b71e1a16b1 docs: update account type during OneDrive app registration Frederick Zhang 2020-02-12 18:00:37 +11:00
  • ec1271818f mount2: hide mount2 command for the moment Nick Craig-Wood 2020-02-11 12:05:43 +00:00
  • 8318020387 Implement mount2 with go-fuse Nick Craig-Wood 2016-11-21 20:52:32 +00:00
  • c38d7be373 vendor: add github.com/hanwen/go-fuse/v2@master for mount2 Nick Craig-Wood 2019-11-04 17:12:50 +00:00
  • dc31212c3d Add Tim Gallant to contributors Nick Craig-Wood 2020-02-11 14:27:59 +00:00
  • ac60b36e77 backend/premiumizeme: prune unused functions Lars Lehtonen 2020-02-10 12:11:17 -08:00
  • 1d73f071f6 fs: improve log output when no changes are made - fixes #3454 Tim Gallant 2020-02-09 11:30:41 -08:00
  • 5c869d5bd3 cmd: make stats be printed on non-zero exit code Nick Craig-Wood 2020-02-07 10:34:55 +00:00
  • a54210a2e4 docs: restore missing mount --daemon docs Nick Craig-Wood 2020-02-10 15:21:22 +00:00
  • 040d226028 docs: restore missing QingStor doc fix Nick Craig-Wood 2020-02-10 15:14:35 +00:00
  • 8b664c3ec5 docs: restore lost spelling fixes Nick Craig-Wood 2020-02-10 15:07:40 +00:00
  • 102a38bb95 docs: restore lost VFS poll interval docs Nick Craig-Wood 2020-02-10 15:00:32 +00:00
  • 7a54e13110 docs: restore lost VFS case insensitive docs Nick Craig-Wood 2020-02-10 14:52:31 +00:00
  • feee92c790 docs: restore lost mount share docs Nick Craig-Wood 2020-02-10 14:42:09 +00:00
  • de93852512 docs: restore lost auth proxy logs Nick Craig-Wood 2020-02-10 14:31:59 +00:00
  • dfb710eab7 gendocs: add autogenerated header to all docs Nick Craig-Wood 2020-02-10 12:31:45 +00:00
  • 25cfeb2a64 webdav: Fix X-OC-Mtime header for Transip compatibility - fixes #3126 Nick Craig-Wood 2020-02-06 11:49:49 +00:00
  • 6a86ec70ea Added support for Max Pages pr-3949-max-pages Anagh Kumar Baranwal 2020-02-10 10:27:22 +05:30
  • 37c55972e3 vfs: add --vfs-read-wait and --vfs-write-wait flags Nick Craig-Wood 2020-02-04 10:56:00 +00:00
  • 91aef66881 mount: add --async-read flag to disable asynchronous reads Nick Craig-Wood 2020-02-04 10:21:07 +00:00
  • 90377f5e65 s3: Specify that Minio supports URL encoding in listings Nick Craig-Wood 2020-02-09 09:45:53 +00:00
  • f1d9bd5eab lib/oauthutil: replace deprecated oauth2.NoContext Lars Lehtonen 2020-02-06 10:23:45 -08:00
  • 4ee3c21a9d cmd/serve/ftp: replace deprecated os.SEEK_SET with io.SeekStart Lars Lehtonen 2020-02-05 09:58:29 -08:00
  • fe6f4135b4 fs/rc: fix dropped error Lars Lehtonen 2020-02-03 16:04:58 -08:00
  • 3dfa63b85c onedrive: fix occasional 416 errors on multipart uploads Nick Craig-Wood 2020-01-25 10:41:20 +00:00
  • ff2343475a docs: Update README.md shields for changed CI Gary Kim 2020-02-01 23:24:36 +08:00
  • bffd7f0f14 docs: note how to use GitHub's online editor to edit rclone's docs Nick Craig-Wood 2020-02-01 13:44:03 +00:00
  • 7c55fafe33 Add Durval Menezes to contributors Nick Craig-Wood 2020-02-01 13:41:47 +00:00
  • 2e7fe06beb Add Dave Koston to contributors Nick Craig-Wood 2020-02-01 13:41:47 +00:00