Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | TTcpSocket: Revert `TTcpSocket: Make most of the virtuals inline` | mrb0nk500 | |
Caused unwanted inlining in some cases. | |||
2023-03-03 | TTcpSocket: Make most of the virtuals inline | mrb0nk500 | |
This is to make the function order match better. | |||
2023-03-02 | TTcpSocket: Match `test_connection()` | mrb0nk500 | |
`TTcpSocket` is now fully matched. Up next is `TProtocol`. | |||
2023-03-01 | TTcpSocket: Match `open()` | mrb0nk500 | |
I might do `test_connection()` next, if not, `TProtocol` will be next. | |||
2023-03-01 | TTcpSocket: Make `some_stub()` a member function | mrb0nk500 | |
Forgot that it's actually a member function. | |||
2023-03-01 | TTcpSocket: Make `stat()` return a `short` | mrb0nk500 | |
oof, this caused `send(u8 *)` to not match, but making it return a `short` caused it to suddenly match. | |||
2023-02-28 | TTcpSocket: Start work on `TTcpSocket` | mrb0nk500 | |
I've done most of it, still have to do `test_connection()`, and `open()`. |