aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove token_bucket.rsAlex Auvolat2023-01-042-41/+0
* | util/Cargo.toml: Updated rmp-serde from 0.15 to 1.1.Jonathan Davies2023-01-263-9/+5
|/
* use impossible enum typeAlex Auvolat2023-01-031-1/+1
* more idiomatic and shorterAlex Auvolat2023-01-031-1/+1
* fix doc and add tests for migrate.rsformat-migrationAlex Auvolat2023-01-031-6/+91
* move debug_serialize to garage_util::encodeAlex Auvolat2023-01-033-16/+17
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-034-23/+34
* Refactor how things are migratedAlex Auvolat2023-01-034-12/+103
* Merge branch 'main' into internals-reworkinternals-reworkAlex Auvolat2023-01-021-2/+2
|\
| * Bump everything to v0.8.1Alex Auvolat2023-01-021-2/+2
* | Get rid of background::spawnAlex Auvolat2022-12-141-16/+0
* | Simplified and more aggressive worker exit logicAlex Auvolat2022-12-141-50/+23
* | Refactor background runner and get rid of job workerAlex Auvolat2022-12-142-99/+13
|/
* cli: prettier table in garage statsAlex Auvolat2022-12-131-2/+6
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-122-7/+18
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-2/+2
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-10/+35
* Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-292-6/+12
* RPC performance changesAlex Auvolat2022-09-191-0/+5
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-141-25/+3
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-135-5/+5
* Merge pull request 'use netapp streaming body' (#343) from netapp-stream-body...Alex2022-09-131-3/+1
|\
| * Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
| * Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-083-9/+30
| |\
| * \ Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-061-7/+0
| |\ \
| * \ \ Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-293-0/+10
| |\ \ \
| * | | | update netapp to 0.5Alex Auvolat2022-07-291-1/+1
| * | | | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-3/+2
* | | | | Simplify+improve async hasher by using bounded channellx-perf-improvementsAlex Auvolat2022-09-121-8/+5
| |_|_|/ |/| | |
* | | | Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-083-9/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move version back into utilimprove-depsAlex Auvolat2022-09-073-0/+32
| * | | Merge branch 'main' into improve-depsAlex Auvolat2022-09-071-7/+0
| |\ \ \
| * | | | Make all HTTP services optionnalAlex Auvolat2022-09-071-4/+2
| * | | | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-073-9/+0
| * | | | Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-1/+1
* | | | | Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-051-7/+0
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Ability to dynamically set resync tranquilityAlex Auvolat2022-09-021-7/+0
| |/ /
* | / Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-08-293-0/+10
|\| | | |/ |/|
| * Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-113-0/+10
* | Make clippy happyAlex Auvolat2022-07-291-0/+6
* | Performance improvements:Alex Auvolat2022-07-291-6/+9
* | Compute hashes on dedicated threadsAlex Auvolat2022-07-293-1/+59
|/
* Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-buildAlex Auvolat2022-07-151-1/+0
* Background task manager (#332)Alex2022-07-087-163/+450
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-085-110/+19
* First version of admin API (#298)Alex2022-05-242-0/+9
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-182-0/+29
* Make background runner terminate correctlyAlex Auvolat2022-05-171-15/+22
* First implementation of K2V (#293)Alex2022-05-103-2/+20
* Add missing opentelemetry featuresAlex Auvolat2022-04-081-1/+1