aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix span name for api server requestsAlex Auvolat2022-09-261-1/+5
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-202-3/+13
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-203-14/+26
* Merge branch 'main' into configurable-timeoutsAlex Auvolat2022-09-202-2/+3
|\
| * Change a warn! into a debug!less-noiseAlex Auvolat2022-09-202-2/+3
* | RPC performance changesAlex Auvolat2022-09-1911-123/+84
|/
* Faster GetObject workflow for getting entire objectsfaster-getAlex Auvolat2022-09-192-35/+52
* Properly return HTTP 204 when deleting non-existent object (fix #227)deleteobject-204Alex Auvolat2022-09-142-8/+16
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-144-43/+68
* Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8Alex Auvolat2022-09-132-6/+26
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-1318-47/+47
* Remove/change println! in server code (fix #358)Alex Auvolat2022-09-134-4/+1
* Ensure data dir is created immediately when Garage starts (fix #349)Alex Auvolat2022-09-131-2/+7
* Merge pull request 'use netapp streaming body' (#343) from netapp-stream-body...Alex2022-09-1320-285/+509
|\
| * Use streaming block API for get with Range requestsnetapp-stream-bodyAlex Auvolat2022-09-131-33/+60
| * Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-134-8/+4
| * improvements in block managerAlex Auvolat2022-09-121-13/+16
| * Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-0837-425/+952
| |\
| * | Faster copy, better get error messageAlex Auvolat2022-09-062-9/+7
| * | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-069-531/+731
| |\ \
| * | | Reenable node orderingAlex Auvolat2022-09-061-6/+4
| * | | Make use of BytesBuf from new NetappAlex Auvolat2022-09-021-33/+10
| * | | cargo fmtAlex Auvolat2022-09-021-1/+2
| * | | Apply PRIO_SECONDARY to block data transfersAlex Auvolat2022-09-012-4/+4
| * | | Less strict timeoutsAlex Auvolat2022-09-016-9/+15
| * | | Update to Netapp with OrderTag support and exploit OrderTagsAlex Auvolat2022-09-014-25/+63
| * | | Fix bytes_read counterAlex Auvolat2022-08-311-4/+9
| * | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-312-2/+5
| |\ \ \
| * | | | Try to fix clippyAlex Auvolat2022-08-291-1/+1
| * | | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-297-57/+65
| |\ \ \ \
| * | | | | Factor out node request order selection logic & use in managerAlex Auvolat2022-07-292-39/+58
| * | | | | Fix clippyAlex Auvolat2022-07-292-5/+1
| * | | | | Use streaming in block managerAlex Auvolat2022-07-296-87/+267
| * | | | | update netapp to 0.5Alex Auvolat2022-07-294-4/+4
| * | | | | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-2911-75/+60
* | | | | | Simplify+improve async hasher by using bounded channellx-perf-improvementsAlex Auvolat2022-09-121-8/+5
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-0837-425/+953
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move version back into utilimprove-depsAlex Auvolat2022-09-079-11/+12
| * | | | Inject GIT_VERSION even laterAlex Auvolat2022-09-072-8/+18
| * | | | Fix mergeAlex Auvolat2022-09-071-4/+4
| * | | | Merge branch 'main' into improve-depsAlex Auvolat2022-09-078-527/+724
| |\ \ \ \
| * | | | | Fix build errorAlex Auvolat2022-09-071-1/+1
| * | | | | Add warnings when features are not included in buildAlex Auvolat2022-09-072-0/+8
| * | | | | Error messages when system-libs XOR bundled-libs != 1Alex Auvolat2022-09-071-0/+6
| * | | | | Make all HTTP services optionnalAlex Auvolat2022-09-077-275/+301
| * | | | | Report build features in garage --helpAlex Auvolat2022-09-075-4/+56
| * | | | | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-0710-66/+63
| * | | | | cargo fmtAlex Auvolat2022-09-062-2/+0
| * | | | | Include code from v0.5.1 directly to remove dependenciesAlex Auvolat2022-09-0612-5/+355
| * | | | | Disable k2v tests when feature is disabledAlex Auvolat2022-09-061-0/+1