novlean
|
09f5d2fdae
|
Merge pull request #1247 from cesanta/novlean-patch-1
added video call offer
|
2021-03-19 14:01:45 +00:00 |
|
novlean
|
006a9d914c
|
added video call offer
|
2021-03-19 14:01:30 +00:00 |
|
cpq
|
9009cbc528
|
Adjust recv.len after stripping chunked body
|
2021-03-19 13:13:24 +00:00 |
|
cpq
|
a1862986b8
|
Better docstring for file upload example
|
2021-03-18 12:23:03 +00:00 |
|
cpq
|
cc2989a848
|
Merge branch 'master' of github.com:cesanta/mongoose
|
2021-03-18 12:01:32 +00:00 |
|
cpq
|
4deb95776f
|
Remove multipart example code
|
2021-03-18 11:59:23 +00:00 |
|
Sergey Lyubka
|
f195b27884
|
Merge pull request #1245 from panosto/mbedtls_parse_crt_and_key_from_buffer
mbedtls parse cert and key from buffer
|
2021-03-18 08:51:04 +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
|
e7b1905e49
|
Add -Wno-error=format-truncation for test++ build
|
2021-03-17 12:15:46 +00:00 |
|
cpq
|
e00265f855
|
Add -Wno-error=format-truncation for linux++ build
|
2021-03-17 12:11:05 +00:00 |
|
cpq
|
cd36708b6d
|
Fix tests
|
2021-03-17 07:46:39 +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
|
bcb0874477
|
Add file upload code example
|
2021-03-15 09:36:27 +00:00 |
|
cpq
|
5326e8d212
|
Update docs
|
2021-03-15 09:18:02 +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 |
|
Sergey Lyubka
|
4356b953ca
|
Merge pull request #1238 from cesanta/novlean-patch-1
Fixed typos
|
2021-03-11 13:16:06 +00:00 |
|
cpq
|
e788853156
|
Fix typos
|
2021-03-11 13:15:53 +00:00 |
|
novlean
|
91ed6de166
|
Fixed typos
|
2021-03-11 13:01:45 +00:00 |
|
novlean
|
cf3aafc32e
|
added .
|
2021-03-11 10:16:17 +00:00 |
|
cpq
|
c2d7ff8179
|
Update readme
|
2021-03-10 13:44:32 +00:00 |
|
cpq
|
e5eaa1c633
|
Update readme
|
2021-03-10 13:42:46 +00:00 |
|
cpq
|
6366c832b0
|
Add struct mg_http_serve_opts::extra_headers
|
2021-03-10 07:56:14 +00:00 |
|
cpq
|
f326cbedbe
|
Fix doc example
|
2021-03-09 17:44:15 +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
|
2dcb10ef36
|
Less verbose test
|
2021-03-08 15:45:09 +00:00 |
|
cpq
|
99fa7f0851
|
2020 -> 2021
|
2021-03-08 15:44:57 +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
|
51e3a1304b
|
Fix TLS build
|
2021-02-13 10:45:27 +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 |
|