Commit Graph

  • e6fdc3a932 drive: make dangling shortcuts appear in listings Nick Craig-Wood 2020-06-27 11:10:09 +01:00
  • 63ebe4ca8d vfs: Reduce logging of metadata expiry to debug Nick Craig-Wood 2020-07-02 14:52:12 +01:00
  • 6760ab6bb3 fs/cache: fix moveto/copyto remote:file remote:file2 Nick Craig-Wood 2020-07-02 10:15:47 +01:00
  • a9ffa1178c onedrive: Fix reverting to Copy when Move would have worked Nick Craig-Wood 2020-07-02 09:38:37 +01:00
  • 8d5bc7f28b fs/cache: fix moveto/copyto remote:file remote:file2 Nick Craig-Wood 2020-07-02 10:15:47 +01:00
  • 50e36fb482 onedrive: Fix reverting to Copy when Move would have worked Nick Craig-Wood 2020-07-02 09:38:37 +01:00
  • a1c5e76c27 Add Kai Lüke to contributors Nick Craig-Wood 2020-07-02 10:55:23 +01:00
  • 54f2587c1e gcs: add support for anonymous access Kai Lüke 2020-06-30 17:01:02 +02:00
  • 687865f760 log: fix --use-json-log going to stderr not --log-file on Windows - fixes #4367 Nick Craig-Wood 2020-06-26 13:05:56 +01:00
  • 99c293a403 log: fix --use-json-log going to stderr not --log-file on Windows - fixes #4367 Nick Craig-Wood 2020-06-26 13:05:56 +01:00
  • fefcbf60fa sftp: use the absolute path instead of the relative path Nick Craig-Wood 2020-06-29 15:49:19 +01:00
  • 96c2fdb445 vfs: update VFS help Nick Craig-Wood 2020-06-26 18:28:33 +01:00
  • 8301a72453 vfs: Fix over downloading with --vfs-cache-mode full and --buffer-size 0 Nick Craig-Wood 2020-06-26 17:24:36 +01:00
  • 05ddef117a accounting: add HasBuffer method to Account Nick Craig-Wood 2020-06-26 17:24:16 +01:00
  • 15402e46c9 vfs: Add recovered items on cache reload to directory listings Nick Craig-Wood 2020-06-23 15:18:58 +01:00
  • 939860eb85 vfs: vfscache make TestCacheCleaner test more reliable Nick Craig-Wood 2020-06-23 14:41:59 +01:00
  • 530dc77cde vfs: Fix race condition in vfscache Nick Craig-Wood 2020-06-23 13:12:13 +01:00
  • 5db15cb157 vfs: make dir.ForgetAll and friends not forget virtual entries Nick Craig-Wood 2020-06-23 13:04:27 +01:00
  • 06a12f5e27 vfs: stop virtual directory entries dropping out of the directory cache Nick Craig-Wood 2020-06-23 10:59:10 +01:00
  • 143abe39f2 vfs: add tests for downloaders Nick Craig-Wood 2020-06-22 17:21:55 +01:00
  • ee04732cbb vfs: factor writeback and downloaders into their own packages Nick Craig-Wood 2020-06-22 16:31:08 +01:00
  • 79455cc71e vfs: downloaders: remove unused osPath Nick Craig-Wood 2020-06-22 14:40:46 +01:00
  • 042e5fe097 vfs: downloader: limit the reader to 10 errors before giving up Nick Craig-Wood 2020-06-22 14:39:13 +01:00
  • d273a9d82d vfs: remove items from writeback when dirty, don't just cancel the upload Nick Craig-Wood 2020-06-22 10:24:14 +01:00
  • 3eded3c4ac vfs: remove workaround Sleep() calls from tests Nick Craig-Wood 2020-06-21 13:03:16 +01:00
  • 20f4fda3c9 local: fix race conditions updating and reading Object metadata Nick Craig-Wood 2020-06-21 13:02:46 +01:00
  • ed32a759ed vfs: add test for writeBack.cancelUpload Nick Craig-Wood 2020-06-21 11:58:56 +01:00
  • ef2d036884 vfs: make writeback heap sort in insertion order if expiry times equal Nick Craig-Wood 2020-06-21 11:45:15 +01:00
  • 746c41f527 vfs: fix race in writeback tests Nick Craig-Wood 2020-06-21 10:53:35 +01:00
  • b0fb457746 vfs: add tests for writeback Nick Craig-Wood 2020-06-19 15:37:13 +01:00
  • b9ff495483 vfs: writeback - stop the timer explicitly on transfers exceeded Nick Craig-Wood 2020-06-20 12:25:33 +01:00
  • 8506066926 vfs: use call after functions in writeback to simplify code Nick Craig-Wood 2020-06-20 10:26:25 +01:00
  • 43018973ac vfs: decouple writeback from Item so it can be tested Nick Craig-Wood 2020-06-19 15:53:21 +01:00
  • 7e4ba54608 vfs: allow ReadAt and WriteAt to run concurrently with themselves Nick Craig-Wood 2020-06-16 18:32:34 +01:00
  • 2f66355f20 vfs: re-use existing VFS if possible Nick Craig-Wood 2020-06-15 11:28:42 +01:00
  • 7781ea8d59 vfs: add an optional fs parameter to vfs rc methods Nick Craig-Wood 2020-06-15 14:02:41 +01:00
  • ce065614e2 Revert "mount2,cmount: skip unreliable tests #4171" Nick Craig-Wood 2020-06-15 22:01:40 +01:00
  • fa472a340e vfs: fix writeback deadlocks and other bugs Nick Craig-Wood 2020-06-15 15:09:33 +01:00
  • 279a516c53 vfs: add tests and fix bugs for vfscache.Item Nick Craig-Wood 2020-06-12 14:53:47 +01:00
  • 9ac5c6de14 vfs: cache: rework file downloader Nick Craig-Wood 2020-06-04 09:33:50 +01:00
  • 58a7faa281 vfs: Make tests run reliably Nick Craig-Wood 2020-06-03 15:49:41 +01:00
  • 496a87a665 vfs: restart pending uploads on restart of the cache Nick Craig-Wood 2020-04-22 12:25:40 +01:00
  • e4e53a2e61 vfs: add --vfs-writeback option to delay writes back to cloud storage Nick Craig-Wood 2020-04-17 11:18:58 +01:00
  • 28255f1bac vfs: fix errors when using > 260 char files in the cache in Windows Nick Craig-Wood 2020-06-11 13:06:02 +01:00
  • 917cb4acb3 vfs: implement partial reads in --vfs-cache-mode full Nick Craig-Wood 2020-02-29 18:08:22 +00:00
  • d84527a730 lib/ranges: ranges libary for dealing with partially downloaded files Nick Craig-Wood 2020-02-12 16:57:40 +00:00
  • 7d0783aad5 lib/readers: add Seek method to PatternReader Nick Craig-Wood 2020-06-13 10:35:36 +01:00
  • 7622506fe2 local: factor UNCPath into lib/file Nick Craig-Wood 2020-06-11 13:00:56 +01:00
  • ae8bbc63da cache: export Canonicalize method for external use Nick Craig-Wood 2020-06-15 14:02:04 +01:00
  • 79f5d940cf fs: add Fingerprint to detect changes in an object Nick Craig-Wood 2020-06-19 11:02:57 +01:00
  • 25662b9e05 fstest: add ability for mock objects and filesystems to have hashes Nick Craig-Wood 2020-06-19 11:02:25 +01:00
  • c820576329 fs: define SlowModTime and SlowHash features in the relevant backends Nick Craig-Wood 2020-06-19 10:28:34 +01:00
  • af601575cb serve ftp: Use new facilities in goftp to fix and simplify auth proxy #4394 Nick Craig-Wood 2020-06-29 14:09:45 +01:00
  • c7eae60944 vendor: update goftp.io/server to v0.3.5-master to fix auth proxy #4394 Nick Craig-Wood 2020-06-30 09:16:43 +01:00
  • 0afd5a2204 build: drop xgo builds for macOS, Linux and Windows Nick Craig-Wood 2020-06-29 14:51:16 +01:00
  • 92cb21f0f2 serve ftp: Add error message if auth proxy fails #4394 Nick Craig-Wood 2020-06-29 10:30:29 +01:00
  • 0031130111 serve ftp: don't compile on < go1.13 after dependency update Nick Craig-Wood 2020-06-27 16:11:30 +01:00
  • 2a3b377d34 azureblob: don't compile on < go1.13 after dependency update Nick Craig-Wood 2020-06-27 16:10:27 +01:00
  • 2aed3bf9ab vendor: roll back bazil.org/fuse to the last version which supports macOS #4393 Nick Craig-Wood 2020-06-29 14:28:52 +01:00
  • ec4e0e4d58 vendor: revert goftp.io/server from v0.3.4 to v0.3.3 to fix auth proxy #4394 Nick Craig-Wood 2020-06-29 14:18:32 +01:00
  • 696d012c05 vendor: update all dependencies Nick Craig-Wood 2020-06-27 15:45:12 +01:00
  • a76c9a1636 fs: Debug the names of env vars we read values from as part of the config fix-debug-env Nick Craig-Wood 2020-06-28 18:05:03 +01:00
  • 61ff7306ae crypt: add --crypt-server-side-across-configs flag Nick Craig-Wood 2020-06-27 11:40:15 +01:00
  • 0bcf4769fe local: make --local-no-updated provide a consistent view of the objects Nick Craig-Wood 2020-05-20 09:19:54 +01:00
  • 0bfbecf9cb build: add btest Makefile target for pasteable download message Nick Craig-Wood 2020-06-26 14:15:07 +01:00
  • 9058ec32e1 s3: Use regional s3 us-east-1 endpoint David 2020-06-26 14:09:29 +01:00
  • ee28856f1d gcs: Allow compressed files to be downloaded - fixes #2658 fix-2658-gcs-gzip Nick Craig-Wood 2018-10-16 21:09:51 +01:00
  • d745bc1baa drive: Allow the use of --drive-impersonate with the root_folder_id "appDataFolder" Nick Craig-Wood 2020-06-25 18:09:52 +01:00
  • 61e4b4db42 drive: Allow the use of --drive-impersonate with the root_folder_id "appDataFolder" Nick Craig-Wood 2020-06-25 18:09:52 +01:00
  • fd7c63bc78 s3: add backend restore command to restore objects from GLACIER Nick Craig-Wood 2020-06-24 11:02:34 +01:00
  • 49a7d08a40 qingstor: cancel in progress multipart uploads on rclone exit #4300 Nick Craig-Wood 2020-06-25 14:44:48 +01:00
  • 2c10ce64aa onedrive: rework cancel of multipart uploads on rclone exit #4300 Nick Craig-Wood 2020-06-25 14:35:41 +01:00
  • a41a294e1d box: cancel in progress multipart uploads and copies on rclone exit #4300 Nick Craig-Wood 2020-06-25 14:20:54 +01:00
  • 47b17dc1bb b2: cancel in progress multipart uploads and copies on rclone exit #4300 Nick Craig-Wood 2020-06-25 14:14:44 +01:00
  • 5f75444ef6 s3: cancel in progress multipart uploads and copies on rclone exit #4300 Nick Craig-Wood 2020-06-04 11:09:27 +01:00
  • 54fda3422e atexit: implement OnError for cancelling multpart uploads Nick Craig-Wood 2020-06-04 12:02:48 +01:00
  • fcc2db8093 doc: disable smart typography (eg en-dash) in MANUAL.* and man page Nick Craig-Wood 2020-06-25 12:14:29 +01:00
  • 89b7ffbd5c Add Tim Burke to contributors Nick Craig-Wood 2020-06-25 12:19:08 +01:00
  • ada43b0e58 Add Petri Salminen to contributors Nick Craig-Wood 2020-06-25 12:19:08 +01:00
  • 5050c33162 dlna: Mark flags in docs as code Tim Burke 2020-06-16 15:37:35 -07:00
  • 1f279f0419 doc: disable smart typography (eg en-dash) in MANUAL.* and man page Nick Craig-Wood 2020-06-25 12:14:29 +01:00
  • 4e8fda228d docs: Updated OneDrive max file size Harry 2020-06-25 16:34:52 +05:30
  • cdfb3f7194 docs: make the website navbar stick to top Petri Salminen 2020-06-23 08:46:54 +03:00
  • a2dd23efd3 rc: Add tests for operations/uploadfile Chaitanya Bankanhal 2020-06-18 16:19:35 +05:30
  • fa43d02874 rc: Add operations/uploadfile to upload a file through rc using encoding multipart/form-data Chaitanya Bankanhal 2020-06-12 11:34:30 +05:30
  • d0de39ebcd rc: add NeedsRequest to call. Chaitanya 2020-06-05 19:56:46 +05:30
  • d805e63f7d serve dlna: Fix file list on Samsung Series 6+ TVs Matteo Pietro Dazzi 2020-06-16 15:56:02 +02:00
  • 2121c0fa23 dircache: factor DirMove code out of backends into dircache Nick Craig-Wood 2020-05-12 11:39:30 +01:00
  • a8652e2252 dircache: simplify interface, fix corner cases and apply to backends Nick Craig-Wood 2020-05-11 17:24:37 +01:00
  • 81151523af drive: fix shortcut tests Nick Craig-Wood 2020-06-24 15:51:41 +01:00
  • 3e82771413 Start v1.52.2-DEV development Nick Craig-Wood 2020-06-24 14:34:57 +01:00
  • d8144a7e84 Version v1.52.2 v1.52.2 Nick Craig-Wood 2020-06-24 13:49:00 +01:00
  • 21f5b1076f swift: speed up deletes by not retrying segment container deletes Nick Craig-Wood 2020-06-23 16:41:46 +01:00
  • a8cee91929 check: Fix misleading message which printed errors instead of differences Nick Craig-Wood 2020-06-12 17:00:48 +01:00
  • 14edaefaa3 mount2,cmount: skip unreliable tests #4171 Nick Craig-Wood 2020-06-15 21:31:11 +01:00
  • 946b73c5fe test: Don't run unreliable tests on CI #4171 Nick Craig-Wood 2020-06-15 21:27:40 +01:00
  • 07f7854a25 testy: test utility functions Nick Craig-Wood 2020-06-15 21:25:42 +01:00
  • 9445b12328 check: make it show stats by default Nick Craig-Wood 2020-06-24 11:23:34 +01:00
  • 4bb103ef43 build: speed up tidy-beta script by doing fewer directory traversals Nick Craig-Wood 2020-06-23 16:44:42 +01:00
  • 0dba7b8a46 swift: speed up deletes by not retrying segment container deletes Nick Craig-Wood 2020-06-23 16:41:46 +01:00