aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* fix 32-bit buildfix-32bitAlex Auvolat2023-09-111-2/+2
* use statvfs instead of mount list to determine free data/meta space (fix #611)Alex Auvolat2023-09-112-10/+9
* update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
* Revert netapp update, hold to version 0.5.2 that uses rmp-serde 0.15Alex Auvolat2023-09-051-1/+1
* add garage_db dependency in garage_rpcnext-0.8Alex Auvolat2023-08-281-0/+1
* bump version to 0.8.3v0.8.3-rc1Alex Auvolat2023-08-281-1/+1
* cargo: Updated gethostname v0.2.3 -> v0.4.3.Jonathan Davies2023-08-281-1/+1
* simplify code according to feedbackRoberto Hidalgo2023-05-221-65/+45
* rename mode to consul_http_apiRoberto Hidalgo2023-05-221-33/+25
* revert rpc/Cargo.tomlRoberto Hidalgo2023-05-221-1/+0
* follow feedback, fold into existing featureRoberto Hidalgo2023-05-224-306/+139
* allow additional ServiceMeta, docsRoberto Hidalgo2023-05-221-7/+12
* cargo fmtRoberto Hidalgo2023-05-222-4/+14
* register consul services against local agent instead of catalog apiRoberto Hidalgo2023-05-224-3/+235
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-1/+1
* Prepare for v0.8.2Alex Auvolat2023-03-131-2/+2
* Merge branch 'main' into rustversion-labelAlex Auvolat2023-03-131-2/+1
|\
| * Bump pnet_datalink 0.28 -> 0.33teutat3s2023-02-281-2/+1
* | rpc/system_metrics.rs: Added rustversion label to garage_build_info metric.Jonathan Davies2023-03-101-4/+4
|/
* More clippy fixesAlex Auvolat2023-01-262-3/+3
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-264-23/+132
|\
| * Merge branch 'main' into report-disk-usageAlex Auvolat2023-01-261-1/+1
| |\
| | * Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
| * | Add local disk usage to exported prometheus metricsreport-disk-usageAlex Auvolat2023-01-263-12/+75
| * | Disk space reportAlex Auvolat2023-01-262-14/+60
| |/
* | Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-113-0/+45
|\|
| * system.rs: Integrated SystemMetrics into System implementation.Jonathan Davies2023-01-101-0/+10
| * Added system_metrics.rs file.Jonathan Davies2023-01-102-0/+35
* | PollRange: add extra RPC delay after quorum is achieved,Alex Auvolat2023-01-111-3/+2
|/
* Fix Consul & Kubernetes discovery with new way of doing background thingsfix-backgroundAlex Auvolat2023-01-031-17/+22
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-032-6/+6
* Refactor how things are migratedAlex Auvolat2023-01-032-5/+15
* Merge branch 'main' into internals-reworkinternals-reworkAlex Auvolat2023-01-021-2/+2
|\
| * Bump everything to v0.8.1Alex Auvolat2023-01-021-2/+2
* | better error message handlingAlex Auvolat2022-12-141-11/+12
* | Get rid of background::spawnAlex Auvolat2022-12-141-16/+13
* | Improve error message on rpc connection failureAlex Auvolat2022-12-141-7/+9
* | Refactor background runner and get rid of job workerAlex Auvolat2022-12-142-28/+14
|/
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-053-1/+156
* Tentative fix for issue #414try-fix-414Alex Auvolat2022-11-211-3/+5
* Change reqwest rustls featuresAlex Auvolat2022-10-181-1/+1
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-3/+3
* move things aroundAlex Auvolat2022-10-181-9/+8
* Load TLS certificates only onceAlex Auvolat2022-10-182-132/+133
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-185-103/+119
* definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-141-4/+3
* Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-291-1/+3
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-201-9/+21
* RPC performance changesAlex Auvolat2022-09-194-52/+42
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-142-17/+58