aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* Releasing GNU libmicrohttpd 0.9.53v0.9.53Evgeny Grin (Karlson2k)2017-04-11
* HTTPS test fixes and improvements:Evgeny Grin (Karlson2k)2017-04-10
* zzuf tests: make compatible with *BSD by replacing obsoleted setpgrp() with s...Evgeny Grin (Karlson2k)2017-04-06
* Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try ...Evgeny Grin (Karlson2k)2017-04-06
* Updated autoinit_funcs.h to latest upstream version with proper support of Or...Evgeny Grin (Karlson2k)2017-04-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* ChangeLog: added missing entries.Evgeny Grin (Karlson2k)2017-03-30
* MHD_start_daemon(): obey MHD_USE_ITC in thread pool modeEvgeny Grin (Karlson2k)2017-03-26
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* fix #4967Christian Grothoff2017-03-25
* MHD_start_daemon(): check for invalid combination of MHD_USE_NO_LISTEN_SOCKET...Evgeny Grin (Karlson2k)2017-03-25
* add -lrt for glibc < 2.17 compatibilityChristian Grothoff2017-03-21
* Added autoconf module for detection of select() trigger on shutdown of listen...Evgeny Grin (Karlson2k)2017-03-20
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* Do not fail on overflown read buffer while connection is suspended.Evgeny Grin (Karlson2k)2017-03-17
* Revert "MHD_run_from_select(): removed ability to run epoll"Evgeny Grin (Karlson2k)2017-03-16
* Fixed logic of idle disconnection: connection should be disconnected not earl...Evgeny Grin (Karlson2k)2017-03-16
* Updated ChangeLogEvgeny Grin (Karlson2k)2017-03-16
* Update connection last activity if and only if any data was received or trans...Evgeny Grin (Karlson2k)2017-03-16
* Thread-safety: always lock mutex when modifying "cleanup" or "timeout" DL-listsEvgeny Grin (Karlson2k)2017-03-16
* Fixed compiler warnings, updated ChangeLog.Evgeny Grin (Karlson2k)2017-03-16
* MHD_run_from_select(): removed ability to run epollEvgeny Grin (Karlson2k)2017-03-15
* Added ability to get connection timeout by MHD_get_connection_info().Evgeny Grin (Karlson2k)2017-03-15
* Fixed merge errors in ChangeLog textEvgeny Grin (Karlson2k)2017-03-12
* fix largepost example, must only queue replies either before upload happens o...Christian Grothoff2017-03-11
* fix COV 164298: integer overflow on multiplying timeoutChristian Grothoff2017-03-10
* fix CID 164297: ensure -1 listen_fd is not passed to closeChristian Grothoff2017-03-10
* Updates file .silvioprog2017-03-07
* Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.silvioprog2017-03-07
* Updated ChangeLog.silvioprog2017-03-06
* 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