aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use bytes as capacity unitsAlex Auvolat2022-11-075-53/+66
* Ensure .sort() is called before counting unique itemsAlex Auvolat2022-11-071-16/+14
* Style improvementsAlex Auvolat2022-11-075-277/+271
* Merge branch 'main' into optimal-layoutAlex Auvolat2022-11-0725-272/+468
|\
| * Show a nice message and a backtrace when Garage panicsAlex Auvolat2022-11-042-16/+41
| * Clearer error messsagesAlex Auvolat2022-11-041-2/+2
| * Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-044-1/+123
| * Change reqwest rustls featuresAlex Auvolat2022-10-181-1/+1
| * Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-182-5/+5
| * 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-188-113/+158
| * Merge pull request 'Use status code 204 No Content for empty responses' (#403...Alex2022-10-1810-76/+76
| |\
| | * Use status code 204 No Content for empty responsesTobias Krischer2022-10-1710-76/+76
| * | Fix conditional testing in garage_dbAlex Auvolat2022-10-141-4/+9
| * | definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-143-6/+5
| * | cargo2nix unstable (patched), rust 1.63.0, nixpkgs 22.05 (32-bit builds are b...Alex Auvolat2022-10-142-2/+2
| |/
* | Added some commentMendes2022-10-112-109/+132
* | Improved the statistics displayed in layout showMendes2022-10-112-63/+111
* | cargo fmtMendes2022-10-108-1038/+1162
* | Tests written in layout.rsMendes2022-10-104-145/+107
* | corrected warnings of cargo clippyMendes2022-10-062-71/+66
* | Corrected two bugs:Mendes2022-10-063-22/+41
* | Added a CLI command to update the parameters for the layout computation (for ...Mendes2022-10-052-3/+46
* | modifications in several files to :Mendes2022-10-054-63/+100
* | Merge remote-tracking branch 'origin/main' into optimal-layoutMendes2022-10-04161-4068/+16081
|\|
| * Fix instant substractions that might have panickedfix-timeAlex Auvolat2022-09-294-8/+16
| * Shutdown properly on SIGTERM/SIGHUP and on Windows signalshandle-sigtermAlex Auvolat2022-09-281-1/+42
| * 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