aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* change a few commentsAlex Auvolat2021-04-085-7/+7
* Merge pull request 'add doc comments' (#53) from trinity-1686a/garage:doc-com...Alex2021-04-0838-79/+393
|\
| * change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-076-15/+6
| * make most requested changesTrinity Pointard2021-04-0620-44/+38
| * document garage crateTrinity Pointard2021-04-061-1/+3
| * document api crateTrinity Pointard2021-04-068-13/+42
| * document web crateTrinity Pointard2021-04-064-4/+15
| * attempt at documenting model crateTrinity Pointard2021-04-068-15/+119
| * attempt at documenting table crateTrinity Pointard2021-04-0616-32/+65
| * run cargo fmt on util and make missing doc warningTrinity Pointard2021-04-064-32/+32
| * document rpc crateTrinity Pointard2021-04-066-10/+100
| * document util crateTrinity Pointard2021-04-066-3/+63
* | Reorganize code in s3_put.rsAlex Auvolat2021-04-071-207/+212
* | remove useless commentAlex Auvolat2021-04-061-1/+0
* | mark branch as unreachableTrinity Pointard2021-04-061-1/+1
* | run fmtTrinity Pointard2021-04-061-2/+8
* | change crate used for cdcTrinity Pointard2021-04-062-11/+15
* | add content defined chukingTrinity Pointard2021-04-062-7/+15
|/
* small simplifyAlex Auvolat2021-04-051-3/+1
* Merge discovery loop with consulAlex Auvolat2021-04-051-37/+22
* cargo fmtAlex Auvolat2021-04-051-1/+0
* Print statsAlex Auvolat2021-04-051-1/+1
* Cargo fmtAlex Auvolat2021-04-051-1/+3
* Keep old dataAlex Auvolat2021-04-052-5/+31
* Persist directly and not in backgroundAlex Auvolat2021-04-051-12/+11
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-0510-79/+224
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-197-26/+26
* Support old CPUsmasterAlex Auvolat2021-03-192-6/+5
* Update Cargo.toml files with AGPL license infov0.2.0Alex Auvolat2021-03-187-43/+45
* garage node configure --replace <old_node_id> <new_node_id>Alex Auvolat2021-03-181-28/+36
* resolve domain to multiple addressesTrinity Pointard2021-03-181-10/+17
* remove domain resolution for *_bind_addrTrinity Pointard2021-03-181-16/+0
* simplify addresse deserialialiser and limit allocationsTrinity Pointard2021-03-181-23/+7
* add support for using domain name in configurationTrinity Pointard2021-03-181-1/+52
* Add trinity's comment in the codeAlex Auvolat2021-03-181-0/+5
* Merge pull request 'add support for caching headers' (#49) from trinity-1686a...Alex2021-03-183-3/+46
|\
| * add support for caching headersTrinity Pointard2021-03-183-3/+46
* | Prepare for release 0.2Alex Auvolat2021-03-187-26/+26
* | Allow to import keys from previous Garage instancedev-0.2Alex Auvolat2021-03-183-0/+37
|/
* Todo make a test for the Merkle updaterAlex Auvolat2021-03-161-44/+59
* Leader-based GCAlex Auvolat2021-03-162-4/+18
* GC object table in a specific caseAlex Auvolat2021-03-162-1/+4
* Small changesAlex Auvolat2021-03-162-23/+26
* Update dependenciesAlex Auvolat2021-03-1617-90/+71
* Simpler Merkle & syncAlex Auvolat2021-03-166-146/+85
* some reorderingAlex Auvolat2021-03-163-9/+7
* Refactor codeAlex Auvolat2021-03-166-167/+175
* Simplify replication logicAlex Auvolat2021-03-169-58/+60
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-1514-148/+169
* WIP migrate to tokio 1Alex Auvolat2021-03-1520-144/+147