Commit Graph
1724 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) a7a3d5ccca bootstrap: reduce number of words "error" in bootstrap output on some platforms 2015-11-24 10:35:22 +00:00
Evgeny Grin (Karlson2k) 6e4a434cfc Add and use _MHD_SOCKOPT_BOOL_TYPE for simplify usage of setsockopt() on W32/POSIX sockets. 2015-11-21 19:43:06 +00:00
Christian Grothoff 50a6102ff3 fix #4062 as suggested 2015-11-21 10:16:48 +00:00
Christian Grothoff 70ca8aaaea Hi folks,
I guess i found a problem with suspended connections. There is a
scenarion where one can resume a connection and then stop the daemon
without gives the daemon the oportunity to really resume the connection.
In this case, microhttpd will abort telling one that there is suspended
connection (because the connection is still in the daemon's suspended
list).

The following patch solves the problem (i've this problem using external
mainloop).

Regards,
Flavio Ceolin
2015-11-10 14:27:57 +00:00
Christian Grothoff 98f5ad2ccb -bump 2015-11-09 07:53:47 +00:00
Christian Grothoff ff55930170 typo 2015-11-09 06:10:05 +00:00
Christian Grothoff 3ed1e8de9f -fix shrinkage 2015-11-06 21:56:46 +00:00
Evgeny Grin (Karlson2k) fcb0a20d91 connection.c: use faster and better checks for empty lines 2015-11-04 15:23:10 +00:00
Christian Grothoff 77ffe1508f -add patch from Eugenio Perez 2015-11-03 22:42:06 +00:00
Christian Grothoff 5f57331ea1 -fix by undoing part of 36568 2015-11-03 22:37:47 +00:00
Christian Grothoff 83f36a951c -needs to be mv, not cp 2015-10-30 12:42:15 +00:00
Evgeny Grin (Karlson2k) e9965917df More support for old clang in deprecation macros 2015-10-27 13:36:33 +00:00
Evgeny Grin (Karlson2k) da7012adc9 Update deprecation macros for new GCC, better support old clang 2015-10-27 12:23:42 +00:00
Evgeny Grin (Karlson2k) c8acb9ceb6 Fix deprecation macros resulting in compilation errors with old GCC versions 2015-10-27 12:23:39 +00:00
Christian Grothoff dc54cd092a realize suggestion from FC on MHD list to improve MHD_get_connection_values() when used with a bitmask 2015-10-25 22:07:42 +00:00
Christian Grothoff 2a6eada873 -fix assertion failure from race on shutdown and buffer shrinkage with pipelining 2015-10-25 14:33:28 +00:00
Christian Grothoff 7131394fa8 doxygen 2015-10-25 13:08:17 +00:00
Christian Grothoff 75d6e3fa64 -doxygen 2015-10-25 12:55:07 +00:00
Christian Grothoff 64647e7a63 -eol spaces 2015-10-25 12:48:27 +00:00
Christian Grothoff 3d0dfd5b40 -doxygen 2015-10-25 12:48:03 +00:00
Christian Grothoff 889626e54b -doxygen 2015-10-25 12:47:51 +00:00
Christian Grothoff 72f05a8364 deduplicate arg parsing logic between connection.c and digestauth.c (now in internal.c) 2015-10-05 10:06:13 +00:00
Christian Grothoff dd749c2274 releasing 0.9.44 2015-10-01 19:27:08 +00:00
Evgeny Grin (Karlson2k) 748824ad1a Remove reason_phrase.h from VS project, addition correction for compilation for XP 2015-10-01 13:45:44 +00:00
Evgeny Grin (Karlson2k) 35182084a0 Clarify and simplify W32 VS project settings 2015-10-01 12:37:53 +00:00
Evgeny Grin (Karlson2k) 1d9cca3b8f Update ChangeLog 2015-09-30 21:08:04 +00:00
Evgeny Grin (Karlson2k) 0cb86aaffa Fix W32 VS project files 2015-09-30 21:08:02 +00:00
Evgeny Grin (Karlson2k) afecad969c daemon.c: silent compiler warning 2015-09-30 21:07:58 +00:00
Christian Grothoff f2bce4c656 fix digest auth when used with more complex arguments being passed to GET, i.e. keys without missing values at the beginning and certain other constellations 2015-09-25 07:51:21 +00:00
Christian Grothoff 94c16f349d help systemd by not calling shutdown() on listen socket if MHD_USE_PIPE_FOR_SHUTDOWN is given 2015-09-22 17:21:33 +00:00
Christian Grothoff 316f6c4ef3 -releasing 0.9.43 2015-09-16 09:08:18 +00:00
Evgeny Grin (Karlson2k) d6340a84f0 configure.ac: prefer and use latest C standard supported by compiler 2015-09-07 16:46:07 +00:00
Evgeny Grin (Karlson2k) 5b507716cc configure.ac: update replaced macros 2015-09-07 12:45:23 +00:00
Evgeny Grin (Karlson2k) 6ef62209cb connection_https.c: include "connection.h" alongside with "connection_https.h" 2015-09-07 11:58:44 +00:00
Evgeny Grin (Karlson2k) c57068f727 Include correct header in connection_https.c 2015-09-06 20:35:03 +00:00
Evgeny Grin (Karlson2k) 9613a64e3b daemon.c: use correct type for setsockopt() on W32, do not use same var name for nested branches 2015-09-06 16:02:07 +00:00
Evgeny Grin (Karlson2k) 7aa3e9a819 Fix mixed code/var declaration 2015-09-06 16:02:05 +00:00
Evgeny Grin (Karlson2k) c5cd08af58 Fix compiler warnings; use correct variable type 2015-09-06 16:02:03 +00:00
Evgeny Grin (Karlson2k) 053f6cd3fa w32functions.c: fix compiler warning 2015-09-06 16:02:01 +00:00
Evgeny Grin (Karlson2k) e0f613dca8 digestauth.c: fix compiler warnings, clarifications 2015-09-06 16:01:58 +00:00
Evgeny Grin (Karlson2k) 8731a130e0 Update built-in tsearch replacement 2015-09-06 16:01:56 +00:00
Evgeny Grin (Karlson2k) 9d25d25ed3 daemon.c: MHD_ip_limit_add(): small clarification 2015-09-06 16:01:53 +00:00
Christian Grothoff 9e87c9a225 patch from FC to fix use of resume in combination with external select 2015-09-02 14:45:28 +00:00
Christian Grothoff 475b350b71 correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed (previous formulation was wrong) 2015-08-30 12:55:04 +00:00
Evgeny Grin (Karlson2k) f97d163b92 configure.ac: print more information during configure 2015-08-27 10:06:24 +00:00
Evgeny Grin (Karlson2k) a2fa859191 configure.ac: cosmetics 2015-08-27 10:06:18 +00:00
Evgeny Grin (Karlson2k) 70f7ad46eb Reimplement monotonic clock with wide range of platforms support 2015-08-27 09:43:09 +00:00
Evgeny Grin (Karlson2k) 0d2688a98b fix file names, include missing files to Makefile 2015-08-22 15:45:36 +00:00
Christian Grothoff 4680ad00f7 removing minus 2015-08-14 15:12:59 +00:00
Christian Grothoff de029f6250 export MHD_get_reason_phrase_for 2015-08-14 12:19:43 +00:00