aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example.c
Commit message (Collapse)AuthorAge
* Style fixes.silvioprog2018-10-09
|
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
|
* 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
* 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 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
| | | | 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
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* also eliminating use of pipe, thereby addressing #1662Christian Grothoff2011-03-04
|
* enable poll more broadly, fix timeout, use pipe instead of signalChristian Grothoff2011-03-01
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* fixing memory leakChristian Grothoff2010-08-06
|
* voidcastsChristian Grothoff2010-06-13
|
* clean up example codeChristian Grothoff2010-06-13
|
* 64-bit fixes from Richard AlimiChristian Grothoff2009-03-17
|
* fixing z/OS build issuesChristian Grothoff2008-07-20
|
* addressing Mantis 1384Christian Grothoff2008-07-02
|
* moving stuff aroundChristian Grothoff2008-04-12