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-07 | TTcpSocket: Remove unnecessary local variables | mrb0nk500 |
2023-03-06 | TProtocol: Match both `parse_packet()`, and `run_task()` | mrb0nk500 |
2023-03-04 | TProtocol: Match ctor | mrb0nk500 |
2023-03-03 | TTcpSocket: Revert `TTcpSocket: Make most of the virtuals inline` | mrb0nk500 |
2023-03-03 | TTcpSocket: Make most of the virtuals inline | mrb0nk500 |
2023-03-02 | TTcpSocket: Match `test_connection()` | mrb0nk500 |
2023-03-01 | TTcpSocket: Match `open()` | mrb0nk500 |
2023-03-01 | TTcpSocket: Make `some_stub()` a member function | mrb0nk500 |
2023-03-01 | TTcpSocket: Make `stat()` return a `short` | mrb0nk500 |
2023-02-28 | TTcpSocket: Start work on `TTcpSocket` | mrb0nk500 |