aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAge
* Excluded example with basic auth when basic auth is disabledEvgeny Grin (Karlson2k)2024-02-20
* Fixes for 32-bit platformsEvgeny Grin (Karlson2k)2024-01-31
* Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7Evgeny Grin (Karlson2k)2024-01-28
* use correct HTTP header (content type, not content encoding) for mime type in...Christian Grothoff2024-01-21
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* Renamed one new basic auth function, improved doxyEvgeny Grin (Karlson2k)2023-10-06
* check rvalues from MHD_post_process in examplesChristian Grothoff2023-09-25
* examples/sessions.c: fixed compiler warningsEvgeny Grin (Karlson2k)2023-09-15
* examples/sessions.c: fixed wrong check for errorEvgeny Grin (Karlson2k)2023-09-15
* examples/sessions.c: removed non-portable function and improved safetyEvgeny Grin (Karlson2k)2023-06-01
* examples/largepost.c: fixed caseless method matchEvgeny Grin (Karlson2k)2023-06-01
* Tests and examples: added rule to (re-)build libmicrohttpd.laEvgeny Grin (Karlson2k)2022-11-06
* configure: do not pass AM_TESTS_ENVIRONMENT directlyEvgeny Grin (Karlson2k)2022-10-30
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* 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