mongoose/src
2023-06-07 10:13:21 -04:00
..
tcpip Merge pull request #2173 from cesanta/arp 2023-04-29 12:01:01 +01:00
arch_azurertos.h Get rid of va_copy 2022-09-23 08:59:02 +01:00
arch_esp32.h Fix ESP32 build 2022-05-16 11:54:26 +01:00
arch_esp8266.h Remove MG_ENABLE_DIRLIST 2022-02-14 11:19:24 +00:00
arch_freertos.h Let lwIP and FreeRTOS build on Keil 2023-03-21 12:09:00 -03:00
arch_newlib.h Refactor queue 2023-02-15 18:53:44 +00:00
arch_rp2040.h Refactor queue 2023-02-15 18:53:44 +00:00
arch_rtx.h Add arch for CMSIS-RTOS v1 and v2 2023-03-21 19:32:56 -03:00
arch_tirtos.h Fix TI-RTOS port 2022-10-28 18:55:10 -03:00
arch_unix.h Fix #1648 - set MG_PATH_MAX to FILENAME_MAX on windows and unix 2022-08-06 22:19:55 +01:00
arch_win32.h Define SIGPIPE for Win32, fix sleep() for Win32 2023-05-23 03:49:24 +01:00
arch_zephyr.h Update to latest Zephyr and their Docker repo 2022-10-04 17:24:13 -03:00
arch.h Add arch for CMSIS-RTOS v1 and v2 2023-03-21 19:32:56 -03:00
base64.c Fix overflow in rx_icmp 2022-09-29 16:53:11 +01:00
base64.h 7.0 refactor 2020-12-05 11:26:32 +00:00
config.h Refactor queue 2023-02-15 18:53:44 +00:00
dns.c Add printf.h 2023-04-07 19:28:00 -03:00
dns.h Fix #1481 - use stricter compilation flags 2022-03-06 14:31:42 +00:00
event.c Add printf.h 2023-04-07 19:28:00 -03:00
event.h Fuzzing MIP 2022-09-21 20:29:49 +01:00
fmt.c Remove %H %V %Q %q modifiers 2023-04-14 10:13:22 -03:00
fmt.h Add printf.h 2023-04-07 19:28:00 -03:00
fs_fat.c Check for calloc() failure in filesystem code 2023-04-27 11:19:02 -03:00
fs_packed.c Check for calloc() failure in filesystem code 2023-04-27 11:19:02 -03:00
fs_posix.c Fix mg_fs_posix.st() for Windows symlinks using ftell 2023-02-17 10:36:06 +00:00
fs.c Add printf.h 2023-04-07 19:28:00 -03:00
fs.h Unbreak my heart ^W the build 2022-07-01 18:10:40 +01:00
http.c improve negative Content-length handling 2023-05-22 17:40:08 -03:00
http.h Unbreak test 2022-10-28 15:35:40 +01:00
iobuf.c issue #1734, avoid passing null ptr to memmove 2022-09-23 19:34:36 -03:00
iobuf.h Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
json.c Proper handling {} in JSON array + unit test 2023-06-06 08:38:08 +01:00
json.h Export mg_json_unescape() 2023-06-03 09:28:59 +01:00
license.h Update GPL license identifier 2022-09-29 15:18:10 -04:00
log.c Split mg_*printf* functions into src/printf.c/h 2023-02-10 15:47:23 +00:00
log.h Get rid of mg_*asprintf 2022-08-13 15:37:55 +01:00
md5.c Fix endianness issues in unit test 2022-09-28 20:22:09 +01:00
md5.h 7.0 refactor 2020-12-05 11:26:32 +00:00
mqtt.c byte-encoded properties issue fixed 2023-06-07 10:13:21 -04:00
mqtt.h disambiguate comments 2023-06-05 18:39:13 -03:00
net_ft.h Fix FreeRTOS-Plus-TCP 2023-03-24 15:28:32 -03:00
net_lwip.h Let lwIP and FreeRTOS build on Keil 2023-03-21 12:09:00 -03:00
net_rl.h Let lwIP and FreeRTOS build on Keil 2023-03-21 12:09:00 -03:00
net.c Add printf.h 2023-04-07 19:28:00 -03:00
net.h Kill ARP cache, kill qprofile 2023-02-07 14:26:03 +00:00
printf.c Remove %H %V %Q %q modifiers 2023-04-14 10:13:22 -03:00
printf.h Add MG_ESC helper macro 2023-05-17 11:58:40 +01:00
queue.c Refactor queue 2023-02-15 18:53:44 +00:00
queue.h remove stalled doc in header 2023-05-16 18:08:48 -03:00
rpc.c Remove %H %V %Q %q modifiers 2023-04-14 10:13:22 -03:00
rpc.h Expose rpc guts 2022-07-31 22:51:59 +01:00
sha1.c Refactor queue 2023-02-15 18:53:44 +00:00
sha1.h Remove unused mg_hmac_sha1() 2022-03-22 13:30:25 +00:00
sntp.c Add mbedtls support to MIP 2022-09-09 15:53:42 +01:00
sntp.h Increate SNTP timeout 3s->5s. Change mg_sntp_send() to mg_sntp_request(), remove one unnecessary parameter 2022-05-15 18:41:01 +01:00
sock.c FD_SETSIZE fix 2023-06-02 06:57:39 +01:00
ssi.c Add printf.h 2023-04-07 19:28:00 -03:00
ssi.h Add SSI include file=, include virtual= 2021-01-02 17:57:51 +00:00
str.c improve negative Content-length handling 2023-05-22 17:40:08 -03:00
str.h improve negative Content-length handling 2023-05-22 17:40:08 -03:00
timer.c Introduce mg_timer_expired(). Adopt DHCP and link status to use it 2022-09-03 09:45:19 +01:00
timer.h Introduce mg_timer_expired(). Adopt DHCP and link status to use it 2022-09-03 09:45:19 +01:00
tls_dummy.c Handle #1522 - Fix TLS buffering 2022-04-13 10:48:17 +01:00
tls_mbed.c Add printf.h 2023-04-07 19:28:00 -03:00
tls_mbed.h Drop CRL from mbedTLS integration - let customer do a custom init if required 2022-04-01 16:42:41 +01:00
tls_openssl.c Add printf.h 2023-04-07 19:28:00 -03:00
tls_openssl.h Split TLS files and introduce MG_ENABLE_CUSTOM_TLS 2021-12-14 12:42:41 +00:00
tls.h Handle #1522 - Fix TLS buffering 2022-04-13 10:48:17 +01:00
url.c Fix #1626 - ignore @ in query string 2022-07-10 15:41:43 +01:00
url.h 7.0 refactor 2020-12-05 11:26:32 +00:00
util.c Add arch for CMSIS-RTOS v1 and v2 2023-03-21 19:32:56 -03:00
util.h Add printf.h 2023-04-07 19:28:00 -03:00
version.h bump revno up 2023-05-18 12:26:19 -03:00
ws.c Add printf.h 2023-04-07 19:28:00 -03:00
ws.h Test WS frames that are larger than 64k 2022-08-13 11:16:13 +01:00