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/06/29 14:28:29 UTC

[celix] branch master updated (bd07f46 -> 8e35298)

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 bd07f46  Add env vars for bind/connect urls in pubsub (#249)
     add 4c40981  remove EPOLLOUT
     add 4c19e2b  Fix Error in metabuffer allocation
     add 15b8e88  Merge branch 'hotfix/fix_meta_buffer_allocation' into hotfix/remove_EPOLOUT_event_to_reduce_cpu_load
     new 8e35298  Merge pull request #262 from apache/hotfix/remove_EPOLOUT_event_to_reduce_cpu_load

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:
 bundles/pubsub/examples/CMakeLists.txt                   |  6 +++---
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)


[celix] 01/01: Merge pull request #262 from apache/hotfix/remove_EPOLOUT_event_to_reduce_cpu_load

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 8e35298982eccde8767b8a1663b60fa427a1b521
Merge: bd07f46 15b8e88
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Jun 29 16:28:20 2020 +0200

    Merge pull request #262 from apache/hotfix/remove_EPOLOUT_event_to_reduce_cpu_load
    
    remove EPOLLOUT usage in the tcp pubsub admin

 bundles/pubsub/examples/CMakeLists.txt                   |  6 +++---
 bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)