Riccardo Dal Fiume
|
7beff0201d
|
FIX README mg_http_serve*
|
2021-01-12 11:28:41 +01:00 |
|
cpq
|
a4c9d1ecb7
|
Update mg_http_serve_file() doc
|
2021-01-07 16:21:01 +00:00 |
|
cpq
|
b7a79a556a
|
Add extra headers param to mg_http_serve_file
|
2021-01-07 12:48:20 +00:00 |
|
cpq
|
03ab9e4e0d
|
Update axios
|
2021-01-06 17:11:53 +00:00 |
|
cpq
|
7e855f5c8f
|
Add oss-fuzz badge
|
2021-01-05 18:10:01 +00:00 |
|
Sergey Lyubka
|
9e510d5831
|
Merge pull request #1185 from hakabahitoyo/master
Suppress error: cast from ‘void*’ to ‘int’ loses precision [-fpermissive] in MG_ENABLE_OPENSSL build.
|
2021-01-05 11:46:49 +00:00 |
|
Hakaba Hitoyo
|
1689a0d56b
|
Update mongoose.c.
|
2021-01-05 12:35:28 +09:00 |
|
cpq
|
9ff774e7df
|
Trigger test on pull requests
|
2021-01-04 12:02:55 +00:00 |
|
Hakaba Hitoyo
|
c78ad0b574
|
Supress error: cast from ‘void*’ to ‘int’ loses precision [-fpermissive]
|
2021-01-04 16:25:06 +09:00 |
|
cpq
|
117aeaa15d
|
Fix fd leak for cached static files
|
2021-01-03 09:39:46 +00:00 |
|
cpq
|
e135743efa
|
Fix example build
|
2021-01-03 08:55:00 +00:00 |
|
cpq
|
2c1324dc0a
|
Remove -r option
|
2021-01-03 08:43:56 +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
|
1b0636c2d2
|
More checks in mg_ws_send
|
2021-01-02 12:20:08 +00:00 |
|
cpq
|
2f9d2bbdf6
|
Update readme
|
2020-12-29 18:15:06 +00:00 |
|
cpq
|
21a1b2c15c
|
Update readme
|
2020-12-29 17:59:05 +00:00 |
|
cpq
|
bdef3d6afd
|
Fix win98 test
|
2020-12-28 06:32:55 +00:00 |
|
cpq
|
a882aab30e
|
Add captive dns server example
|
2020-12-28 05:25:29 +00:00 |
|
cpq
|
788b577d65
|
Add README
|
2020-12-27 01:32:58 +00:00 |
|
cpq
|
71a22adc06
|
Add ESP8266 example
|
2020-12-27 01:29:42 +00:00 |
|
cpq
|
7d1ef2ffe8
|
Add mingw tests to actions
|
2020-12-25 19:28:05 +00:00 |
|
cpq
|
55f5f74658
|
Add mingw gcc and g++ tests
|
2020-12-25 19:24:51 +00:00 |
|
cpq
|
e1fd82bc46
|
Remove unused code
|
2020-12-25 15:04:43 +00:00 |
|
cpq
|
49b8480bfb
|
Add http-reverse-proxy example
|
2020-12-25 04:32:56 +00:00 |
|
cpq
|
b2ab484883
|
Fix #954
|
2020-12-24 19:10:54 +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
|
6bcd02bb1c
|
Enhance HTTP client example
|
2020-12-24 16:52:58 +00:00 |
|
cpq
|
66f302a613
|
Make DNS debug log less verbose
|
2020-12-24 16:52:33 +00:00 |
|
cpq
|
1716af6c72
|
Add HTTP client code
|
2020-12-24 16:52:12 +00:00 |
|
cpq
|
749326c83a
|
Add more mg_http_parse unit tests
|
2020-12-24 14:33:23 +00:00 |
|
cpq
|
9657577c00
|
Fix typo in fuzz test
|
2020-12-24 09:09:25 +00:00 |
|
cpq
|
9f5216d259
|
Add more fuzz tests
|
2020-12-24 09:07:55 +00:00 |
|
cpq
|
c8826e8f9c
|
Refactor mg_ntoa and mg_straddr
|
2020-12-24 08:05:54 +00:00 |
|
cpq
|
25bc13ef1e
|
Squash some warnings under mingw crosscompiler
|
2020-12-24 07:26:50 +00:00 |
|
cpq
|
4d123a15f9
|
Drop deprecated register keyword
|
2020-12-23 21:20:48 +00:00 |
|
cpq
|
2cf1b09767
|
Workaround for WIN32 C++ snprintf/vsnprintf/strdup calls
|
2020-12-23 21:05:46 +00:00 |
|
cpq
|
abfd81cb9d
|
Fix WS frame length encoding for len 0xffff
|
2020-12-23 16:18:49 +00:00 |
|
cpq
|
3895678bee
|
Use MG_EV_WS_CTL for WS control messages
|
2020-12-23 11:58:08 +00:00 |
|
cpq
|
e0a1feafe0
|
Fix localhost resolution
|
2020-12-23 10:15:09 +00:00 |
|
cpq
|
c75eb24eb8
|
Add proxy client example
|
2020-12-22 21:01:14 +00:00 |
|
cpq
|
c3aae185df
|
Add ipv6 server test
|
2020-12-22 10:16:31 +00:00 |
|
cpq
|
2e87783246
|
Add IPv6 client test
|
2020-12-22 09:44:59 +00:00 |
|
cpq
|
fbab767b9f
|
Fix mg_prefix job
|
2020-12-21 12:39:03 +00:00 |
|
cpq
|
7bc38b5eaa
|
Add examples build, fix prefix build
|
2020-12-21 12:33:27 +00:00 |
|
cpq
|
b93456f512
|
Do not create socket until resolved
|
2020-12-21 12:26:44 +00:00 |
|
cpq
|
ddb700eee5
|
Fix openssl build
|
2020-12-20 21:50:46 +00:00 |
|
cpq
|
1052ee0766
|
Fix openssl build, and add openssl test
|
2020-12-20 21:45:58 +00:00 |
|
cpq
|
29534218d7
|
IPv6 related refactoring
|
2020-12-20 16:55:33 +00:00 |
|
cpq
|
d7abd53062
|
Always send MG_EV_CONNECT on TCP connect
|
2020-12-18 15:13:19 +00:00 |
|
cpq
|
aede72fa37
|
Refactor HTTP client
|
2020-12-18 14:29:30 +00:00 |
|
cpq
|
b0a5165b44
|
Uload coverage
|
2020-12-18 11:47:56 +00:00 |
|
cpq
|
4919f792f2
|
Make build badge a link
|
2020-12-18 11:32:59 +00:00 |
|
cpq
|
d5927f5d50
|
Remove travis - migrated to Github Actions
|
2020-12-18 11:31:31 +00:00 |
|
cpq
|
e68330e045
|
Rename workflow
|
2020-12-18 11:26:17 +00:00 |
|
cpq
|
b5d5b3763f
|
Add workflow badge
|
2020-12-18 11:24:36 +00:00 |
|
cpq
|
b6a6687c1e
|
Rename workflow
|
2020-12-18 11:24:06 +00:00 |
|
cpq
|
3843b670a5
|
Fix typo
|
2020-12-18 11:14:21 +00:00 |
|
cpq
|
249efdd378
|
Add windows test
|
2020-12-18 11:12:08 +00:00 |
|
cpq
|
18ce1669fc
|
Add mac test
|
2020-12-18 11:09:03 +00:00 |
|
cpq
|
e8d3b8030e
|
Install mbedtls
|
2020-12-18 10:56:35 +00:00 |
|
Sergey Lyubka
|
a752abf318
|
Create test.yml
|
2020-12-18 10:41:27 +00:00 |
|
cpq
|
d3ebcaf5d2
|
Remove unneeded defines that break vc2015 build
|
2020-12-18 09:48:28 +00:00 |
|
cpq
|
0abb8322d9
|
Disable noisy debug
|
2020-12-18 09:48:05 +00:00 |
|
cpq
|
99ed58ec4d
|
Better docstrings
|
2020-12-18 09:08:28 +00:00 |
|
cpq
|
04450ec659
|
Update http server example to showcase SSL
|
2020-12-18 09:01:14 +00:00 |
|
cpq
|
82a378e519
|
Add extra param to http_reply()
|
2020-12-17 22:47:55 +00:00 |
|
cpq
|
29d31ba919
|
More boundary checks for mg_dns_parse()
|
2020-12-17 19:14:17 +00:00 |
|
cpq
|
4519ea568d
|
Add conditional for SSL_use_certificate_chain_file()
|
2020-12-17 12:12:46 +00:00 |
|
cpq
|
9f88f31f01
|
Add timer example
|
2020-12-17 11:44:30 +00:00 |
|
cpq
|
4bdea2b467
|
Add README to the esp32 example
|
2020-12-17 11:24:28 +00:00 |
|
cpq
|
2252a74cd7
|
Note on UDP
|
2020-12-17 11:19:13 +00:00 |
|
cpq
|
d1fa7b88e0
|
Disable brew update
|
2020-12-16 14:05:36 +00:00 |
|
cpq
|
9ecf42578c
|
Fix screenshot link
|
2020-12-16 10:54:47 +00:00 |
|
cpq
|
754fc25924
|
Add description & screenshots
|
2020-12-16 10:54:09 +00:00 |
|
cpq
|
d9551c75b1
|
Refactor MQTT parsing
|
2020-12-16 10:14:00 +00:00 |
|
cpq
|
8d45cf6972
|
Add mqtt-server example
|
2020-12-15 20:29:47 +00:00 |
|
cpq
|
f176e1ae59
|
Handle more mime types
|
2020-12-15 11:58:30 +00:00 |
|
cpq
|
fa8f62fb5d
|
Squash warnings under linux
|
2020-12-14 14:05:01 +00:00 |
|
cpq
|
0c142f20d7
|
Using linux for docker tests
|
2020-12-14 13:09:56 +00:00 |
|
cpq
|
b641fc6b79
|
Add esp32 example
|
2020-12-14 12:58:27 +00:00 |
|
cpq
|
1252a61479
|
More docs
|
2020-12-14 09:36:46 +00:00 |
|
cpq
|
5f631c0b96
|
More docs
|
2020-12-14 09:35:03 +00:00 |
|
cpq
|
348c579521
|
Add dns test case
|
2020-12-14 09:31:23 +00:00 |
|
cpq
|
7ce9cdf0b9
|
More docs
|
2020-12-14 09:31:03 +00:00 |
|
cpq
|
09beadb98a
|
Fix c++ fuzzer build
|
2020-12-13 16:56:30 +00:00 |
|
cpq
|
5b265a76bd
|
Add minor case to fuzzer
|
2020-12-13 16:33:46 +00:00 |
|
cpq
|
c5a4a1c6f2
|
Remove debug leftover
|
2020-12-13 00:37:04 +00:00 |
|
cpq
|
88ada54045
|
More tests
|
2020-12-12 20:38:09 +00:00 |
|
cpq
|
c5b1c08d05
|
Use MSG_NONBLOCKING for recv/send
|
2020-12-12 16:48:47 +00:00 |
|
cpq
|
a0765ade6b
|
Use -DMG_ENABLE_LINES for fuzzer build
|
2020-12-12 14:23:28 +00:00 |
|
cpq
|
54250f5fbf
|
Rename, use hyphen
7.0
|
2020-12-12 10:22:45 +00:00 |
|
cpq
|
f3f397f31e
|
Add MQTT client example
|
2020-12-12 10:03:19 +00:00 |
|
cpq
|
d806ed5d5f
|
Better coverage
|
2020-12-11 22:58:50 +00:00 |
|
cpq
|
37e9a2ee95
|
Fix C++ build error
|
2020-12-11 18:26:54 +00:00 |
|
cpq
|
7ad6a08002
|
Fix C++ build error
|
2020-12-11 18:21:29 +00:00 |
|
cpq
|
90686ee5c9
|
Add ws examples
|
2020-12-11 17:35:58 +00:00 |
|
cpq
|
85c5577955
|
mg_dns_parse_name() recursion protection
|
2020-12-11 14:02:52 +00:00 |
|
cpq
|
30d4a1ad0f
|
Fix mg_sntp_parse()
|
2020-12-11 13:16:51 +00:00 |
|