Sergey Lyubka
|
b20eded30e
|
Fix ESP32 example
|
2022-04-05 12:54:20 +01:00 |
|
Sergey Lyubka
|
0ed64707f3
|
Introduce MG_ENABLE_CUSTOM_MILLIS
|
2022-04-04 18:14:59 +01:00 |
|
Sergey Lyubka
|
4474ada291
|
Fix #1505: let mg_wakeup() return status
|
2022-04-03 00:17:31 +01:00 |
|
Sergey Lyubka
|
d954851d43
|
Drop CRL from mbedTLS integration - let customer do a custom init if required
|
2022-04-01 16:42:41 +01:00 |
|
Sergey Lyubka
|
7372a05ce5
|
Add initial Zephyr support
|
2022-03-30 07:56:44 +01:00 |
|
Sergey Lyubka
|
642befa8d5
|
Remove unused mg_hmac_sha1()
|
2022-03-22 13:30:25 +00:00 |
|
Sergey Lyubka
|
6c021765bb
|
Merge pull request #1479 from zudwalex/infineon_rtx_support
Add RTX-RTOS support
|
2022-03-18 09:18:49 +00:00 |
|
Sergey Lyubka
|
1125b1f545
|
Fix #1490 - add winerror.h to fix old mingw build
|
2022-03-15 10:10:08 +00:00 |
|
Sergey Lyubka
|
139f928731
|
Fix #1481 - use stricter compilation flags
|
2022-03-06 14:31:42 +00:00 |
|
Alex Alashkin
|
412f5cf3e0
|
Add RTX-RTOS support
|
2022-02-23 19:56:37 +02:00 |
|
Sergey Lyubka
|
8c78b7ef53
|
Refactor mg_alloc_conn()
|
2022-02-23 10:51:01 +00:00 |
|
Sergey Lyubka
|
c650fdcdfc
|
Move mg_listen() to net.c
|
2022-02-23 03:06:02 +00:00 |
|
Sergey Lyubka
|
e99973d4b7
|
Introduce local address
|
2022-02-22 22:00:55 +00:00 |
|
Sergey Lyubka
|
3a249183f8
|
Factor out mg_alloc_conn()
|
2022-02-22 21:14:29 +00:00 |
|
Sergey Lyubka
|
113abc71d4
|
Add SPDX identifier. Fix #1387
|
2022-02-22 18:13:06 +00:00 |
|
Sergey Lyubka
|
e69ec148cc
|
Better mbedtls debug
|
2022-02-19 13:46:07 +00:00 |
|
Sergey Lyubka
|
4fec149345
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
|
Sergey Lyubka
|
5bc164de76
|
Remove MG_ENABLE_DIRLIST
|
2022-02-14 11:19:24 +00:00 |
|
Sergey Lyubka
|
969b84043c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
|
Sergey Lyubka
|
da72dafbfb
|
Fix #1462 - add helper function for getting HTTP response status code.
|
2022-02-12 16:51:37 +00:00 |
|
Sergey Lyubka
|
1adf7f6b2b
|
Handle #1463 - add missing includes for windows
|
2022-02-12 16:43:08 +00:00 |
|
Sergey Lyubka
|
313ac34e59
|
Handle minus in the fmt spec
|
2022-02-11 11:02:06 +00:00 |
|
Sergey Lyubka
|
54f75889fa
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
|
Sergey Lyubka
|
f64c86d23f
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
|
Sergey Lyubka
|
8cd4699dbc
|
Rename FS API functions to avoid conflicts
|
2022-02-08 13:36:04 +00:00 |
|
Sergey Lyubka
|
63b880e624
|
Handle #1459 - deprecate mg_globmatch, introduce mg_match()
|
2022-01-29 11:03:54 +00:00 |
|
Sergey Lyubka
|
32f3c48b65
|
Fix FreeBSD build
|
2022-01-24 02:20:45 +00:00 |
|
Sergey Lyubka
|
544644e94b
|
Refactor - always enable LOG macro. Enhance iolog
|
2022-01-23 06:10:14 +00:00 |
|
Sergey Lyubka
|
1b82aa02aa
|
7.5 -> 7.6
|
2022-01-21 12:41:52 +00:00 |
|
Sergey Lyubka
|
e565a7e73d
|
Fix #1453 - do not allow empty wakeup buffer
|
2022-01-21 12:35:28 +00:00 |
|
Sergey Lyubka
|
226917e1cd
|
Use mg_str, not pointers, in mg_mqtt_{sub,pub}
|
2022-01-19 09:57:27 +00:00 |
|
Sergey Lyubka
|
fe813ee247
|
Add buf,len params to mg_mgr_wakeup()
|
2022-01-19 09:25:01 +00:00 |
|
Sergey Lyubka
|
4cd830a0bf
|
Improve ff_write - save large blocks in chunks
|
2022-01-19 08:43:34 +00:00 |
|
Sergey Lyubka
|
1259ca9ac9
|
Add missing mkdir() on ARM targets
|
2022-01-18 19:31:10 +00:00 |
|
Sergey Lyubka
|
d0857fe36c
|
Add mkdir to the FS API
|
2022-01-18 19:19:34 +00:00 |
|
Sergey Lyubka
|
56a7438114
|
Add fs arg to mg_file* and mg_http_upload API
|
2022-01-18 17:11:02 +00:00 |
|
Sergey Lyubka
|
09df542db8
|
Fix unamalgamated build
|
2022-01-18 08:02:41 +00:00 |
|
Sergey Lyubka
|
1df102ab93
|
Add Fat FS support
|
2022-01-18 07:44:30 +00:00 |
|
Sergey Lyubka
|
f84f3da012
|
Change in FS API for fs->open() and fs->close()
|
2022-01-17 14:42:41 +00:00 |
|
Sergey Lyubka
|
216427cea0
|
Cleanup suseconds_t usage
|
2022-01-14 12:33:06 +00:00 |
|
Sergey Lyubka
|
6c79a406cd
|
Fix localtime_r and gmtmime_r signatures
|
2022-01-11 19:15:38 +00:00 |
|
Sergey Lyubka
|
43405afdb2
|
Dont use ctype.h from str.h
|
2022-01-10 17:30:51 +00:00 |
|
Sergey Lyubka
|
3b0a509cae
|
Change mg_resolve()
|
2022-01-07 15:00:10 +00:00 |
|
Sergey Lyubka
|
fc3c08e411
|
Change mg_straddr() API
|
2022-01-05 19:09:11 +00:00 |
|
Sergey Lyubka
|
ff811f287a
|
Squash warnings
|
2022-01-05 13:57:30 +00:00 |
|
Sergey Lyubka
|
26a97ec36c
|
Fix #1434 - set will QoS in CONNECT message correctly, and rename qos -> will_qos in struct mg_mqtt_opts
|
2021-12-23 11:00:18 +00:00 |
|
Sergey Lyubka
|
92d3c7a4cd
|
Add realpath() for Win32
|
2021-12-22 18:04:36 +00:00 |
|
Sergey Lyubka
|
ae6767b1d2
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
|
Sergey Lyubka
|
fb0a9bc7e3
|
Fix build
|
2021-12-21 18:16:12 +00:00 |
|
Sergey Lyubka
|
2a3492766f
|
Remove mg_time() and mg_usleep()
|
2021-12-21 17:44:34 +00:00 |
|