.. |
arch_azurertos.h
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
arch_esp32.h
|
Remove MG_ENABLE_DIRLIST
|
2022-02-14 11:19:24 +00:00 |
arch_esp8266.h
|
Remove MG_ENABLE_DIRLIST
|
2022-02-14 11:19:24 +00:00 |
arch_freertos_lwip.h
|
Better mbedtls debug
|
2022-02-19 13:46:07 +00:00 |
arch_freertos_tcp.h
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
arch_newlib.h
|
Add MG_ARCH_NEWLIB
|
2022-05-01 13:47:33 +01:00 |
arch_rtx_lwip.h
|
Add RTX-RTOS support
|
2022-02-23 19:56:37 +02:00 |
arch_unix.h
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
arch_win32.h
|
Fix #1490 - add winerror.h to fix old mingw build
|
2022-03-15 10:10:08 +00:00 |
arch_zephyr.h
|
Disable SSI on Zephyr by default
|
2022-04-01 16:38:37 +01:00 |
arch.h
|
Add MG_ARCH_NEWLIB
|
2022-05-01 13:47:33 +01:00 |
base64.c
|
Make private functions static and add missing prototypes.
|
2021-10-12 20:18:11 -06:00 |
base64.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
config.h
|
Fix ESP32 example
|
2022-04-05 12:54:20 +01:00 |
dns.c
|
Fix #1532 - improve ipv6 DNS lookup
|
2022-04-22 20:44:53 +01:00 |
dns.h
|
Fix #1481 - use stricter compilation flags
|
2022-03-06 14:31:42 +00:00 |
event.c
|
Increase sock limit, fix multiple connections issue
|
2022-04-01 15:42:15 +01:00 |
event.h
|
Use uint64_t for uptime in millis, not int64_t
|
2022-04-07 13:50:25 +01:00 |
fs_fat.c
|
Fix ESP32 example
|
2022-04-05 12:54:20 +01:00 |
fs_packed.c
|
Fix #1481 - use stricter compilation flags
|
2022-03-06 14:31:42 +00:00 |
fs_posix.c
|
Fix #1471 - calm static analyzer
|
2022-02-23 13:30:14 +00:00 |
fs.c
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
fs.h
|
Rename FS API functions to avoid conflicts
|
2022-02-08 13:36:04 +00:00 |
http.c
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
http.h
|
Fix #1519 - make opts structs in API calls const
|
2022-04-12 10:04:55 +01:00 |
iobuf.c
|
Fix #1514 - explicitely initialize io in mg_iobuf_init()
|
2022-04-12 09:54:05 +01:00 |
iobuf.h
|
struct iobuf doc
|
2021-08-30 13:06:45 +01:00 |
license.h
|
Add SPDX identifier. Fix #1387
|
2022-02-22 18:13:06 +00:00 |
log.c
|
Get rid of ctype dependencies
|
2022-02-22 20:20:56 +00:00 |
log.h
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
md5.c
|
Fix some undefined macro warnings.
|
2021-10-13 13:06:00 -06:00 |
md5.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
mqtt.c
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
mqtt.h
|
Fix #1519 - make opts structs in API calls const
|
2022-04-12 10:04:55 +01:00 |
net.c
|
Refactor multithreading API
|
2022-04-25 14:56:15 +01:00 |
net.h
|
Add MG_ARCH_NEWLIB
|
2022-05-01 13:47:33 +01:00 |
sha1.c
|
Remove unused mg_hmac_sha1()
|
2022-03-22 13:30:25 +00:00 |
sha1.h
|
Remove unused mg_hmac_sha1()
|
2022-03-22 13:30:25 +00:00 |
sntp.c
|
Use uint64_t for uptime in millis, not int64_t
|
2022-04-07 13:50:25 +01:00 |
sntp.h
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
sock.c
|
Refactor multithreading API
|
2022-04-25 14:56:15 +01:00 |
ssi.c
|
Add initial Zephyr support
|
2022-03-30 07:56:44 +01:00 |
ssi.h
|
Add SSI include file=, include virtual=
|
2021-01-02 17:57:51 +00:00 |
str.c
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
str.h
|
Fix #1521 - add mg_tou64()
|
2022-04-12 10:20:43 +01:00 |
timer.c
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
timer.h
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
tls_dummy.c
|
Handle #1522 - Fix TLS buffering
|
2022-04-13 10:48:17 +01:00 |
tls_mbed.c
|
Handle #1522 - Fix TLS buffering
|
2022-04-13 10:48:17 +01:00 |
tls_mbed.h
|
Drop CRL from mbedTLS integration - let customer do a custom init if required
|
2022-04-01 16:42:41 +01:00 |
tls_openssl.c
|
Squash warning
|
2022-04-13 10:52:06 +01:00 |
tls_openssl.h
|
Split TLS files and introduce MG_ENABLE_CUSTOM_TLS
|
2021-12-14 12:42:41 +00:00 |
tls.h
|
Handle #1522 - Fix TLS buffering
|
2022-04-13 10:48:17 +01:00 |
url.c
|
Fix wrong memcmp usage in mg_url_port()
|
2022-01-14 12:45:55 +00:00 |
url.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
util.c
|
Ensure MQTT_CMD_SUBACK is received before calling mg_mqtt_pub in tests
|
2022-04-07 19:11:51 -06:00 |
util.h
|
Remove unused macros
|
2022-05-01 08:18:18 +01:00 |
version.h
|
7.5 -> 7.6
|
2022-01-21 12:41:52 +00:00 |
ws.c
|
Handle #1502 - send CLOSE when CLOSE is received
|
2022-04-05 14:45:39 +01:00 |
ws.h
|
Get rid of fs->realpath
|
2021-09-15 07:43:48 +01:00 |