aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-04 09:33:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-04 09:33:32 +0000
commitf7ae5a3412f828cb9a7622f21b28b584b65adc32 (patch)
treebea91693cf3ab1e18d14f86d8434b331193b1c3f /ChangeLog
parent45a0a30893f77a38a8add8a64c3650387840a335 (diff)
downloadlibmicrohttpd-f7ae5a3412f828cb9a7622f21b28b584b65adc32.tar.gz
libmicrohttpd-f7ae5a3412f828cb9a7622f21b28b584b65adc32.zip
adding API to handle #1661 (allow externally created connections)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa0da138..2a67dd67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Fri Mar 4 10:24:04 CET 2011
2 Added new API to allow MHD server to initiate connection to
3 client (special use-case for servers behind NAT), thereby
4 addressing #1661 (externally created connections).
5 Releasing libmicrohttpd 0.9.8. -CG
6
1Fri Mar 4 10:07:18 CET 2011 7Fri Mar 4 10:07:18 CET 2011
2 Avoid using a pipe for signalling as well, just use server 8 Avoid using a pipe for signalling as well, just use server
3 socket shutdown (also for thread-per-connection). -CG 9 socket shutdown (also for thread-per-connection). -CG