rclone/backend/hasher
nielash ff0acfb568 hasher: fix error from trying to stop an already-stopped db
Before this change, Hasher would sometimes try to stop a bolt db that was
already stopped, resulting in an error. This change fixes the issue by checking
first whether the db is already stopped.

https://forum.rclone.org/t/hasher-with-gdrive-backend-does-not-return-sha1-sha256-for-old-files/44680/11?u=nielash
2024-03-09 11:58:02 +00:00
..
commands.go hasher: fix invalid memory address error when MaxAge == 0 2024-01-02 18:14:01 +00:00
hasher_internal_test.go hasher: fix invalid memory address error when MaxAge == 0 2024-01-02 18:14:01 +00:00
hasher_test.go hasher: fix invalid memory address error when MaxAge == 0 2024-01-02 18:14:01 +00:00
hasher.go hasher: fix error from trying to stop an already-stopped db 2024-03-09 11:58:02 +00:00
kv.go hashsum: support creating hash from data received on stdin 2021-11-11 15:16:45 +01:00
object.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00