mongoose/src
Sergey Lyubka 1b82aa02aa 7.5 -> 7.6
2022-01-21 12:41:52 +00:00
..
arch_azurertos.h Fix localtime_r and gmtmime_r signatures 2022-01-11 19:15:38 +00: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 missing mkdir() on ARM targets 2022-01-18 19:31:10 +00:00
arch_freertos_tcp.h Add missing mkdir() on ARM targets 2022-01-18 19:31:10 +00:00
arch_unix.h Fix build 2021-12-21 18:16:12 +00:00
arch_win32.h Fix #1453 - do not allow empty wakeup buffer 2022-01-21 12:35:28 +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 Improve ff_write - save large blocks in chunks 2022-01-19 08:43:34 +00:00
dns.c Fix #1445 - send error to a resolving connection when DNS error happens 2022-01-14 08:50:01 +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_fat.c Improve ff_write - save large blocks in chunks 2022-01-19 08:43:34 +00:00
fs_packed.c Add mkdir to the FS API 2022-01-18 19:19:34 +00:00
fs_posix.c Fix #1453 - do not allow empty wakeup buffer 2022-01-21 12:35:28 +00:00
fs.c Add fs arg to mg_file* and mg_http_upload API 2022-01-18 17:11:02 +00:00
fs.h Add buf,len params to mg_mgr_wakeup() 2022-01-19 09:25:01 +00:00
http.c Improve ff_write - save large blocks in chunks 2022-01-19 08:43:34 +00:00
http.h Add fs arg to mg_file* and mg_http_upload API 2022-01-18 17:11:02 +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 Decrese debug verbosity 2022-01-19 18:15:47 +00:00
mqtt.h Use mg_str, not pointers, in mg_mqtt_{sub,pub} 2022-01-19 09:57:27 +00:00
net.c Change mg_straddr() API 2022-01-05 19:09:11 +00:00
net.h Add buf,len params to mg_mgr_wakeup() 2022-01-19 09:25: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 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 Fix #1453 - do not allow empty wakeup buffer 2022-01-21 12:35:28 +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 Dont use ctype.h from str.h 2022-01-10 17:30:51 +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 Decrese debug verbosity 2022-01-19 18:15:47 +00:00
tls_mbed.h Add fs arg to mg_file* and mg_http_upload API 2022-01-18 17:11:02 +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 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 Fix 1452 - byte order issue in mg_check_ip_acl 2022-01-21 12:24:58 +00:00
util.h Add fs arg to mg_file* and mg_http_upload API 2022-01-18 17:11:02 +00:00
version.h 7.5 -> 7.6 2022-01-21 12:41:52 +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