aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAge
* examples/timeout.c: Converted newline chars to Unix formatEvgeny Grin (Karlson2k)2017-05-29
* Do not build upgrade example in upgrade is disabled by configureEvgeny Grin (Karlson2k)2017-05-16
* Added more comments for start upgrade callback function.Evgeny Grin (Karlson2k)2017-05-15
* Replaced flags MHD_USE_PEDANTIC_CHECKS and MHD_USE_PERMISSIVE_CHECKS byEvgeny Grin (Karlson2k)2017-04-27
* enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_...Christian Grothoff2017-04-23
* style fixes to i18n exampleChristian Grothoff2017-03-21
* check system call return values in testsChristian Grothoff2017-03-10
* i18n example: re-add useful comments as suggested by Karlson2ksilvioprog2017-03-01
* i18n example has been failed in some SOs, then we decided to make it as an ex...silvioprog2017-02-28
* Added i18n example: msgs_i18n.csilvioprog2017-02-28
* apply copyright headerChristian Grothoff2017-02-26
* update gitignore filesChristian Grothoff2017-02-26
* avoid c99 construct, we do not yet require c99 elsewhereChristian Grothoff2017-01-31
* fileserver_example: used MHD built-in function for sending files, added commentsEvgeny Grin (Karlson2k)2016-12-01
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ...Evgeny Grin (Karlson2k)2016-11-10
* One more flag renamed: MHD_USE_EPOLL_TURBO -> MHD_USE_TURBO.Evgeny 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 daemon flags:Evgeny Grin (Karlson2k)2016-11-08
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* 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
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
* 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
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
* applying cosmetics patch #4137Christian Grothoff2016-01-28
* fixing another one of the open/stat clonesChristian Grothoff2016-01-18
* -fixes in code clones()Christian Grothoff2016-01-18
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
* -check rval before fstat'ingChristian Grothoff2016-01-18
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
* avoid stat/open race, and actually check for regular file (in demo)Christian Grothoff2016-01-18
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
* use getc() as in demo.c instead of sleep()Christian Grothoff2016-01-18
* free user to clarify API usageChristian Grothoff2016-01-18
* free pass to clarify API usageChristian Grothoff2016-01-18
* -nl issueChristian Grothoff2016-01-18
* add timeout exampleChristian Grothoff2015-12-05
* killing libmicrospdyChristian Grothoff2015-12-01
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* -avoid deprecationChristian Grothoff2015-07-15
* -support HEAD in exampleChristian Grothoff2015-06-26
* modify demo to handle HEAD requestsChristian Grothoff2015-06-25
* Adding "testcase" (demo_https) and a fix. -CGChristian Grothoff2015-04-12
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* fix issue with chunked encoding used for http1.0 connections of Keep-Alive he...Christian Grothoff2015-02-04