aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* CleanupAlex Auvolat2020-04-122-60/+1
|
* TLS works \o/Alex Auvolat2020-04-123-7/+158
| | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh
* Trying to do TLSAlex Auvolat2020-04-1210-42/+189
|
* Refactor a bitAlex Auvolat2020-04-124-50/+53
|
* fixesAlex Auvolat2020-04-123-12/+28
| | | | | | - make block_put call uninterruptible by client - used meta_replication_factor instead of data_replication_factor - listen on ipv6
* Keep network status & ring in a tokio::sync::watchAlex Auvolat2020-04-119-134/+166
| | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver
* Local refcounting of blocksAlex Auvolat2020-04-114-38/+116
|
* table::insert_many, version_table::updatedAlex Auvolat2020-04-115-34/+103
|
* Background task runner that replaces tokio::spawnAlex Auvolat2020-04-118-62/+291
|
* We don't want the debugging to fail, actually.Alex Auvolat2020-04-101-9/+20
|
* Add block ref tableAlex Auvolat2020-04-107-23/+93
|
* (Try to) disable LTO ?Alex Auvolat2020-04-101-0/+5
|
* RefactorAlex Auvolat2020-04-103-71/+87
|
* Fix the Sync issue. Details:Alex Auvolat2020-04-1013-427/+657
| | | | | | | So the HTTP client future of Hyper is not Sync, thus the stream that read blocks wasn't either. However Hyper's default Body type requires a stream to be Sync for wrap_stream. Solution: reimplement a custom HTTP body type.
* Why is it not Sync??Alex Auvolat2020-04-0912-84/+294
|
* Locally, transactionsAlex Auvolat2020-04-093-18/+57
|
* Something worksAlex Auvolat2020-04-098-9/+41
|
* Some progressAlex Auvolat2020-04-098-113/+169
|
* Reorganize table APIAlex Auvolat2020-04-093-59/+95
|
* Work & TODOAlex Auvolat2020-04-084-40/+49
|
* Some workAlex Auvolat2020-04-085-21/+124
|
* Some work in actually storing thingsAlex Auvolat2020-04-089-76/+287
|
* Basic workflow for client PUT, next is do actual storageAlex Auvolat2020-04-087-93/+308
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-076-37/+103
|
* Config management & ringAlex Auvolat2020-04-075-19/+95
|
* Refactor; ability to update network configAlex Auvolat2020-04-077-174/+377
|
* Fix pingingAlex Auvolat2020-04-073-76/+83
|
* Forgot to recalculate hash at strategic locationsAlex Auvolat2020-04-061-7/+21
|
* Seems to be fixedAlex Auvolat2020-04-062-36/+29
|
* Ununderstandable errorAlex Auvolat2020-04-064-40/+188
|
* Some workAlex Auvolat2020-04-063-26/+91
|
* Some more basic workAlex Auvolat2020-04-067-63/+336
|
* First commit: skeleton for something greatAlex Auvolat2020-04-056-0/+285