aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Still there is an issue with re-open a file. Patch applied below toChristian Grothoff2017-03-14
| | | | | | | | | | avoid it. Also iterate_post() always returns MHD_OK, because the app's logic driven from the value of con_info->answercode(). And in case if fwrite() fails we also update the answer code & page and MHD_post_process() overwrite them (fileioerror becomes postprocerror).
* fix largepost example, must only queue replies either before upload happens ↵Christian Grothoff2017-03-11
| | | | or after upload is done, not while upload is ongoing
* 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
| | | | by multi-platform applications
* One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.Evgeny Grin (Karlson2k)2016-11-10
| | | | Hopefully last one for now.
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if ↵Evgeny Grin (Karlson2k)2016-11-08
| | | | MHD_USE_THREAD_PER_CONNECTION is used
* Fixed wrong flag name in documentation.Evgeny Grin (Karlson2k)2016-11-08
|
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* 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 ↵Christian Grothoff2016-11-04
| | | | for consistency
* 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 ↵Christian Grothoff2016-10-16
| | | | do on the socket
* 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 ↵Evgeny Grin (Karlson2k)2016-10-11
| | | | of option
* 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
|
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
|
* documenting upgrade API in manualChristian Grothoff2016-08-27
|
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
| | | | Renamed MHD options and updated documentation.
* -nicer indentationChristian Grothoff2016-08-24
|
* fixing crash bug, connection-limit bug and documenting connection-limit ↵Christian Grothoff2016-08-15
| | | | behavior better
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
|
* fix FIXME in tutorialChristian Grothoff2016-07-08
|
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
|
* adding logic to do 'fast' calls to read/write on a single connection without ↵Christian Grothoff2016-05-02
| | | | going back to the main event loop to help FE with his performance issue
* clarifications to manual re: [libmicrohttpd] MHD_ContentReaderCallback and ↵Christian Grothoff2016-04-30
| | | | Byte serving
* largepost.c: corrected const pointer to const charEvgeny Grin (Karlson2k)2016-04-11
|
* Added check result of MHD_post_process() in largepost.cEvgeny Grin (Karlson2k)2016-04-11
|
* largepost.c: fixed compiling by VSEvgeny Grin (Karlson2k)2016-04-11
|
* simplepost.c: fixed compiling with VS before 2015Evgeny Grin (Karlson2k)2016-04-11
|
* fix #4233Christian Grothoff2016-04-02
|
* fix #4235Christian Grothoff2016-04-02
|
* -Fabian Mewes: Christian Grothoff2016-02-29
| | | | | | | | Fix the out-of-bound read of the NUL byte using strlen() in microhttpd/daemon.c:MHD_init_daemon_certificate() Fix the out-of-bound read of the NUL byte using strlen() in microhttpd/daemon.c:MHD_init_daemon_certificate()
* cleaning up largepostChristian Grothoff2015-12-11
|
* -cosmeticsChristian Grothoff2015-12-05
|
* examples/sessions.c: small fixEvgeny Grin (Karlson2k)2015-12-04
|
* Remove traces of libmicrospdyEvgeny Grin (Karlson2k)2015-12-03
|
* realize suggestion from FC on MHD list to improve ↵Christian Grothoff2015-10-25
| | | | MHD_get_connection_values() when used with a bitmask
* help systemd by not calling shutdown() on listen socket if ↵Christian Grothoff2015-09-22
| | | | MHD_USE_PIPE_FOR_SHUTDOWN is given
* correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed ↵Christian Grothoff2015-08-30
| | | | (previous formulation was wrong)
* fix #3909 with patch as suggestedChristian Grothoff2015-07-25
|