mongoose/src
Sergey Lyubka 4e75a0c81e 7.4 -> 7.5
2021-12-17 13:34:32 +00:00
..
arch_azurertos.h Add AzureRTOS basic support 2021-09-26 10:25:44 +03:00
arch_esp32.h Fix #1374 - fix ESP32 build 2021-10-22 22:06:10 +01:00
arch_esp8266.h Change MG_PATH_MAX for ESP8266 2021-10-30 19:34:53 +01:00
arch_freertos_lwip.h Add missed include 2021-09-29 12:25:25 +03:00
arch_freertos_tcp.h Remove MG_ENABLE_STDIO and cleanup 2021-07-24 03:44:00 +01:00
arch_unix.h Fix #1325 - squash gcc 10 warning, and optimise casts 2021-07-31 22:26:43 +01:00
arch_win32.h Fix #1359 - add conditional for MSVC, _DEBUG and strdup 2021-09-27 13:52:39 +01:00
arch.h Add AzureRTOS basic support 2021-09-26 10:25:44 +03: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 Split TLS files and introduce MG_ENABLE_CUSTOM_TLS 2021-12-14 12:42:41 +00:00
dns.c Remove private.h 2021-10-22 19:41:26 +01:00
dns.h Add captive dns server example 2020-12-28 05:25:29 +00:00
event.c Call MG_EV_ERROR with c->is_closing set 2021-12-15 11:31:42 +00:00
event.h Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too. 2021-11-01 16:20:00 +00:00
fs_packed.c Get rid of fs->realpath 2021-09-15 07:43:48 +01:00
fs_posix.c Fix some undefined macro warnings. 2021-10-13 13:06:00 -06:00
fs.h Get rid of fs->realpath 2021-09-15 07:43:48 +01:00
http.c Less verbose serve_dir 2021-12-07 15:23:02 +00:00
http.h Get rid of fs->realpath 2021-09-15 07:43:48 +01:00
iobuf.c Fix zeromem() call in mg_iobuf_del() 2021-08-30 11:39:19 +01:00
iobuf.h struct iobuf doc 2021-08-30 13:06:45 +01:00
license.h Correct licensing URL 2021-10-20 10:04:49 +01:00
log.c Show log level 2021-09-13 13:48:02 +01:00
log.h Fix #1285 - __builtin___snprintf_chk warning. Tighten test flags and refactor the code to squash all warnings 2021-05-28 18:30:42 +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 Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too. 2021-11-01 16:20:00 +00:00
mqtt.h Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too. 2021-11-01 16:20:00 +00:00
net.c Recognise :PORT as a valid URL 2021-11-29 13:57:33 +00:00
net.h Remove private.h 2021-10-22 14:00:31 +01: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 Merge pull request #1379 from jameshilliard/fix-sntp 2021-10-22 14:04:54 +01:00
sntp.h 7.0 refactor 2020-12-05 11:26:32 +00:00
sock.c Remove noisy debug 2021-11-26 16:23:06 +00:00
ssi.c mg_iobuf_append -> mg_iobuf_add 2021-08-28 08:08:54 +01:00
ssi.h Add SSI include file=, include virtual= 2021-01-02 17:57:51 +00:00
str.c Fix #1298 - shadowing struct mg_str constructor 2021-07-15 02:18:32 +01:00
str.h Get rid of fs->realpath 2021-09-15 07:43:48 +01:00
timer.c Reformatting for better readability 2021-11-06 11:29:56 +00:00
timer.h Reformatting for better readability 2021-11-06 11:29:56 +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 Remove TLS custom_init() API 2021-12-15 11:04:43 +00:00
tls_mbed.h Split TLS files and introduce MG_ENABLE_CUSTOM_TLS 2021-12-14 12:42:41 +00:00
tls_openssl.c Remove TLS custom_init() API 2021-12-15 11:04:43 +00:00
tls_openssl.h Split TLS files and introduce MG_ENABLE_CUSTOM_TLS 2021-12-14 12:42:41 +00:00
tls.h Remove TLS custom_init() API 2021-12-15 11:04:43 +00:00
url.c Include ipv6 wrapping brackets [] in the result of mg_url_host() 2021-09-21 08:10:27 +01:00
url.h 7.0 refactor 2020-12-05 11:26:32 +00:00
util.c util: Actually return uptime on OSX/Linux for mg_millis 2021-10-13 17:06:18 -06:00
util.h Move EXTERN_C to util.h 2021-12-14 12:11:05 +00:00
version.h 7.4 -> 7.5 2021-12-17 13:34:32 +00:00
ws.c Remove private.h 2021-10-22 19:41:26 +01:00
ws.h Get rid of fs->realpath 2021-09-15 07:43:48 +01:00