3 files changed
+8
-6
lines changed- .github/workflows/cifuzz.yml+25
- .travis.yml+42-69
- CMakeLists.txt+41-2
- CREDITS.md+25-2
- LICENSE.md+4
- Makefile+8-12
- README.md+43-59
- RELEASE_NOTES.md+33-3
- SECURITY.md+10-1
- VisualStudio/civetweb_lua/civetweb_lua.vcxproj+4-2
- VisualStudio/civetweb_lua/civetweb_lua.vcxproj.filters+3-1
- VisualStudio/lua_lib/lua_lib.vcxproj+2
- VisualStudio/lua_lib/lua_lib.vcxproj.filters+7-1
- VisualStudio/unit_test/unit_test.vcxproj+1-1
- appveyor.yml+1-22
- build+1-1
- build.cmd+3-3
- cmake/AddCCompilerFlag.cmake+5-4
- cmake/AddCXXCompilerFlag.cmake+4-4
- cmake/FindWinSock.cmake+11-1
- cmake/check/c82fe8888aacfe784476112edd3878256d2e30bc.patch-31
- cmake/check/check_run.patch-27
- cmake/check/patch.cmake-12
- cmake/civetweb-config.cmake.in+7
- cmake/civetweb-cpp.pc.in+12
- cmake/civetweb.pc.in+13
- conan/build.py-82
- conan/test_package/CMakeLists.txt-11
- conan/test_package/conanfile.py-19
- conan/test_package/test_package.cpp-102
- conan/travis/build.sh-14
- conan/travis/install.sh-22
- conanfile.py-89
- docs/Building.md+3-1
- docs/Contribution.md+1-1
- docs/Embedding.md+10-3
- docs/Installing.md+1-1
- docs/README.md+1-1
- docs/UserManual.md+33-12
- docs/api/mg_base64_X.md+36
- docs/api/mg_callbacks.md+23-36
- docs/api/mg_check_feature.md+1-1
- docs/api/mg_error_data.md+13-2
- docs/api/mg_exit_library.md+2-1
- docs/api/mg_get_user_connection_data.md+1-1
- docs/api/mg_init_library.md+19-13
- docs/api/mg_match.md+63
- docs/api/mg_md5.md+1-1
- docs/api/mg_modify_passwords_file.md+1-1
- docs/api/mg_set_auth_handler.md+9
- docs/yaSSL.md+1-1
- examples/README.md+5
- examples/client/Makefile+32
- examples/client/client.c+116
- examples/embed_certificate/build.sh+10
- examples/embed_certificate/ec_example.c+368
- examples/embedded_c/embedded_c.c+2-3
- examples/linux_ws_server_cpp/CMakeLists.txt+24
- examples/linux_ws_server_cpp/README.md+17
- examples/linux_ws_server_cpp/main.cc+150
- examples/rest/Makefile+6-6
- examples/rest/cJSON/cJSON.c+3-3
- examples/rest/cJSON/cJSON.h+2-2
- examples/rest/rest.c+99-65
- examples/ws_server/build.sh+4
- examples/ws_server/ws_server.c+192
- format.bat+6-1
- include/CivetServer.h+7-7
- include/civetweb.h+129-8
- resources/Makefile.in-duktape+1-1
- resources/Makefile.in-lua+13-2
- resources/cert/make_certs.sh+9-5
- resources/check_defines.lua+1-1
- resources/coverity_check.sh+2-1
- src/CivetServer.cpp+39-10
- src/civetweb.c+1.8k-795
- src/handle_form.inl+1-1
- src/http2.inl+52-20
- src/main.c+70-180
- src/match.inl+262
- src/md5.inl+2-1
- src/mod_lua.inl+59-29
- src/mod_mbedtls.inl+19-1
- src/mod_zlib.inl+1-1
- src/response.inl+22-6
- src/sort.inl+48
- src/third_party/lua_struct.c+427
- test/access/.htpasswd+1
- test/flush.php+16
- test/lua_backbround_script_logging.lua+1-1
- test/page.lp+1-1
- test/page.lua+1-1
- test/page2.lua+2
- unittest/CMakeLists.txt+7-20
- unittest/civetweb_check.h+1-3
- unittest/main.c-3
- unittest/private.c+399-84
- unittest/public_func.c+95-1
- unittest/public_server.c+49-157
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
| |||
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 |
| - | |
73 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments