From 085ded14ac2fe4a01cdd72f97dbc231512fee673 Mon Sep 17 00:00:00 2001 From: minexew Date: Fri, 13 Nov 2020 13:07:47 +0100 Subject: [PATCH] Keep a Changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..74f6a5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [Unreleased] +### Added +- 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) + +[Unreleased]: https://github.com/Shrine/compare/9317cf4f645a0072d5fa3f9abc466964d8baad4c...v5