aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
...
* resume_suspended_connections(): do not update connection state during resuming,Evgeny Grin (Karlson2k)2017-05-21
* Handle resumed connections and closed "upgraded" connections in thread-per-co...Evgeny Grin (Karlson2k)2017-05-14
* MHD_poll_listen_socket(): handle resumed connections and closed "upgraded" co...Evgeny Grin (Karlson2k)2017-05-14
* resume_suspended_connections(): update states of connection after resumingEvgeny Grin (Karlson2k)2017-05-11
* Do not add any "Connection" headers for "upgrade" connections.Evgeny Grin (Karlson2k)2017-05-11
* Resume resuming connection before other processing in external polling modeEvgeny Grin (Karlson2k)2017-05-11
* Do not add "Connection: Keep-Alive" header for "upgrade" connectionsEvgeny Grin (Karlson2k)2017-05-09
* Fixed: check all request "Connection" headers for "Close" and "Upgrade" token...Evgeny Grin (Karlson2k)2017-05-09
* Revert: continue match footers in MHD_get_response_header().Evgeny Grin (Karlson2k)2017-05-09
* Fixed MHD_get_response_header(): used case-insensitive match for header name,...Evgeny Grin (Karlson2k)2017-05-09
* Prevent repetitive analysing of headers to detect Keep-Alive/Close of connect...Evgeny Grin (Karlson2k)2017-05-05
* 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
* reason_phrase.c: Fixed shift in HTTP reasons strings.Evgeny Grin (Karlson2k)2017-04-26
* MHD_start_daemon(): allow MHD_USE_POLL only with MHD_USE_THREAD_PER_CONNECTIO...Evgeny Grin (Karlson2k)2017-04-25
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag i...Christian Grothoff2017-04-24
* enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_...Christian Grothoff2017-04-23
* replace sprintf() with MHD_snprintf_()Christian Grothoff2017-04-23
* Fixed support for old libgcrypt on W32 with W32 threads.Evgeny Grin (Karlson2k)2017-04-22
* Releasing GNU libmicrohttpd 0.9.53v0.9.53Evgeny Grin (Karlson2k)2017-04-11
* HTTPS test fixes and improvements:Evgeny Grin (Karlson2k)2017-04-10
* zzuf tests: make compatible with *BSD by replacing obsoleted setpgrp() with s...Evgeny Grin (Karlson2k)2017-04-06
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ...Evgeny Grin (Karlson2k)2017-04-06
* Updated autoinit_funcs.h to latest upstream version with proper support of Or...Evgeny Grin (Karlson2k)2017-04-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* ChangeLog: added missing entries.Evgeny Grin (Karlson2k)2017-03-30
* MHD_start_daemon(): obey MHD_USE_ITC in thread pool modeEvgeny Grin (Karlson2k)2017-03-26
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* fix #4967Christian Grothoff2017-03-25
* MHD_start_daemon(): check for invalid combination of MHD_USE_NO_LISTEN_SOCKET...Evgeny Grin (Karlson2k)2017-03-25
* add -lrt for glibc < 2.17 compatibilityChristian Grothoff2017-03-21
* Added autoconf module for detection of select() trigger on shutdown of listen...Evgeny Grin (Karlson2k)2017-03-20
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* Do not fail on overflown read buffer while connection is suspended.Evgeny Grin (Karlson2k)2017-03-17
* Revert "MHD_run_from_select(): removed ability to run epoll"Evgeny Grin (Karlson2k)2017-03-16
* Fixed logic of idle disconnection: connection should be disconnected not earl...Evgeny Grin (Karlson2k)2017-03-16
* Updated ChangeLogEvgeny Grin (Karlson2k)2017-03-16
* Update connection last activity if and only if any data was received or trans...Evgeny Grin (Karlson2k)2017-03-16
* Thread-safety: always lock mutex when modifying "cleanup" or "timeout" DL-listsEvgeny Grin (Karlson2k)2017-03-16
* Fixed compiler warnings, updated ChangeLog.Evgeny Grin (Karlson2k)2017-03-16
* MHD_run_from_select(): removed ability to run epollEvgeny Grin (Karlson2k)2017-03-15
* Added ability to get connection timeout by MHD_get_connection_info().Evgeny Grin (Karlson2k)2017-03-15
* Fixed merge errors in ChangeLog textEvgeny Grin (Karlson2k)2017-03-12
* fix largepost example, must only queue replies either before upload happens o...Christian Grothoff2017-03-11
* fix COV 164298: integer overflow on multiplying timeoutChristian Grothoff2017-03-10
* fix CID 164297: ensure -1 listen_fd is not passed to closeChristian Grothoff2017-03-10
* Updates file .silvioprog2017-03-07
* Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.silvioprog2017-03-07
* Updated ChangeLog.silvioprog2017-03-06
* replace tsearch test with code from gnulib, to hopefully address silviprog's ...Christian Grothoff2017-02-16