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 |
|
Sergey Lyubka
|
3982e065c8
|
Fix #1315, fix #1317 - use #ifndef instead of #pragma once for compilers that do not support #pragma once
|
2021-07-19 09:04:18 +01:00 |
|
Sergey Lyubka
|
497b8027f5
|
Fix #1314 - expose local port for listeners
|
2021-07-19 08:47:38 +01:00 |
|
Sergey Lyubka
|
89757388c7
|
Disable SSL v1.1
|
2021-07-16 12:10:48 +01:00 |
|
Sergey Lyubka
|
77fae5c562
|
Fix #1298 - shadowing struct mg_str constructor
|
2021-07-15 02:18:32 +01:00 |
|
Sergey Lyubka
|
80fcba91c8
|
Fix #1297 - %p warning
|
2021-07-14 04:00:27 +01:00 |
|
Sergey Lyubka
|
39d64be581
|
Fix FD_CLOEXEC setting
|
2021-07-13 22:49:36 +01:00 |
|
Sergey Lyubka
|
db11897d71
|
Fix #1302 - set FD_CLOEXEC on sockets
|
2021-07-13 19:32:31 +01:00 |
|
Sergey Lyubka
|
5e466f9037
|
Fix #1294 - add more common mime types
|
2021-07-13 19:24:46 +01:00 |
|
Sergey Lyubka
|
6b2698a503
|
Squash warning in mg_random()
|
2021-07-13 18:07:38 +01:00 |
|
Sergey Lyubka
|
4788db7e00
|
Fix #1301 - use correct openssl version conditional for SSL_use_certificate_chain_file()
|
2021-07-13 18:05:57 +01:00 |
|
Sergey Lyubka
|
d9680df510
|
Support mbedtls 3.x.x
|
2021-07-13 17:28:07 +01:00 |
|
cpq
|
302bf865f9
|
Fix #1310 - wrap _CRT_SECURE_NO_WARNINGS into #ifndef
|
2021-07-13 07:13:06 +01:00 |
|
cpq
|
015586950f
|
Fix #1305 - add #ifdef __cplusplus for C++ linkage
|
2021-07-13 06:58:34 +01:00 |
|
cpq
|
f46453f80f
|
Squash warnings
|
2021-06-10 19:37:03 +01:00 |
|
cpq
|
3deafaea7f
|
Extend mg_mqtt_{pub,sub} by adding qos and retain
|
2021-06-10 19:27:19 +01:00 |
|
cpq
|
a15d518571
|
Add mg_mqtt_pubex
|
2021-06-10 19:15:50 +01:00 |
|
cpq
|
886a29d659
|
Fix #1292 - allow requests with missing protocol version, responses with no reason fields
|
2021-05-29 10:07:05 +01:00 |
|
cpq
|
e69de57def
|
Optimise mg_iobuf_append()
|
2021-05-29 09:46:50 +01:00 |
|
cpq
|
9d68e20dcc
|
Fix #1288 - better mg_iobuf_append allocation strategy
|
2021-05-29 09:44:07 +01:00 |
|
cpq
|
c0a8546330
|
Add MG_ARCH_FREERTOS_LWIP
|
2021-05-28 23:49:26 +01:00 |
|
cpq
|
7c37d75bf4
|
Squash even more warnings
|
2021-05-28 18:57:47 +01:00 |
|
cpq
|
838b0bcd27
|
Squash more warnings
|
2021-05-28 18:45:35 +01:00 |
|
cpq
|
736b8ad7b7
|
Fix #1285 - __builtin___snprintf_chk warning. Tighten test flags and refactor the code to squash all warnings
|
2021-05-28 18:30:42 +01:00 |
|
cpq
|
7c0d126edc
|
Build with -DMG_ENABLE_FS=1
|
2021-05-19 08:10:38 +01:00 |
|
cpq
|
dbc2356768
|
FreeRTOS-Plus-TCP fixes
|
2021-05-19 00:00:32 +01:00 |
|
cpq
|
47e5e984df
|
stm32f7 example starts on real h/w, with plus-TCP driver
|
2021-05-17 17:36:57 +01:00 |
|
cpq
|
72f0489ec2
|
Using nucleo-f746zg. Moved 3party libs to test/. Using headers from ST
|
2021-05-13 14:56:14 +01:00 |
|
cpq
|
5369fb0376
|
Remove low-level lwip stubs
|
2021-05-12 11:06:19 +01:00 |
|
cpq
|
5fe34fd6c3
|
Remove MG_ENABLE_MGOS
|
2021-05-12 11:05:05 +01:00 |
|
cpq
|
a98e980c8f
|
Nits to have tests pass
|
2021-05-12 09:25:21 +01:00 |
|
cpq
|
0de3f0d985
|
f1 build works
|
2021-05-12 08:43:34 +01:00 |
|
cpq
|
d6852f5e74
|
First stab
|
2021-05-11 09:12:06 +01:00 |
|
cpq
|
79aad7fabf
|
Put Range support back
|
2021-04-29 11:00:57 +01:00 |
|
cpq
|
7851930ac3
|
Fix #1256
|
2021-04-29 09:50:33 +01:00 |
|
cpq
|
758572872d
|
Fix #1255
|
2021-04-29 09:26:37 +01:00 |
|
cpq
|
111551477a
|
Integrate #1266
|
2021-04-29 09:17:24 +01:00 |
|
cpq
|
31c9e3fb7e
|
Make mg_random() weak, see #1269
|
2021-04-29 09:09:21 +01:00 |
|
cpq
|
7061b7202f
|
Integrate 1265
|
2021-04-29 08:49:23 +01:00 |
|
cpq
|
35a8b8e8e8
|
TLS nits, more DNS logging
|
2021-04-22 15:21:16 +01:00 |
|
cpq
|
1b8624f135
|
Better log trace
|
2021-04-13 21:02:05 +01:00 |
|
cpq
|
e217066bf6
|
Squash warning
|
2021-04-13 19:42:47 +01:00 |
|
cpq
|
5430408218
|
Merge branch 'master' of github.com:cesanta/mongoose
|
2021-04-09 16:55:16 +01:00 |
|
cpq
|
d2744063a0
|
Remove unused MG_SWAPxx macros
|
2021-04-09 16:55:12 +01:00 |
|
Mark Cottrell
|
6ce2e48dd3
|
fixed msvc errors around VLAs
|
2021-04-09 08:11:16 -07:00 |
|
cpq
|
e9d122f231
|
Stricter checks for mg_url_*()
|
2021-03-24 15:49:35 +00:00 |
|
cpq
|
ab1c924388
|
Better check in mg_iobuf_resize()
|
2021-03-22 11:30:29 +00:00 |
|
cpq
|
05050eba38
|
Squash warning in mg_random
|
2021-03-22 11:29:59 +00:00 |
|
cpq
|
0051f23e12
|
Even stricted check in mg_to64()
|
2021-03-21 16:14:44 +00:00 |
|
cpq
|
9009cbc528
|
Adjust recv.len after stripping chunked body
|
2021-03-19 13:13:24 +00:00 |
|
panosto
|
5036a71334
|
mbedtls parse cert and key from buffer
|
2021-03-17 15:23:45 +01:00 |
|
cpq
|
531c47b47c
|
mg_to64 overflow protection
|
2021-03-17 13:46:50 +00:00 |
|
cpq
|
4dbb2da78f
|
Add form-upload example
|
2021-03-17 13:28:36 +00:00 |
|
cpq
|
41c1e0f08d
|
Squash truncation warning
|
2021-03-17 12:22:19 +00:00 |
|
cpq
|
5bd22cb5e4
|
Add mg_http_next_multipart()
|
2021-03-17 07:43:29 +00:00 |
|
cpq
|
bc00d5159a
|
Add mg_http_next_part
|
2021-03-15 13:20:53 +00:00 |
|
cpq
|
4528cc28ef
|
Add sizep param to mg_file_read()
|
2021-03-15 09:16:34 +00:00 |
|
cpq
|
381d7cce54
|
Do not call setsockopts() on a listening connection
|
2021-03-13 12:36:00 +00:00 |
|
cpq
|
2594e7b37a
|
Stricter MG_ARCH_CUSTOM and type conversions in sock.c
|
2021-03-13 12:34:26 +00:00 |
|
cpq
|
e788853156
|
Fix typos
|
2021-03-11 13:15:53 +00:00 |
|
cpq
|
6366c832b0
|
Add struct mg_http_serve_opts::extra_headers
|
2021-03-10 07:56:14 +00:00 |
|
cpq
|
5b272c2b5c
|
Bump HEAD to 7.3
|
2021-03-09 11:38:37 +00:00 |
|
cpq
|
452bcc68a4
|
Add mg_mqtt_next_unsub() signature
|
2021-03-09 11:29:53 +00:00 |
|
cpq
|
829827d46f
|
Add mg_mqtt_next_unsub
|
2021-03-09 09:54:02 +00:00 |
|
cpq
|
ff9d0e462e
|
Tiny refactor in walkchunks()
|
2021-03-09 08:22:52 +00:00 |
|
cpq
|
e84ea91a4a
|
Process chunked body before sending MG_EV_HTTP_MSG
|
2021-03-09 08:21:29 +00:00 |
|
cpq
|
1b5cc341a5
|
Add streaming client support, MG_EV_HTTP_CHUNK
|
2021-03-08 15:41:16 +00:00 |
|
cpq
|
d50dc288cd
|
Add mg_crc32
|
2021-03-08 15:40:39 +00:00 |
|
cpq
|
060bb29cdc
|
Restore mg_mqtt_{ping,pong,disconnect}
|
2021-03-07 12:21:59 +00:00 |
|
cpq
|
366426e8bb
|
Avoid extra allocation for static HTTP handling
|
2021-03-07 11:56:20 +00:00 |
|
cpq
|
e710df4c80
|
Define WEAK to nothing on Cygwin
|
2021-03-04 14:25:50 +00:00 |
|
cpq
|
79e5841483
|
Fix QNX build
|
2021-03-04 11:09:57 +00:00 |
|
cpq
|
374ab4ecf0
|
Add struct mg_mgr::userdata
|
2021-02-28 16:40:27 +00:00 |
|
cpq
|
56980be48c
|
Do not reveal full root dir path
|
2021-02-17 16:07:18 +00:00 |
|
cpq
|
602c5c0866
|
Refactor mg_url_encode
|
2021-02-15 14:42:55 +00:00 |
|
cpq
|
7ce5009de1
|
Remove reduntant code
|
2021-02-15 14:42:22 +00:00 |
|
cpq
|
d5a1d5a5e8
|
Stricter realpath checks
|
2021-02-11 15:03:22 +00:00 |
|
cpq
|
ae5f6c0920
|
Increase conn label size 32 -> 50
|
2021-02-10 11:09:13 +00:00 |
|
cpq
|
0a9303bb07
|
Stricter mg_http_parse()
|
2021-02-09 21:16:33 +00:00 |
|
cpq
|
42bc7b1f47
|
Add "struct mg_http_message::head" attr
|
2021-02-09 13:27:17 +00:00 |
|
cpq
|
4844ed60bd
|
Remove fflush in logging
|
2021-02-09 00:16:13 +00:00 |
|
cpq
|
41f5daeb47
|
Fix mg_random
|
2021-02-08 19:43:01 +00:00 |
|
cpq
|
a3f8f33d50
|
Allow mbedtls CA being inline PEM
|
2021-02-08 17:50:00 +00:00 |
|
cpq
|
fd8db5c53a
|
Better unicode handling on win32
|
2021-02-07 22:43:49 +00:00 |
|
cpq
|
ed1a98c381
|
Remove debug logs
|
2021-02-03 02:19:17 +00:00 |
|
cpq
|
457d76b049
|
Fix #1211 - adjust ESP32 example to serve FS
|
2021-02-03 02:13:05 +00:00 |
|
cpq
|
6827972f71
|
Fix #1210 - on win32, open upload file in binary mode
|
2021-02-02 08:43:56 +00:00 |
|
cpq
|
582fde5c6e
|
Fix #1209
|
2021-01-31 19:54:42 +00:00 |
|
cpq
|
d327ee9834
|
Improve SNI
|
2021-01-30 13:03:11 +00:00 |
|
cpq
|
86b1053678
|
Add error check for iobuf allocation
|
2021-01-29 12:32:34 +00:00 |
|
cpq
|
6678e36278
|
Use openssl/ssl.h
|
2021-01-28 08:45:24 +00:00 |
|
cpq
|
5118355732
|
Use 64bit file ops even on 32bit systems
|
2021-01-26 17:43:31 +00:00 |
|
cpq
|
5b4b7f7dc5
|
Fix test
|
2021-01-26 17:01:43 +00:00 |
|