aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAge
* Added new daemon option MHD_OPTION_CLIENT_DISCIPLINE_LVEvgeny Grin (Karlson2k)2022-12-22
* 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
* -support mime-types by file extension in demo.cChristian Grothoff2022-10-28
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* muted some compiler warnings for clangEvgeny Grin (Karlson2k)2022-09-28
* Added MHD_queue_auth_required_response3(); Refactored public Digest Auth API v3Evgeny Grin (Karlson2k)2022-07-28
* Remove double adding of MHD_HTTP_HEADER_CONNECTION response headerAlexander Irion2022-06-15
* websocket_threaded_example: minor fixesEvgeny Grin (Karlson2k)2022-06-14
* Updated examples to use new API for Basic AuthorizationEvgeny Grin (Karlson2k)2022-06-13
* websocket_threaded_example: fixed sprintf() usage, compiler warningsEvgeny Grin (Karlson2k)2022-06-02
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
* http_chunked_compression: fixed errorsEvgeny Grin (Karlson2k)2022-06-01
* src/examples/demo{,_https}: added some error checking, fixed compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* src/examples/benchmark{,_https}: simplified time calculationEvgeny Grin (Karlson2k)2022-06-01
* src/examples/*fileserver*.c: added error checkingEvgeny Grin (Karlson2k)2022-06-01
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* 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
* Updated example to use new digest auth functionEvgeny Grin (Karlson2k)2022-05-13
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
* src/examples: fixed printf format specifiersEvgeny Grin (Karlson2k)2022-04-23
* websocket_threaded_example: mark function as staticEvgeny Grin (Karlson2k)2022-04-23
* Fixed old-style functions definitionsEvgeny Grin (Karlson2k)2022-04-23
* Updated test TLS certificate in test and examplesEvgeny Grin (Karlson2k)2022-04-21
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny 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
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
* Workarounds for uncrustify bugsEvgeny Grin (Karlson2k)2021-12-09
* Revert formatting broken by uncrustifyEvgeny Grin (Karlson2k)2021-12-09
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
* Minor readability improvementsEvgeny Grin (Karlson2k)2021-12-01
* tests and examples: fixed copy-paste errors in doxyEvgeny Grin (Karlson2k)2021-11-21
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
* Examples: fixed blocking sockets on W32Evgeny Grin (Karlson2k)2021-11-21
* websockets: fixed code styleEvgeny Grin (Karlson2k)2021-10-31
* websocket updateDavid Gausmann2021-10-31
* websocket_threaded_example: fixed compiler warning on x32 platformsEvgeny Grin (Karlson2k)2021-10-24
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
* websocket_threaded_example: fix static analyzer errorEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: free memory with new error checkEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: fixed compiler warning, added error checkingEvgeny Grin (Karlson2k)2021-08-25
* chunked_example: fixed resource leakEvgeny Grin (Karlson2k)2021-06-03
* chunked_example: enforce to use chunked encodingEvgeny Grin (Karlson2k)2021-05-06
* fix typosChristian Grothoff2021-04-27