Sergey Lyubka
|
93a6bc501e
|
Refactor guess_mime_type()
|
2022-06-29 10:28:37 +01:00 |
|
Sergey Lyubka
|
e8f050c194
|
Dont use realloc
|
2022-06-29 00:00:16 +01:00 |
|
Sergey Lyubka
|
ba08140197
|
Initial mqtt5 support
|
2022-06-28 11:31:13 +01:00 |
|
Sergey Lyubka
|
d65ce3b596
|
Add mg_rprintf, mg_vrprintf
|
2022-06-28 00:45:52 +01:00 |
|
Sergey Lyubka
|
4e880fb6e0
|
Nit - fix openssl error message
|
2022-06-23 13:11:04 +01:00 |
|
Sergey Lyubka
|
898e2b1e30
|
Add mg_json_get_hex(), mg_json_get_b64()
|
2022-06-22 16:28:22 +01:00 |
|
Sergey Lyubka
|
a68f3dc4eb
|
Add %V and %H specifiers for mg_snrpintf()
|
2022-06-22 13:15:52 +01:00 |
|
Sergey Lyubka
|
c446fe0c6d
|
Make stm32 eth declared as volatile
|
2022-06-21 12:11:59 +01:00 |
|
Sergey Lyubka
|
2d5c26d44f
|
Rename mg_log_set_fn properly
|
2022-06-19 09:08:37 +01:00 |
|
Sergey Lyubka
|
9760b7c9d6
|
Add mg_log_set_fn(), MG_ENABLE_LOG
|
2022-06-19 09:04:22 +01:00 |
|
Sergey Lyubka
|
1640287897
|
Add mg_http_var
|
2022-06-18 04:25:11 +01:00 |
|
Sergey Lyubka
|
30d6a44b0d
|
Fix mg_http_upload()
|
2022-06-13 14:48:52 +01:00 |
|
Sergey Lyubka
|
5a448ab4f5
|
Compile driver_stm32.c only for __arm__
|
2022-06-13 01:04:09 +01:00 |
|
Sergey Lyubka
|
a71262437d
|
Use mip for arm and riscv targets
|
2022-06-12 12:43:01 +01:00 |
|
Sergey Lyubka
|
d8a4b5aa34
|
Make mip MSVC friendly
|
2022-06-11 18:54:32 +01:00 |
|
Sergey Lyubka
|
d3368e4aad
|
Move mip into mip/
|
2022-06-11 17:29:45 +01:00 |
|
Sergey Lyubka
|
dfca896a64
|
Update huge response. More tests
|
2022-06-10 12:14:42 +01:00 |
|
Sergey Lyubka
|
33567bab41
|
Add %g support to mg_snprintf()
|
2022-06-10 09:38:36 +01:00 |
|
Sergey Lyubka
|
106662b1d7
|
Add JSON API
|
2022-06-09 17:17:33 +01:00 |
|
Sergey Lyubka
|
cff208c5a9
|
Introduce %Q format specifier, rework device dashboard
|
2022-06-08 21:44:01 +01:00 |
|
Sergey Lyubka
|
807cd4df9e
|
Make sock.c less verbose
|
2022-06-08 19:55:24 +01:00 |
|
Sergey Lyubka
|
d4106b5cbd
|
Send puback for qos > 0
|
2022-06-08 19:51:03 +01:00 |
|
Sergey Lyubka
|
a53dc5c0a0
|
Fix #1580 - uri_to_path2 for / corner case
|
2022-06-07 04:33:46 +01:00 |
|
Sergey Lyubka
|
0f0cf7a5db
|
Integrate #1579 - properly clear c->is_readable and c->is_writable flags in mg_iotest()
|
2022-06-05 15:27:16 +01:00 |
|
Sergey Lyubka
|
cac7f653c9
|
Add mg_ws_printf()
|
2022-06-05 14:59:50 +01:00 |
|
Sergey Lyubka
|
c48349ba56
|
Add sntp-time-sync example
|
2022-06-03 13:57:57 +01:00 |
|
Sergey Lyubka
|
0763146254
|
Fix #1476 - introduce c->is_full to cap the recv buf len for streaming connections
|
2022-06-03 11:37:35 +01:00 |
|
Sergey Lyubka
|
5ac847076a
|
Change long read_conn -> void read_conn
|
2022-06-02 14:02:09 +01:00 |
|
Sergey Lyubka
|
a88ea776a9
|
Change MG_MAX_RECV_BUF_SIZE -> MG_MAX_RECV_SIZE
|
2022-06-02 13:50:44 +01:00 |
|
Sergey Lyubka
|
fe682f8399
|
Fix #1560 - implement precompressed .gz file serving
|
2022-06-02 06:13:37 +01:00 |
|
Sergey Lyubka
|
55517d48ed
|
Change linux target
|
2022-06-01 16:25:04 +01:00 |
|
Sergey Lyubka
|
4dd1891594
|
Add mg_http_serve_opts.page404
|
2022-05-31 23:44:03 +01:00 |
|
Sergey Lyubka
|
27e1472d88
|
Merge pull request #1568 from behnejad/master
adding new api to enable separation of query string with '&'.
|
2022-05-31 18:25:12 +01:00 |
|
Sergey Lyubka
|
a3d63c095a
|
Handle #1562 - add udp/tcp extra param to mg_mkpipe()
|
2022-05-31 18:23:32 +01:00 |
|
Hooman Behnejad
|
499401d457
|
adding mg_split function
|
2022-05-31 14:11:14 +04:30 |
|
Sergey Lyubka
|
e2fcf5f92c
|
Fix #1565 - mg_snprintf %.*s with zero len printing
|
2022-05-30 18:40:44 +01:00 |
|
Sergey Lyubka
|
b8bba7513a
|
Fix #1566 - proper error cleanup in mg_listen
|
2022-05-30 17:56:50 +01:00 |
|
Sergey Lyubka
|
65957527cb
|
Fix #1558 - add opts.extra_headers in 304 responses
|
2022-05-30 17:44:26 +01:00 |
|
Sergey Lyubka
|
44cf02e5ba
|
Fix #1545 - do not send MG_EV_HTTP_MSG if chunks were deleted
|
2022-05-30 16:02:59 +01:00 |
|
Sergey Lyubka
|
686320a805
|
Remove verbose log in mg_iotest()
|
2022-05-27 23:18:23 +01:00 |
|
Sergey Lyubka
|
28c15b3ff4
|
More SNtp debug 11
|
2022-05-27 22:36:34 +01:00 |
|
Sergey Lyubka
|
6b50039863
|
More SNtp debug 9
|
2022-05-27 22:24:45 +01:00 |
|
Sergey Lyubka
|
34c5f63c00
|
More SNtp debug 8
|
2022-05-27 22:18:14 +01:00 |
|
Sergey Lyubka
|
53bca4efab
|
More SNtp debug 7
|
2022-05-27 22:08:05 +01:00 |
|
Sergey Lyubka
|
9029593691
|
More SNtp debug 6
|
2022-05-27 21:59:13 +01:00 |
|
Sergey Lyubka
|
4aad859e20
|
More SNtp debug 5
|
2022-05-27 21:44:03 +01:00 |
|
Sergey Lyubka
|
b9d1d4a94f
|
More SNtp debug 4
|
2022-05-27 20:48:19 +01:00 |
|
Sergey Lyubka
|
360dedd9b2
|
More SNtp debug 3
|
2022-05-27 20:39:37 +01:00 |
|
Sergey Lyubka
|
e5d3d02307
|
More SNtp debug
|
2022-05-27 20:16:08 +01:00 |
|
Sergey Lyubka
|
7f8d12b9f7
|
Use time.windows.com too
|
2022-05-26 16:22:44 +01:00 |
|