aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* 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
* help systemd by not calling shutdown() on listen socket if MHD_USE_PIPE_FOR_S...Christian Grothoff2015-09-22
* -releasing 0.9.43Christian Grothoff2015-09-16
* patch from FC to fix use of resume in combination with external selectChristian Grothoff2015-09-02
* correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed (previou...Christian Grothoff2015-08-30
* configure.ac: print more information during configureEvgeny Grin (Karlson2k)2015-08-27
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
* Updated ChangeLog, added missing newlineEvgeny Grin (Karlson2k)2015-08-08
* fix #3924Christian Grothoff2015-08-04
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* fix late counter-decrement issue reported by MD on the mailinglistChristian Grothoff2015-06-27
* fix HEAD handling issue in connection with MHD_create_response_from_callback ...Christian Grothoff2015-06-26
* Bump MHD_VERSION, update ChangeLog, substitute MHD_create_response_from_fd_at...Evgeny Grin (Karlson2k)2015-06-09
* I was checking a test app in valgrind and much to my surprise it was complain...Christian Grothoff2015-06-04
* Bump MHD_VERSION and update ChangeLogEvgeny Grin (Karlson2k)2015-06-03