aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* Removed extra "Upgrade" token in Connection reply header in tests and examplesEvgeny Grin (Karlson2k)2022-06-15
* Updated examples to use new API for Basic AuthorizationEvgeny Grin (Karlson2k)2022-06-13
* doc/examples: fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-02
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Replaced MHD_RESPMEM_PERSISTENT usage in examples and codeEvgeny Grin (Karlson2k)2022-05-14
* 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
* doc/examples: avoid usage of unportable functionsEvgeny Grin (Karlson2k)2022-04-23
* doc/examples: improved formattingEvgeny Grin (Karlson2k)2022-04-23
* doc/examples: do not use non-literals for printf()Evgeny Grin (Karlson2k)2022-04-23
* Fixed old-style functions definitionsEvgeny Grin (Karlson2k)2022-04-23
* doc/examples: Fixed drop of 'const' qualifiersEvgeny Grin (Karlson2k)2022-04-19
* Added more workarounds for uncrustify bugsEvgeny Grin (Karlson2k)2022-01-18
* largepost: fixed code styleEvgeny Grin (Karlson2k)2022-01-18
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* doc/examples/Makefile: fixed missing fileEvgeny Grin (Karlson2k)2022-01-09
* Fixed compiler warning in examplesEvgeny Grin (Karlson2k)2022-01-06
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
* websockets: fixed code styleEvgeny Grin (Karlson2k)2021-10-31
* websocket updateDavid Gausmann2021-10-31
* tlsauthentication.c: better fix for compiler warningEvgeny Grin (Karlson2k)2021-08-25
* tlsauthentication.c: inelegant mute of compiler warningEvgeny Grin (Karlson2k)2021-08-25
* Fixed build with --disable-bauthEvgeny Grin (Karlson2k)2020-12-27
* Muted compiler warningsEvgeny Grin (Karlson2k)2020-12-27
* Fixed examples using 'enum MHD_Result'.silvioprog2020-07-25
* Sanitized all log and error messages.silvioprog2020-05-09
* 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
|/
* 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