aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
Commit message (Expand)AuthorAge
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
* src/examples/demo{,_https}: added some error checking, fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Replaced MHD_RESPMEM_MUST_FREE with more portable solution in examplesEvgeny Grin (Karlson2k)2022-05-14
* Fixed old-style functions definitionsEvgeny Grin (Karlson2k)2022-04-23
* Updated test TLS certificate in test and examplesEvgeny Grin (Karlson2k)2022-04-21
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
* Updated test certificatesEvgeny Grin (Karlson2k)2021-04-11
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Sanitized all log and error messages.silvioprog2020-05-09
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* 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