You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2021/06/11 13:35:49 UTC

[celix] 01/01: Merge pull request #350 from apache/feature/use_async_api_for_rsa

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

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

commit c168eec874822b4e95c41989c3bf296f6fd0f182
Merge: cf06397 065deec
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Fri Jun 11 15:35:37 2021 +0200

    Merge pull request #350 from apache/feature/use_async_api_for_rsa
    
    Feature/use async api for rsa

 .../include/import_registration.h                  |   1 -
 .../remote_service_admin_dfi/README.md             |   7 +-
 .../remote_service_admin_dfi/gtest/CMakeLists.txt  |   3 -
 .../gtest/src/rsa_client_server_tests.cc           |  24 +-
 .../gtest/src/rsa_tests.cc                         |  71 +++--
 .../src/export_registration_dfi.c                  |  74 +++---
 .../src/export_registration_dfi.h                  |   1 -
 .../src/import_registration_dfi.c                  | 197 ++++++--------
 .../src/import_registration_dfi.h                  |  19 +-
 .../src/remote_service_admin_activator.c           | 110 +++-----
 .../src/remote_service_admin_dfi.c                 |  25 +-
 .../src/remote_service_admin_dfi_constants.h       |  17 +-
 .../rsa_common/src/remote_interceptors_handler.c   |  10 +-
 .../topology_manager/CMakeLists.txt                |   4 -
 .../topology_manager/src/activator.c               |   4 +-
 .../topology_manager/tms_tst/CMakeLists.txt        |   9 +-
 .../topology_manager/tms_tst/run_tests.cpp         |  25 --
 .../topology_manager/tms_tst/scope2.json           |   2 +-
 .../topology_manager/tms_tst/scope3.json           |   2 +-
 .../topology_manager/tms_tst/scope4.json           |   4 +-
 .../topology_manager/tms_tst/tms_tests.cpp         | 295 ++++++++++-----------
 libs/framework/src/bundle_context.c                |  23 ++
 libs/framework/src/bundle_context_private.h        |   2 +-
 23 files changed, 410 insertions(+), 519 deletions(-)