Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Try to) disable LTO ? | Alex Auvolat | 2020-04-10 | 1 | -0/+5 |
| | |||||
* | Refactor | Alex Auvolat | 2020-04-10 | 3 | -71/+87 |
| | |||||
* | Fix the Sync issue. Details: | Alex Auvolat | 2020-04-10 | 13 | -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 Auvolat | 2020-04-09 | 12 | -84/+294 |
| | |||||
* | Locally, transactions | Alex Auvolat | 2020-04-09 | 3 | -18/+57 |
| | |||||
* | Something works | Alex Auvolat | 2020-04-09 | 8 | -9/+41 |
| | |||||
* | Some progress | Alex Auvolat | 2020-04-09 | 8 | -113/+169 |
| | |||||
* | Reorganize table API | Alex Auvolat | 2020-04-09 | 3 | -59/+95 |
| | |||||
* | Work & TODO | Alex Auvolat | 2020-04-08 | 4 | -40/+49 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-08 | 5 | -21/+124 |
| | |||||
* | Some work in actually storing things | Alex Auvolat | 2020-04-08 | 9 | -76/+287 |
| | |||||
* | Basic workflow for client PUT, next is do actual storage | Alex Auvolat | 2020-04-08 | 7 | -93/+308 |
| | |||||
* | custom data type for hashes and identifiers | Alex Auvolat | 2020-04-07 | 6 | -37/+103 |
| | |||||
* | Config management & ring | Alex Auvolat | 2020-04-07 | 5 | -19/+95 |
| | |||||
* | Refactor; ability to update network config | Alex Auvolat | 2020-04-07 | 7 | -174/+377 |
| | |||||
* | Fix pinging | Alex Auvolat | 2020-04-07 | 3 | -76/+83 |
| | |||||
* | Forgot to recalculate hash at strategic locations | Alex Auvolat | 2020-04-06 | 1 | -7/+21 |
| | |||||
* | Seems to be fixed | Alex Auvolat | 2020-04-06 | 2 | -36/+29 |
| | |||||
* | Ununderstandable error | Alex Auvolat | 2020-04-06 | 4 | -40/+188 |
| | |||||
* | Some work | Alex Auvolat | 2020-04-06 | 3 | -26/+91 |
| | |||||
* | Some more basic work | Alex Auvolat | 2020-04-06 | 7 | -63/+336 |
| | |||||
* | First commit: skeleton for something great | Alex Auvolat | 2020-04-05 | 6 | -0/+285 |