aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* -fix reactivating plibcChristian Grothoff2013-08-07
|
* Part 1 of 2 - Remove PlibC from autotools files. Christian Grothoff2013-08-07
|
* Fix compiling for systems without SOCK_NONBLOCKLRN2013-08-02
|
* -build system changes for epoll supportChristian Grothoff2013-06-23
|
* improving build system to tolerate missing libraries for libmicrospdyChristian Grothoff2013-05-21
|
* merging libmicrospdy into treeChristian Grothoff2013-05-05
|
* releasing 0.9.27Christian Grothoff2013-05-05
|
* -changing directory nameChristian Grothoff2013-05-05
|
* -modernize AC calls - #2871Christian Grothoff2013-04-25
|
* add mime types to demoChristian Grothoff2013-03-31
|
* releasing 0.9.26Christian Grothoff2013-03-29
|
* -releasing 0.9.25Christian Grothoff2013-02-06
|
* 0924Christian Grothoff2012-12-25
|
* Matthew Mundell wrote:Christian Grothoff2012-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi We've been having some mysterious parameter loss of POST parameters in OpenVAS's GSA. This only happens with IE8 and Chrome. We saw this with libmicrohttpd 0.9.19 and 0.9.20. The cause looks to be an error in libmicrohttpd. Patch to 0.9.20 to resolve below. In post_process_multipart in postprocessor.c the PP_Init state calls find_boundary to find the first boundary. If there is junk before the first boundary it just reads over the junk. However, it is also reading over the actual boundary when there was too little data to determine whether the next character is the start of the boundary. In the error case Chrome seems to sends the POST request in multiple writes. The first chunk includes a single "-" from the first boundary at end of the headers. Thus libmicrohttpd has a partial boundary to deal with. I guess Chrome intends to send just the headers but gets the count wrong due to sending the initial P of the POST on its own (all the browsers do that for some reason). Firefox on the other hand sends the headers and the body in a single write, so it always works. Thanks, and thanks for libmicrohttpd! Matt
* Ship its own version of tsearch and friends if not provided by platform.Christian Grothoff2012-11-08
| | | | | | | | | | | | | | | | | On GNU based systems the tree related functions (tsearch, tfind, tdestroy) are provided by the libc (with the interface specification in search.h). On non-GNU systems this functionality may or may not be available. That's the case for Android which ships its own, simplified, version of libc called Bionic. Bionic does not contains neither search.h nor an implementation of the above mentioned functions. This patch adds detection for the presence of search.h and if the header file is not found, it uses an internal version of search.h and functions tsearch, tfind, and tdestroy. The internal version is based on the source code from FreeBSD and is compiled if and only if the configure script did not find the search.h header file. -- Jan Janak
* update distfilesChristian Grothoff2012-09-08
|
* releasing 0.9.22Christian Grothoff2012-09-01
|
* allowing independent enabling/disabling of digest and basic authentication ↵Christian Grothoff2012-09-01
| | | | (Mantis #2525)
* -releasing 0.9.21Christian Grothoff2012-07-19
|
* -fixing sendfile messChristian Grothoff2012-07-17
|
* -LRN: fix sendfile path for MinGW32Christian Grothoff2012-07-09
|
* LRN: MHD patches. Later will send patches for other issues, but at leastChristian Grothoff2012-07-08
| | | | | | now it will compile.
* -#2414: make listen and accepted sockets non-inheritable by defaultChristian Grothoff2012-06-22
|
* Mike Crowe sends this patch:Christian Grothoff2012-06-19
| | | | | | | | | | | | | | | Change various uses of time(NULL) to new MHD_monotonic_time() function to make timeouts immune to the system real time clock changing. Leave one call to time(2) which continues to use the real time for the HTTP Date: header. If clock_gettime does not support CLOCK_MONOTONIC then fall through to calling time(NULL) instead. This will be problematic if clock_gettime sometimes fails and sometimes succeeds but that shouldn't happen. The autoconf magic was lifted from http://lists.gnu.org/archive/html/autoconf/2010-08/msg00035.html
* -releasing 0.9.20Christian Grothoff2012-05-31
|
* releasing 0.9.19Christian Grothoff2012-01-31
|
* add check for sin_lenChristian Grothoff2012-01-24
|
* releasing 0.9.18Christian Grothoff2012-01-23
|
* fix mingwNils Durner2011-11-25
|
* releasing 0.9.17Christian Grothoff2011-11-19
|
* old release diffChristian Grothoff2011-11-13
|
* LRN: w32 test case fixesChristian Grothoff2011-10-07
|
* release0.9.15Christian Grothoff2011-09-28
|
* curl checkChristian Grothoff2011-09-26
|
* fixChristian Grothoff2011-09-21
|
* release 0.9.14Christian Grothoff2011-09-12
|
* fixChristian Grothoff2011-07-13
|
* bumpsChristian Grothoff2011-07-10
|
* adding perf measurementsChristian Grothoff2011-07-07
|
* moving monkeyChristian Grothoff2011-06-16
|
* releasing 0.9.11Christian Grothoff2011-05-20
|
* fixing 1679Christian Grothoff2011-05-08
|
* [libmicrohttpd] Cygwin PlibC dependencyChristian Grothoff2011-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | From: Thomas Stalder <thomas@netsolux.ch> To: libmicrohttpd@gnu.org Date: Today 12:55:56 Attachments: cygwin_plibc.patch Spam Status: Spamassassin 0% probability of being spam. Full report: Probability=No, score=-2.6 required=7.0 tests=BAYES_00 autolearn=ham version=3.2.5-tuminfo_1 Hello, Cygwin provides POSIX emulation. I think libmicrohttpd don't need PLIBC under cygwin. I have removed the PLIBC dependency under cygwin with the attached patch. I have made some tests and all seem to work fine.
* release 0.9.9Christian Grothoff2011-03-29
|
* bumpChristian Grothoff2011-03-04
|
* adding API to handle #1661 (allow externally created connections)Christian Grothoff2011-03-04
|
* 097Christian Grothoff2011-02-13
|
* releaseChristian Grothoff2011-01-25
|
* releaseChristian Grothoff2011-01-10
|
* updating docsChristian Grothoff2011-01-01
|