mongoose/src
2022-09-09 17:09:18 +01:00
..
arch_azurertos.h Use mg_snprintf() 2022-02-10 11:56:55 +00: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_lwip.h Add define for strdup 2022-08-20 00:02:36 +01:00
arch_freertos_tcp.h Fix docs, nits to freertos includes 2022-08-14 23:46:33 +01: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_lwip.h Add RTX-RTOS support 2022-02-23 19:56:37 +02:00
arch_rtx.h Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
arch_tirtos.h Add TI support 2022-05-15 19:25:50 +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 Fix #1648 - set MG_PATH_MAX to FILENAME_MAX on windows and unix 2022-08-06 22:19:55 +01:00
arch_zephyr.h Remove mg_log_set_callback. Use MG_PUTCHAR macro instead 2022-05-20 09:45:17 +01:00
arch.h Make mongoose_custom.h a local include, for Arduino builds 2022-08-31 18:20:34 +01:00
base64.c Nits 2022-07-01 17:28:06 +01:00
base64.h 7.0 refactor 2020-12-05 11:26:32 +00:00
config.h Minor refactorings, reduced MG_HTTP_MAX_HEADERS 40 -> 30 to reduce stack usage 2022-08-27 12:31:43 +01: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 Pass long *bytes_read to MG_EV_READ 2022-09-09 17:09:18 +01:00
fmt.c Add %f to src/fmt.c 2022-09-07 15:09:52 +01: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 Merge pull request #1713 from behnejad/master 2022-09-08 08:55:22 +01:00
http.h Change mg_http_upload API 2022-06-30 21:54:50 +01:00
iobuf.c Add align to struct mg_iobuf 2022-08-01 12:53:25 +01: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 Add SPDX identifier. Fix #1387 2022-02-22 18:13:06 +00: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 Nits 2022-07-01 17:28:06 +01:00
md5.h 7.0 refactor 2020-12-05 11:26:32 +00:00
mqtt.c Add mbedtls support to MIP 2022-09-09 15:53:42 +01:00
mqtt.h Move mg_mqtt_next-* to the example, and some nits 2022-08-26 14:20:54 +01:00
net.c Fix #1710 - free MIP in mg_mgr_free() 2022-09-08 08:53:54 +01:00
net.h Add mbedtls support to MIP 2022-09-09 15:53:42 +01:00
rpc.c Let RPC handle responses too 2022-08-26 17:41:13 +01:00
rpc.h Expose rpc guts 2022-07-31 22:51:59 +01:00
sha1.c Nits 2022-07-01 17:28:06 +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 Pass long *bytes_read to MG_EV_READ 2022-09-09 17:09:18 +01: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 mbedtls support to MIP 2022-09-09 15:53:42 +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 Add mbedtls support to MIP 2022-09-09 15:53:42 +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 Refactor W5500 driver, add arduino w5500 example 2022-09-02 12:58:54 +01: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 Minor refactorings, reduced MG_HTTP_MAX_HEADERS 40 -> 30 to reduce stack usage 2022-08-27 12:31:43 +01:00
ws.h Test WS frames that are larger than 64k 2022-08-13 11:16:13 +01:00