Commit Graph
24 Commits
Author SHA1 Message Date
Evgeny Grin (Karlson2k) 87ab1ec7f7 test and examples: check socket control functions results 2021-11-21 15:43:19 +03:00
Evgeny Grin (Karlson2k) 0b9d6e9446 Examples: fixed blocking sockets on W32
Sockets on W32 were non-blocking due to copy-paste errors.
2021-11-21 15:43:13 +03:00
Evgeny Grin (Karlson2k) f44e4bf896 websockets: fixed code style 2021-10-31 16:34:49 +03:00
Evgeny Grin (Karlson2k) 18c2ad66c7 websocket_threaded_example: fixed compiler warning on x32 platforms 2021-10-24 11:24:07 +03:00
Evgeny Grin (Karlson2k) 1a17440608 Muted sanitizer errors on W32 platform.
Actually MinGW headers need to be fixed.
2021-10-06 11:30:42 +03:00
Evgeny Grin (Karlson2k) 09c4a22975 websocket_threaded_example: fix static analyzer error 2021-08-25 20:50:07 +03:00
Evgeny Grin (Karlson2k) 81beb04105 websocket_threaded_example: muted compiler warning 2021-04-01 21:33:47 +03:00
Evgeny Grin (Karlson2k) 2da6d2d800 Fixed analyzer warning 2020-12-27 20:10:32 +03:00
Evgeny Grin (Karlson2k) f53db2892e Muted compiler warnings 2020-12-27 17:35:49 +03:00
Evgeny Grin (Karlson2k) 1d5efc0349 Examples: fixed logic error 2020-12-25 20:17:59 +03:00
Evgeny Grin (Karlson2k) fb283746eb examples: fixed portability and compiler warnings 2020-12-24 15:35:25 +03:00
Evgeny Grin (Karlson2k) 5c659994bf examples: fixed wrong array initialisation 2020-12-24 15:27:55 +03:00
Evgeny Grin (Karlson2k) a3b6d06f32 Fix for ee18f2421a 2020-10-29 19:26:23 +03:00
Evgeny Grin (Karlson2k) ee18f2421a Fixed 2f4438ab7a 2020-10-29 18:59:25 +03:00
Evgeny Grin (Karlson2k) 2f4438ab7a websocket_threaded_example.c: minor improvement and warning fixes 2020-10-29 18:41:12 +03:00
Christian Grothoff beb7fa828c fix transmission stall issue with upgraded TLS connections reported by Nguyen Xuan Viet on the mailinglist 2020-09-27 22:12:13 +02:00
silvioprog f4be5e0154 Avoid item duplication inside client list in the websocket example. 2020-04-10 14:05:57 -03:00
silvioprog 08134cf85a Fixed websocket example. 2020-04-10 13:50:12 -03:00
silvioprog 275d6fed80 Fixed compiler warnings. 2020-04-09 23:54:28 -03:00
silvioprog 61227ed72d Fixed warnings related to websocket example. 2020-04-08 20:23:01 -03:00
Christian Grothoff aad7796a51 define and use 'enum MHD_Result' (merge) 2020-04-08 23:42:52 +02:00
silvioprog da0585902c Improved base64-encoder function of the websocket example. 2020-04-08 14:10:43 -03:00
silvioprog 2de4ad4caf Improved websocket example allowing the client to connect to the remote host. 2020-04-08 13:51:09 -03:00
silvioprog 68200a8426 Added example for how to provide a tiny threaded websocket server. (#5501) 2020-04-07 15:00:56 -03:00