aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Used 'bool' for struct MHD_Connection::tls_read_readyEvgeny Grin (Karlson2k)2016-11-14
* Fixed connection's closure reason in thread-per-connection mode.Evgeny Grin (Karlson2k)2016-11-14
* fixes to fix Doppelbauer testcaseChristian Grothoff2016-11-13
* use 'bool' for a few more internal fieldsChristian Grothoff2016-11-13
* Added support for faster setting thread names by pthread_attr_setname_np() wh...Evgeny Grin (Karlson2k)2016-11-11
* mhd_threads.c: added missing comments about thread names on QNXEvgeny Grin (Karlson2k)2016-11-11
* mhd_itc.c: fixed typo preventing build on Solaris and other systems.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
* MHD_start_daemon(): reject invalid combinations of flagsEvgeny Grin (Karlson2k)2016-11-10
* Removed unused variable.Evgeny Grin (Karlson2k)2016-11-10
* Updated ChangeLog and bumped version patchlevel.Evgeny Grin (Karlson2k)2016-11-10
* One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.Evgeny Grin (Karlson2k)2016-11-10
* Use non-blocking sockets for fast responsesEvgeny Grin (Karlson2k)2016-11-10
* Mark connection as blocking or non-blockingEvgeny Grin (Karlson2k)2016-11-10
* Prevent accidental double-cleanupEvgeny Grin (Karlson2k)2016-11-10
* perf_get: used same names as in perf_get_concurrentEvgeny Grin (Karlson2k)2016-11-10
* perf_get_concurrent: fixed tests descriptionsEvgeny Grin (Karlson2k)2016-11-10
* Added missing MHD_USE_INTERNAL_POLLING_THREAD in examples.Evgeny Grin (Karlson2k)2016-11-08
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* Renamed MHD flags: do not print deprecation messages for some time.Evgeny Grin (Karlson2k)2016-11-08
* Specify that flag MHD_USE_INTERNAL_POLLING_THREAD is mandatory if MHD_USE_THR...Evgeny Grin (Karlson2k)2016-11-08
* Fixed descriptions in commentsEvgeny Grin (Karlson2k)2016-11-08
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Fixed calloc() substitution.Evgeny Grin (Karlson2k)2016-11-07
* Used calloc() where possible with fallback to malloc()+memset().Evgeny Grin (Karlson2k)2016-11-07
* Removed outdated note from description comment.Evgeny Grin (Karlson2k)2016-11-07
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* Compare threads IDs in portable and documented way.Evgeny Grin (Karlson2k)2016-11-07
* Combine upgrade tests into single source file, port to platforms without fork()Evgeny Grin (Karlson2k)2016-11-07
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ...Evgeny Grin (Karlson2k)2016-11-06
* test_quiesce_stream.c: convert C++-style commentsEvgeny Grin (Karlson2k)2016-11-05
* return skipped if wget was not foundChristian Grothoff2016-11-04
* adding test from Markus (adapted by me to C and MHD-style)Christian Grothoff2016-11-04
* all flags start with MHD_USE_, rename MHD_ALLOW_UPGRADE to MHD_USE_UPGRADE fo...Christian Grothoff2016-11-04
* add example for MHD upgrade useChristian Grothoff2016-11-04
* document new invariants introduced by afe4f08eda64657f268e0d83e204041b2c281194Christian Grothoff2016-11-04
* change order to reduce #ifdef'ingChristian Grothoff2016-11-04
* reverting dd327c1d13252373cd1730e445d19930417571bf as it introduces a race on...Christian Grothoff2016-11-04
* use MHD_YES/MHD_NO instead of 0/not-0Christian Grothoff2016-11-04
* use MHD_YES/NO instead of 0/!0Christian Grothoff2016-11-04
* style fix: this 'const' is at best confusing, as we are about to free, plus i...Christian Grothoff2016-11-04
* style fix: this 'const' is at best confusing, as we are about to freeChristian Grothoff2016-11-04
* style fix: in MHD-style, we always put the const before 'struct'Christian Grothoff2016-11-04
* fix commit 334468c467472230b25b2640ba42639d6052c654 which introduced wrong br...Christian Grothoff2016-11-04
* Added MHD_FEATURE_TLS with as synonym for MHD_FEATURE_SSL.Evgeny Grin (Karlson2k)2016-11-03
* Added MHD_FEATURE_UPGRADE for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2016-11-03
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* Fixed again build without HTTPSEvgeny Grin (Karlson2k)2016-11-02
* Improved shutdown daemon with any "upgraded" not closed non-TLS connectionEvgeny Grin (Karlson2k)2016-11-02
* Fixed build without HTTPS supportEvgeny Grin (Karlson2k)2016-11-02