aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* microhttpd.h: re-sorted HTTP headers for better readabilityEvgeny Grin (Karlson2k)2017-02-26
|
* microhttpd.h: updated HTTP methodsEvgeny Grin (Karlson2k)2017-02-26
|
* fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.silvioprog2017-02-25
|
* reason_phrase.c: updated response phrases to latest.Evgeny Grin (Karlson2k)2017-02-24
|
* microhttpd.h: added HTTP header categories and source of HTTP header definitionEvgeny Grin (Karlson2k)2017-02-24
|
* microhttpd.h: update HTTP headers to latest specificationEvgeny Grin (Karlson2k)2017-02-23
|
* microhttpd.h: updated HTTP response codes according to HTTP Status Code RegistryEvgeny Grin (Karlson2k)2017-02-23
|
* bump dates and versions and update ChangeLogChristian Grothoff2017-02-15
|
* fix #4887Christian Grothoff2017-02-12
|
* Fixed thread safety with responses with same file FD,Evgeny Grin (Karlson2k)2016-12-01
| | | | added enum value MHD_FEATURE_RESPONSES_SHARED_FD
* Gettext staff moved to 'po' directory. Main 'configure' now do not check forEvgeny Grin (Karlson2k)2016-11-23
| | | | gettext and related staff.
* Fixed usage of MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE on Linux 3.2, 3.4 ↵Evgeny Grin (Karlson2k)2016-11-14
| | | | (longterm)
* Added support for faster setting thread names by pthread_attr_setname_np() ↵Evgeny Grin (Karlson2k)2016-11-11
| | | | where available.
* 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
* Updated ChangeLog and bumped version patchlevel.Evgeny Grin (Karlson2k)2016-11-10
|
* 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.
* Renamed MHD flags: do not print deprecation messages for some time.Evgeny Grin (Karlson2k)2016-11-08
|
* 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 descriptions in commentsEvgeny 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
* Removed outdated note from description comment.Evgeny Grin (Karlson2k)2016-11-07
|
* 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
* Added MHD_FEATURE_TLS with as synonym for MHD_FEATURE_SSL.Evgeny Grin (Karlson2k)2016-11-03
|
* Added MHD_FEATURE_UPGRADE for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2016-11-03
|
* 'Upgrade' connections: simplify daemon optionsEvgeny Grin (Karlson2k)2016-11-02
|
* Reworked "upgraded" closure logic: resources deallocated and sockets are closedEvgeny Grin (Karlson2k)2016-10-30
| | | | | asynchronously only in daemon's thread and only when all data was forwarded and application signaled about upgraded closure.
* Added support for suspending connection in thread-per-connection modeEvgeny Grin (Karlson2k)2016-10-27
|
* clean up leftovers in upgrade documentationChristian Grothoff2016-10-17
|
* improve upgrade documentation to clarify what the application can or cannot ↵Christian Grothoff2016-10-16
| | | | do on the socket
* do not deprecate so quickly, otherwise we get compilation issuesChristian Grothoff2016-10-12
|
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
|
* deprecate USE_SSL for USE_TLSChristian Grothoff2016-10-11
|
* Updated ChangeLog and bimped version patchlevel.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
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
|
* Added autoconf macro for maximum platform features.Evgeny Grin (Karlson2k)2016-09-13
|
* -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
|
* also add tests for external select/epoll for connection upgradesChristian Grothoff2016-09-04
|
* -fixing the FLUSH problem nicelyChristian Grothoff2016-09-04
|
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
|
* -reverting SVN 37849Christian Grothoff2016-09-01
|
* fix memory corruptionMartin Schanzenbach2016-08-30
|
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
|
* documenting upgrade API in manualChristian Grothoff2016-08-27
|
* sketching support for upgrade handlingChristian Grothoff2016-08-27
|
* -fix @fileChristian Grothoff2016-08-27
|
* -releasing 0.9.51v0.9.51Christian Grothoff2016-08-27
|