aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* clarify return value is intentionally ignoredChristian Grothoff2019-06-02
* Added support for SOCK_NOSIGPIPE from Solaris 11.4 and NetBSD 7+Evgeny Grin (Karlson2k)2019-06-02
* Properly handle port detection if AF_UNIX socket is used on *BSD, macOSEvgeny Grin (Karlson2k)2019-06-01
* configure: fixed detection of 'getsockname' on some systems (W32 x32),Evgeny Grin (Karlson2k)2019-06-01
* test_shutdown_*: fixed for W32Evgeny Grin (Karlson2k)2019-05-26
* daemon: flush stderr after each write for debug buildsEvgeny Grin (Karlson2k)2019-05-26
* test_get: implemented more detailed reportsEvgeny Grin (Karlson2k)2019-05-26
* tests: fixed compiler warnings on W32Evgeny Grin (Karlson2k)2019-05-26
* tests: properly setup CURL optionsEvgeny Grin (Karlson2k)2019-05-26
* test_https_get_select: fixed usage of uninitialized variableEvgeny Grin (Karlson2k)2019-05-26
* curl tests: fixed detection of "11" marker on w32Evgeny Grin (Karlson2k)2019-05-26
* perf_get_concurrent11: added new test, fixed "11" mode detectionEvgeny Grin (Karlson2k)2019-05-26
* perf_get_concurrent: fixed exhausting of local ports on multi-core machinesEvgeny Grin (Karlson2k)2019-05-26
* test_concurrent_stop: heavily rewritten, added watchdog, avoided exhausting o...Evgeny Grin (Karlson2k)2019-05-26
* Fixed cast of incompatible function pointer,Evgeny Grin (Karlson2k)2019-05-25
* Eliminated one compiler warning, checking is more correct nowEvgeny Grin (Karlson2k)2019-05-25
* Proper detection of .sin?_len members, fixed build on *BSDEvgeny Grin (Karlson2k)2019-05-25
* MHD_start_daemon(): report if TCP_FASTOPEN is used on supported platformEvgeny Grin (Karlson2k)2019-05-21
* MHD_set_connection_value_n_nocheck_() mark as static functionEvgeny Grin (Karlson2k)2019-05-21
* Removed extra ';'Evgeny Grin (Karlson2k)2019-05-21
* Check TLS strings lengthsEvgeny Grin (Karlson2k)2019-05-21
* MHD_start_daemon(): fixed port detection on some platforms,Evgeny Grin (Karlson2k)2019-05-21
* Fixed compiler warningEvgeny Grin (Karlson2k)2019-05-21
* Removed unused macroEvgeny Grin (Karlson2k)2019-05-21
* Avoid dropping 'const' qualifier in macrosEvgeny Grin (Karlson2k)2019-05-21
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* eliminate compiler warningsChristian Grothoff2019-05-20
* http_chunked_compression: fixed for non-64bit systemsEvgeny Grin (Karlson2k)2019-05-18
* http_chunked_compression example: clarify and improve readabilityEvgeny Grin (Karlson2k)2019-05-18
* http_compression example: fix compiler warningEvgeny Grin (Karlson2k)2019-05-18
* mhd_limits.h: fixed typoEvgeny Grin (Karlson2k)2019-05-18
* More speedups by using predefined length of stringsEvgeny Grin (Karlson2k)2019-05-15
* Fixed build from source on GNU HurdEvgeny Grin (Karlson2k)2019-05-15
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
* MHD_get_connection_values_n(): avoid ambiguous 'else'Evgeny Grin (Karlson2k)2019-05-03
* Added MHD_get_connection_values_n() function to get keys andEvgeny Grin (Karlson2k)2019-05-03
* MHD_set_connection_value*(): optimization to avoid double strlen().Evgeny Grin (Karlson2k)2019-05-03
* test_postprocessor*: fixed to use updated struct MHD_HTTP_HeaderEvgeny Grin (Karlson2k)2019-05-03
* test_postprocessor_amp: fixed to really test somethingEvgeny Grin (Karlson2k)2019-05-03
* Added MHD_lookup_connection_value_n().Evgeny Grin (Karlson2k)2019-05-03
* Fixed strlen(NULL) in bcdff026967469e6c9cd1a22db80721712586a8eEvgeny Grin (Karlson2k)2019-05-03
* Disallow binary zero in header and cookies.Evgeny Grin (Karlson2k)2019-05-03
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* response.c: added missing assigment of MHD_HTTP_Header::value_sizeEvgeny Grin (Karlson2k)2019-05-01
* mhd_str: include proper and simpler headerEvgeny Grin (Karlson2k)2019-05-01
* Fixed C++-style comments.silvioprog2019-04-30
* applying patch from TimChristian Grothoff2019-04-30
* indent fixChristian Grothoff2019-04-23