Sergey Lyubka
|
17e2fdd4cb
|
Add align to struct mg_iobuf
|
2022-08-01 12:53:25 +01:00 |
|
Sergey Lyubka
|
f2009ebd62
|
Move mg_*printf* decls in fmt.h
|
2022-07-28 10:18:17 +01:00 |
|
Sergey Lyubka
|
cac7f653c9
|
Add mg_ws_printf()
|
2022-06-05 14:59:50 +01:00 |
|
Sergey Lyubka
|
2f77855ec1
|
Handle #1502 - send CLOSE when CLOSE is received
|
2022-04-05 14:45:39 +01:00 |
|
Sergey Lyubka
|
ad4812218d
|
Handle #1497 - handshake format
|
2022-03-21 15:17:09 +00:00 |
|
Sergey Lyubka
|
969b84043c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
|
Sergey Lyubka
|
54f75889fa
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
|
ryuukk
|
7f55fabfec
|
Closed WS connection is not an error for the logger
|
2021-12-21 01:34:48 +01:00 |
|
Sergey Lyubka
|
42c89732c8
|
Remove private.h
|
2021-10-22 19:41:26 +01:00 |
|
Sergey Lyubka
|
40b3382023
|
Enable WS data size check
|
2021-09-17 10:56:58 +01:00 |
|
Sergey Lyubka
|
f37e5ecc38
|
WS frame len sanity check
|
2021-09-14 10:26:03 +01:00 |
|
Sergey Lyubka
|
477e48bf54
|
mg_iobuf_append -> mg_iobuf_add
|
2021-08-28 08:08:54 +01:00 |
|
Sergey Lyubka
|
913e730ec2
|
mg_iobuf_delete -> mg_iobuf_del
|
2021-08-28 07:16:38 +01:00 |
|
Sergey Lyubka
|
714b7a8145
|
Handle WS fragmentation
|
2021-08-27 10:25:24 +01:00 |
|
Sergey Lyubka
|
8b770d2a0d
|
Fix #1334 - typo in mg_call(..MG_EV_WS_OPEN) call
|
2021-08-11 04:52:39 +01:00 |
|
Sergey Lyubka
|
c2c6ff11ed
|
Fix #1329 - send MG_EV_WS_OPEN for server connections
|
2021-08-04 11:38:32 +01:00 |
|
Sergey Lyubka
|
9b18a6350a
|
Make ws_upgrade() respond with error if request is not and upgrade
|
2021-08-03 23:37:50 +01:00 |
|
Sergey Lyubka
|
568484f079
|
Fix #920 - add MQTT over Websocket client example
|
2021-08-01 14:10:21 +01:00 |
|
cpq
|
a15d518571
|
Add mg_mqtt_pubex
|
2021-06-10 19:15:50 +01:00 |
|
cpq
|
736b8ad7b7
|
Fix #1285 - __builtin___snprintf_chk warning. Tighten test flags and refactor the code to squash all warnings
|
2021-05-28 18:30:42 +01:00 |
|
cpq
|
12c32d09fb
|
Pass mg_http_message to MG_EV_WS_OPEN
|
2021-01-17 11:16:19 +00:00 |
|
cpq
|
ae6fd6aa35
|
Add extra headers param to mg_ws_upgrade()
|
2021-01-16 22:48:43 +00:00 |
|
cpq
|
1b0636c2d2
|
More checks in mg_ws_send
|
2021-01-02 12:20:08 +00:00 |
|
cpq
|
abfd81cb9d
|
Fix WS frame length encoding for len 0xffff
|
2020-12-23 16:18:49 +00:00 |
|
cpq
|
3895678bee
|
Use MG_EV_WS_CTL for WS control messages
|
2020-12-23 11:58:08 +00:00 |
|
cpq
|
b93456f512
|
Do not create socket until resolved
|
2020-12-21 12:26:44 +00:00 |
|
cpq
|
f2fba1d200
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
|