History: src/server/quic_server.zig
Ref:
| Hash | Message | Author | Date |
|---|---|---|---|
| 8d4f4e41 | feat: add native local TCP forwarding | a73x | 2026-09-08 |
| f1e1cc8f | test: the QUIC absence checks wait long enough to be a claim | a73x | 2026-09-03 |
| a617d351 | test: three daemon fixtures stop assuming Linux timing and sizes | a73x | 2026-09-03 |
| 0c516740 | Merge branch macos-port-step2: the platform layer (macOS port, step 2) | a73x | 2026-09-03 |
| 808d5586 | refactor: every remaining std.os.linux spelling goes through an os row or std.c | a73x | 2026-09-03 |
| ee157a2c | feat: the daemon holds 32 clients, one per wall tile | a73x | 2026-09-03 |
| 29cbd304 | fix: a QUIC client sends CONNECTION_CLOSE on teardown, so a poll frees its slot at once | a73x | 2026-09-03 |
| 937190ce | refactor: the QUIC layer keeps the constraint, drops the crash report | a73x | 2026-08-30 |
| c4ad90e2 | refactor: one ngtcp2 egress loop, one expiry sum, one guarded read | a73x | 2026-08-29 |
| c651e9a0 | refactor: one QUIC client, dialled by the product and by the tests | a73x | 2026-08-29 |
| 9a6befa2 | refactor: one spelling for "drop n bytes off the front of a buffer" | a73x | 2026-08-29 |
| 34a3c584 | refactor: one owner for the client half of the QUIC handshake | a73x | 2026-08-29 |
| c80911d8 | refactor: delete three decls nothing calls | a73x | 2026-08-29 |
| 9ad104a9 | refactor: the daemon is `mux d`, the agent `mux a`, the hub `mux web` | a73x | 2026-08-28 |
| 907b6627 | refactor: modules live in the folder of what owns them | a73x | 2026-08-28 |