aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to netapp 0.4.2 (a tiny fix)Alex Auvolat2022-04-071-1/+1
* Add feature flag for Kubernetes discoveryAlex Auvolat2022-03-242-6/+0
* Make background tranquility a configurable parameterAlex Auvolat2022-03-231-0/+7
* Update netapp to v0.4.1update-netappAlex Auvolat2022-03-151-1/+1
* Implement exponential backoff for resync retriesfeature/opentelemetrybug/resync-exponential-backoffAlex Auvolat2022-03-141-0/+8
* Make admin server optionalAlex Auvolat2022-03-141-2/+3
* Add wrapper over sled tree to count items (used for big queues)Alex Auvolat2022-03-142-0/+93
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-1/+1
* Refactoring: rename config files, make modifications less invasiveAlex Auvolat2022-03-141-3/+3
* Add metrics to web endpointAlex Auvolat2022-03-141-1/+8
* Add metrics to API endpointAlex Auvolat2022-03-141-7/+22
* Refactor how durations are measuredAlex Auvolat2022-03-143-0/+38
* Remove ... at end of hex IDsAlex Auvolat2022-03-141-1/+1
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-141-1/+2
* Add tracing integration with opentelemetryAlex Auvolat2022-03-143-2/+4