aboutsummaryrefslogtreecommitdiff
path: root/src/examples/websocket_threaded_example.c
Commit message (Expand)AuthorAge
* Compiler warning fixesEvgeny Grin (Karlson2k)2024-01-31
* Muted extra compiler warningsEvgeny Grin (Karlson2k)2024-01-30
* websocket_threaded_example: fix websocket url stringEvgeniy Gavrilenko2023-10-19
* 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
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
* websocket_threaded_example: minor fixesEvgeny Grin (Karlson2k)2022-06-14
* websocket_threaded_example: fixed sprintf() usage, compiler warningsEvgeny Grin (Karlson2k)2022-06-02
* websocket_threaded_example: mark function as staticEvgeny Grin (Karlson2k)2022-04-23
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* 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
* 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_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
* websocket_threaded_example: fix static analyzer errorEvgeny Grin (Karlson2k)2021-08-25
* websocket_threaded_example: muted compiler warningEvgeny Grin (Karlson2k)2021-04-01
* Fixed analyzer warningEvgeny Grin (Karlson2k)2020-12-27
* Muted compiler warningsEvgeny Grin (Karlson2k)2020-12-27
* Examples: fixed logic errorEvgeny Grin (Karlson2k)2020-12-25
* examples: fixed portability and compiler warningsEvgeny Grin (Karlson2k)2020-12-24
* examples: fixed wrong array initialisationEvgeny Grin (Karlson2k)2020-12-24
* Fix for ee18f2421ad86fae7c6017cf9fbe28c7080e7690Evgeny Grin (Karlson2k)2020-10-29
* Fixed 2f4438ab7a9575e605c4a746614cb2b453b8f48dEvgeny Grin (Karlson2k)2020-10-29
* websocket_threaded_example.c: minor improvement and warning fixesEvgeny Grin (Karlson2k)2020-10-29
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Avoid item duplication inside client list in the websocket example.silvioprog2020-04-10
* Fixed websocket example.silvioprog2020-04-10
* Fixed compiler warnings.silvioprog2020-04-09
* Fixed warnings related to websocket example.silvioprog2020-04-08
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
* Improved base64-encoder function of the websocket example.silvioprog2020-04-08
* Improved websocket example allowing the client to connect to the remote host.silvioprog2020-04-08
* Added example for how to provide a tiny threaded websocket server. (#5501)silvioprog2020-04-07