aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Collapse)AuthorAge
* Still there is an issue with re-open a file. Patch applied below toChristian Grothoff2017-03-14
| | | | | | | | | | avoid it. Also iterate_post() always returns MHD_OK, because the app's logic driven from the value of con_info->answercode(). And in case if fwrite() fails we also update the answer code & page and MHD_post_process() overwrite them (fileioerror becomes postprocerror).
* fix largepost example, must only queue replies either before upload happens ↵Christian Grothoff2017-03-11
| | | | or after upload is done, not while upload is ongoing
* Added MHD_USE_AUTO and MHD_USE_AUTO_INTERNAL_THREAD to simplify using of MHD ↵Evgeny Grin (Karlson2k)2016-11-10
| | | | by multi-platform applications
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
| | | | New name better explains flag actions.
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* 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
| | | | | | | | Fix the out-of-bound read of the NUL byte using strlen() in microhttpd/daemon.c:MHD_init_daemon_certificate() Fix the out-of-bound read of the NUL byte using strlen() in microhttpd/daemon.c:MHD_init_daemon_certificate()
* 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 ↵Christian Grothoff2012-09-28
| | | | invalid options on start, document
* 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
| | | | | | now it will compile.
* -fixing #2443: tutorial was unclearChristian Grothoff2012-06-22
|
* fixing shutdown issue on OS X -- 1760Christian Grothoff2011-11-03
|
* exChristian Grothoff2011-03-03
|
* incsChristian Grothoff2011-02-17
|
* incsChristian Grothoff2011-02-17
|
* mantis 1659Christian Grothoff2011-02-11
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data