Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-28 | WIP | Martin Ashby | |
2023-09-28 | Reduce allocations, the message takes ownership of the bytes read from | Martin Ashby | |
the stream and is responsible for deallocating, rather than copying them to their own storage. | |||
2023-09-27 | Add a tagged union for all backend messages. | Martin Ashby | |
Move read_message to proto.zig and make it return the tagged union rather than expecting a message type. | |||
2023-09-27 | Add cleartext password handling. | Martin Ashby | |
Fix segfault on error response read. Add test for tcp connection and incorrect password | |||
2023-09-26 | Generify copy response and add CopyOutResponse and CopyBothResponse | Martin Ashby | |
2023-09-26 | Move protocol definitions into a subfolder | Martin Ashby | |