mongoose/src
2022-01-07 16:31:29 +00:00
..
arch_azurertos.h Add AzureRTOS basic support 2021-09-26 10:25:44 +03:00
arch_esp32.h Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00:00
arch_esp8266.h Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00:00
arch_freertos_lwip.h Add missed include 2021-09-29 12:25:25 +03:00
arch_freertos_tcp.h Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00:00
arch_unix.h Fix build 2021-12-21 18:16:12 +00:00
arch_win32.h Add realpath() for Win32 2021-12-22 18:04:27 +00: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 Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00:00
dns.c Fix unamalgamated target 2022-01-07 15:48:09 +00:00
dns.h Change mg_resolve() 2022-01-07 15:00:10 +00:00
event.c Call MG_EV_ERROR with c->is_closing set 2021-12-15 11:31:42 +00:00
event.h Use int64_t for timers and mg_millis() 2021-12-21 21:50:18 +00:00
fs_packed.c Get rid of fs->realpath 2021-09-15 07:43:48 +01:00
fs_posix.c Fail stat() if S_ISDIR is not defined 2021-12-22 18:04:16 +00:00
fs.h Fix build 2021-12-21 18:16:12 +00:00
http.c Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00:00
http.h Fix build 2021-12-21 18:16:12 +00: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 Make mongoose more bare-metal Keil friendly. Declare settings after arch. Introduce MG_ENABLE_FILE 2021-12-21 17:39:55 +00: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 #1434 - set will QoS in CONNECT message correctly, and rename qos -> will_qos in struct mg_mqtt_opts 2021-12-23 11:00:18 +00:00
mqtt.h Fix #1434 - set will QoS in CONNECT message correctly, and rename qos -> will_qos in struct mg_mqtt_opts 2021-12-23 11:00:18 +00:00
net.c Change mg_straddr() API 2022-01-05 19:09:11 +00:00
net.h Change mg_straddr() API 2022-01-05 19:09:11 +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 Use int64_t for timers and mg_millis() 2021-12-21 21:50:18 +00:00
sntp.h Use int64_t for timers and mg_millis() 2021-12-21 21:50:18 +00:00
sock.c Use sendto on Mac too 2022-01-07 16:31:29 +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 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 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 debugging left over 2021-12-21 21:28:22 +01: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 Fallback to time(0) in mg_millis() 2021-12-21 22:04:03 +00:00
util.h Use int64_t for timers and mg_millis() 2021-12-21 21:50:18 +00:00
version.h 7.4 -> 7.5 2021-12-17 13:34:32 +00:00
ws.c Closed WS connection is not an error for the logger 2021-12-21 01:34:48 +01:00
ws.h Get rid of fs->realpath 2021-09-15 07:43:48 +01:00