aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix dist issuev0.9.54Christian Grothoff2017-05-02
* documentation, adding MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE, releasing 0.9.54Christian Grothoff2017-05-02
* Replaced flags MHD_USE_PEDANTIC_CHECKS and MHD_USE_PERMISSIVE_CHECKS byEvgeny Grin (Karlson2k)2017-04-27
* Fixed processing MHD_OPTION_HTTPS_CRED_TYPE in MHD_OPTION_ARRAY.Evgeny Grin (Karlson2k)2017-04-27
* mhd_str.c: fixed c/p error in commentEvgeny Grin (Karlson2k)2017-04-26
* reason_phrase.c: Fixed shift in HTTP reasons strings.Evgeny Grin (Karlson2k)2017-04-26
* MHD_start_daemon(): allow MHD_USE_POLL only with MHD_USE_THREAD_PER_CONNECTIO...Evgeny Grin (Karlson2k)2017-04-25
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag i...Christian Grothoff2017-04-24
* enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_...Christian Grothoff2017-04-23
* replace sprintf() with MHD_snprintf_()Christian Grothoff2017-04-23
* Fixed support for old libgcrypt on W32 with W32 threads.Evgeny Grin (Karlson2k)2017-04-22
* connection.c: silent compiler warningEvgeny Grin (Karlson2k)2017-04-12
* Fixed GNU/Linux builds without epollEvgeny Grin (Karlson2k)2017-04-12
* Releasing GNU libmicrohttpd 0.9.53v0.9.53Evgeny Grin (Karlson2k)2017-04-11
* clarify commentChristian Grothoff2017-04-11
* test_get_response_cleanup: ignore SIGPIPE on SolarisEvgeny Grin (Karlson2k)2017-04-10
* Cosmetic fixesEvgeny Grin (Karlson2k)2017-04-10
* HTTPS test fixes and improvements:Evgeny Grin (Karlson2k)2017-04-10
* Fixed compatibility with platforms without poll()Evgeny Grin (Karlson2k)2017-04-10
* HTTPS tests: improved compatibility with some platforms/libcurl versionsEvgeny Grin (Karlson2k)2017-04-09
* mhd_sockets.c: Fixed compiler warningEvgeny Grin (Karlson2k)2017-04-06
* zzuf tests: make compatible with *BSD by replacing obsoleted setpgrp() with s...Evgeny Grin (Karlson2k)2017-04-06
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ...Evgeny Grin (Karlson2k)2017-04-06
* Fixed hypothetical situation when timeout could be larger than possible to me...Evgeny Grin (Karlson2k)2017-04-05
* daemon.c: Removed useless extra ";"Evgeny Grin (Karlson2k)2017-04-05
* Updated autoinit_funcs.h to latest upstream version with proper support of Or...Evgeny Grin (Karlson2k)2017-04-05
* Fixed wrong macro name in 218694a400beaf164712121475a6e22fd01b7b71Evgeny Grin (Karlson2k)2017-04-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* digestauth.c: fixed snprintf() error detection, used calloc instead of malloc...Evgeny Grin (Karlson2k)2017-04-05
* Fixed some compiler warningsEvgeny Grin (Karlson2k)2017-04-05
* must pass size_t to default_handlerChristian Grothoff2017-03-29
* Fixed non-TLS builds after 7b0d92902c92782844e84e40ab54d58a65531a65Evgeny Grin (Karlson2k)2017-03-27
* MHD_start_daemon(): fixed c/p error resulted in nonfunctional SO_EXCLBIND on ...Evgeny Grin (Karlson2k)2017-03-26
* Fixed MHD_quiesce_daemon() after 7b0d92902c92782844e84e40ab54d58a65531a65Evgeny Grin (Karlson2k)2017-03-26
* MHD_start_daemon(): obey MHD_USE_ITC in thread pool modeEvgeny Grin (Karlson2k)2017-03-26
* MHD_start_daemon(): removed initialisation of ITC for master daemon in thread...Evgeny Grin (Karlson2k)2017-03-26
* MHD_select(): Removed bogus extra checkEvgeny Grin (Karlson2k)2017-03-26
* Streamlined internal usage of MHD_USE_ITC flag.Evgeny Grin (Karlson2k)2017-03-26
* Simplification: move external loop specific code from internal_run_from_selec...Evgeny Grin (Karlson2k)2017-03-26
* Simplified checks for allowed suspend, fixed false positive for daemons with ...Evgeny Grin (Karlson2k)2017-03-26
* MHD_start_daemon_va(): unify 'flags' and 'daemon->options' usageEvgeny Grin (Karlson2k)2017-03-26
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* do not fail if MHD_OPTION_THREAD_POOL_SIZE is specified as 0 or 1 in combinat...Christian Grothoff2017-03-25
* fix #4967Christian Grothoff2017-03-25
* MHD_start_daemon(): check for invalid combination of MHD_USE_NO_LISTEN_SOCKET...Evgeny Grin (Karlson2k)2017-03-25
* Check for invalid combinations of MHD_OPTION_THREAD_POOL_SIZE and daemon flags.Evgeny Grin (Karlson2k)2017-03-24
* Ignore "1" and "0" as thread pool sizes, do not create thread pools and warn ...Evgeny Grin (Karlson2k)2017-03-24
* Do not fail on full read buffer if connection was resumed too quick after sus...Evgeny Grin (Karlson2k)2017-03-23
* use static, parensChristian Grothoff2017-03-23
* Revert commit 0bc2fe6fe7442c4d15498e6867a1e58697e809c9.Evgeny Grin (Karlson2k)2017-03-22