aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alex2022-09-1320-285/+509
|\ | | | | | | | | | | netapp-stream-body into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/343
| * 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
| | | | | |
| * | | | | Remove opentelemetry-otlp dep in api/Alex Auvolat2022-09-062-3/+1
| | | | | |
| * | | | | Make all DB engines optional build featuresAlex Auvolat2022-09-065-7/+50
| | | | | |
| * | | | | Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-069-35/+35
| | | | | |
| * | | | | Fix clippyAlex Auvolat2022-09-061-2/+2
| | | | | |
| * | | | | Allow building without Prometheus exporter (/metrics endpoint)Jakub Jirutka2022-09-063-27/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prometheus and opentelemetry-prometheus add 7 extra dependencies in total and increases the size of the garage binary by ~7 % (with fat LTO).
| * | | | | Make OTLP exporter optional via feature "telemetry-otlp"Jakub Jirutka2022-09-064-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opentelemetry-otlp add 48 (!) extra dependencies and increases the size of the garage binary by ~11 % (with fat LTO).
| * | | | | Remove Heed default featuresAlex Auvolat2022-09-051-1/+1
| | | | | |
| * | | | | Allow linking against system-provided libsqliteJakub Jirutka2022-09-032-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, rusqlite uses the opposite logic for enabling/disabling bundled libraries to others (libsodium-sys, zstd-sys). Cargo features are very limited and doesn't allow to enable feature A in a dependency iff feature B is disabled. Note, lmdb-rkv-sys doesn't need any special treatment because it automatically links against system liblmdb if found via pkgconf. Linux distros should build garage with `--no-default-features --features system-libs` to disable bundled-libs and enable system-libs.
| * | | | | Add feature "system-libs" to enable linking against system librariesJakub Jirutka2022-09-033-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If this feature is enabled, libsodium-sys and zstd-sys will link dynamically against system-provided libraries instead of building and linking statically the bundled (possibly outdated and vulnerable) copies of them. This feature is intended mainly for linux package maintainers.