Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement DeleteObjects | Alex Auvolat | 2020-05-01 | 1 | -0/+17 | |
| | ||||||
* | Slightly improved S3 compatibility | Alex Auvolat | 2020-05-01 | 1 | -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 compatible | Alex Auvolat | 2020-04-24 | 1 | -0/+111 | |
| | ||||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -5/+106 | |
| | ||||||
* | Better concurrency: | Alex Auvolat | 2020-04-22 | 1 | -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 dependencies | Alex Auvolat | 2020-04-21 | 1 | -36/+0 | |
| | ||||||
* | Pretty logging | Alex Auvolat | 2020-04-21 | 1 | -15/+102 | |
| | ||||||
* | Add hostname to node info | Alex Auvolat | 2020-04-19 | 1 | -0/+11 | |
| | ||||||
* | WIP | Alex Auvolat | 2020-04-17 | 1 | -0/+1 | |
| | | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting | |||||
* | TLS works \o/ | Alex Auvolat | 2020-04-12 | 1 | -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 TLS | Alex Auvolat | 2020-04-12 | 1 | -0/+261 | |
| | ||||||
* | Something works | Alex Auvolat | 2020-04-09 | 1 | -0/+18 | |
| | ||||||
* | Some work | Alex Auvolat | 2020-04-08 | 1 | -0/+7 | |
| | ||||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 1 | -33/+13 | |
| | ||||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 1 | -0/+10 | |
| | ||||||
* | Some work | Alex Auvolat | 2020-04-06 | 1 | -0/+76 | |
| | ||||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 1 | -0/+73 | |
| | ||||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 1 | -0/+1031 | |