aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Implement DeleteObjectsAlex Auvolat2020-05-011-0/+17
|
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-0/+1
| | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header)
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+111
|
* Split code for modular compilationAlex Auvolat2020-04-241-5/+106
|
* Better concurrency:Alex Auvolat2020-04-221-86/+85
| | | | | | Use Notify instead of stupid sleep in background worker Use Semaphore to limit concurrent requests in rpc_client Make more background tasks cancellable
* Remove a few features in dependenciesAlex Auvolat2020-04-211-36/+0
|
* Pretty loggingAlex Auvolat2020-04-211-15/+102
|
* Add hostname to node infoAlex Auvolat2020-04-191-0/+11
|
* WIPAlex Auvolat2020-04-171-0/+1
| | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting
* TLS works \o/Alex Auvolat2020-04-121-78/+0
| | | | | | | | | 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-121-0/+261
|
* Something worksAlex Auvolat2020-04-091-0/+18
|
* Some workAlex Auvolat2020-04-081-0/+7
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-33/+13
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-0/+10
|
* Some workAlex Auvolat2020-04-061-0/+76
|
* Some more basic workAlex Auvolat2020-04-061-0/+73
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+1031