-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d47dce3
commit 4367766
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp-httplib
updated
19 files
+2 −2 | .github/workflows/test.yaml | |
+43 −41 | CMakeLists.txt | |
+49 −21 | README.md | |
+18 −28 | cmake/FindBrotli.cmake | |
+0 −0 | cmake/httplibConfig.cmake.in | |
+1 −2 | example/Makefile | |
+1 −1 | example/benchmark.cc | |
+1,034 −485 | httplib.h | |
+1 −1 | meson.build | |
+19 −9 | test/CMakeLists.txt | |
+3 −2 | test/Makefile | |
+10 −0 | test/fuzzing/CMakeLists.txt | |
+2 −1 | test/fuzzing/server_fuzzer.cc | |
+3 −3 | test/fuzzing/standalone_fuzz_target_runner.cpp | |
+1 −1 | test/gtest/gtest-all.cc | |
+23 −1 | test/meson.build | |
+1,129 −414 | test/test.cc | |
+15 −15 | test/test_proxy.cc | |
+1 −0 | test/www/dir/meson.build |