.. |
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_unix.h
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
arch_win32.h
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
arch.h
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00: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
|
Disable dirlist by default
|
2022-02-14 11:32:01 +00:00 |
dns.c
|
Introduce local address
|
2022-02-22 22:00:55 +00:00 |
dns.h
|
Fix #1481 - use stricter compilation flags
|
2022-03-06 14:31:42 +00:00 |
event.c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
event.h
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
fs_fat.c
|
Handle minus in the fmt spec
|
2022-02-11 11:02:06 +00: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
|
Get rid of ctype dependencies
|
2022-02-22 20:20:56 +00:00 |
http.h
|
Fix #1462 - add helper function for getting HTTP response status code.
|
2022-02-12 16:51:37 +00:00 |
iobuf.c
|
Fix #1480 - use memmove instead of memcpy in mg_iobuf_resize()
|
2022-02-28 16:51:46 +00: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 #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
mqtt.h
|
Use mg_str, not pointers, in mg_mqtt_{sub,pub}
|
2022-01-19 09:57:27 +00:00 |
net.c
|
Refactor mg_alloc_conn()
|
2022-02-23 10:51:01 +00:00 |
net.h
|
Refactor mg_alloc_conn()
|
2022-02-23 10:51:01 +00:00 |
sha1.c
|
Make private functions static and add missing prototypes.
|
2021-10-12 20:18:11 -06:00 |
sha1.h
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
sntp.c
|
Get rid of ctype dependencies
|
2022-02-22 20:20:56 +00:00 |
sntp.h
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
sock.c
|
Fix #1473 - calm static analyzer
|
2022-02-23 13:34:20 +00:00 |
ssi.c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
ssi.h
|
Add SSI include file=, include virtual=
|
2021-01-02 17:57:51 +00:00 |
str.c
|
Get rid of ctype dependencies
|
2022-02-22 20:20:56 +00:00 |
str.h
|
Fix #1481 - use stricter compilation flags
|
2022-03-06 14:31:42 +00:00 |
timer.c
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
timer.h
|
Use int64_t for timers and mg_millis()
|
2021-12-21 21:50:18 +00:00 |
tls_dummy.c
|
Split TLS files and introduce MG_ENABLE_CUSTOM_TLS
|
2021-12-14 12:42:41 +00:00 |
tls_mbed.c
|
Better mbedtls debug
|
2022-02-19 13:46:07 +00:00 |
tls_mbed.h
|
Fix FreeBSD build
|
2022-01-24 02:20:45 +00:00 |
tls_openssl.c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
tls_openssl.h
|
Split TLS files and introduce MG_ENABLE_CUSTOM_TLS
|
2021-12-14 12:42:41 +00:00 |
tls.h
|
Add fs arg to mg_file* and mg_http_upload API
|
2022-01-18 17:11:02 +00: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
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
util.h
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
version.h
|
7.5 -> 7.6
|
2022-01-21 12:41:52 +00:00 |
ws.c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
ws.h
|
Get rid of fs->realpath
|
2021-09-15 07:43:48 +01:00 |