mongoose/src
2022-08-01 21:07:42 +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 Fix #1599 2022-06-21 12:07:00 +01:00
arch_freertos_tcp.h Fix freertos-tcp build 2022-06-29 19:39:36 +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 Nits 2022-07-01 17:28:06 +01:00
arch_win32.h Remove pragma 2022-06-11 19:05:07 +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 Add MG_ARCH_RP2040 2022-07-03 23:00:15 +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 Add mg_log_set_fn(), MG_ENABLE_LOG 2022-06-19 09:04:22 +01:00
dns.c Add sntp-time-sync example 2022-06-03 13:57:57 +01:00
dns.h Fix #1481 - use stricter compilation flags 2022-03-06 14:31:42 +00:00
event.c Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01:00
event.h Use uint64_t for uptime in millis, not int64_t 2022-04-07 13:50:25 +01:00
fmt.c Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
fmt.h Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01:00
fs_fat.c Change ff_open to explicit memcpy() 2022-07-11 18:13:46 +01:00
fs_packed.c Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01:00
fs_posix.c Unbreak my heart ^W the build 2022-07-01 18:10:40 +01:00
fs.c Move mg_*printf* decls in fmt.h 2022-07-28 10:18:17 +01:00
fs.h Unbreak my heart ^W the build 2022-07-01 18:10:40 +01:00
http.c Refactor mg_http_reply and mg_http_printf_chunk to use less allocs and mem copies 2022-08-01 21:07:42 +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 Refactor JSON and RPC API 2022-07-30 07:55:26 +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 Refactor mg_http_reply and mg_http_printf_chunk to use less allocs and mem copies 2022-08-01 21:07:42 +01:00
log.h Use int debug level 2022-08-01 11:19:32 +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 Introduce c->is_mqtt5 for keeping mqtt version. Make mqtt over ws work again 2022-07-04 17:47:17 +01:00
mqtt.h Exported MQTT result codes 2022-07-01 15:32:24 -03:00
net.c Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
net.h Add timer ID attribute, for safe cleanup in the scripted environment 2022-07-17 12:52:30 +01:00
rpc.c Expose rpc guts 2022-07-31 22:51:59 +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 NTP reponse gives fractional (not micro-) seconds, per RFC5905 2022-07-13 04:08:54 -03: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 Add align to struct mg_iobuf 2022-08-01 12:53:25 +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 Add timer ID attribute, for safe cleanup in the scripted environment 2022-07-17 12:52:30 +01:00
timer.h Add timer ID attribute, for safe cleanup in the scripted environment 2022-07-17 12:52:30 +01:00
tls_dummy.c Handle #1522 - Fix TLS buffering 2022-04-13 10:48:17 +01:00
tls_mbed.c Fix unamalgamated build 2022-07-28 10:33:44 +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 unamalgamated build 2022-07-28 10:47:12 +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 Fix memset in mg_iotest, add mg_random_str test 2022-07-04 16:13:38 +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.6 -> 7.7 2022-05-19 11:44:32 +01:00
ws.c Add align to struct mg_iobuf 2022-08-01 12:53:25 +01:00
ws.h Add mg_ws_printf() 2022-06-05 14:59:50 +01:00