blob: f1520d2d4d915dd0446924a608860d3fb75af593 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# Use-cases
* Mirage cache
* Editor Domain
* COTF2
* Target Domain / Build Store
# General
* Switch to CMake projects for cross-platform builds?
* Should get rid of stack-dependent RefCount initialization
* Upgrade to CPR 1.6.0 for more efficient downloads
* Implement support for `CbFieldType::CustomById` / `CbFieldType::CustomByName`
# Upstream Connectivity
## Jupiter
* High-performance/concurrency HTTP client (on asio)
# Peer Connectivity
* Beacon
# Downstream Connectivity
## Runtime
* High performance HTTP client (layered on asio or UE sockets)
## Cooker
## Editor
## Mirage
# Local Features
* VFS for surfacing debugging information
# TPS
* nodejs/http_parser
* all the rest (do we need TPS for vcpkg packages?)
|