aboutsummaryrefslogtreecommitdiff
path: root/doc
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
* Docs correction as suggested by Aymeric Agon-Rambosson in MLEvgeny Grin (Karlson2k)2024-01-05
* 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
* fix #7928: correct tutorial direntryChristian Grothoff2023-09-03
* 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
* add assertion to guard against bad behavior described in #7196, also document...Christian Grothoff2023-02-08
* 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
* -fix typosChristian Grothoff2022-06-26
* Removed extra "Upgrade" token in Connection reply header in tests and examplesEvgeny Grin (Karlson2k)2022-06-15
* libmicrohttpd.texi: updated list of used external data typesEvgeny Grin (Karlson2k)2022-06-13
* Updated documentation for the new Basic Authorization APIEvgeny Grin (Karlson2k)2022-06-13
* 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
* libmicrohttpd.texi: fixed formatting in 15ea1533a8bb7c9d8eafb25defe4aeba6fa3f7f2Evgeny Grin (Karlson2k)2022-05-13
* Updated .texi with the new digest auth functionsEvgeny Grin (Karlson2k)2022-05-13
* 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
* Updated docs, test, and example to use correct digest auth APIEvgeny Grin (Karlson2k)2022-01-27
* Fixed early response with digest auth in tests, examples, and documentationEvgeny Grin (Karlson2k)2022-01-18
* 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
* doc: fixed missing 'websocket.inc' in dist filesEvgeny Grin (Karlson2k)2022-01-09
* Doxygen: changed description of make targetsEvgeny Grin (Karlson2k)2022-01-06
* Fixed compiler warning in examplesEvgeny Grin (Karlson2k)2022-01-06
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
* doc/Makefile: fixed *-local rulesEvgeny Grin (Karlson2k)2022-01-05
* doc/Makefile: reordered targets and dependenciesEvgeny Grin (Karlson2k)2022-01-05
* doc/Makefile: added phony target to force update timestampEvgeny Grin (Karlson2k)2022-01-05
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
* websockets: fixed code styleEvgeny Grin (Karlson2k)2021-10-31