aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* connection.c: try_ready_chunked_body(): refactoring for optimization and clarityEvgeny Grin (Karlson2k)2015-08-08
* Small refactoring in MHD_handle_connection() for optimizationEvgeny Grin (Karlson2k)2015-08-08
* Update md5.c to version based on OpenBSD modifications,Evgeny Grin (Karlson2k)2015-08-08
* connection.c: do_read(): fix wrong typeEvgeny Grin (Karlson2k)2015-08-07
* connection.c: process_request_body(): fix VS compiler warningEvgeny Grin (Karlson2k)2015-08-07
* connection.c: try_ready_chunked_body(): microoptimization, additional error c...Evgeny Grin (Karlson2k)2015-08-07
* connection.c: try_ready_normal_body(): fix VS compiler warningEvgeny Grin (Karlson2k)2015-08-07
* connection.c: MHD_connection_handle_write(): check for limits, fix compiler w...Evgeny Grin (Karlson2k)2015-08-07
* internal.h: add BUILTIN_NOT_REACHED macro for VS compilerEvgeny Grin (Karlson2k)2015-08-06
* Correct MHD_MAX() and MHD_MIN() macrosEvgeny Grin (Karlson2k)2015-08-06
* fix #3924Christian Grothoff2015-08-04
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* -just indentation fixesChristian Grothoff2015-07-18
* -fix testcase style issuesChristian Grothoff2015-07-16
* -fix sendfile arg calculationChristian Grothoff2015-07-16
* -avoid deprecationChristian Grothoff2015-07-15
* fix #3893 - thanks matweyChristian Grothoff2015-07-15
* -record response length in logChristian Grothoff2015-07-13
* Additional correction of usage of _WIN32/CYGWIN/MHD_WINSOCK_SOCKETS macrosEvgeny Grin (Karlson2k)2015-07-07
* platform.h: correction of sleep() and usleep() replacements for W32Evgeny Grin (Karlson2k)2015-07-07
* Fix C++-style commentsEvgeny Grin (Karlson2k)2015-07-07
* Move all internal limits definitions to MHD_limits.hEvgeny Grin (Karlson2k)2015-07-07
* daemon.c: cosmeticsEvgeny Grin (Karlson2k)2015-07-07
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* fix late counter-decrement issue reported by MD on the mailinglistChristian Grothoff2015-06-27