Age | Commit message (Expand) | Author |
---|---|---|
2023-03-12 | TProtocol: Add, and match more command handlers, along with some other | mrb0nk500 |
2023-03-09 | TProtocol: Start work on `handle_command()`, and the command handlers | mrb0nk500 |
2023-03-07 | global: Completly disable inlining | mrb0nk500 |
2023-03-07 | T{Tcp,}Socket: Make `send(u8 *, size_t)` return the proper type | mrb0nk500 |
2023-03-06 | TProtocol: Match both `parse_packet()`, and `run_task()` | mrb0nk500 |
2023-03-04 | TProtocol: Match ctor | mrb0nk500 |
2023-02-28 | TSocket: Use the correct return type for all the virtuals | mrb0nk500 |
2023-02-28 | TSocket: Make the flag helpers public | mrb0nk500 |
2023-02-28 | TSocket: Rename `stat` -> `stat_val` | mrb0nk500 |
2023-02-26 | TSocket: Start work on, and match most of `TSocket` | mrb0nk500 |