aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09
* platform_interface.h: fix possible NULL pointer dereference on Win32Evgeny 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
* -fix as suggested by EGChristian Grothoff2016-02-22
* Faster drain pipes.Evgeny Grin (Karlson2k)2016-02-05
* Fixed MHD_pipe_drain_ with emulated pipesEvgeny Grin (Karlson2k)2016-02-05
* 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
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* microhttpd.h: A little bit clarified deprecation macros.Evgeny Grin (Karlson2k)2016-01-16
* microhttpd.h: fixed declaration of MHD_get_reason_phrase_for()Evgeny Grin (Karlson2k)2016-01-12
* -doxChristian Grothoff2016-01-05
* releasing 0.9.48Christian Grothoff2015-12-18
* Fixed comments in microhttpd.hEvgeny Grin (Karlson2k)2015-12-12
* Change default listen backlog size from 32 to SOMAXCONN, allow to specify req...Evgeny Grin (Karlson2k)2015-12-08
* Use real system default value of FD_SETSIZE instead of guessingEvgeny Grin (Karlson2k)2015-12-08
* Handle redefined FD_SETSIZE and really redefine FD_SETSIZE for W32Evgeny Grin (Karlson2k)2015-12-07
* -bumpChristian Grothoff2015-12-05
* releasing 0.9.47Christian Grothoff2015-12-04
* Added comments for deprecation macros in microhttpd.hEvgeny Grin (Karlson2k)2015-12-04
* Updated ChangeLog and bumped MHD_VERSIONEvgeny Grin (Karlson2k)2015-12-03
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
* killing libmicrospdyChristian Grothoff2015-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
* Add and use _MHD_SOCKOPT_BOOL_TYPE for simplify usage of setsockopt() on W32/...Evgeny Grin (Karlson2k)2015-11-21
* Hi folks,Christian Grothoff2015-11-10
* -fix shrinkageChristian Grothoff2015-11-06
* -fix by undoing part of 36568Christian Grothoff2015-11-03
* More support for old clang in deprecation macrosEvgeny Grin (Karlson2k)2015-10-27
* Update deprecation macros for new GCC, better support old clangEvgeny Grin (Karlson2k)2015-10-27
* Fix deprecation macros resulting in compilation errors with old GCC versionsEvgeny 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
* 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
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
* daemon.c: recv_param_adapter(): fix VS compiler warning for send()/recv()Evgeny Grin (Karlson2k)2015-08-08
* daemon.c: MHD_handle_connection(): check timeout value for overflow of W32Evgeny Grin (Karlson2k)2015-08-08
* fix #3924Christian Grothoff2015-08-04
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* platform.h: correction of sleep() and usleep() replacements for W32Evgeny Grin (Karlson2k)2015-07-07