aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* some minor code cleaning issuesChristian Grothoff2018-06-22
* make checkers happier by reducing use of strcpy and strcatChristian Grothoff2018-02-22
* 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
* Still there is an issue with re-open a file. Patch applied below toChristian Grothoff2017-03-14
* fix largepost example, must only queue replies either before upload happens o...Christian Grothoff2017-03-11
* 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
* fix clang warningsChristian Grothoff2016-10-17
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Fixed compiling examples on old compilers.Evgeny Grin (Karlson2k)2016-09-21
* -nicer indentationChristian Grothoff2016-08-24
* Added .gitignoreEvgeny Grin (Karlson2k)2016-07-28
* largepost.c: corrected const pointer to const charEvgeny Grin (Karlson2k)2016-04-11
* Added check result of MHD_post_process() in largepost.cEvgeny Grin (Karlson2k)2016-04-11
* largepost.c: fixed compiling by VSEvgeny Grin (Karlson2k)2016-04-11
* simplepost.c: fixed compiling with VS before 2015Evgeny Grin (Karlson2k)2016-04-11
* -Fabian Mewes: Christian Grothoff2016-02-29
* cleaning up largepostChristian Grothoff2015-12-11
* examples/sessions.c: small fixEvgeny Grin (Karlson2k)2015-12-04
* fix #3909 with patch as suggestedChristian Grothoff2015-07-25
* -modernize exampleChristian Grothoff2015-07-15
* -fix compiler warningsChristian Grothoff2015-06-12
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Remove PlibC from autotools filesEvgeny Grin (Karlson2k)2014-02-18
* Karlson2k: fix AM_CPPFLAGS vs AM_CFLAGS usageChristian Grothoff2014-02-18
* Don't redefine asprintf for MinGW-w64LRN2013-08-11
* -fix reactivating plibcChristian Grothoff2013-08-07
* Part 1 of 2 - Remove PlibC from autotools files. Christian Grothoff2013-08-07
* Removes the requirement of liberty. No longer shipped by newer gcc. Christian Grothoff2013-08-07
* -yes, we never ignore return values, even in examples on getchar()...Christian Grothoff2013-07-21
* -nicer error handling in exampleChristian Grothoff2013-06-25
* -make clear that close return value is ignored intentionallyChristian Grothoff2013-06-25
* cast intentionally ignored return values to void, even in examplesChristian Grothoff2013-06-21
* releasing 0.9.27Christian Grothoff2013-05-05
* -improvements to docsChristian Grothoff2013-05-05
* W32 compatibility, also use ISO C instead of POSIXLRN2013-04-23
* -fix build issueChristian Grothoff2013-03-30
* -also build examplesChristian Grothoff2013-03-29
* -fix double-closeChristian Grothoff2013-03-12
* -introduce MHD_UNSIGNED_LONG_LONG, deprecate MHD_LONG_LONG, check for invalid...Christian Grothoff2012-09-28
* close file, clarify licenseChristian Grothoff2012-08-23
* need to use must copy, as page is on the stackChristian Grothoff2012-08-14
* specify content typeChristian Grothoff2012-08-14
* making examples compile without warningsChristian Grothoff2012-08-14
* LRN: MHD patches. Later will send patches for other issues, but at leastChristian Grothoff2012-07-08