aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* document web crateTrinity Pointard2021-04-274-4/+15
* attempt at documenting model crateTrinity Pointard2021-04-278-15/+119
* attempt at documenting table crateTrinity Pointard2021-04-2716-32/+65
* run cargo fmt on util and make missing doc warningTrinity Pointard2021-04-274-32/+32
* document rpc crateTrinity Pointard2021-04-276-10/+100
* document util crateTrinity Pointard2021-04-276-3/+63
* small simplifyAlex Auvolat2021-04-271-3/+1
* Merge discovery loop with consulAlex Auvolat2021-04-271-37/+22
* cargo fmtAlex Auvolat2021-04-271-1/+0
* Print statsAlex Auvolat2021-04-271-1/+1
* Cargo fmtAlex Auvolat2021-04-271-1/+3
* Keep old dataAlex Auvolat2021-04-272-5/+31
* Persist directly and not in backgroundAlex Auvolat2021-04-271-12/+11
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-2710-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
* Refactor block resync loop; make workers infaillibleAlex Auvolat2021-03-157-48/+50
* Small fixesAlex Auvolat2021-03-155-16/+37
* Make it case-insensitiveAlex Auvolat2021-03-151-1/+2
* Allow manipulation of keys by their shorthand in the CLIAlex Auvolat2021-03-153-31/+48
* Tiny thingsAlex Auvolat2021-03-152-1/+2
* Make block rc code more understandableAlex Auvolat2021-03-153-34/+40
* Time and metadata improvementsAlex Auvolat2021-03-1515-44/+110
* Fix race conditionAlex Auvolat2021-03-155-58/+79
* Fix list API bugAlex Auvolat2021-03-152-12/+18
* Optim & refactorAlex Auvolat2021-03-121-8/+11
* cargo fmtAlex Auvolat2021-03-128-73/+120
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-1214-59/+303