aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* fix epoll ready check reported by Chris Penev on the mailinglistChristian Grothoff2016-05-12
* adding logic to do 'fast' calls to read/write on a single connection without ...Christian Grothoff2016-05-02
* clarifications to manual re: [libmicrohttpd] MHD_ContentReaderCallback and By...Christian Grothoff2016-04-30
* test_concurrent_stop ported to use pthread instead of fork()Evgeny Grin (Karlson2k)2016-04-23
* test_quiesce: do not violate our APIEvgeny Grin (Karlson2k)2016-04-23
* MHD_quiesce_daemon(): notify other threads so listen socket FDEvgeny Grin (Karlson2k)2016-04-23
* Revert "shutdown trigger select" on Darwin.Evgeny Grin (Karlson2k)2016-04-23
* Fixed race conditions for thread pool.Evgeny Grin (Karlson2k)2016-04-22
* Updated test_post.c to not ignore specific error on W32 if libcurlEvgeny Grin (Karlson2k)2016-04-20
* Fixed rare situations when suspended connection can't be resumed.Evgeny Grin (Karlson2k)2016-04-18
* Fixed handling of caller-supplied socket with MHD_OPTION_LISTEN_SOCKET.Evgeny Grin (Karlson2k)2016-04-12
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09
* Reworked calling shutdown() on connections:Evgeny Grin (Karlson2k)2016-04-08
* Dan Dedrick wrote:Christian Grothoff2016-03-15
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15
* Added test for checking ability of shutdown() on socket to trigger poll()Evgeny Grin (Karlson2k)2016-02-05
* Added some buffer overrun protection, fixed handling of misformed URI with sp...Evgeny Grin (Karlson2k)2016-02-04
* trying to fix full signal pipe issue reported on MLChristian Grothoff2016-02-03
* Fix running select() on W32 with empty fdsets - W32 return error if no socket...Evgeny Grin (Karlson2k)2016-01-30
* Added test for checking ability of shutdown() on socket to trigger select()Evgeny Grin (Karlson2k)2016-01-25
* Reworked code for using accept4(), epoll_create1() and socket() with SOCK_CLO...Evgeny Grin (Karlson2k)2016-01-21
* daemon.c: refactored code making sockets non-blocking and non-inheritable: cl...Evgeny Grin (Karlson2k)2016-01-19
* Remove workaround for Cygwin and use non-blocking sockets everywhere.Evgeny Grin (Karlson2k)2016-01-19
* update ChangelogChristian Grothoff2016-01-18
* Do not give up if sendfile() failed with EINVALEvgeny Grin (Karlson2k)2016-01-17
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* microhttpd.h: fixed declaration of MHD_get_reason_phrase_for()Evgeny Grin (Karlson2k)2016-01-12
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* releasing 0.9.48Christian Grothoff2015-12-18
* Updated ChangeLogEvgeny Grin (Karlson2k)2015-12-16
* aggressively close sockets in multi-threaded operationChristian Grothoff2015-12-05
* releasing 0.9.47Christian Grothoff2015-12-04
* Updated ChangeLog and bumped MHD_VERSIONEvgeny Grin (Karlson2k)2015-12-03
* killing libmicrospdyChristian Grothoff2015-12-01
* ChangeLog formatting fixesEvgeny Grin (Karlson2k)2015-12-01
* Eliminate delay of response on platforms where socket flushing is not possible,Evgeny Grin (Karlson2k)2015-12-01
* Reduce last packet response delay observable with keep-alive on BSD and Darwi...Evgeny Grin (Karlson2k)2015-11-25
* Hi folks,Christian Grothoff2015-11-10
* -bumpChristian Grothoff2015-11-09
* typoChristian Grothoff2015-11-09
* -fix shrinkageChristian Grothoff2015-11-06
* -add patch from Eugenio PerezChristian Grothoff2015-11-03
* -fix by undoing part of 36568Christian Grothoff2015-11-03
* Update deprecation macros for new GCC, better support old clangEvgeny Grin (Karlson2k)2015-10-27
* realize suggestion from FC on MHD list to improve MHD_get_connection_values()...Christian Grothoff2015-10-25
* -fix assertion failure from race on shutdown and buffer shrinkage with pipeli...Christian Grothoff2015-10-25
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* releasing 0.9.44Christian Grothoff2015-10-01
* Update ChangeLogEvgeny Grin (Karlson2k)2015-09-30
* fix digest auth when used with more complex arguments being passed to GET, i....Christian Grothoff2015-09-25