Commit Graph

3270 Commits

Author SHA1 Message Date
cpq
0ae5c61759 More comments 2021-03-23 14:02:24 +00:00
cpq
691460c5fc Add linux target to http-server example 2021-03-22 11:30:48 +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
912dd518bf Tests for mg_to64() 2021-03-21 16:18:44 +00:00
cpq
e0395a9907 Merge branch 'master' of github.com:cesanta/mongoose 2021-03-21 16:14:56 +00:00
cpq
0051f23e12 Even stricted check in mg_to64() 2021-03-21 16:14:44 +00:00
novlean
a9bb8fa9fc
Update README.md 2021-03-19 14:02:23 +00:00
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