proxmox-backup/src/client
Thomas Lamprecht d1d74c4367 typo fixes all over the place
found and semi-manually replaced by using:
 codespell -L mut -L crate -i 3 -w

Mostly in comments, but also email notification and two occurrences
of misspelled  'reserved' struct member, which where not used and
cargo build did not complain about the change, soo ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-03-10 16:39:57 +01:00
..
backup_reader.rs client/remote: add support to specify port number 2020-09-30 10:49:20 +02:00
backup_repo.rs client/remote: allow using ApiToken + secret 2020-10-29 15:14:27 +01:00
backup_specification.rs src/client/backup_specification.rs: split code into extra file 2020-05-30 10:54:38 +02:00
backup_writer.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00
http_client.rs client: raise HTTP_TIMEOUT to 120s 2021-02-24 11:57:21 +01:00
merge_known_chunks.rs use pin-project to remove more unsafe blocks 2020-11-12 09:43:38 +01:00
pipe_to_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pull.rs derive/impl and use Default for some structs 2021-01-26 09:54:45 +01:00
pxar_backup_stream.rs asyncify pxar create_archive 2021-02-17 09:24:20 +01:00
remote_chunk_reader.rs remote_chunk_reader.rs: use Arc for cache_hint to make clone faster 2020-09-22 11:39:31 +02:00
task_log.rs tape: proxmox-tape inventory: call API 2021-01-29 11:21:57 +01:00
vsock_client.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00