aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Collapse)AuthorAge
* update .gitignore filesChristian Grothoff2019-06-08
|
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* http_chunked_compression: fixed for non-64bit systemsEvgeny Grin (Karlson2k)2019-05-18
|
* http_chunked_compression example: clarify and improve readabilityEvgeny Grin (Karlson2k)2019-05-18
|
* http_compression example: fix compiler warningEvgeny Grin (Karlson2k)2019-05-18
|
* Fixed build from source on GNU HurdEvgeny Grin (Karlson2k)2019-05-15
|
* Fixed C++-style comments.silvioprog2019-04-30
|
* applying patch from TimChristian Grothoff2019-04-30
|
* Fix realloc memleak in compress_buf()Tim Rühsen2019-04-15
|
* Fix memleak in exampleTim Rühsen2019-04-14
|
* Added example for how to compress chunked HTTP response.silvioprog2019-02-10
|
* Added minimal example for how to compress HTTP response. (#4914)silvioprog2019-01-08
|
* add conn. close exampleChristian Grothoff2018-12-12
|
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
|
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
|
* releasing 0.9.61Christian Grothoff2018-11-20
|
* improve comments, cosmeticsilvioprog2018-10-09
|
* Style fixes.silvioprog2018-10-09
|
* style fixesChristian Grothoff2018-08-18
|
* some minor code cleaning issuesChristian Grothoff2018-06-22
|
* add suspend_resume_epoll example (from mailinglist)Christian Grothoff2018-03-14
|
* fix spacy url check in strict modeChristian Grothoff2018-03-02
|
* fix memcpy calls with NULL and len 0 (pretty harmless, but causing compiler ↵Christian Grothoff2018-02-22
| | | | warnings)
* Updated .gitignore filesEvgeny Grin (Karlson2k)2017-11-22
|
* https_fileserver_example: removed unused headers, fixed build withEvgeny Grin (Karlson2k)2017-11-13
| | | | libgnutls in non-default path.
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
|
* Additional compiler warnings fixes.Evgeny Grin (Karlson2k)2017-10-31
|
* 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
| | | | added more accurate check for libmagic in configure.
* 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
| | | | parameter provided for content callback.
* 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
| | | | single option MHD_OPTION_STRICT_FOR_CLIENT.
* enforce RFC 7230 no-whitespace in header field name rule if ↵Christian Grothoff2017-04-23
| | | | MHD_USE_PEDANTIC_CHECKS is set
* 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 ↵silvioprog2017-02-28
| | | | extra dist
* 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
|