Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use slice for init, and add better error sets. | Robby Zambito | 6 days |
| | | | | | The slice sets us avoid allocating within the init function. This means init can't fail, and it also makes it easier to stack allocate messages (slice an array buffer, instead of creating a stack allocator). | ||
* | (no commit message) | Robby Zambito | 6 days |
| | |||
* | (no commit message) | Robby Zambito | 6 days |
| | |||
* | (no commit message) | Robby Zambito | 6 days |
| | |||
* | (no commit message) | Robby Zambito | 6 days |
| | |||
* | Starting real connections | Robby Zambito | 6 days |
| | |||
* | Add CLI to specify dest for relay messages | Robby Zambito | 2025-04-19 |
| | | | | The dest can be specified as a 4 char ASCII string, or as an IPv4 address. | ||
* | Rename Saprus to Client internally | Robby Zambito | 2025-04-14 |