aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
* killing libmicrospdyChristian Grothoff2015-12-01
* Eliminate delay of response on platforms where socket flushing is not possible,Evgeny Grin (Karlson2k)2015-12-01
* Reduce last packet response delay observable with keep-alive on BSD and Darwi...Evgeny Grin (Karlson2k)2015-11-25
* Fix type introduced in SVN 36682Evgeny Grin (Karlson2k)2015-11-24
* Add and use _MHD_SOCKOPT_BOOL_TYPE for simplify usage of setsockopt() on W32/...Evgeny Grin (Karlson2k)2015-11-21
* Hi folks,Christian Grothoff2015-11-10
* -fix shrinkageChristian Grothoff2015-11-06
* connection.c: use faster and better checks for empty linesEvgeny Grin (Karlson2k)2015-11-04
* -add patch from Eugenio PerezChristian Grothoff2015-11-03
* -fix by undoing part of 36568Christian Grothoff2015-11-03
* -needs to be mv, not cpChristian Grothoff2015-10-30
* More support for old clang in deprecation macrosEvgeny Grin (Karlson2k)2015-10-27
* Update deprecation macros for new GCC, better support old clangEvgeny Grin (Karlson2k)2015-10-27
* Fix deprecation macros resulting in compilation errors with old GCC versionsEvgeny Grin (Karlson2k)2015-10-27
* realize suggestion from FC on MHD list to improve MHD_get_connection_values()...Christian Grothoff2015-10-25
* -fix assertion failure from race on shutdown and buffer shrinkage with pipeli...Christian Grothoff2015-10-25
* doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* -eol spacesChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* releasing 0.9.44Christian Grothoff2015-10-01
* daemon.c: silent compiler warningEvgeny Grin (Karlson2k)2015-09-30
* fix digest auth when used with more complex arguments being passed to GET, i....Christian Grothoff2015-09-25
* help systemd by not calling shutdown() on listen socket if MHD_USE_PIPE_FOR_S...Christian Grothoff2015-09-22
* -releasing 0.9.43Christian Grothoff2015-09-16
* connection_https.c: include "connection.h" alongside with "connection_https.h"Evgeny Grin (Karlson2k)2015-09-07
* Include correct header in connection_https.cEvgeny Grin (Karlson2k)2015-09-06
* daemon.c: use correct type for setsockopt() on W32, do not use same var name ...Evgeny Grin (Karlson2k)2015-09-06
* Fix mixed code/var declarationEvgeny Grin (Karlson2k)2015-09-06
* Fix compiler warnings; use correct variable typeEvgeny Grin (Karlson2k)2015-09-06
* w32functions.c: fix compiler warningEvgeny Grin (Karlson2k)2015-09-06
* digestauth.c: fix compiler warnings, clarificationsEvgeny Grin (Karlson2k)2015-09-06
* Update built-in tsearch replacementEvgeny Grin (Karlson2k)2015-09-06
* daemon.c: MHD_ip_limit_add(): small clarificationEvgeny Grin (Karlson2k)2015-09-06
* patch from FC to fix use of resume in combination with external selectChristian Grothoff2015-09-02
* correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed (previou...Christian Grothoff2015-08-30
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
* Additional byte order detection in MHD_byteorder.h and some cosmeticsEvgeny Grin (Karlson2k)2015-08-09
* Updated ChangeLog, added missing newlineEvgeny Grin (Karlson2k)2015-08-08
* daemon.c: recv_param_adapter(): fix VS compiler warning for send()/recv()Evgeny Grin (Karlson2k)2015-08-08
* daemon.c: MHD_select(): check for timeout value overflowEvgeny Grin (Karlson2k)2015-08-08
* daemon.c: MHD_get_timeout(): check for value overflowEvgeny Grin (Karlson2k)2015-08-08
* daemon.c: MHD_handle_connection(): check timeout value for overflow of W32Evgeny Grin (Karlson2k)2015-08-08
* connection.c: try_ready_chunked_body(): fix VS compiler warning, small refact...Evgeny Grin (Karlson2k)2015-08-08