Commit 3190fbb
File tree
3 files changed
+4
-5
lines changed- ansible
- builder/third_party
- integration-tests
3 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
- .devcontainer/Dockerfile+13
- .devcontainer/devcontainer.json+16
- .github/dependabot.yml+10
- .github/workflows/cibuild.yml+539
- .github/workflows/cifuzz.yml+1-1
- .github/workflows/codeql-analysis.yml-66
- .github/workflows/codeql.yml+126
- .github/workflows/fail_on_error.py+2
- .gitignore+1
- .travis.yml+3-518
- CMakeLists.txt+35-14
- CREDITS.md+2
- Dockerfile+53
- Makefile+14-2
- Makefile.osx+1-1
- README.md+3
- RELEASE_NOTES.md+13
- VisualStudio/civetweb_lua/civetweb_lua.vcxproj+4-3
- appveyor.yml+2
- docs/Building.md+3-2
- docs/Docker.md+96
- docs/Embedding.md+8-3
- docs/OpenSSL.md+2-3
- docs/README.md+1-3
- docs/UserManual.md+38-8
- docs/api/mg_form_data_handler.md+7-7
- docs/api/mg_get_cookie.md+2-2
- docs/api/mg_request_info.md+1-1
- docs/api/mg_server_port.md+2-2
- docs/gnutls.md+19
- examples/https/civetweb.conf+3
- examples/linux_ws_server_cpp/CMakeLists.txt+1-1
- format.bat+1
- fuzztest/fuzzmain.c+36-26
- include/civetweb.h+9-9
- resources/Makefile.in-lua+2
- resources/civetweb.conf+1
- src/CMakeLists.txt+21-9
- src/CivetServer.cpp+4-4
- src/civetweb.c+926-235
- src/handle_form.inl+112-47
- src/http2.inl+2-2
- src/main.c+6-3
- src/match.inl+3-3
- src/mod_gnutls.inl+240
- src/mod_lua.inl+83-18
- src/mod_mbedtls.inl+25
- src/third_party/lua-5.2.4/src/ldebug.c+4-3
- src/third_party/lua_struct.c+6-4
- src/timer.inl+5-1
- test/donate.html-32
- test/page3.ssjs+3
- unittest/private.c+5
- unittest/public_server.c+856-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
0 commit comments