aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* releasing 0.9.52v0.9.52Christian Grothoff2016-10-17
* migrating to GitChristian Grothoff2016-10-12
* update changelogChristian Grothoff2016-10-11
* Updated ChangeLog and bimped version patchlevel.Evgeny Grin (Karlson2k)2016-10-11
* implement #3557Christian Grothoff2016-09-22
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* Added autoconf macro for maximum platform features.Evgeny Grin (Karlson2k)2016-09-13
* applying Hawk's fix for #4641Christian Grothoff2016-09-07
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
* implement out-of-order nonce support (#4636)Christian Grothoff2016-09-06
* -add back Martin's fix, he was rightChristian Grothoff2016-09-06
* adding gettext stuff for fixing #4614Christian Grothoff2016-09-05
* -chlog updateChristian Grothoff2016-09-04
* -note on progress in ChangeLogChristian Grothoff2016-09-04
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* -releasing 0.9.51v0.9.51Christian Grothoff2016-08-27
* Bumped MHD_VERSION and updated ChangeLog.Evgeny Grin (Karlson2k)2016-08-23
* configure.ac: minor fix for non-bash shellsEvgeny Grin (Karlson2k)2016-08-16
* 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
* Updated ChangeLog and bump MHD_VERSIONEvgeny Grin (Karlson2k)2016-07-23
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* fix FIXME in tutorialChristian Grothoff2016-07-08
* support 308Christian Grothoff2016-07-08
* configure.ac: use shutdown to trigger select on NetBSD (tested)Evgeny Grin (Karlson2k)2016-06-25
* -fix ftbfsChristian Grothoff2016-06-02
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
* 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