mongoose/src
2022-11-09 19:25:40 +00: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 Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
arch_newlib.h Add MG_ARCH_NEWLIB 2022-05-01 13:47:33 +01:00
arch_rp2040.h Squash warns for rp2040 builds 2022-07-04 11:10:08 +01:00
arch_rtx.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00: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 Endianness test 2022-11-09 09:20:15 +00:00
arch_zephyr.h Update to latest Zephyr and their Docker repo 2022-10-04 17:24:13 -03:00
arch.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00: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 Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
dns.c Add mbedtls support to MIP 2022-09-09 15:53:42 +01:00
dns.h Fix #1481 - use stricter compilation flags 2022-03-06 14:31:42 +00:00
event.c Get rid of mg_*asprintf 2022-08-13 15:37:55 +01:00
event.h Fuzzing MIP 2022-09-21 20:29:49 +01:00
fmt.c Fix issue #1733 2022-09-21 11:38:39 -03:00
fmt.h mg_dtoa, mg_atod, mg_lld made static 2022-08-14 01:25:38 +01:00
fs_fat.c Change ff_open to explicit memcpy() 2022-07-11 18:13:46 +01:00
fs_packed.c Minor refactorings, reduced MG_HTTP_MAX_HEADERS 40 -> 30 to reduce stack usage 2022-08-27 12:31:43 +01:00
fs_posix.c PATH_MAX -> MG_PATH_MAX 2022-08-06 22:26:07 +01:00
fs.c Restore mg_file_write() to use tmp file 2022-08-15 16:08:34 +01:00
fs.h Unbreak my heart ^W the build 2022-07-01 18:10:40 +01:00
http.c Housekeeping at the end of c->label 2022-11-01 21:01:03 +00: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 Fix #1712 - JSON parsing for keys with arrays 2022-09-08 10:59:23 +01:00
json.h Refactor JSON and RPC API 2022-07-30 07:55:26 +01:00
license.h Update GPL license identifier 2022-09-29 15:18:10 -04:00
log.c mg_*rprintf -> mg_*xprintf 2022-08-13 20:34:20 +01: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 Expose mip guts 2022-11-09 19:25:40 +00:00
mqtt.h Move mg_mqtt_next-* to the example, and some nits 2022-08-26 14:20:54 +01:00
net_ft.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
net_lwip.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
net_rl.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
net.c Expose mip guts 2022-11-09 19:25:40 +00:00
net.h Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
rpc.c Fix null pointer dereference in mg_rpc_add() 2022-09-25 14:08:58 -04:00
rpc.h Expose rpc guts 2022-07-31 22:51:59 +01:00
sha1.c Fix endianness issues in unit test 2022-09-28 20:22:09 +01: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 Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
ssi.c Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
ssi.h Add SSI include file=, include virtual= 2021-01-02 17:57:51 +00:00
str.c Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01:00
str.h Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01: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 smtp client example 2022-09-20 11:34:22 +01: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 Fix #1803 - conditional for SSL_set1_host(). In unit test, disable time.windows.com, use google and apple SNTP servers 2022-10-19 09:06:47 +01: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 Create MG_ARCH_FREERTOS, MG_ENABLE_LWIP, MG_ENABLE_FREERTOS_TCP. Remove MG_ARCH_FREERTOS_TCP, MG_ARCH_RTX_LWIP 2022-11-07 23:58:58 +00:00
util.h Fix #1616 - randomize mqtt will and client id for parallel test 2022-07-04 11:00:06 +01:00
version.h 7.8 2022-08-28 14:11:08 +01:00
ws.c Echo WS CLOSE payload back 2022-10-18 14:31:47 +01:00
ws.h Test WS frames that are larger than 64k 2022-08-13 11:16:13 +01:00