aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-28 19:46:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-28 19:46:30 +0000
commitba9c5760a590a3cdbaeed755b5c71dcb51829cc1 (patch)
treee90768f215f2ca32744130c817a9365fa177eb2d /README
parent41d87442e62ab5b26420dc8e6e72303b3d1fe474 (diff)
downloadlibmicrohttpd-ba9c5760a590a3cdbaeed755b5c71dcb51829cc1.tar.gz
libmicrohttpd-ba9c5760a590a3cdbaeed755b5c71dcb51829cc1.zip
releasing 0.4.4
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index d1886e3f..5ca97d97 100644
--- a/README
+++ b/README
@@ -3,8 +3,9 @@ About
3 3
4libmicrohttpd is a GNU library (part of the GNU project) written in C 4libmicrohttpd is a GNU library (part of the GNU project) written in C
5that provides a compact API and implementation of an HTTP 1.1 web 5that provides a compact API and implementation of an HTTP 1.1 web
6server. libmicrohttpd only implements the HTTP 1.1 protocol. The 6server (HTTP 1.0 is also supported). libmicrohttpd only implements
7main application must still provide the content. 7the HTTP 1.1 protocol. The main application must still provide the
8content.
8 9
9 10
10Installation 11Installation
@@ -38,10 +39,10 @@ main application should install a signal handler to handle SIGPIPE.
38 39
39libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS. 40libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS.
40Note that HTTPS is not supported on z/OS (yet). We also have reports 41Note that HTTPS is not supported on z/OS (yet). We also have reports
41of users using it on vxWorks. Note that on platforms where the 42of users using it on vxWorks and Symbian. Note that on platforms
42compiler does not support the "constructor" attribute, you must call 43where the compiler does not support the "constructor" attribute, you
43"MHD_init" before using any MHD functions and "MHD_fini" after you are 44must call "MHD_init" before using any MHD functions and "MHD_fini"
44done using MHD. 45after you are done using MHD.
45 46
46 47
47Notes on compiling on z/OS: 48Notes on compiling on z/OS:
@@ -73,7 +74,7 @@ reasonably complete.
73 74
74Missing features: 75Missing features:
75================= 76=================
76- MHD_get_daemon_info is not implemented (always returns NULL) 77- MHD_get_daemon_info options for SSL are not implemented (always return NULL)
77- SSL support does not work with SELECT-based threading modes 78- SSL support does not work with SELECT-based threading modes
78 (issue is that the gnutls state machine does not like EAGAIN/EINTR 79 (issue is that the gnutls state machine does not like EAGAIN/EINTR
79 return values from send/recv, despite having tons of 80 return values from send/recv, despite having tons of