Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: 6ac4213d2a78e3e9b8c9925db52ec8aa38195d8f
https://github.com/kronosnet/kronosnet/commit/6ac4213d2a78e3e9b8c9925db52ec…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-01-30 (Wed, 30 Jan 2019)
Changed paths:
M configure.ac
M libknet/Makefile.am
A libknet/links_acl.c
A libknet/links_acl.h
M libknet/tests/Makefile.am
A libknet/tests/int_links_acl.c
A libknet/tests/int_links_acl.txt
M poc-code/Makefile.am
R poc-code/access-list/.gitignore
R poc-code/access-list/Makefile.am
R poc-code/access-list/ipcheck.c
R poc-code/access-list/ipcheck.h
R poc-code/access-list/test_ipcheck.c
R poc-code/access-list/test_ipcheck.txt
Log Message:
-----------
[acl] move poc-code into libknet dir and rename to links_acl.*
code is not integrated yet and test suite can´t run standalone
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 69a850a0a51e0cab6558f8d269eaab12c34819e0
https://github.com/kronosnet/kronosnet/commit/69a850a0a51e0cab6558f8d269eaa…
Author: kronosnet CI bot <32407685+knet-ci-bot(a)users.noreply.github.com>
Date: 2019-01-30 (Wed, 30 Jan 2019)
Changed paths:
M configure.ac
M kronosnet.spec.in
M libknet/common.c
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_host_get_name_by_host_id.c
M libknet/threads_common.c
M libknet/threads_common.h
M libknet/threads_dsthandler.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_sctp.c
M libnozzle/libnozzle.h
M man/Makefile.am
Log Message:
-----------
Merge pull request #183 from kronosnet/stable1-proposed
Stable1 proposed
Branch: refs/heads/stable1
Home: https://github.com/kronosnet/kronosnet
Commit: 832eb1a0060ff4d8ef8be12653bd5dca654effe2
https://github.com/kronosnet/kronosnet/commit/832eb1a0060ff4d8ef8be12653bd5…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-12-19 (Wed, 19 Dec 2018)
Changed paths:
M man/Makefile.am
Log Message:
-----------
Install the nozzle man pages
Commit: 659f2df2fd7e35f3bd1a81bcb46d06fa757b4432
https://github.com/kronosnet/kronosnet/commit/659f2df2fd7e35f3bd1a81bcb46d0…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-12-19 (Wed, 19 Dec 2018)
Changed paths:
M libknet/tests/api_knet_host_get_name_by_host_id.c
M libnozzle/libnozzle.h
Log Message:
-----------
Fix typos
Commit: d5c592e3a73ebf0d9ac8d327eda3274a2126284b
https://github.com/kronosnet/kronosnet/commit/d5c592e3a73ebf0d9ac8d327eda32…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-12-19 (Wed, 19 Dec 2018)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[rpm] ship libnozzle man pages
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 063247899f4ef5bd2a9d44d80e144d0690b8ebad
https://github.com/kronosnet/kronosnet/commit/063247899f4ef5bd2a9d44d80e144…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-12-28 (Fri, 28 Dec 2018)
Changed paths:
M man/Makefile.am
Log Message:
-----------
Fix nozzle man dates to SOURCE_EPOCH, just like we fix the libknet ones
Commit: 276499a14f5eba9efd7e9961029ae1683170f6bf
https://github.com/kronosnet/kronosnet/commit/276499a14f5eba9efd7e9961029ae…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-12-28 (Fri, 28 Dec 2018)
Changed paths:
M libknet/transport_sctp.c
Log Message:
-----------
Skip SCTP event initialization if the protocol is not supported
We may not want to actually use SCTP after all, and if we do, we won't
get to use the uninitialized subscribe struct anyway. Thus aborting
handle initialization is premature here.
Commit: 8079f66fb22f4cf4988a8236f581652bc8e8a195
https://github.com/kronosnet/kronosnet/commit/8079f66fb22f4cf4988a8236f5816…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-01-03 (Thu, 03 Jan 2019)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
[libknet] expose API version in libknet.h to make it easier for applications to add conditional builds
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 85602da62e27c7ffc4690c6a62e9df116340ca85
https://github.com/kronosnet/kronosnet/commit/85602da62e27c7ffc4690c6a62e9d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-01-04 (Fri, 04 Jan 2019)
Changed paths:
M configure.ac
Log Message:
-----------
[build] enable all compilers warnings at once
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 6394d892a25bfd691e8b3bd88bfd8364863f9eb0
https://github.com/kronosnet/kronosnet/commit/6394d892a25bfd691e8b3bd88bfd8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-01-07 (Mon, 07 Jan 2019)
Changed paths:
M libknet/handle.c
M libknet/threads_common.c
M libknet/threads_common.h
M libknet/threads_dsthandler.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_sctp.c
Log Message:
-----------
[libknet] allow better handling of internal threads
while playing around adding some dynamic internal threads, i did
hit a limitation with allocating a dynamic THREAD_MAX value based
on OS availability of certain features.
this patch changes from dynamic to static allocation of threads, that
can always be increased if necessary without breaking anything.
simplify thread numbering and conditionals on OS features
improve debugging of thread status by adding a 2 phase thread registration
process:
- register a thread before starting it with THREAD_REGISTERED before pthread_create
- set a thread status as started with THREAD_STARTED
any failure in between can now be detected in debugging logs.
Note for developers: all threads *MUST* be registered/started before
wait_all_threads_status check in handle.c.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: a19cebcc2a0b7a852f90688000eeaa18b4bffde5
https://github.com/kronosnet/kronosnet/commit/a19cebcc2a0b7a852f90688000eea…
Author: Jan Pokorný <jpokorny(a)redhat.com>
Date: 2019-01-24 (Thu, 24 Jan 2019)
Changed paths:
M libknet/common.c
Log Message:
-----------
[common] fix not reporting a true dlinfo error cause
This was automatically caught with GCC 9
("'%s' directive argument is null").
Signed-off-by: Jan Pokorný <jpokorny(a)redhat.com>
Commit: 69a850a0a51e0cab6558f8d269eaab12c34819e0
https://github.com/kronosnet/kronosnet/commit/69a850a0a51e0cab6558f8d269eaa…
Author: kronosnet CI bot <32407685+knet-ci-bot(a)users.noreply.github.com>
Date: 2019-01-30 (Wed, 30 Jan 2019)
Changed paths:
M configure.ac
M kronosnet.spec.in
M libknet/common.c
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api_knet_host_get_name_by_host_id.c
M libknet/threads_common.c
M libknet/threads_common.h
M libknet/threads_dsthandler.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_sctp.c
M libnozzle/libnozzle.h
M man/Makefile.am
Log Message:
-----------
Merge pull request #183 from kronosnet/stable1-proposed
Stable1 proposed
Compare: https://github.com/kronosnet/kronosnet/compare/cfe9e78ed89a...69a850a0a51e