aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Releasing 0.9.64v0.9.64Evgeny Grin (Karlson2k)2019-06-09
* microhttpd.h: reordered includes for better compatibility,Evgeny Grin (Karlson2k)2019-06-09
* tarball: add missing MSVS 2019 project filesEvgeny 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
* contrib: implemented script for importing 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
* contrib: published scripts for updating MHD header with new HTTP methods and ...Evgeny Grin (Karlson2k)2019-06-09
* Updated .gitattributes, normalized line ending in source fileEvgeny Grin (Karlson2k)2019-06-09
* update .gitignore filesChristian Grothoff2019-06-08
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-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
* Updated .gitlab-ci.yml, added upload of dist tarballEvgeny Grin (Karlson2k)2019-06-02
* Added support for SOCK_NOSIGPIPE from Solaris 11.4 and NetBSD 7+Evgeny Grin (Karlson2k)2019-06-02
* configure: check for 'rand' and 'random' by MHD_CHECK_FUNCEvgeny Grin (Karlson2k)2019-06-01
* Properly handle port detection if AF_UNIX socket is used on *BSD, macOSEvgeny Grin (Karlson2k)2019-06-01
* Added .gitattributes, fixed line endings in ac_define_dir.m4,Evgeny Grin (Karlson2k)2019-06-01
* configure: fixed detection of 'getsockname' on some systems (W32 x32),Evgeny Grin (Karlson2k)2019-06-01
* configure: Fixed 'getsockname' detection with special compiler flagsEvgeny Grin (Karlson2k)2019-05-30
* test_shutdown_*: fixed for W32Evgeny Grin (Karlson2k)2019-05-26
* ChangeLog updatedEvgeny 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
* ChangeLog updatedEvgeny Grin (Karlson2k)2019-05-21
* 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
* ChangeLog updateEvgeny Grin (Karlson2k)2019-05-21
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* eliminate compiler warningsChristian Grothoff2019-05-20