mongoose/src
Sergio R. Caprile 9255ceaf8a Rework RT1020 driver
Add web server in example
Add to tests
2023-10-06 16:56:00 -03:00
..
drivers Rework RT1020 driver 2023-10-06 16:56:00 -03: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_rtthread.h add RT-Thread support 2023-06-26 16:18:40 +08: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 RT-Thread support 2023-06-26 16:18:40 +08:00
base64.c Change base64 API 2023-08-22 12:11:13 +01:00
base64.h Change base64 API 2023-08-22 12:11:13 +01:00
config.h Split sys.h API over MG_SYS_* 2023-09-25 07:33:38 +01:00
device_dummy.c OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
device_flash.c OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
device_stm32h5.c OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
device_stm32h7.c OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
device.h OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
dns.c dns.c slight refactor, no functional changes 2023-09-21 13:38:06 +01:00
dns.h Fix #1481 - use stricter compilation flags 2022-03-06 14:31:42 +00:00
event.c Revert to the old TLS API, but keep certs as mg_str for DER 2023-09-19 11:15:23 +01:00
event.h Get rid of MG_EV_HTTP_CHUNK 2023-09-26 20:45:24 +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 Store certs in certs/. Add mg_unpacked() 2023-08-20 23:43:04 +01:00
fs_posix.c Do not use CLOEXEC on Windows 2023-09-12 17:11:55 -03:00
fs.c Add printf.h 2023-04-07 19:28:00 -03:00
fs.h Store certs in certs/. Add mg_unpacked() 2023-08-20 23:43:04 +01:00
http.c Get rid of MG_EV_HTTP_CHUNK 2023-09-26 20:45:24 +01:00
http.h Get rid of MG_EV_HTTP_CHUNK 2023-09-26 20:45:24 +01:00
iobuf.c Using mg_bzero to cleanup memory in mg_close_conn() 2023-09-17 22:25:36 +01:00
iobuf.h Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
json.c Change base64 API 2023-08-22 12:11:13 +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 Use \r\n for log messages, for terminal apps 2023-07-05 10:26:27 +01:00
log.h Get rid of mg_*asprintf 2022-08-13 15:37:55 +01:00
md5.c Restore pub. domain notice 2023-09-29 13:09:29 +01:00
md5.h 7.0 refactor 2020-12-05 11:26:32 +00:00
mqtt.c Nits 2023-07-19 05:08:28 +01:00
mqtt.h disambiguate comments 2023-06-05 18:39:13 -03:00
net_builtin.c dd nucleo-g031 baremetal example 2023-10-03 13:55:47 +01:00
net_builtin.h Add RT1020-EVK baremetal example 2023-10-04 15:18:57 -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 comment 2023-06-06 18:48:45 -03:00
net.c Fix #2192 - honor addr%scopeid ipv6 notation 2023-09-29 15:49:47 +01:00
net.h Fix #2192 - honor addr%scopeid ipv6 notation 2023-09-29 15:49:47 +01:00
ota_dummy.c Split sys.h API over MG_SYS_* 2023-09-25 07:33:38 +01:00
ota_flash.c OTA API refactoring: renamed files and defines 2023-09-26 08:33:39 -04:00
ota.h Split sys.h API over MG_SYS_* 2023-09-25 07:33:38 +01:00
printf.c optimized mg_addr structure 2023-06-09 09:19:37 -04: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 Handle ECOS case in accept_conn() 2023-10-06 15:58:26 +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 enhanced path sanitizing 2023-07-03 06:14:50 -04:00
str.h update 2023-07-05 17:49:18 -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_builtin.c SAME54 Ethernet driver 2023-08-10 18:59:23 -03:00
tls_dummy.c Restore tickets support 2023-09-21 18:43:33 +01:00
tls_mbed.c Restore tickets support 2023-09-21 18:43:33 +01:00
tls_mbed.h Restore tickets support 2023-09-21 18:43:33 +01:00
tls_openssl.c Restore tickets support 2023-09-21 18:43:33 +01:00
tls_openssl.h Revert to the old TLS API, but keep certs as mg_str for DER 2023-09-19 11:15:23 +01:00
tls.h Restore tickets support 2023-09-21 18:43:33 +01:00
url.c Revert to the old TLS API, but keep certs as mg_str for DER 2023-09-19 11:15:23 +01:00
url.h 7.0 refactor 2020-12-05 11:26:32 +00:00
util.c Revert to the old TLS API, but keep certs as mg_str for DER 2023-09-19 11:15:23 +01:00
util.h Commonise flash-based OTA. Add h7 support. 2023-09-24 21:55:49 +01:00
version.h bump revno up 2023-07-04 12:18:09 -03:00
ws.c Change base64 API 2023-08-22 12:11:13 +01:00
ws.h Test WS frames that are larger than 64k 2022-08-13 11:16:13 +01:00