2022-10-21 11:26:35 +02:00
|
|
|
common:
|
|
|
|
IP sockets => `man 7 ip`
|
|
|
|
UNIX sockets => `man 7 unix`
|
|
|
|
check both structs and implement both, then use #ifdef to selectively use one or the other
|
2022-10-29 21:36:55 +02:00
|
|
|
handle clean exits
|
2022-11-01 17:53:10 +01:00
|
|
|
server:
|
|
|
|
handle server disconnect
|
2022-11-03 18:45:14 +01:00
|
|
|
Fix segfault when SIGINT
|
2022-11-01 23:04:23 +01:00
|
|
|
client:
|
|
|
|
fix prompt handling
|