aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* mhd_options.h: better detect compiler optimization optionEvgeny Grin (Karlson2k)2017-10-01
* more fixes from discussion with EGChristian Grothoff2017-09-24
* Minor fixes in microhttpd2.hEvgeny Grin (Karlson2k)2017-09-24
* more changes based on ongoing discussionsChristian Grothoff2017-09-23
* editing header to match EG's new action API suggestionChristian Grothoff2017-09-20
* 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
* updates to proposed API based on discussions with EGChristian Grothoff2017-08-21
* mergeChristian Grothoff2017-08-13
|\
| * microhttpd2.h: fixed c/p errorsEvgeny Grin (Karlson2k)2017-08-09
| * libmicrohttpd2.h: fixed typoEvgeny Grin (Karlson2k)2017-08-09
| * Updated MHD_*_get_information() functions.Evgeny Grin (Karlson2k)2017-08-09
* | improve comments, cosmeticChristian Grothoff2017-08-08
* | expand justificationsChristian Grothoff2017-08-08
|/
* revisions based on discussions with EGChristian Grothoff2017-08-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
* Updated autoinit_funcs.h to latest upstream version with proper support of Or...Evgeny Grin (Karlson2k)2017-04-05
* 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