aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
Commit message (Expand)AuthorAge
* Releasing GNU libmicrohttpd 0.9.57v0.9.57Evgeny Grin (Karlson2k)2017-11-27
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
* Improved doxy for MHD_free() and MHD_digest_auth_get_username()Evgeny Grin (Karlson2k)2017-11-23
* Added MHD_FEATURE_SENDFILE test featureEvgeny Grin (Karlson2k)2017-11-23
* add MHD_free(), actual 'code' and symbol exportChristian Grothoff2017-10-09
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
* further adaptations to API based on discussions with EGChristian Grothoff2017-09-12
* Additional clarification about MHD_get_timeout().Evgeny Grin (Karlson2k)2017-09-08
* Updated doxy about MHD_get_timeout()Evgeny Grin (Karlson2k)2017-09-08
* propsing NG API for MHDChristian Grothoff2017-07-18
* Added new value MHD_FEATURE_AUTOSUPPRESS_SIGPIPE for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2017-07-13
* MHD_get_daemon_info(): return bind port number by MHD_DAEMON_INFO_BIND_PORTEvgeny Grin (Karlson2k)2017-06-16
* MHD_start_daemon(): added port autodetection if '0' (autoselect) is used for ...Evgeny Grin (Karlson2k)2017-06-16
* annotate arguments as in/outChristian Grothoff2017-06-04
* MHD_add_connection(): updated doxy to reflect that per-IP-limit actually is N...Evgeny Grin (Karlson2k)2017-06-04
* Releasing GNU libmicrohttpd 0.9.55v0.9.55Evgeny Grin (Karlson2k)2017-05-28
* Added more comments for start upgrade callback function.Evgeny Grin (Karlson2k)2017-05-15
* Resume resuming connection before other processing in external polling modeEvgeny Grin (Karlson2k)2017-05-11
* 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
* Replaced flags MHD_USE_PEDANTIC_CHECKS and MHD_USE_PERMISSIVE_CHECKS byEvgeny Grin (Karlson2k)2017-04-27
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag i...Christian Grothoff2017-04-24
* replace sprintf() with MHD_snprintf_()Christian Grothoff2017-04-23
* Releasing GNU libmicrohttpd 0.9.53v0.9.53Evgeny Grin (Karlson2k)2017-04-11
* clarify commentChristian Grothoff2017-04-11
* clarify when it is ok to call MHD_get_fdset in documentation, document MHD_ge...Christian Grothoff2017-03-21
* Do not update last activity time on connections without timeout timerEvgeny Grin (Karlson2k)2017-03-16
* Fixed thread-safety of MHD_get_daemon_info() for MHD_DAEMON_INFO_CURRENT_CONN...Evgeny Grin (Karlson2k)2017-03-16
* Added MHD_DAEMON_INFO_FLAGS to get daemon's flags by MHD_get_daemon_info()Evgeny Grin (Karlson2k)2017-03-16
* union MHD_DaemonInfo: added epoll_fd to clearly use with epoll FDEvgeny Grin (Karlson2k)2017-03-16
* Added ability to get connection timeout by MHD_get_connection_info().Evgeny Grin (Karlson2k)2017-03-15
* Prevent run of MHD_run_from_select() for daemon started with wrong flags.Evgeny Grin (Karlson2k)2017-03-15
* Prevent calling of MHD_get_fdset() and MHD_get_fdset2() for daemons with MHD_...Evgeny Grin (Karlson2k)2017-03-15
* Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.silvioprog2017-03-07
* 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
* Fixed thread safety with responses with same file FD,Evgeny Grin (Karlson2k)2016-12-01
* Gettext staff moved to 'po' directory. Main 'configure' now do not check forEvgeny Grin (Karlson2k)2016-11-23
* Fixed usage of MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE on Linux 3.2, 3.4 ...Evgeny Grin (Karlson2k)2016-11-14
* Added support for faster setting thread names by pthread_attr_setname_np() wh...Evgeny Grin (Karlson2k)2016-11-11
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* 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
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08