aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* mhd_sockets.h: minor micros fixesEvgeny Grin (Karlson2k)2019-06-10
* Bump MHD_VERSION to signal dev versionEvgeny Grin (Karlson2k)2019-06-09
* Releasing 0.9.64v0.9.64Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: reordered includes for better compatibility,Evgeny Grin (Karlson2k)2019-06-09
* tests: fixed, removed deprecated HTTP codeEvgeny Grin (Karlson2k)2019-06-09
* microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()Evgeny Grin (Karlson2k)2019-06-09
* Updated HTTP status codesEvgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: moved together deprecated and non-standard HTTP status codes,Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: moved deprecated HTTP code definitions to the end of the listEvgeny Grin (Karlson2k)2019-06-09
* libmicrohttpd.h: Updated HTTP methods and headersEvgeny Grin (Karlson2k)2019-06-09
* Updated .gitattributes, normalized line ending in source fileEvgeny Grin (Karlson2k)2019-06-09
* update .gitignore filesChristian Grothoff2019-06-08
* 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