.. |
drivers
|
update PHY code in _up
|
2023-11-13 23:54:37 -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
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
arch_zephyr.h
|
Update to latest Zephyr and their Docker repo
|
2022-10-04 17:24:13 -03:00 |
arch.h
|
Single bank OTA
|
2023-11-02 09:30:55 +00: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
|
Add MG_ENABLE_CUSTOM_LOG
|
2023-10-08 17:09:14 +01:00 |
device_dummy.c
|
OTA API refactoring: renamed files and defines
|
2023-09-26 08:33:39 -04:00 |
device_flash.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
device_stm32h5.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
device_stm32h7.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
device.h
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
dns.c
|
Bump up max DNS responses 10->15
|
2023-10-08 15:30:18 +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
|
Add mg_json_next() for iterating objects/arrays
|
2023-10-07 22:40:51 +01:00 |
json.h
|
Add mg_json_next() for iterating objects/arrays
|
2023-10-07 22:40:51 +01:00 |
license.h
|
Update GPL license identifier
|
2022-09-29 15:18:10 -04:00 |
log.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
log.h
|
Single bank OTA
|
2023-11-02 09:30:55 +00: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
|
Add teensy41 example
|
2023-11-11 21:22:00 +00:00 |
net_builtin.h
|
Add driver for CMSIS-Driver
|
2023-11-01 17:26:34 -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
|
Remove mg_mkpipe() leftovers
|
2023-10-10 18:16:02 -03:00 |
ota_dummy.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
ota_flash.c
|
Single bank OTA
|
2023-11-02 09:30:55 +00:00 |
ota.h
|
Single bank OTA
|
2023-11-02 09:30:55 +00: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
|
Allow fast close
|
2023-11-02 18:27:39 -03: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
|
Make tls_builtin build with current API
|
2023-11-03 14:02:41 -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
|
Wrap OpenSSL errors in Mongoose log
|
2023-11-06 17:24:30 -03: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
|
Add teensy41 example
|
2023-11-11 21:22:00 +00:00 |
version.h
|
Update version.h
|
2023-10-12 10:27:55 -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 |