summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)AuthorFilesLines
2022-11-12fix: unnecessary borrows, other things found by clippyLars Wirzenius1-1/+1
2022-11-02fix: put back --versionLars Wirzenius1-1/+1
2022-10-28feat! finish chunk store abstractionLars Wirzenius1-34/+11
2022-10-26stashLars Wirzenius1-11/+8
2022-10-23refactor: use clap instead of structoptLars Wirzenius2-12/+11
2022-04-06feat! add chunk server API version to HTTP pathsLars Wirzenius1-0/+8
2022-04-05feat: collect and log some time metricsLars Wirzenius1-3/+8
2022-03-22feat! drop generation related fields from chunk metadataLars Wirzenius1-3/+1
2022-03-20feat: add subcommands inspect, list-backup-versionsLars Wirzenius1-0/+6
2022-03-13feat! rename metadata field "sha256" to "label"Lars Wirzenius1-2/+2
2021-10-24feat! store schema version of generation database in the dbLars Wirzenius1-0/+3
2021-09-23drop: benchmark programsLars Wirzenius4-242/+0
2021-08-02Merge branch 'feature/117-obnam_server_log' into 'main'Lars Wirzenius1-1/+1
2021-08-01feat: add command to resolve a generation ref into a chunk idLars Wirzenius1-0/+3
2021-07-31feat: configure log verbosity with OBNAM_SERVER_LOG envvarAlexander Batischev1-1/+1
2021-07-30cleanup: fix things rustc/clipppy now complain aboutLars Wirzenius4-4/+4
2021-07-18feat: add "chunkify" subcommandLars Wirzenius1-0/+3
2021-07-05refactor: have main explicitly print error messageLars Wirzenius1-8/+11
2021-05-29refactor: only have client config without passwordsLars Wirzenius1-24/+15
2021-05-29refactor: count chunks via file system, not via chunk server APILars Wirzenius1-2/+0
2021-05-29refactor: make metadata be part of datachunkLars Wirzenius5-13/+14
2021-04-10refactor: main function for clarityLars Wirzenius1-13/+14
2021-04-10refactor: have ClientConfigWithoutPasswords know its filenameLars Wirzenius1-2/+1
2021-04-10refactor: struct ShowConfig subcommandLars Wirzenius1-5/+5
2021-04-10refactor: struct GetChunk subcommandLars Wirzenius1-6/+4
2021-04-10refactor: struct Restore subcommandLars Wirzenius1-9/+4
2021-04-10refactor: struct ListFiles subcommandLars Wirzenius1-6/+4
2021-04-10refactor: struct ShowGeneration subcommandLars Wirzenius1-6/+4
2021-04-10refactor: struct List subcommandLars Wirzenius1-3/+4
2021-04-10refactor: struct Backup subcommandLars Wirzenius1-3/+4
2021-04-10refactor: struct Init subcommandLars Wirzenius1-15/+6
2021-04-10refactor: move ClientConfig into its own moduleLars Wirzenius1-1/+1
2021-04-09refactor: move function to better placeLars Wirzenius1-13/+13
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-28/+43
2021-03-27refactor: don't return Result if main can't failLars Wirzenius1-3/+1
2021-03-24refactor: switch from dirs crate to directories-nextLars Wirzenius1-5/+8
2021-03-24chore: use warp's bytes instead of bytes crate directlyLars Wirzenius1-1/+1
2021-03-06perf: report wall clock time for warmup and hot lookupsLars Wirzenius2-0/+12
2021-03-05perf: allow benchmark-indexedstore do lookups by checksumLars Wirzenius1-9/+68
2021-03-05perf: allow benchmark-index to do lookups by checksumLars Wirzenius1-15/+67
2021-03-03fix: remove duplicate error message printingLars Wirzenius1-1/+0
2021-03-03refactor: rename Config, ConfigError to show they are for serverLars Wirzenius1-4/+4
2021-03-03feat: in errors about reading a configuration file, include its nameLars Wirzenius2-7/+33
2021-02-19feat: back up and restore Unix domain socketsLars Wirzenius1-1/+1
2021-02-16refactor: move server config into src/server.rsLars Wirzenius1-47/+3
2021-02-06feat: use the chunk size setting from the client configurationLars Wirzenius1-6/+2
2021-02-06feat: method for listing ids of chunks from file dataLars Wirzenius1-0/+2
2021-02-04feat: add obnam config subcommandLars Wirzenius1-1/+3
2021-02-04refactor: have per-module error enumsLars Wirzenius1-1/+1
2021-01-17feat: add a default configuration fileLars Wirzenius1-2/+16