aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAge
...
* add MHD_free(), as suggested by Tim on the mailinglistChristian Grothoff2017-10-09
* 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
* Fixed build on pthread examples when non-pthread lib used for MHDEvgeny Grin (Karlson2k)2017-08-13
* chunked_example.c: cosmeticsEvgeny Grin (Karlson2k)2017-07-27
* Furthermore extended chunked_example.c to illustrate situation withEvgeny Grin (Karlson2k)2017-07-26
* chunked_example.c: added pseudo code to complete pictureEvgeny Grin (Karlson2k)2017-07-25
* Updated chunked_example.cEvgeny Grin (Karlson2k)2017-07-25
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
* 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