409 Commits
Author SHA1 Message Date
Christian Grothoff 5d9bc9ead9 -releasing 0.9.25 2013-02-06 00:52:27 +00:00
Christian Grothoff 5eb408d091 -new API proposal 2012-11-25 13:12:04 +00:00
Christian Grothoff d1d5bf7cb9 -introduce MHD_UNSIGNED_LONG_LONG, deprecate MHD_LONG_LONG, check for invalid options on start, document 2012-09-28 11:39:38 +00:00
Christian Grothoff c0a35aad4c update distfiles 2012-09-08 19:18:42 +00:00
Christian Grothoff b59348b94e double-including of version.texi not allowed 2012-09-08 19:16:07 +00:00
Christian Grothoff 5a046307a7 applyin Karl Berry's suggestions for GNU libextractor also to MHD 2012-09-08 19:15:04 +00:00
Christian Grothoff bf92eff1f8 close file, clarify license 2012-08-23 12:36:18 +00:00
Christian Grothoff 7c89f644a1 need to use must copy, as page is on the stack 2012-08-14 18:37:27 +00:00
Christian Grothoff e815956b7b specify content type 2012-08-14 17:16:38 +00:00
Christian Grothoff 300f5594b1 making examples compile without warnings 2012-08-14 17:10:50 +00:00
Christian Grothoff 15e3b096a4 -releasing 0.9.21 2012-07-19 19:56:54 +00:00
Christian Grothoff a232740396 code cleanup, minor bug fixes, allow lookup up trailing values with key of NULL 2012-07-17 21:52:26 +00:00
Christian Grothoff ccd65de6a3 adding experimental extension 'HD_USE_NO_LISTEN_SOCKET' 2012-07-17 20:39:44 +00:00
Christian Grothoff a9c93d5a81 -syncing 2012-07-17 20:35:08 +00:00
Christian Grothoff dad819b72a LRN: MHD patches. Later will send patches for other issues, but at least
now it will compile.
2012-07-08 13:06:28 +00:00
Christian Grothoff ff594e09e5 -autotools updates 2012-06-22 09:58:34 +00:00
Christian Grothoff faabde7649 -fixing #2443: tutorial was unclear 2012-06-22 09:08:03 +00:00
Christian Grothoff 0ef1eadb3f adding support for status code 451 2012-06-12 19:35:38 +00:00
Christian Grothoff 6842307f20 -fixing bugs with missing shutdown callbacks 2012-05-29 11:55:38 +00:00
Christian Grothoff 7cb018fd33 changing order in which headers are returned to match the order in which we received them from the network 2012-03-02 23:00:11 +00:00
Christian Grothoff f78f507c19 -clarify MHD_OPTION_SOCK_ADDR 2012-02-28 19:21:32 +00:00
Christian Grothoff 6a7d557041 fix 2011-11-23 08:19:12 +00:00
Christian Grothoff 6cf74917a7 added flag for 'Date:' suppression 2011-11-21 17:52:44 +00:00
Christian Grothoff fd9430bbef typo 2011-11-04 18:44:29 +00:00
Christian Grothoff 98d2c01bcf docu 2011-11-04 09:03:24 +00:00
Christian Grothoff 58aa522a09 fix 2011-11-03 17:15:45 +00:00
Christian Grothoff 7333727189 fixing shutdown issue on OS X -- 1760 2011-11-03 09:29:31 +00:00
Christian Grothoff 01541405d9 addressing odd URL format described by Daniel Chiaramello on the MHD mailinglist today 2011-09-27 11:13:04 +00:00
Christian Grothoff a8541b843e release 0.9.14 2011-09-12 08:21:16 +00:00
Christian Grothoff 779abe3a66 indenting header more nicely, adding MHD_set_connection_option 2011-09-12 08:15:12 +00:00
Christian Grothoff 443486f69e use GNUTLS_SESSION instead of the un-implemented GNUTLS_CLIENT_CERT 2011-09-10 05:30:02 +00:00
Christian Grothoff cf99d4b0fb fix 2011-08-06 20:43:00 +00:00
Christian Grothoff 1e865f76ca fix 2011-07-02 17:18:45 +00:00
Christian Grothoff a88ac9f2ec docu 2011-06-22 08:50:38 +00:00
Christian Grothoff a84334b18d docu 2011-06-22 08:28:49 +00:00
Christian Grothoff 2f9cdec6ae From:
Jim Meyering <jim@meyering.net>
  To: 
