aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* replace tsearch test with code from gnulib, to hopefully address silviprog's ...Christian Grothoff2017-02-16
* bump dates and versions and update ChangeLogChristian Grothoff2017-02-15
* Use both SO_REUSEADDR and SO_REUSEPORT on non-W32 if MHD_OPTION_LISTENING_ADD...Evgeny Grin (Karlson2k)2016-11-23
* Gettext staff moved to 'po' directory. Main 'configure' now do not check forEvgeny Grin (Karlson2k)2016-11-23
* Fixed forwarding data of TLS "upgraded" connections for chunks sizes larger t...Evgeny Grin (Karlson2k)2016-11-15
* Fixed usage of MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE on Linux 3.2, 3.4 ...Evgeny Grin (Karlson2k)2016-11-14
* fixes to fix Doppelbauer testcaseChristian Grothoff2016-11-13
* Added support for faster setting thread names by pthread_attr_setname_np() wh...Evgeny Grin (Karlson2k)2016-11-11
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* Updated ChangeLog and bumped version patchlevel.Evgeny Grin (Karlson2k)2016-11-10
* 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