aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAge
* Added MHD_OPTION_APP_FD_SETSIZE and MHD_FEATURE_FLEXIBLE_FD_SETSIZEEvgeny Grin (Karlson2k)2023-11-07
* websocket_threaded_example: fix websocket url stringEvgeniy Gavrilenko2023-10-19
* Renamed one new basic auth function, improved doxyEvgeny Grin (Karlson2k)2023-10-06
* Improved compatibility with old compilersEvgeny Grin (Karlson2k)2023-09-27
* check rvalues from MHD_post_process in examplesChristian Grothoff2023-09-25
* check rvalues from MHD_add_response_header in examplesChristian Grothoff2023-09-25
* check rvalues from MHD_add_response_header in examplesChristian Grothoff2023-09-25
* check rvalues from pthread_mutex_ operations in examplesChristian Grothoff2023-09-25
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* websocket_threaded_example: fixed wrong commented-out codeEvgeny Grin (Karlson2k)2023-06-01
* 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