Christian Grothoff
44daba8d2b
-fixing sendfile mess
2012-07-17 20:15:45 +00:00
LRN
70ef51f7da
Preprocess sendfile test
2012-07-10 10:59:08 +00:00
Christian Grothoff
db45cd185e
-LRN: log changes
2012-07-09 11:43:59 +00:00
Christian Grothoff
5b9d324b44
-LRN: fix url generation on MinGW32
2012-07-09 11:43:34 +00:00
Christian Grothoff
eee154c8b0
-LRN: use cryptoapi for PRNG on W32
2012-07-09 11:43:14 +00:00
Christian Grothoff
713de1b671
-LRN: fix sendfile path for MinGW32
2012-07-09 11:42:47 +00:00
Christian Grothoff
cd6bc2777c
-LRN: no poll on mingw32
2012-07-09 11:42:11 +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
629069d5c0
-fix warning
2012-06-22 09:58:27 +00:00
Christian Grothoff
6a99b74bb8
-#2414: make listen and accepted sockets non-inheritable by default
2012-06-22 09:58:14 +00:00
Christian Grothoff
faabde7649
-fixing #2443 : tutorial was unclear
2012-06-22 09:08:03 +00:00
Christian Grothoff
aa8f99d22e
-use lower port numbers with smaller conflict potential for ssl tests
2012-06-19 17:53:06 +00:00
Christian Grothoff
7782618769
Mike Crowe sends this patch:
...
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
2012-06-19 17:47:11 +00:00
Christian Grothoff
6dd259d216
Mike Crowe:
...
According to the libcurl documentation the parameter to curl_version_info
should be CURLVERSION_NOW rather than a bit value from the features
bitmask.
Also, on my installation at least libssh_version is NULL so the check
segfaults. It would seem that ssl_version is a more appropriate field to
check.
Finally, if libcurl lacks SSL support them ssl_version may be NULL. Make sure we
don't segfault inside strcasestr if that is the case.
2012-06-19 17:44:15 +00:00
Christian Grothoff
0ef1eadb3f
adding support for status code 451
2012-06-12 19:35:38 +00:00
Christian Grothoff
a930ef0fe6
-check for OpenSSL
2012-06-11 11:25:24 +00:00
Christian Grothoff
f8147ac899
-releasing 0.9.20
2012-05-31 11:36:24 +00:00
Christian Grothoff
2ce11cde95
-typo
2012-05-29 11:59:50 +00:00
Christian Grothoff
bbd9037a3e
-bump
2012-05-29 11:56:01 +00:00
Christian Grothoff
6842307f20
-fixing bugs with missing shutdown callbacks
2012-05-29 11:55:38 +00:00
Christian Grothoff
bdcf885cb3
-removing 0.8.x-branch, only confuses users at this time
2012-04-22 06:38:47 +00:00
Christian Grothoff
3a86f2e73c
-the forgotten commit: reduce code duplication
2012-03-26 16:18:18 +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
d069fc37e7
-fix compile error when build without post processor
2012-02-23 13:16:27 +00:00
Christian Grothoff
9ae3c8fecb
-fixing #2143
2012-02-06 21:49:41 +00:00
Christian Grothoff
a51243e6eb
-fix
2012-02-06 14:15:26 +00:00
Christian Grothoff
912620e3f9
BS: fixing compilation problem on MinGW
2012-02-01 08:40:41 +00:00
Christian Grothoff
9816a8f598
-typo
2012-01-31 16:58:37 +00:00
Christian Grothoff
59f9cb3179
-ack
2012-01-31 16:57:18 +00:00
Christian Grothoff
0dbf57ab97
releasing 0.9.19
2012-01-31 16:53:57 +00:00
Christian Grothoff
f7982784f7
fixing #2126
2012-01-30 19:03:16 +00:00
Christian Grothoff
29ad274096
-fixing #2120
2012-01-27 10:01:51 +00:00
Christian Grothoff
25e0d42621
add check for sin_len
2012-01-24 15:08:41 +00:00
Matthias Wachs
2d37df8af0
did not compile with CFLAGS = -Wall -Werror
2012-01-24 08:40:32 +00:00
Christian Grothoff
3f285017e0
releasing 0.9.18
2012-01-23 13:08:11 +00:00
Christian Grothoff
51c9feb0d8
-minor test code cleanup
2012-01-23 12:05:54 +00:00
Christian Grothoff
016c03992e
fix double-free in case HTTPS_PRIORITIES value is set to an invalid string
2012-01-23 11:50:25 +00:00
Christian Grothoff
ced72bc239
hopefully fixing #1967
2012-01-19 21:17:29 +00:00
Christian Grothoff
c9320b2dbf
ignore
2012-01-19 16:51:10 +00:00
Christian Grothoff
8c2c92ce0a
forgot to add this file earlier
2012-01-19 16:50:06 +00:00
Christian Grothoff
19c33f8618
tclaveirole: fixing #2085 with patch from the bugreport
2012-01-19 16:47:20 +00:00
Christian Grothoff
b54d68ff21
properly fixing #2059 , keeping the check that the uri from the nonce generation is exactly the same as the primary uri we got from the HTTP request
2012-01-19 16:40:57 +00:00
Christian Grothoff
24fe454f10
adding dual stack example
2012-01-16 13:30:29 +00:00
Christian Grothoff
cee75ea2bf
fix nonce counter base - #2061
2012-01-07 16:32:50 +00:00
Christian Grothoff
20e37fdb3d
partial fix for #2059
2012-01-05 21:02:21 +00:00
Christian Grothoff
6d2a7b9e85
-updating ignores, adding missing file
2011-12-06 20:15:11 +00:00
Christian Grothoff
de35faa11a
Hi there,
...
am I right in the assumption, that the documentation at
http://www.gnu.org/s/libmicrohttpd/tutorial.html#Supporting-basic-authentication
is newer than authorization_example.c in the src/examples/ subdirectory?
If so here is a patch to make authorization_example.c use the functions from
the tutorial instead of raw base64 strings.
Regards
Sven
-
2011-12-01 14:24:24 +00:00
Christian Grothoff
5f6d6b2ccc
email
2011-11-29 19:26:17 +00:00