summaryrefslogtreecommitdiff
path: root/TODO
blob: e69f23a6de8df5827b2b034f5c43ec8e2977205c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
To-Do

- Build with GCC on Windows

- Cryptography
  - hmac_sha256 https://github.com/h5p9sl/hmac_sha256
  - ecdh https://github.com/kokke/tiny-ECDH-c
- Allocators
  - Memory pool
  - Memory stack
  - Bump
- System
  - Terminal
  - File and memory mapping
  - Inter-process transfer
  - Graphics boilerplate
    - X11 (Linux)
    - Win32 (Windows)
    - Cocoa (macOS)
    - Emscripten (WebAssembly)
- FILE wrapper for input stream.
- Sockets tests
- HTTP 1 client.