buengese
2812816142
hash: add MultiHasher.Sum() to retrieve a single specific hash
2020-11-13 02:31:59 +01:00
Nick Craig-Wood
1ce1ea34aa
hash: fix hash names for DropboxHash and CRC-32
...
These were unintentionally renamed as part of 1dc8bcd48c
Fixes #3679
2019-10-30 12:20:10 +00:00
Fionera
1dc8bcd48c
Remove backend dependency from fs/hash
2019-10-01 16:29:58 +01:00
Ivan Andreev
bdcd0b4c64
Add mailru hash (mrhash)
2019-09-09 21:34:15 +01:00
Cenk Alti
8159658e67
hash: add CRC-32 support
2019-08-23 12:11:36 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Laura
dde4dd0198
fichier: 1fichier support - fixes #2908
...
This was started by Fionera, finished off by Laura with fixes and more
docs from Nick.
Co-authored-by: Fionera <fionera@fionera.de>
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2019-06-30 18:35:01 +01:00
Nick Craig-Wood
d966cef14c
build: fix problems found with unconvert
2019-02-02 11:45:07 +00:00
Nick Craig-Wood
bcdb7719c6
fs/hash: install QuickXorHash as a supported rclone hash type #2262
2018-04-20 21:02:57 +01:00
Nick Craig-Wood
bc3ee977f4
fs/hash: move interface assertion to tests so it doesn't pull in spf13/flag
2018-01-26 14:35:18 +00:00
Nick Craig-Wood
97c414f025
config/hash: rename more symbols after factoring into own package
2018-01-18 20:27:52 +00:00
Nick Craig-Wood
11da2a6c9b
Break the fs package up into smaller parts.
...
The purpose of this is to make it easier to maintain and eventually to
allow the rclone backends to be re-used in other projects without
having to use the rclone configuration system.
The new code layout is documented in CONTRIBUTING.
2018-01-15 17:51:14 +00:00