Sergey Lyubka
|
90c67e4226
|
Reformatting for better readability
|
2021-11-06 11:29:56 +00:00 |
|
Sergey Lyubka
|
423aaa492c
|
Fix #1394 - mg_mqtt_sub(). Add MG_EV_OPEN, too.
|
2021-11-01 16:20:00 +00:00 |
|
Sergey Lyubka
|
52be84f04e
|
Add user and pass to struct mg_mqtt_opts
|
2021-10-31 12:48:32 +00:00 |
|
Sergey Lyubka
|
b17f4108ea
|
Change MG_PATH_MAX for ESP8266
|
2021-10-30 19:34:53 +01:00 |
|
Sergey Lyubka
|
f1bfe0760f
|
Optimise TLS read
|
2021-10-27 19:18:44 +01:00 |
|
Sergey Lyubka
|
6ac09966ba
|
Fix #1374 - fix ESP32 build
|
2021-10-22 22:06:10 +01:00 |
|
Sergey Lyubka
|
af9a7617f5
|
Merge pull request #1381 from ptsolakos/master
Certificate revocation checking when using mbedtls
|
2021-10-22 20:30:47 +01:00 |
|
Sergey Lyubka
|
fb90c504a6
|
Remove private.h
|
2021-10-22 14:00:31 +01:00 |
|
Sergey Lyubka
|
c62c8ea4dd
|
Correct licensing URL
|
2021-10-20 10:04:49 +01:00 |
|
Panagiotis Tsolakos
|
383653d608
|
mbedtls CRL support
Certificate revocation checking when using mbedtls
|
2021-10-14 17:56:31 +02:00 |
|
Sergey Lyubka
|
693863a51e
|
Merge pull request #1366 from zudwalex/fix_rtos_lwip
Add missed include for FreeRTOS/LwIP arch
|
2021-10-02 22:45:08 +01:00 |
|
Sergey Lyubka
|
f08d280429
|
Version 7.4
|
2021-09-30 13:35:44 +01:00 |
|
Sergey Lyubka
|
6fbb749431
|
7.4 -> 7.5
|
2021-09-30 13:34:55 +01:00 |
|
Alex Alashkin
|
bc7178e5f7
|
Add missed include
|
2021-09-29 12:25:25 +03:00 |
|
Sergey Lyubka
|
ea85f93e37
|
Merge branch 'master' of github.com:cesanta/mongoose
|
2021-09-27 13:52:59 +01:00 |
|
Sergey Lyubka
|
46029c501a
|
Fix #1359 - add conditional for MSVC, _DEBUG and strdup
|
2021-09-27 13:52:39 +01:00 |
|
Sergey Lyubka
|
9af6f4b02e
|
Merge pull request #1360 from zudwalex/azure_basics
Add AzureRTOS basic support
|
2021-09-27 08:39:15 +01:00 |
|
Alex Alashkin
|
d86ceecd8c
|
Add AzureRTOS basic support
|
2021-09-26 10:25:44 +03:00 |
|
Sergey Lyubka
|
409fdaec59
|
Rename posix_* -> p_* to avoid build conflict on linux
|
2021-09-16 11:16:10 +01:00 |
|
Sergey Lyubka
|
894a168833
|
Get rid of fs->realpath
|
2021-09-15 07:43:48 +01:00 |
|
Sergey Lyubka
|
5bf5516b29
|
struct iobuf doc
|
2021-08-30 13:06:45 +01:00 |
|
Sergey Lyubka
|
477e48bf54
|
mg_iobuf_append -> mg_iobuf_add
|
2021-08-28 08:08:54 +01:00 |
|
Sergey Lyubka
|
913e730ec2
|
mg_iobuf_delete -> mg_iobuf_del
|
2021-08-28 07:16:38 +01:00 |
|
Sergey Lyubka
|
bd64043377
|
mg_comma -> mg_commalist
|
2021-08-28 06:54:56 +01:00 |
|
Sergey Lyubka
|
714b7a8145
|
Handle WS fragmentation
|
2021-08-27 10:25:24 +01:00 |
|
Sergey Lyubka
|
fc9c454518
|
Add mg_check_ip_acl()
|
2021-08-25 07:59:31 +01:00 |
|
Sergey Lyubka
|
1c456fc2df
|
mg_next_comma_entry -> mg_comma
|
2021-08-23 16:54:58 +01:00 |
|
Alex Alashkin
|
453d4be4d0
|
Update FREERTOS + LWIP support
|
2021-08-12 13:54:43 +03:00 |
|
Sergey Lyubka
|
fd5eb2d3f9
|
Refactor mg_mkpipe()
|
2021-08-11 19:17:04 +01:00 |
|
Sergey Lyubka
|
b7ce8213d7
|
Better multithreading support: remove mg_socketpair, add mg_mkpipe() and mg_rmpipe()
|
2021-08-07 17:22:47 +01:00 |
|
Sergey Lyubka
|
86f43cd8d6
|
Refactor mg_socketpair and document MG_ENABLE_NATIVE_SOCKETPAIR
|
2021-08-06 10:23:08 +01:00 |
|
Sergey Lyubka
|
568484f079
|
Fix #920 - add MQTT over Websocket client example
|
2021-08-01 14:10:21 +01:00 |
|
Sergey Lyubka
|
5366844581
|
Fix #1325 - squash gcc 10 warning, and optimise casts
|
2021-07-31 22:26:43 +01:00 |
|
Sergey Lyubka
|
3a46055e52
|
Better packed test
|
2021-07-30 13:19:20 +01:00 |
|
Sergey Lyubka
|
c2176f969b
|
Implement FS virtualization
|
2021-07-29 14:21:20 +01:00 |
|
Sergey Lyubka
|
9346122c29
|
Add FS API layer
|
2021-07-28 21:11:07 +01:00 |
|
Sergey Lyubka
|
55d102e450
|
Enable mg_fopen_packed in newlib
|
2021-07-27 09:50:11 +01:00 |
|
Sergey Lyubka
|
2d585474c1
|
Add riscv target, enhance arm target
|
2021-07-26 11:00:37 +01:00 |
|
Sergey Lyubka
|
bdb747f9de
|
Fix mg_prefix test
|
2021-07-26 09:15:17 +01:00 |
|
Sergey Lyubka
|
d6dbf831f7
|
Remove mg_stat
|
2021-07-24 10:35:48 +01:00 |
|
Sergey Lyubka
|
2a2c17a232
|
Remove MG_ENABLE_STDIO and cleanup
|
2021-07-24 03:44:00 +01:00 |
|
Sergey Lyubka
|
d130c6f42d
|
Remove leftovers
|
2021-07-24 02:44:25 +01:00 |
|
Sergey Lyubka
|
a09238debd
|
Place config.h before arch*.h
|
2021-07-23 20:48:48 +01:00 |
|
Sergey Lyubka
|
328a87b02a
|
Remove mg_file_size()
|
2021-07-23 20:18:34 +01:00 |
|
Sergey Lyubka
|
529faa1172
|
MG_ENABLE_FS -> MG_ENABLE_STDIO
|
2021-07-23 19:47:26 +01:00 |
|
Sergey Lyubka
|
8e5efd4804
|
7.3 -> 7.4
|
2021-07-23 12:17:05 +01:00 |
|
Sergey Lyubka
|
55e2077a46
|
Use mg_fopen only on win32
|
2021-07-22 22:46:33 +01:00 |
|
Sergey Lyubka
|
0d5d7bb26f
|
Keep directory listing compile-time option
|
2021-07-21 11:05:27 +01:00 |
|
Sergey Lyubka
|
8fc94e12af
|
Add enable_dirlist to mg_http_serve_opts
|
2021-07-20 17:22:41 +01:00 |
|
Sergey Lyubka
|
655f9a9f79
|
Add Content-Type header to the SSI files
|
2021-07-20 11:33:38 +01:00 |
|