aboutsummaryrefslogtreecommitdiff
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
* configure: refactoring to be consistent with other configure variablesEvgeny Grin (Karlson2k)2017-04-14
* configure: check for invalid "with-thread" parametersEvgeny Grin (Karlson2k)2017-04-14
* 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
* Added VS2017 project files to tarballEvgeny Grin (Karlson2k)2017-04-11
* Updated more M4 autoconf macrosEvgeny 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
* configure: better test for "-Werror=attributes"Evgeny Grin (Karlson2k)2017-04-10
* Fixed compatibility with platforms without poll()Evgeny Grin (Karlson2k)2017-04-10
* Updated M4 autoconf-archive macros to latest versionsEvgeny Grin (Karlson2k)2017-04-10
* configure: use libgcrypt CPPFLAGS and LDFLAGS for building with GnuTLS if the...Evgeny Grin (Karlson2k)2017-04-10
* configure: fixed detection of "pthread_np.h" on OpenBSDEvgeny Grin (Karlson2k)2017-04-09
* 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
* ChangeLog: added missing entries.Evgeny Grin (Karlson2k)2017-03-30
* must pass size_t to default_handlerChristian Grothoff2017-03-29
* add document encoding hintChristian Grothoff2017-03-29
* Simplified VS projects filesEvgeny Grin (Karlson2k)2017-03-27
* Added VS2017 project filesEvgeny Grin (Karlson2k)2017-03-27
* 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
* configure: improved detection and usage of 'librt'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