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 2020/03/04 08:23:01 UTC

[celix] branch develop updated (7b0a461 -> 8b0db43)

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

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


    from 7b0a461  Merge pull request #155 from Oipo/bugfix/missing_std_nothrow
     add 3f72835  Refactors the RSA curl read callback function.
     add cc390dc  Disables remote service enum test
     add 98d2c21  Removes unused include and refactors to use celix_difftime instead of local diff function.
     new 8b0db43  Merge pull request #159 from apache/feature/slow_rsa

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:
 .../private/src/pubsub_websocket_example.c         |  2 +-
 .../src/remote_service_admin_dfi.c                 | 45 ++++++++++++----------
 .../test/src/rsa_client_server_tests.cpp           | 31 +++++++--------
 .../test/src/rsa_tests.cpp                         |  1 -
 .../test/src/tst_activator.c                       | 34 ++++++++++++----
 libs/utils/include/celix_utils.h                   | 10 +++++
 libs/utils/include/utils.h                         |  3 +-
 libs/utils/src/utils.c                             | 13 +++++--
 8 files changed, 88 insertions(+), 51 deletions(-)


[celix] 01/01: Merge pull request #159 from apache/feature/slow_rsa

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8b0db4336b242662426e0d304a5cf888660c06a5
Merge: 7b0a461 98d2c21
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Wed Mar 4 09:22:54 2020 +0100

    Merge pull request #159 from apache/feature/slow_rsa
    
    Feature/slow rsa

 .../private/src/pubsub_websocket_example.c         |  2 +-
 .../src/remote_service_admin_dfi.c                 | 45 ++++++++++++----------
 .../test/src/rsa_client_server_tests.cpp           | 31 +++++++--------
 .../test/src/rsa_tests.cpp                         |  1 -
 .../test/src/tst_activator.c                       | 34 ++++++++++++----
 libs/utils/include/celix_utils.h                   | 10 +++++
 libs/utils/include/utils.h                         |  3 +-
 libs/utils/src/utils.c                             | 13 +++++--
 8 files changed, 88 insertions(+), 51 deletions(-)