aboutsummaryrefslogtreecommitdiff
path: root/src/examples/post_example.c
Commit message (Expand)AuthorAge
* Fixes for 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* check rvalues from MHD_post_process in examplesChristian Grothoff2023-09-25
* check rvalues from MHD_add_response_header in examplesChristian Grothoff2023-09-25
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Replaced MHD_RESPMEM_MUST_FREE with more portable solution in examplesEvgeny Grin (Karlson2k)2022-05-14
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
* Fixed old-style functions definitionsEvgeny Grin (Karlson2k)2022-04-23
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* remove useless 'if', fix HTML outputChristian Grothoff2020-03-01
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* 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 MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
* -avoid deprecationChristian Grothoff2015-07-15
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* -fix postexampleChristian Grothoff2013-12-21
* -use more portable rand instead of randomChristian Grothoff2013-08-07
* add missing NULL checks in examples:Christian Grothoff2013-07-21
* -improvements to docsChristian Grothoff2013-05-05
* -introduce MHD_UNSIGNED_LONG_LONG, deprecate MHD_LONG_LONG, check for invalid...Christian Grothoff2012-09-28
* avoid asprintfChristian Grothoff2011-07-18
* exampleChristian Grothoff2011-03-03