aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* Added minimal example for how to compress HTTP response. (#4914)silvioprog2019-01-08
* Check should (indeed) be for GNUTLS_E_AGAIN.Christian Grothoff2018-12-19
* reset timeout on response being queued, needed in thread-per-connection mode ...Christian Grothoff2018-12-13
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDou...Christian Grothoff2018-12-08
* releasing libmicrohttpd 0.9.62v0.9.62Christian Grothoff2018-12-08
* add test for RFC 7616 and document new APIChristian Grothoff2018-12-08
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Renamed all occurrences from _model(s)_ to _mode(s)_.silvioprog2018-12-06
* Optimized the function MHD_create_response_from_callback() for Windows by inc...silvioprog2018-12-06
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
* fix #5496:Christian Grothoff2018-12-05
* releasing 0.9.61Christian Grothoff2018-11-20
* fix build issue with GnuTLS < 3.0Christian Grothoff2018-11-14
* From: Christian Hesse <mail@eworm.de>Christian Grothoff2018-11-12
* add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|\
| * releasing libmicrohttpd 0.9.60v0.9.60Christian Grothoff2018-11-06
|/
* initialize epoll_fd even if we have no listen fd, patch by Jose BolloChristian Grothoff2018-11-01
* notify main thread about thread termination for instant clean upChristian Grothoff2018-10-20
* From: Gauthier Haderer <ghaderer@wyplay.com>Christian Grothoff2018-10-16
* fix #5411Christian Grothoff2018-10-05
* properly recognize Dirk B.Christian Grothoff2018-07-14
* integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bug...Christian Grothoff2018-07-14
* 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
* docs: install documentation picture alongside documentation filesEvgeny Grin (Karlson2k)2017-12-04
* fix warning 'Failed to get listen port number due to small buffer' encountere...Christian Grothoff2017-11-27
* 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