All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- World's worst HTTP server (in
Demo/Network/HtServ
) - Functions
inet_ntop
,inet_pton
- Function
sendall
send
will no longer block until all data has been sent. The new behavior is consistend with blocking Berkeley sockets (the new functionsendall
can be used to get the previous behavior)
- Functions
inet_aton
,inet_ntoa
- TCP server mode is now usable (
close
doesn't abruptly terminate the connection)