aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* add support for digest auth with hashed passwordChristian Grothoff2018-07-14
|
* move to canonical gettextChristian Grothoff2018-03-10
|
* fix test_upgrade transient failures (#5189)Christian Grothoff2018-03-02
|
* call completion handler also for upgrade connectionsChristian Grothoff2018-02-27
|
* fixing #5278 as suggested by reporterChristian Grothoff2018-02-16
|
* getting ready for 0.9.59v0.9.59Christian Grothoff2018-02-01
|
* fix maskChristian Grothoff2018-02-01
|
* fix #5260 as suggested by reporterChristian Grothoff2018-01-29
|
* fix warnings for __clang_major__ for non-clang compilersChristian Grothoff2018-01-04
|
* Doxygen fixesEvgeny Grin (Karlson2k)2017-12-11
|
* Releasing GNU libmicrohttpd 0.9.58v0.9.58Evgeny Grin (Karlson2k)2017-12-07
|
* https tests: completely exclude 3DES from testsEvgeny Grin (Karlson2k)2017-12-07
| | | | as it considered as "unsafe" and could be disabled in libs
* docs: install documentation picture alongside documentation filesEvgeny Grin (Karlson2k)2017-12-04
|
* fix warning 'Failed to get listen port number due to small buffer' ↵Christian Grothoff2017-11-27
| | | | encountered when we try to derive the port of a unix domain socket
* Releasing GNU libmicrohttpd 0.9.57v0.9.57Evgeny Grin (Karlson2k)2017-11-27
|
* Update README.Evgeny Grin (Karlson2k)2017-11-27
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2017-11-27
|
* Fixed builds with size optimisation.Evgeny Grin (Karlson2k)2017-11-25
|
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
|
* Added MHD_FEATURE_SENDFILE test featureEvgeny Grin (Karlson2k)2017-11-23
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2017-11-23
|
* Updated ChangeLog.Evgeny Grin (Karlson2k)2017-11-01
|
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
|
* Fix at-limit raceChristian Grothoff2017-09-26
|
* Fixed sending responses >16KiB in HTTPS mode with epollEvgeny Grin (Karlson2k)2017-09-08
|
* Updated chunked_example.cEvgeny Grin (Karlson2k)2017-07-25
|
* Use GNUTLS_NONBLOCK (if available) for TLS sessionsEvgeny Grin (Karlson2k)2017-07-13
|
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
|
* Dropped non-functional Symbian support.Evgeny Grin (Karlson2k)2017-06-14
|
* MHD_connection_handle_write(): simplified and unified code, removed dead code.Evgeny Grin (Karlson2k)2017-06-05
| | | | Functionality is unchanged.
* run_tls_handshake(): refactoring: return false if data send is not (yet) allowedEvgeny Grin (Karlson2k)2017-06-05
|
* 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
|
* resume_suspended_connections(): do not update connection state during resuming,Evgeny Grin (Karlson2k)2017-05-21
| | | | | | | handle update of states in main loop as handling of locking can significantly increase complexity of processing in resume_suspended_connections(). This revert 16da279752e54c616edcb485ea637234101447c9, but resumed connections in epoll mode are processed already faster after 534d586422c6eba94ae1b193338138cb2abce3cf.
* Handle resumed connections and closed "upgraded" connections in ↵Evgeny Grin (Karlson2k)2017-05-14
| | | | | | thread-per-connection mode with select(), do not use zero delay in MHD_poll_listen_socket() if connections are resumed
* MHD_poll_listen_socket(): handle resumed connections and closed "upgraded" ↵Evgeny Grin (Karlson2k)2017-05-14
| | | | connections
* 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" ↵Evgeny Grin (Karlson2k)2017-05-09
| | | | | | tokens instead of using only first "Connection" header with full string match.
* Revert: continue match footers in MHD_get_response_header().Evgeny Grin (Karlson2k)2017-05-09
| | | | This is a partial revert of 6894504f51ecd271f7471c69935329b1402f49c2
* Fixed MHD_get_response_header(): used case-insensitive match for header ↵Evgeny Grin (Karlson2k)2017-05-09
| | | | name, use only headers
* Prevent repetitive analysing of headers to detect Keep-Alive/Close of ↵Evgeny Grin (Karlson2k)2017-05-05
| | | | connection.
* 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.
* reason_phrase.c: Fixed shift in HTTP reasons strings.Evgeny Grin (Karlson2k)2017-04-26
| | | | Added test for HTTP reasons strings.
* MHD_start_daemon(): allow MHD_USE_POLL only with ↵Evgeny Grin (Karlson2k)2017-04-25
| | | | | | MHD_USE_THREAD_PER_CONNECTION for backward compatibility. New applications are advised to use MHD_USE_INTERNAL_POLLING_THREAD with MHD_USE_THREAD_PER_CONNECTION.
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag ↵Christian Grothoff2017-04-24
| | | | is set
* enforce RFC 7230 no-whitespace in header field name rule if ↵Christian Grothoff2017-04-23
| | | | MHD_USE_PEDANTIC_CHECKS is set