aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* WIPAlex Auvolat2020-04-171-0/+1
| | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting
* Enable debug info in release profileAlex Auvolat2020-04-161-0/+3
|
* CleanupAlex Auvolat2020-04-121-1/+1
|
* TLS works \o/Alex Auvolat2020-04-121-3/+3
| | | | | | | | | 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/+5
|
* table::insert_many, version_table::updatedAlex Auvolat2020-04-111-1/+1
|
* (Try to) disable LTO ?Alex Auvolat2020-04-101-0/+3
|
* Something worksAlex Auvolat2020-04-091-0/+1
|
* Some workAlex Auvolat2020-04-081-0/+1
|
* Some work in actually storing thingsAlex Auvolat2020-04-081-1/+2
|
* custom data type for hashes and identifiersAlex Auvolat2020-04-071-0/+1
|
* Some workAlex Auvolat2020-04-061-0/+1
|
* Some more basic workAlex Auvolat2020-04-061-2/+5
|
* First commit: skeleton for something greatAlex Auvolat2020-04-051-0/+23