aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
...
* sketching how I envision handling UpgradeChristian Grothoff2016-08-26
* -indentation, ideas for upgrade APIChristian Grothoff2016-08-26
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Bumped MHD_VERSION and updated ChangeLog.Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved pipe/socketpair to separate mhd_itc.h/.c files.Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* fixing crash bug, connection-limit bug and documenting connection-limit behav...Christian Grothoff2016-08-15
* Updated ChangeLog, bump build versionEvgeny Grin (Karlson2k)2016-08-10
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* configure.ac: added --disable-thread-names parameterEvgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* Updated ChangeLog and bump MHD_VERSIONEvgeny Grin (Karlson2k)2016-07-23
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* support 308Christian Grothoff2016-07-08
* -fix ftbfsChristian Grothoff2016-06-02
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* -bumpChristian Grothoff2016-05-17
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
* adding logic to do 'fast' calls to read/write on a single connection without ...Christian Grothoff2016-05-02
* 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