aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-05 20:47:58 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-02-05 20:47:58 +0000
commit96010724e3862241ff01a1b62f88499d2adc7827 (patch)
tree70786848535aacc7ec8f40113c923634f09da486 /ChangeLog
parentbc162a8e859d360d77f57df8fdf5a8daf746e72d (diff)
downloadlibmicrohttpd-96010724e3862241ff01a1b62f88499d2adc7827.tar.gz
libmicrohttpd-96010724e3862241ff01a1b62f88499d2adc7827.zip
Added test for checking ability of shutdown() on socket to trigger poll()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57f84066..c65582d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Fri Feb 5 20:43:11 CET 2016
2 Fixed testsuite compile warning on W32.
3 Added check test for triggering poll() on
4 listen socket. -EG
5
1Thu Feb 4 11:38:11 CET 2016 6Thu Feb 4 11:38:11 CET 2016
2 Added some buffer overrun protection. 7 Added some buffer overrun protection.
3 Fixed handling of misformed URI with spaces. -EG 8 Fixed handling of misformed URI with spaces. -EG