Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract bucket | Quentin | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | It compiles! | Quentin | 2020-11-03 | 1 | -0/+1 |
| | |||||
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -705/+730 |
| | |||||
* | Implement correct ETag for objects created with PutObject | Alex Auvolat | 2020-07-13 | 1 | -0/+46 |
| | |||||
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -8/+111 |
| | |||||
* | Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream. | Alex Auvolat | 2020-07-07 | 1 | -385/+470 |
| | | | | Simplifies code and makes it possible to publish on crates.io | ||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -3/+3 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Implement HTTP ranges in get | Alex Auvolat | 2020-05-04 | 1 | -0/+7 |
| | |||||
* | 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 |