aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 13 insertions, 4 deletions
diff --git a/README b/README
index aa1114c3..e130aa92 100644
--- a/README
+++ b/README
@@ -11,6 +11,17 @@ GNU libmicrohttpd is dual-licensed under the GNU Lesser General Public
11License (LGPLv2.1+) and the eCos License. See COPYING for details. 11License (LGPLv2.1+) and the eCos License. See COPYING for details.
12 12
13 13
14Joining GNU
15===========
16
17This is a GNU program, developed by the GNU Project and part of the
18GNU Operating System. If you are the author of an awesome program and
19want to join us in writing Free Software, please consider making it an
20official GNU program and become a GNU maintainer. You can find
21instructions on how to do so at http://www.gnu.org/help/evaluation.
22We are looking forward to hacking with you!
23
24
14Installation 25Installation
15============ 26============
16 27
@@ -63,8 +74,8 @@ Development Status
63This is a beta release for libmicrohttpd. Before declaring the 74This is a beta release for libmicrohttpd. Before declaring the
64library stable, we should have testcases for the following features: 75library stable, we should have testcases for the following features:
65 76
66- HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines 77- HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines
67 -- and it seems libcurl has issues with pipelining, 78 -- and it seems libcurl has issues with pipelining,
68 see http://curl.haxx.se/mail/lib-2007-12/0248.html) 79 see http://curl.haxx.se/mail/lib-2007-12/0248.html)
69- resource limit enforcement 80- resource limit enforcement
70- client queuing early response, suppressing 100 CONTINUE 81- client queuing early response, suppressing 100 CONTINUE
@@ -85,5 +96,3 @@ at all) newer implementation is in src/lib/, with the new API in
85src/include/microhttpd2.h. The experimental code will need MUCH 96src/include/microhttpd2.h. The experimental code will need MUCH
86more testing and development, you are strongly advised to stick 97more testing and development, you are strongly advised to stick
87to microhttpd.h unless you are a MHD developer! 98to microhttpd.h unless you are a MHD developer!
88
89