aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
Commit message (Collapse)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
| | | | | | port number, Added new MHD_FEATURE value MHD_FEATURE_AUTODETECT_BIND_PORT.
* annotate arguments as in/outChristian Grothoff2017-06-04
|
* MHD_add_connection(): updated doxy to reflect that per-IP-limit actually is ↵Evgeny Grin (Karlson2k)2017-06-04
| | | | | | NOT ignored. Skipping of per-IP-limit could be easily implemented by request.
* 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
| | | | single option MHD_OPTION_STRICT_FOR_CLIENT.
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag ↵Christian Grothoff2017-04-24
| | | | is set
* 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 ↵Christian Grothoff2017-03-21
| | | | MHD_get_fdset2()
* 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 ↵Evgeny Grin (Karlson2k)2017-03-16
| | | | | | MHD_DAEMON_INFO_CURRENT_CONNECTIONS, Updated MHD_DAEMON_INFO_CURRENT_CONNECTIONS description
* 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
| | | | Maintain backward compatibility with except_fd_set set to NULL.
* Prevent calling of MHD_get_fdset() and MHD_get_fdset2() for daemons with ↵Evgeny Grin (Karlson2k)2017-03-15
| | | | | | MHD_USE_INTERNAL_POLLING_THREAD, maintain backward compatibility
* 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
| | | | 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.