aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
Commit message (Expand)AuthorAge
* Fixed build from source on GNU HurdEvgeny Grin (Karlson2k)2019-05-15
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
* improve comments, cosmeticsilvioprog2018-10-09
* Style fixes.silvioprog2018-10-09
* some minor code cleaning issuesChristian Grothoff2018-06-22
* fix memcpy calls with NULL and len 0 (pretty harmless, but causing compiler w...Christian Grothoff2018-02-22
* Additional compiler warnings fixes.Evgeny Grin (Karlson2k)2017-10-31
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* Added ability to compile demos without libmagic,Evgeny Grin (Karlson2k)2017-09-29
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* -fixes in code clones()Christian Grothoff2016-01-18
* -check rval before fstat'ingChristian Grothoff2016-01-18
* avoid stat/open race, and actually check for regular file (in demo)Christian Grothoff2016-01-18
* Adding "testcase" (demo_https) and a fix. -CGChristian Grothoff2015-04-12