aboutsummaryrefslogtreecommitdiff
path: root/src/examples/refuse_post_example.c
Commit message (Collapse)AuthorAge
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
|
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
|
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
| | | | * some minor fixes and improvements.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
|
* 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.
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* voidcastsChristian Grothoff2010-06-13
|
* clean up example codeChristian Grothoff2010-06-13
|
* 64-bit fixes from Richard AlimiChristian Grothoff2009-03-17
|
* indentationChristian Grothoff2008-10-13
|
* exampleChristian Grothoff2008-08-24