bel2125
ba0c6cc690
Remove superseeded examples
2016-05-26 21:14:41 +02:00
bel2125
3eb145e58c
Update repository for Visual Studio 2015 build
2016-03-26 20:07:45 +01:00
tnoho
22877d8f2f
Fix masking method
2015-10-16 16:30:49 +09:00
bel
4de9090577
Apply revised clang-format ( #207 ) to all actively maintained source files
2015-10-05 20:58:14 +02:00
bel
615970e9d1
Update websocket example to use the current interface
2015-08-19 20:58:40 +02:00
bel
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
...
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`,
that may cause warnings (e.g., #109 ). Now all non-const `mg_connection *` is only
required to read/write the connection.
2015-04-29 00:13:25 +02:00
bel
8c90b3cae5
Handler for websocket connection (Step 7/7)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 23:20:08 +02:00
bel
121ae6c7f6
Handler for websocket connection (Step 6/7)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 22:09:09 +02:00
bel
0ecec6bce7
Handler for websocket connection (Step 4/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 14:39:15 +02:00
bel
436bc39555
Handler for websocket connection (Step 2/?)
...
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 00:43:11 +02:00
bel
5e52950838
Add close callback for websocket clients
2014-08-31 01:34:04 +02:00
bel
eac72465ad
Allow multiple websocket clients with different callbacks and an additional user supplied argument
2014-08-30 23:31:21 +02:00
bel
694aecafc6
Add data exchange between websocket server and client to the websocket_client example
2014-08-30 10:46:40 +02:00
bel
e111ee40a2
Fix websocket client example, extend it by a local websocket server
2014-08-30 00:49:46 +02:00
bel
f64a9b8c81
Add Visual Studio project for websocket_client example
2014-08-28 23:28:16 +02:00
Jordan
5d465aadad
Fixed the copyright, changed mg_client_websocket_connect to mg_websocket_client_connect
2014-08-26 15:22:22 -04:00
Jordan
a4eca7c492
Added a unit test for websocket_client functionality, other small fixes
2014-08-21 14:53:47 -04:00
Jordan
9b8cda8d95
Initial version of websocket client. SSL tested working. websocket_client example included.
2014-08-21 08:53:00 -04:00