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
|
df2ffd1187
|
Refactor serve dir even more
|
2021-07-24 22:00:37 +01:00 |
|
Sergey Lyubka
|
b378082ec4
|
Refactor mg_http_serve_dir()
|
2021-07-24 21:48:19 +01:00 |
|
Sergey Lyubka
|
fb4fae9174
|
Optimise file serving path
|
2021-07-24 21:23:52 +01:00 |
|
Sergey Lyubka
|
cddff2b1b8
|
Cleanup on riscv baremetal build
|
2021-07-24 11:40:52 +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
|
529faa1172
|
MG_ENABLE_FS -> MG_ENABLE_STDIO
|
2021-07-23 19:47:26 +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
|
80fcba91c8
|
Fix #1297 - %p warning
|
2021-07-14 04:00:27 +01:00 |
|
Sergey Lyubka
|
5e466f9037
|
Fix #1294 - add more common mime types
|
2021-07-13 19:24:46 +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
|
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
|
47e5e984df
|
stm32f7 example starts on real h/w, with plus-TCP driver
|
2021-05-17 17:36:57 +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
|
9009cbc528
|
Adjust recv.len after stripping chunked body
|
2021-03-19 13:13:24 +00:00 |
|
cpq
|
4dbb2da78f
|
Add form-upload example
|
2021-03-17 13:28:36 +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
|
6366c832b0
|
Add struct mg_http_serve_opts::extra_headers
|
2021-03-10 07:56:14 +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
|
366426e8bb
|
Avoid extra allocation for static HTTP handling
|
2021-03-07 11:56:20 +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
|
d5a1d5a5e8
|
Stricter realpath checks
|
2021-02-11 15:03:22 +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
|
41f5daeb47
|
Fix mg_random
|
2021-02-08 19:43:01 +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
|
5118355732
|
Use 64bit file ops even on 32bit systems
|
2021-01-26 17:43:31 +00:00 |
|
cpq
|
8e52075636
|
Handle calloc failures
|
2021-01-26 12:16:58 +00:00 |
|
cpq
|
9eabf3fa81
|
URL decoding URI
|
2021-01-21 17:14:08 +00:00 |
|
cpq
|
161c34384d
|
Enable SO_EXCLUSIVEADDRUSE on Win32. Better listdir response.
|
2021-01-20 11:10:02 +00:00 |
|
cpq
|
b7a79a556a
|
Add extra headers param to mg_http_serve_file
|
2021-01-07 12:48:20 +00:00 |
|
cpq
|
117aeaa15d
|
Fix fd leak for cached static files
|
2021-01-03 09:39:46 +00:00 |
|
cpq
|
c7e09bd7b4
|
Add SSI include file=, include virtual=
|
2021-01-02 17:57:51 +00:00 |
|
cpq
|
86824795a0
|
Pass opts structure to mg_http_serve_dir()
|
2021-01-02 12:30:09 +00:00 |
|
cpq
|
55f5f74658
|
Add mingw gcc and g++ tests
|
2020-12-25 19:24:51 +00:00 |
|
cpq
|
4c3b97be7d
|
Squash -DMG_ENABLE_FS=0 build warning
|
2020-12-24 18:48:28 +00:00 |
|
cpq
|
60e1b64455
|
Fix https://github.com/cesanta/mongoose/issues/1030
|
2020-12-24 17:01:49 +00:00 |
|
cpq
|
3895678bee
|
Use MG_EV_WS_CTL for WS control messages
|
2020-12-23 11:58:08 +00:00 |
|
cpq
|
c3aae185df
|
Add ipv6 server test
|
2020-12-22 10:16:31 +00:00 |
|
cpq
|
b93456f512
|
Do not create socket until resolved
|
2020-12-21 12:26:44 +00:00 |
|
cpq
|
82a378e519
|
Add extra param to http_reply()
|
2020-12-17 22:47:55 +00:00 |
|
cpq
|
f176e1ae59
|
Handle more mime types
|
2020-12-15 11:58:30 +00:00 |
|
cpq
|
88ada54045
|
More tests
|
2020-12-12 20:38:09 +00:00 |
|
cpq
|
1b551741b8
|
Fix mg_url_decode fuzz
|
2020-12-11 09:35:50 +00:00 |
|
cpq
|
369f44adfa
|
Add version.h
|
2020-12-10 17:46:26 +00:00 |
|
cpq
|
42d7865e14
|
Pre-built desktop server
|
2020-12-10 17:39:40 +00:00 |
|
cpq
|
f2fba1d200
|
7.0 refactor
|
2020-12-05 11:26:32 +00:00 |
|
Dmitry Frank
|
aba60dadec
|
Add mg_ prefix to mongoose sources
CL: none
PUBLISHED_FROM=d6ebe5fa88c61ae3b8569897d9b09d54610bec73
|
2018-02-03 01:20:47 +02:00 |
|
Dmitry Frank
|
8742fac5d8
|
Publish mongoose src and tests
CL: Mongoose Web Server: Publish sources and tests
Resolves https://github.com/cesanta/mongoose/issues/745
PUBLISHED_FROM=7ecd7a3c518cfa614a6ba0838678dcb91b75a8c0
|
2018-02-02 15:49:55 +00:00 |
|