aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo.c
Commit message (Expand)AuthorAge
* src/examples/demo{,_https}: fix response buffer overwritingHEADmasterМяделец Андрей Алексеевич5 days
* Fixed compiler warningsEvgeny Grin (Karlson2k)2024-01-30
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* -support mime-types by file extension in demo.cChristian Grothoff2022-10-28
* 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
* 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
* 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
* fix spacy url check in strict modeChristian Grothoff2018-03-02
* 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
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* 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
* 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
* use getc() as in demo.c instead of sleep()Christian Grothoff2016-01-18
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* modify demo to handle HEAD requestsChristian Grothoff2015-06-25
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Use number of CPUs in tests and examplesEvgeny Grin (Karlson2k)2014-03-06
* enable use of keep-alive with http 1.0 if explicitly requested by the clientChristian Grothoff2014-01-01
* -work around compiler warningsChristian Grothoff2013-12-22
* add support for SNIChristian Grothoff2013-12-21
* -cleaner behavior with respect to stopping to read pipelined requestsChristian Grothoff2013-06-28
* -benchmark for latency measurements and epoll demonstrationChristian Grothoff2013-06-23
* -fix build issues on MinGW (#2885)Christian Grothoff2013-05-18
* commentsChristian Grothoff2013-05-09
* -handle SIGPIPEChristian Grothoff2013-05-09
* -bugfixesChristian Grothoff2013-05-09
* -fix W32 buildChristian Grothoff2013-04-21
* -bsd fixChristian Grothoff2013-04-12
* finished with demonstratorChristian Grothoff2013-03-31
* add mime types to demoChristian Grothoff2013-03-31