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/01/29 10:18:01 UTC

[celix] branch master updated (080f9e9 -> 1f08bc6)

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

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


    from 080f9e9  Merge pull request #314 from apache/pin-gh-actions
     add 261adf8  Adds test and improvements for remote service calls with a large payload and response.
     add 1079926  Fixes mg_write use in rsa
     new 1f08bc6  Merge pull request #315 from apache/hotfix/rsa_response_has_a_max

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/remote_example_impl.c                      |  2 +-
 .../gtest/src/tst_activator.c                      | 24 +++++++--
 .../src/export_registration_dfi.c                  |  6 ++-
 .../src/import_registration_dfi.c                  |  2 -
 .../src/remote_service_admin_dfi.c                 | 57 +++++++++++++---------
 libs/utils/include/celix_utils.h                   |  2 +-
 6 files changed, 61 insertions(+), 32 deletions(-)


[celix] 01/01: Merge pull request #315 from apache/hotfix/rsa_response_has_a_max

Posted by pn...@apache.org.
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 1f08bc69024b559450c6017457d9c6d7bc7551b1
Merge: 080f9e9 1079926
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Fri Jan 29 11:17:52 2021 +0100

    Merge pull request #315 from apache/hotfix/rsa_response_has_a_max
    
    Adds test and improvements for remote service calls for large payloads

 .../src/remote_example_impl.c                      |  2 +-
 .../gtest/src/tst_activator.c                      | 24 +++++++--
 .../src/export_registration_dfi.c                  |  6 ++-
 .../src/import_registration_dfi.c                  |  2 -
 .../src/remote_service_admin_dfi.c                 | 57 +++++++++++++---------
 libs/utils/include/celix_utils.h                   |  2 +-
 6 files changed, 61 insertions(+), 32 deletions(-)