aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* add support for digest auth with hashed passwordChristian Grothoff2018-07-14
* some minor code cleaning issuesChristian Grothoff2018-06-22
* move to canonical gettextChristian Grothoff2018-03-10
* fix misc build issues if various features (poll/epoll/upgrade-support) are di...Christian Grothoff2018-03-05
* update .gitignore fileChristian Grothoff2018-03-02
* make checkers happier by reducing use of strcpy and strcatChristian Grothoff2018-02-22
* Excluded microhttpd2.h from doxyEvgeny Grin (Karlson2k)2017-12-11
* doxygen docs: automatically update lib versionEvgeny Grin (Karlson2k)2017-12-11
* Updated doxygen configuration fileEvgeny Grin (Karlson2k)2017-12-11
* docs: install documentation picture alongside documentation filesEvgeny Grin (Karlson2k)2017-12-04
* docs: make MHD picture name unique to allow installation in /usr/share/infoEvgeny Grin (Karlson2k)2017-12-04
* docs: help man to find entry for 'libmicrohttpd'Evgeny Grin (Karlson2k)2017-12-04
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* Dropped non-functional Symbian support.Evgeny Grin (Karlson2k)2017-06-14
* typoMarcello Stanisci2017-06-14
* microhttpd.h: deprecate unused MHD_RESPONSE_HEADER_KIND valueEvgeny Grin (Karlson2k)2017-05-06
* documentation, adding MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE, releasing 0.9.54Christian Grothoff2017-05-02
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag i...Christian Grothoff2017-04-24
* add document encoding hintChristian Grothoff2017-03-29
* Fixed docs as suggested by Vitaliy TEvgeny Grin (Karlson2k)2017-03-22
* document MHD_CONNECTION_INFO_CONNECTION_TIMEOUT in manualChristian Grothoff2017-03-21
* clarify when it is ok to call MHD_get_fdset in documentation, document MHD_ge...Christian Grothoff2017-03-21
* Still there is an issue with re-open a file. Patch applied below toChristian Grothoff2017-03-14
* fix largepost example, must only queue replies either before upload happens o...Christian Grothoff2017-03-11
* Updated documentation.Karlson2k2016-11-23
* Updated documentation about MHD_OPTION_LISTENING_ADDRESS_REUSEEvgeny Grin (Karlson2k)2016-11-14
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.Evgeny Grin (Karlson2k)2016-11-10
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if MHD_USE_THR...Evgeny Grin (Karlson2k)2016-11-08
* Fixed wrong flag name in documentation.Evgeny Grin (Karlson2k)2016-11-08
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* all flags start with MHD_USE_, rename MHD_ALLOW_UPGRADE to MHD_USE_UPGRADE fo...Christian Grothoff2016-11-04
* update manual in line with commit cbd93766919531e3986e5a9c838df61e696a07f0Christian Grothoff2016-11-04
* fix clang warningsChristian Grothoff2016-10-17
* improve upgrade documentation to clarify what the application can or cannot d...Christian Grothoff2016-10-16
* Remove leftover "linux only" on epoll fd.Evgeny Grin (Karlson2k)2016-10-14
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Change 'pipe'->'ITC' in comments, messages and var names.Evgeny Grin (Karlson2k)2016-10-11
* Rename 'MHD_USE_PIPE_FOR_SHUTDOWN' -> 'MHD_USE_ITC' to reflect real meaning o...Evgeny Grin (Karlson2k)2016-10-11
* If examples are disabled - do not build 'examples' in '/doc' too.Evgeny Grin (Karlson2k)2016-09-21
* Fixed compiling examples on old compilers.Evgeny Grin (Karlson2k)2016-09-21
* -add back Martin's fix, he was rightChristian Grothoff2016-09-06
* -document better how to use MHD_resume_connection() with external event loopChristian Grothoff2016-09-04
* -fixing minor issues (leaks, use after free) in recently added upgrade logicChristian Grothoff2016-09-04
* update manualChristian Grothoff2016-09-04