aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-29 03:18:35 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-29 03:18:35 +0000
commit32202485b0e088eb28c21be21dba7fe80d7773ef (patch)
tree894deb6f9091dde6d835b02eec0b9f98d68336bb /README
parent6aeb5a2af3f9ab075d1b08c2f8b08c2d581791aa (diff)
downloadlibmicrohttpd-32202485b0e088eb28c21be21dba7fe80d7773ef.tar.gz
libmicrohttpd-32202485b0e088eb28c21be21dba7fe80d7773ef.zip
update
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 121fe8b7..71aee37c 100644
--- a/README
+++ b/README
@@ -35,6 +35,9 @@ sockets. This should work on OS X, Linux and recent BSD systems (at
35least). On other systems that may trigger a SIGPIPE on send/recv, the 35least). On other systems that may trigger a SIGPIPE on send/recv, the
36main application should install a signal handler to handle SIGPIPE. 36main application should install a signal handler to handle SIGPIPE.
37 37
38libmicrohttpd should work well on GNU/Linux, BSD, OS X and W32.
39We also have reports of users using it on vxWorks and z/OS.
40
38 41
39Development Status 42Development Status
40================== 43==================
@@ -51,7 +54,6 @@ Missing features:
51- SSL support: 54- SSL support:
52 * documentation 55 * documentation
53 * more testing 56 * more testing
54 * remove GPL'ed code
55 57
56 58
57Untested features: 59Untested features:
@@ -74,6 +76,3 @@ Missing documentation:
74 * clean up English 76 * clean up English
75 * make sure everything is accurate 77 * make sure everything is accurate
76 * change example code to follow GNU coding conventions 78 * change example code to follow GNU coding conventions
77
78
79