| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-29 | check for SYNC header lengthHEADmaster | Kimplul | |
| 2026-07-29 | add simple test framework | Kimplul | |
| 2026-07-29 | ensure return 0 on client disconnect in oneshot | Kimplul | |
| 2026-07-29 | don't try to read if we have enough in strbuf | Kimplul | |
| 2026-07-29 | add architecture document | Kimplul | |
| 2026-07-29 | add single-shot mode | Kimplul | |
| + Useful for testing in particular | |||
| 2026-07-22 | write simple kv-parser for headers | Kimplul | |
| 2026-07-20 | better command format | Kimplul | |
| + Each command start with <STRING> <NUMBER> with possible leading/trailing whitespace. <STRING> specifies the command name, <NUMBER> the size of the command header, which uses a key-value format, kind of like ini. Key-value parser is not yet implemented, but should be fairly simple to do. + The content of the message should be lark-encoded, essentially just that each '=' in the text is replaced by '>=' (or something) so that the stream of headers + message becomes self-synchronizing (kind of at least?) | |||
| 2026-07-19 | some initial command format exploration | Kimplul | |
| 2026-07-19 | simplify xread/xwrite | Kimplul | |
| 2026-07-17 | initial echo server arch | Kimplul | |
