summaryrefslogtreecommitdiff
path: root/src/server.rs
AgeCommit message (Expand)AuthorFilesLines
2022-09-09chore: tidy up things to satisfy clippyLars Wirzenius1-1/+1
2022-04-16refactor: rename Checksum to LabelLars Wirzenius1-2/+2
2021-12-31docs: add documentation comments to crateLars Wirzenius1-1/+23
2021-09-18refactor: define a Checksum type and use it where appropriateLars Wirzenius1-1/+3
2021-04-29feat: improve error messagesLars Wirzenius1-6/+6
2021-03-27refactor: drop unnecessary conversions to the same typeLars Wirzenius1-3/+3
2021-03-24refactor(src/server.rs): drop use of anyhow::ResultLars Wirzenius1-3/+12
2021-03-03fix: don't allow unknown fields in configuration filesLars Wirzenius1-0/+1
2021-03-03refactor: rename Config, ConfigError to show they are for serverLars Wirzenius1-8/+8
2021-02-16refactor: move server config into src/server.rsLars Wirzenius1-0/+46
2021-02-04refactor: have per-module error enumsLars Wirzenius1-1/+1
2020-10-14refactor: rename Chunk to DataChunkLars Wirzenius1-3/+3
2020-09-18use to_string method for ChunkId instead of format! macroLars Wirzenius1-1/+1
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-3/+9
2020-09-18feat: representations of responses for server operationsLars Wirzenius1-0/+78