Commit Graph
8 Commits
Author SHA1 Message Date
dougalandNick Craig-Wood d87720a787 s3: added SpectraLogic as a provider 2025-09-09 16:40:10 +01:00
dougalandNick Craig-Wood c9ce686231 swift: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood b085598cbc memory: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood bb47dccdeb oraceobjectstorage: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood 7a279d2789 B2: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood 9bd5df658a azureblob: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood d512e4d566 googlecloudstorage: add ListP interface - Fixes #8763 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood a4962e21d1 vfs: fix SIGHUP killing serve instead of flushing directory caches
Before, rclone serve would crash when sent a SIGHUP which contradicts
the documentation - saying it should flush the directory caches.

Moved signal handling from the mount into the vfs layer, which now
handles SIGHUP on all uses of the VFS including mount and serve.

Fixes #8607
2025-09-01 13:15:11 +01:00