mongoose/src
2021-11-01 20:31:45 +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 Add AzureRTOS basic support 2021-09-26 10:25:44 +03: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 Fix #1375 - change event processing order 2021-10-31 12:40:56 +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 Fix #1393 - cleanup mime types 2021-11-01 20:31:45 +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 Include ipv6 wrapping brackets [] in the result of mg_url_host() 2021-09-21 08:10:27 +01: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 Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too. 2021-11-01 16:20:00 +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 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
timer.h Docs nits 2021-08-22 10:51:40 +01:00
tls.c Merge pull request #1381 from ptsolakos/master 2021-10-22 20:30:47 +01:00
tls.h mbedtls CRL support 2021-10-14 17:56:31 +02: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 mg_comma -> mg_commalist 2021-08-28 06:54:56 +01:00
version.h Version 7.4 2021-09-30 13:35:44 +01: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