Commit Graph

  • f6d836eefd local: support setting custom --metadata during server-side Copy nielash 2024-07-24 19:30:53 -04:00
  • 87ec26001f local: add server-side copy with xattrs on macOS (part-fix #1710) nielash 2023-12-28 12:30:47 -05:00
  • 3e12612aae docs: add automatic alias redirects for command pages albertony 2024-08-15 14:58:45 +02:00
  • aee2480fc4 cmd/rc: add --unix-socket option Florian Klink 2024-08-15 11:42:12 +03:00
  • 3ffa47ea16 webdav: add --webdav-unix-socket-path to connect to a unix socket Florian Klink 2024-05-24 11:45:10 +02:00
  • 70e8ad456f serve nfs: implement on disk cache for file handles Nick Craig-Wood 2024-06-25 16:15:21 +01:00
  • 55b9b3e33a serve nfs: factor caching to its own file Nick Craig-Wood 2024-06-25 11:18:39 +01:00
  • ce7dfa075c serve nfs: update github.com/willscott/go-nfs to latest Nick Craig-Wood 2024-06-25 11:07:19 +01:00
  • a697d27455 serve nfs: store billy FS in the Handler Nick Craig-Wood 2024-06-25 10:19:25 +01:00
  • cae22a7562 serve nfs: mask unimplemented error from chmod Nick Craig-Wood 2024-06-25 08:10:37 +01:00
  • 877321c2fb serve nfs: add tracing to filesystem calls Nick Craig-Wood 2024-06-25 08:09:53 +01:00
  • 574378e871 serve nfs: rename types and methods which should be internal Nick Craig-Wood 2024-06-24 16:32:09 +01:00
  • 50d42babd8 nfsmount: require --vfs-cache-mode writes or above in tests Nick Craig-Wood 2024-06-25 09:20:43 +01:00
  • 13ea77dd71 nfsmount: allow tests to run on any unix where sudo mount/umount works Nick Craig-Wood 2024-06-24 13:08:33 +01:00
  • 62b76b631c nfsmount: make the --sudo flag work for umount as well as mount Nick Craig-Wood 2024-06-24 13:08:05 +01:00
  • 96f92b7364 nfsmount: add tcp option to NFS mount options to fix mounting under Linux Nick Craig-Wood 2024-06-24 13:06:52 +01:00
  • 7c02a63884 build: install NFS client libraries to allow nfsmount tests to run Nick Craig-Wood 2024-06-25 17:14:26 +01:00
  • 67d4394a37 vfstest: fix crash if open failed Nick Craig-Wood 2024-06-24 15:37:41 +01:00
  • c1a98768bc Implement Gofile backend - fixes #4632 Nick Craig-Wood 2024-07-25 16:53:19 +01:00
  • bac9abebfb lib/encoder: add Exclamation mark encoding Nick Craig-Wood 2024-07-25 08:55:46 +01:00
  • 27b281ef69 chunkedreader: add --vfs-read-chunk-streams to parallel read chunks Nick Craig-Wood 2024-03-12 16:57:16 +00:00
  • 10270a4354 accounting: fix race detected by the race detector Nick Craig-Wood 2024-06-18 12:12:26 +01:00
  • d08b49d723 pool: Add ability to wait for a write to RW Nick Craig-Wood 2024-03-13 16:32:45 +00:00
  • cb2d2d72a0 pool: Make RW thread safe so can read and write at the same time Nick Craig-Wood 2024-03-13 11:59:17 +00:00
  • e686e34f89 multipart: make pool buffer size public Nick Craig-Wood 2024-03-13 16:34:42 +00:00
  • 5f66350331 Add Fornax to contributors Nick Craig-Wood 2024-08-14 21:12:56 +01:00
  • e1d935b854 build: use go1.23 for the linter Nick Craig-Wood 2024-08-14 18:26:25 +01:00
  • 61b27cda80 build: fix govet lint errors with golangci-lint v1.60.1 Nick Craig-Wood 2024-08-14 18:19:36 +01:00
  • 83613634f9 build: bisync: fix govet lint errors with golangci-lint v1.60.1 Nick Craig-Wood 2024-08-14 18:19:36 +01:00
  • 1c80cbd13a build: fix staticcheck lint errors with golangci-lint v1.60.1 Nick Craig-Wood 2024-08-14 17:48:24 +01:00
  • 9d5315a944 build: fix gosimple lint errors with golangci-lint v1.60.1 Nick Craig-Wood 2024-08-14 17:46:12 +01:00
  • 8d1d096c11 drive: fix copying Google Docs to a backend which only supports SHA1 Nick Craig-Wood 2024-08-12 20:23:19 +01:00
  • 4b922d86d7 drive: update docs on creating admin service accounts Nick Craig-Wood 2024-08-12 17:16:25 +01:00
  • 3b3625037c Add pixeldrain backend Fornax 2024-08-12 14:35:44 +02:00
  • bfa3278f30 docs: add comment how to reduce rclone binary size (#8000) kapitainsky 2024-08-10 18:52:32 +02:00
  • e334366345 Make listremotes long output backwards compatible - fixes #7995 albertony 2024-08-09 12:09:32 +02:00
  • 642d4082ac test_backend_sizes.py calculates space in the binary each backend uses #7998 Nick Craig-Wood 2024-08-09 12:12:44 +01:00
  • 024ff6ed15 listremotes: added options for filtering, ordering and json output albertony 2023-11-04 15:49:15 +01:00
  • d6b0743cf4 config: make getting config values more consistent albertony 2023-11-04 15:34:23 +01:00
  • e4749cf0d0 config: make listing of remotes more consistent albertony 2023-11-04 02:48:42 +01:00
  • 8d2907d8f5 config: avoid remote with empty name from environment albertony 2023-11-04 11:16:06 +01:00
  • 1720d3e11c help: global flags help command extended filtering albertony 2023-11-03 23:35:48 +01:00
  • c6352231e4 help: global flags help command now takes glob filter albertony 2023-11-03 20:46:39 +01:00
  • 731947f3ca filter: add options for glob to regexp without anchors and special path rules albertony 2023-11-03 20:45:37 +01:00
  • 16d642825d docs: remove old genautocomplete command docs and add as alias from the newer completion command albertony 2024-01-31 17:55:15 +01:00
  • 50aebcf403 docs: replace references to genautocomplete with the new name completion albertony 2024-01-31 17:43:20 +01:00
  • c8555d1b16 serve s3: update to AWS SDKv2 by updating github.com/rclone/gofakes3 Nick Craig-Wood 2024-08-07 16:34:26 +01:00
  • 3ec0ff5d8f s3: fix SSE-C after SDKv2 change Nick Craig-Wood 2024-08-07 10:14:58 +01:00
  • 746516511d pikpak: update to using AWS SDK v2 #4989 wiserain 2024-08-06 02:52:27 +09:00
  • 8aef1de695 s3: fix Cloudflare R2 integration tests after SDKv2 update #4989 Nick Craig-Wood 2024-08-06 11:04:40 +01:00
  • cb611b8330 s3: add --s3-sdk-log-mode to control SDK debugging Nick Craig-Wood 2024-08-06 10:33:17 +01:00
  • 66ae050a8b s3: fix GCS provider after SDKv2 update #4989 Nick Craig-Wood 2024-08-05 15:48:29 +01:00
  • fd9049c83d s3: update to using AWS SDK v2 - fixes #4989 Nick Craig-Wood 2024-08-03 11:35:32 +01:00
  • a1f52bcf50 fstest: implement method to skip ChunkedCopy tests Nick Craig-Wood 2024-08-06 11:50:21 +01:00
  • 0470450583 build: disable wasm/js build due to go bug Nick Craig-Wood 2024-08-04 12:17:34 +01:00
  • 1901bae4eb Add @dmcardle as gitannex maintainer Nick Craig-Wood 2024-08-01 17:48:39 +01:00
  • 9866d1c636 docs: s3: add section on using too much memory #7974 Nick Craig-Wood 2024-07-30 09:51:30 +01:00
  • c5c7bcdd45 docs: link the workaround for big directory syncs in the FAQ #7974 Nick Craig-Wood 2024-07-30 09:41:54 +01:00
  • d5c7b55ba5 Add David Seifert to contributors Nick Craig-Wood 2024-08-01 16:32:42 +01:00
  • feafbfca52 Add Will Miles to contributors Nick Craig-Wood 2024-08-01 16:32:42 +01:00
  • abe01179ae Add Ernie Hershey to contributors Nick Craig-Wood 2024-08-01 16:32:42 +01:00
  • 3fa5a424a9 serve nbd: serve an rclone remote as a Network Block Device - WIP FIXME fix-7337-serve-nbd Nick Craig-Wood 2023-09-29 10:56:28 +01:00
  • 9fb0afad88 vfs: chunked files which can be read and written at will Nick Craig-Wood 2017-11-30 17:00:42 +00:00
  • 2f9c2cf75e vfs: add vfs.WriteFile as an analogue to os.WriteFile Nick Craig-Wood 2023-09-29 17:47:35 +01:00
  • 612c717ea0 docs: rc: fix correct _path to _root in on the fly backend docs David Seifert 2024-07-30 11:19:47 +02:00
  • 1ac18e5765 docs: s3: add section on using too much memory #7974 Nick Craig-Wood 2024-07-30 09:51:30 +01:00
  • 3e8cee148a docs: link the workaround for big directory syncs in the FAQ #7974 Nick Craig-Wood 2024-07-30 09:41:54 +01:00
  • f26d2c6ba8 fs/http: reload client certificates on expiry Saleh Dindar 2023-10-24 22:01:42 -07:00
  • dcecb0ede4 docs: clarify hasher operation Will Miles 2024-01-22 14:26:54 -05:00
  • 47588a7fd0 docs: fix typo in batcher docs for dropbox and googlephotos Ernie Hershey 2024-05-26 13:17:20 -04:00
  • ba381f8721 b2: update versions documentation - fixes #7878 Nick Craig-Wood 2024-07-24 10:52:05 +01:00
  • 8f0ddcca4e s3: document need to set force_path_style for buckets with invalid DNS names Nick Craig-Wood 2024-07-23 11:34:08 +01:00
  • 404ef80025 ncdu: document that excludes are not shown - fixes #6087 Nick Craig-Wood 2024-07-23 11:29:07 +01:00
  • 13fa583368 sftp: clarify the docs for key_pem - fixes #7921 Nick Craig-Wood 2024-07-23 10:07:44 +01:00
  • e111ffba9e serve ftp: fix failed startup due to config changes Nick Craig-Wood 2024-07-21 10:26:10 +01:00
  • 30ba7542ff docs: add Route4Me as a sponsor Nick Craig-Wood 2024-07-22 14:48:41 +01:00
  • 31fabb3402 pikpak: correct file transfer progress for uploads by hash wiserain 2024-07-20 21:50:08 +09:00
  • b3edc9d360 fs: fix --use-json-log and -vv after config reorganization Nick Craig-Wood 2024-07-20 12:10:42 +01:00
  • 04f35fc3ac Add Tobias Markus to contributors Nick Craig-Wood 2024-07-20 12:48:57 +01:00
  • 8e5dd79e4d ulozto: fix upload of > 2GB files on 32 bit platforms - fixes #7960 Tobias Markus 2024-07-20 12:29:34 +02:00
  • b809e71d6f lib/mmap: fix lint error on deprecated reflect.SliceHeader Nick Craig-Wood 2024-07-19 11:16:51 +01:00
  • d149d1ec3e lib/http: fix tests after go1.23 update Nick Craig-Wood 2024-07-19 09:48:22 +01:00
  • 3b51ad24b2 rc: fix tests after go1.23 upgrade Nick Craig-Wood 2024-07-19 09:43:51 +01:00
  • 485aa90d13 build: use go1.22 for the linter to fix excess memory usage Nick Craig-Wood 2024-07-18 18:08:12 +01:00
  • 8958d06456 build: update all dependencies Nick Craig-Wood 2024-07-18 17:06:58 +01:00
  • ca24447090 build: update to go1.23rc1 and make go1.21 the minimum required version Nick Craig-Wood 2024-07-18 16:57:24 +01:00
  • d008381e59 Add AThePeanut4 to contributors Nick Craig-Wood 2024-07-20 10:54:36 +01:00
  • 14629c66f9 systemd: prevent unmount rc command from sending a STOPPING=1 sd-notify message AThePeanut4 2024-07-15 22:41:51 +02:00
  • 800ebb6480 protondrive: fix nil pointer crash when when downloading native document file fix-7959-protondrive Nick Craig-Wood 2024-07-18 11:19:18 +01:00
  • 4824837eed azureblob: allow anonymous access for public resources Nick Craig-Wood 2024-07-17 15:46:19 +01:00
  • 5287a9b5fa Add Ke Wang to contributors Nick Craig-Wood 2024-07-18 11:13:18 +01:00
  • f2ce1767f0 Add itsHenry to contributors Nick Craig-Wood 2024-07-18 11:13:18 +01:00
  • 7f048ac901 Add Tomasz Melcer to contributors Nick Craig-Wood 2024-07-18 11:13:18 +01:00
  • b0d0e0b267 Add Paul Collins to contributors Nick Craig-Wood 2024-07-18 11:13:18 +01:00
  • f5eef420a4 Add Russ Bubley to contributors Nick Craig-Wood 2024-07-18 11:13:18 +01:00
  • 9de485f949 serve s3: implement --auth-proxy Sawjan Gurung 2024-07-17 19:59:08 +05:45
  • d4b29fef92 fs: Allow semicolons as well as spaces in --bwlimit timetable parsing - fixes #7595 Kyle Reynolds 2024-07-17 04:04:01 -06:00
  • 471531eb6a pikpak: optimize upload by pre-fetching gcid from API wiserain 2024-07-17 12:20:09 +09:00
  • afd2663057 rc: add option blocks parameter to options/get and options/info Nick Craig-Wood 2024-07-16 14:06:37 +01:00
  • 97d6a00483 chore(deps): update github.com/rclone/gofakes3 Ke Wang 2024-07-15 19:09:15 +08:00