.. |
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
|
Fix #1599
|
2022-06-21 12:07:00 +01:00 |
arch_freertos_tcp.h
|
Fix freertos-tcp build
|
2022-06-29 19:39:36 +01:00 |
arch_newlib.h
|
Add MG_ARCH_NEWLIB
|
2022-05-01 13:47:33 +01:00 |
arch_rp2040.h
|
Squash warns for rp2040 builds
|
2022-07-04 11:10:08 +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
|
Nits
|
2022-07-01 17:28:06 +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
|
Add MG_ARCH_RP2040
|
2022-07-03 23:00:15 +01:00 |
base64.c
|
Nits
|
2022-07-01 17:28:06 +01: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 |
dbl.c
|
Add mg_rprintf, mg_vrprintf
|
2022-06-28 00:45:52 +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 |
fmt.c
|
Fix build
|
2022-06-29 17:54:33 +01:00 |
fs_fat.c
|
Nits
|
2022-07-01 17:28:06 +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
|
Unbreak my heart ^W the build
|
2022-07-01 18:10:40 +01:00 |
fs.c
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
fs.h
|
Unbreak my heart ^W the build
|
2022-07-01 18:10:40 +01:00 |
http.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
http.h
|
Change mg_http_upload API
|
2022-06-30 21:54:50 +01:00 |
iobuf.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
iobuf.h
|
Nits
|
2022-07-01 17:28:06 +01:00 |
json.c
|
Add mg_json_get_long
|
2022-06-30 20:03:29 +01:00 |
json.h
|
Add mg_json_get_long
|
2022-06-30 20:03:29 +01:00 |
license.h
|
Add SPDX identifier. Fix #1387
|
2022-02-22 18:13:06 +00:00 |
log.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
log.h
|
Add mg_log_set_fn(), MG_ENABLE_LOG
|
2022-06-19 09:04:22 +01:00 |
md5.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
md5.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
mqtt.c
|
Exported MQTT result codes
|
2022-07-01 15:32:24 -03:00 |
mqtt.h
|
Exported MQTT result codes
|
2022-07-01 15:32:24 -03:00 |
net.c
|
Fix typo
|
2022-06-29 17:57:59 +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
|
Nits
|
2022-07-01 17:28:06 +01: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
|
Fix memset in mg_iotest, add mg_random_str test
|
2022-07-04 16:13:38 +01:00 |
ssi.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
ssi.h
|
Add SSI include file=, include virtual=
|
2021-01-02 17:57:51 +00:00 |
str.c
|
Nits
|
2022-07-01 17:28:06 +01:00 |
str.h
|
Add mg_remove_double_dots(), hide mg_http_upload()
|
2022-06-30 20:27:43 +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
|
Use SSL_set1_host()
|
2022-06-28 00:45:47 +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
|
Nits
|
2022-07-01 17:28:06 +01:00 |
url.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
util.c
|
Fix memset in mg_iotest, add mg_random_str test
|
2022-07-04 16:13:38 +01:00 |
util.h
|
Fix #1616 - randomize mqtt will and client id for parallel test
|
2022-07-04 11:00:06 +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 |