aboutsummaryrefslogtreecommitdiff
path: root/src/conn
AgeCommit message (Collapse)Author
2023-09-28More work on conn.zigMartin Ashby
2023-09-28Start adding Conn#receiveMessageMartin Ashby
2023-09-27Add 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-27Add cleartext password handling.Martin Ashby
Fix segfault on error response read. Add test for tcp connection and incorrect password
2023-09-27Move conn and config to their own folders analogous to pgxMartin Ashby