libmicrohttpd@gnu.org
  Date: 
Today 10:17:27
   
I sent this change before, along with the s/are/is/ change,
but I guess you didn't see it:

Index: doc/microhttpd.texi
===================================================================
--- doc/microhttpd.texi (revision 15482)
+++ doc/microhttpd.texi (working copy)
@@ -269,7 +269,7 @@
 @deftp {Enumeration} MHD_FLAG
 Options for the @mhd{} daemon.

-Note that if neither @code{MHD_USER_THREAD_PER_CONNECTION} nor
+Note that if neither @code{MHD_USE_THREAD_PER_CONNECTION} nor
 @code{MHD_USE_SELECT_INTERNALLY} is used, the client wants control over
 the process and will call the appropriate microhttpd callbacks.

Index: src/include/microhttpd.h
===================================================================
--- src/include/microhttpd.h    (revision 15482)
+++ src/include/microhttpd.h    (working copy)
@@ -306,7 +306,7 @@

 /**
  * Options for the MHD daemon.  Note that if neither
- * MHD_USER_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is
+ * MHD_USE_THREAD_PER_CONNECTION nor MHD_USE_SELECT_INTERNALLY is
  * used, the client wants control over the process and will call the
  * appropriate microhttpd callbacks.<p>
2011-06-09 15:53:14 +00:00
Christian Grothoff 3bfdf879ca new MHD_CONNECTION_INFO_DAEMON 2011-06-03 15:31:09 +00:00
Christian Grothoff 312fc9f812 warn users about pitfall with 32-bit vs. 64-bit off_t 2011-05-12 12:33:40 +00:00
Christian Grothoff e58dc5b68c docu 2011-05-08 19:56:41 +00:00
Christian Grothoff f7ae5a3412 adding API to handle #1661 (allow externally created connections) 2011-03-04 09:33:32 +00:00
Christian Grothoff 9006e7df90 ex 2011-03-03 18:22:06 +00:00
Christian Grothoff c8be1686bc missing 2011-03-03 18:18:28 +00:00
Christian Grothoff d4a325b3ed man 2011-03-01 15:08:50 +00:00
Christian Grothoff 74019e111c incs 2011-02-17 14:46:51 +00:00
Christian Grothoff eb1bd273c3 incs 2011-02-17 14:45:35 +00:00
Christian Grothoff 6abbeb5f40 mantis 1659 2011-02-11 09:16:23 +00:00
Christian Grothoff 5eba2735dc Patch für libmicrohttpd-Doku
From: 
Michael Wiegand <michael.wiegand@greenbone.net>  (Greenbone Networks GmbH)
  To: 
christian@grothoff.org
  Date: 
Today 12:39:11 pm
  Attachments: 
 microhttpd.texi-typo-fixes.patch
   
Hallo Christian,

ich habe ein paar Typos in der Doku von libmicrohttpd gefunden, siehe 
angehängter Patch.

Oder nimmst du Patches lieber über die Liste? Habe mich jetzt auch endlich 
angemeldet. :)

Grüße aus Osnabrück

Michael
2011-02-07 12:56:20 +00:00
Christian Grothoff c216670930 docu 2011-01-27 08:56:36 +00:00
Christian Grothoff e3401afa64 [libmicrohttpd] fix doc typo: s/USER/USE/ in MHD_USER_THREAD_PER_CONNECTION
From: 
Jim Meyering <jim@meyering.net>
  To: 
libmicrohttpd@gnu.org
  Date: 
Today 12:42:34
   
  Spam Status: Spamassassin 0% probability of being spam.

Full report:
Probability=No, score=-3.7 required=7.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5-tuminfo_1  
Here is a patch to fix two typo fixes (and grammar nit).
I didn't change microhttpd.info, since it's generated.
(personally, I would not version-control a generated .info file)

Index: ChangeLog
2011-01-13 14:02:37 +00:00
Christian Grothoff 6653abee2e release 2011-01-10 13:11:13 +00:00