Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 756 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 756 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Added

  • World's worst HTTP server (in Demo/Network/HtServ)
  • Functions inet_ntop, inet_pton
  • Function sendall

Changed

  • send will no longer block until all data has been sent. The new behavior is consistend with blocking Berkeley sockets (the new function sendall can be used to get the previous behavior)

Removed

  • Functions inet_aton, inet_ntoa

Fixed

  • TCP server mode is now usable (close doesn't abruptly terminate the connection)