This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 043b4f38d753a79b0790cc57a752b59359456036
Merge: a0033bae 24035c9f
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 09:53:18 2023 +0800

    Merge pull request #477 from apache/feature/civetweb_integration
    
    Feature/civetweb integration

 .github/workflows/celix_etcdlib.yml                |     2 +-
 .github/workflows/celix_promise.yml                |     2 +-
 .github/workflows/coverage.yml                     |    10 +-
 .github/workflows/coverity-scan.yml                |     6 +-
 .github/workflows/macos.yml                        |    21 +-
 .github/workflows/ubuntu.yml                       |    12 +-
 CMakeLists.txt                                     |     8 +-
 bundles/http_admin/CMakeLists.txt                  |     3 +-
 bundles/http_admin/civetweb/CMakeLists.txt         |    26 +-
 bundles/http_admin/civetweb/include/civetweb.h     |  1541 --
 bundles/http_admin/civetweb/src/civetweb.c         | 19758 -------------------
 bundles/http_admin/civetweb/src/civetweb_dummy.c   |    20 +
 bundles/http_admin/civetweb/src/handle_form.inl    |  1060 -
 bundles/http_admin/civetweb/src/md5.inl            |   471 -
 bundles/http_admin/civetweb/src/sha1.inl           |   323 -
 bundles/http_admin/civetweb/src/timer.inl          |   260 -
 bundles/http_admin/http_admin/CMakeLists.txt       |     1 -
 bundles/http_admin/http_admin_api/CMakeLists.txt   |     2 +-
 bundles/pubsub/integration/CMakeLists.txt          |     5 +-
 bundles/remote_services/CMakeLists.txt             |     1 -
 .../remote_services/civetweb/include/civetweb.h    |   657 -
 bundles/remote_services/civetweb/src/civetweb.c    |  7907 --------
 bundles/remote_services/civetweb/src/md5.inl       |   461 -
 .../discovery_common/CMakeLists.txt                |     3 +-
 .../src/endpoint_discovery_server.c                |     4 +-
 .../discovery_configured/CMakeLists.txt            |     5 +-
 .../remote_services/discovery_etcd/CMakeLists.txt  |     5 +-
 .../remote_services/discovery_shm/CMakeLists.txt   |     5 +-
 .../remote_service_admin_dfi/CMakeLists.txt        |     4 +-
 .../remote_service_admin_dfi/gtest/CMakeLists.txt  |     5 +
 .../src/remote_service_admin_dfi.c                 |     6 +-
 bundles/shell/shell_wui/CMakeLists.txt             |     1 -
 cmake/AddGTest.cmake                               |     4 +-
 cmake/CelixConfig.cmake                            |     3 +
 .../CMakeLists.txt => cmake/Findcivetweb.cmake     |    30 +-
 conanfile.py                                       |     4 +
 .../celix-examples/http_example/CMakeLists.txt     |     1 -
 examples/conan_test_package/my_psa_activator.c     |     1 +
 examples/conan_test_package/my_rsa_activator.c     |     7 +
 39 files changed, 123 insertions(+), 32522 deletions(-)

Reply via email to