aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-11 10:06:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-11 10:06:42 +0100
commit273a6df932af73d7c84fef8668a53b2e65311e24 (patch)
tree4f562f84988aa6bc512a5d88c4bdc79e4c77180c /ChangeLog
parente13c79ee3b5208c8b94538144abe58eab099b3f8 (diff)
downloadlibmicrohttpd-273a6df932af73d7c84fef8668a53b2e65311e24.tar.gz
libmicrohttpd-273a6df932af73d7c84fef8668a53b2e65311e24.zip
remove requirement for VLA in digestauth.c logic
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ff5acc9..c250ef2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Tue Dec 11 09:58:32 CET 2018
2 Add logic to avoid VLA arrays with compilers that do not support them. -CG
3
1Sat Dec 8 23:15:53 CET 2018 4Sat Dec 8 23:15:53 CET 2018
2 Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on 5 Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on
3 socket races when using threadpool. (See very detailed description 6 socket races when using threadpool. (See very detailed description