.. |
arch_azurertos.h
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
arch_esp32.h
|
Fix ESP32 build
|
2022-05-16 11:54:26 +01: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_rtx.h
|
Remove mg_log_set_callback. Use MG_PUTCHAR macro instead
|
2022-05-20 09:45:17 +01:00 |
arch_tirtos.h
|
Add TI support
|
2022-05-15 19:25:50 +03:00 |
arch_unix.h
|
More SNtp debug 10
|
2022-05-27 22:26:17 +01:00 |
arch_win32.h
|
Remove pragma
|
2022-06-11 19:05:07 +01:00 |
arch_zephyr.h
|
Remove mg_log_set_callback. Use MG_PUTCHAR macro instead
|
2022-05-20 09:45:17 +01:00 |
arch.h
|
Unbreak build
|
2022-06-08 22:09:11 +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
|
Add mg_log_set_fn(), MG_ENABLE_LOG
|
2022-06-19 09:04:22 +01:00 |
dns.c
|
Add sntp-time-sync example
|
2022-06-03 13:57:57 +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
|
Un-break the test and untie serving code in dash example
|
2022-05-13 22:15:33 +01: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
|
Enhance fs docs
|
2022-05-25 13:28:25 +01:00 |
http.c
|
Add mg_http_var
|
2022-06-18 04:25:11 +01:00 |
http.h
|
Add mg_http_var
|
2022-06-18 04:25:11 +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 |
json.c
|
Add JSON API
|
2022-06-09 17:17:33 +01:00 |
json.h
|
Add JSON API
|
2022-06-09 17:17:33 +01:00 |
license.h
|
Add SPDX identifier. Fix #1387
|
2022-02-22 18:13:06 +00:00 |
log.c
|
Rename mg_log_set_fn properly
|
2022-06-19 09:08:37 +01:00 |
log.h
|
Add mg_log_set_fn(), MG_ENABLE_LOG
|
2022-06-19 09:04:22 +01: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
|
Send puback for qos > 0
|
2022-06-08 19:51:03 +01:00 |
mqtt.h
|
Fix #1519 - make opts structs in API calls const
|
2022-04-12 10:04:55 +01:00 |
net.c
|
Fix #1566 - proper error cleanup in mg_listen
|
2022-05-30 17:56:50 +01:00 |
net.h
|
Fix #1476 - introduce c->is_full to cap the recv buf len for streaming connections
|
2022-06-03 11:37:35 +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
|
More SNtp debug 8
|
2022-05-27 22:18:14 +01:00 |
sntp.h
|
Increate SNTP timeout 3s->5s. Change mg_sntp_send() to mg_sntp_request(), remove one unnecessary parameter
|
2022-05-15 18:41:01 +01:00 |
sock.c
|
Make sock.c less verbose
|
2022-06-08 19:55:24 +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
|
Update huge response. More tests
|
2022-06-10 12:14:42 +01:00 |
str.h
|
Add %g support to mg_snprintf()
|
2022-06-10 09:38:36 +01:00 |
timer.c
|
Address #1551 - better timers handling
|
2022-05-15 14:29:34 +01:00 |
timer.h
|
Address #1551 - better timers handling
|
2022-05-15 14:29:34 +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
|
More SNtp debug 11
|
2022-05-27 22:36:34 +01:00 |
util.h
|
Remove unused macros
|
2022-05-01 08:18:18 +01:00 |
version.h
|
7.6 -> 7.7
|
2022-05-19 11:44:32 +01:00 |
ws.c
|
Add mg_ws_printf()
|
2022-06-05 14:59:50 +01:00 |
ws.h
|
Add mg_ws_printf()
|
2022-06-05 14:59:50 +01:00 |