Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 3a50d466553e8a0f04f2a02b26172539d5162e80
https://github.com/fabbione/kronosnet/commit/3a50d466553e8a0f04f2a02b261725…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-17 (Tue, 17 Jan 2017)
Changed paths:
M configure.ac
M libknet/compat.c
M libknet/compat.h
M libknet/libknet.h
M libknet/netutils.c
M libknet/tests/test-common.h
Log Message:
-----------
[compat] minor cleanup on the autotool stuff
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: f762bb6e4b62fb7a8816f66bf23e68e8f6f349ce
https://github.com/fabbione/kronosnet/commit/f762bb6e4b62fb7a8816f66bf23e68…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-17 (Tue, 17 Jan 2017)
Changed paths:
M configure.ac
M libknet/compat.c
M libknet/compat.h
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/netutils.c
M libknet/netutils.h
M libknet/tests/knet_bench.c
M libknet/tests/test-common.c
M libknet/tests/test-common.h
M libknet/threads_dsthandler.c
M libknet/threads_send_recv.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
general: Add compatibility code & #ifdefs
This is enough to get knet compiling on FreeBSD 11 and bits of it
working. It's nowhere near ready on BSD though, more work is needed,
but given the fast pace of development it's best to get this in now
rather than track it in a separate branch.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 762c00987bc444990b10c46ce7b7db419ae400e1
https://github.com/fabbione/kronosnet/commit/762c00987bc444990b10c46ce7b7db…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-16 (Mon, 16 Jan 2017)
Changed paths:
M Makefile.am
R common/Makefile.am
R common/netutils.c
R common/netutils.h
R common/netutils_test.c
M configure.ac
M kronosnetd/Makefile.am
M kronosnetd/vty.c
M kronosnetd/vty_cli_cmds.c
M libknet/Makefile.am
M libknet/libknet.h
M libknet/link.c
A libknet/netutils.c
A libknet/netutils.h
M libknet/tests/Makefile.am
M libknet/tests/api-check.mk
A libknet/tests/api_knet_addrtostr.c
M libknet/tests/api_knet_host_remove.c
M libknet/tests/api_knet_link_clear_config.c
M libknet/tests/api_knet_link_get_config.c
M libknet/tests/api_knet_link_get_enable.c
M libknet/tests/api_knet_link_get_link_list.c
M libknet/tests/api_knet_link_get_ping_timers.c
M libknet/tests/api_knet_link_get_pong_count.c
M libknet/tests/api_knet_link_get_priority.c
M libknet/tests/api_knet_link_get_status.c
M libknet/tests/api_knet_link_set_config.c
M libknet/tests/api_knet_link_set_enable.c
M libknet/tests/api_knet_link_set_ping_timers.c
M libknet/tests/api_knet_link_set_pong_count.c
M libknet/tests/api_knet_link_set_priority.c
M libknet/tests/api_knet_send.c
M libknet/tests/api_knet_send_sync.c
A libknet/tests/api_knet_strtoaddr.c
M libknet/tests/knet_bench.c
M libknet/threads_send_recv.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M libknet/transports.h
Log Message:
-----------
[api] add commodity functions to convert to/from strings/sockaddress
functions are nothing more than wrappers for getnameinfo and getaddrinfo
with some sanity checks, but exposing them around saves lots of
maintanance of duplicate code across different stuff.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 328a0d83a4385abd714c3acdbf573edff8e89046
https://github.com/fabbione/kronosnet/commit/328a0d83a4385abd714c3acdbf573e…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-16 (Mon, 16 Jan 2017)
Changed paths:
M libknet/host.c
M libknet/internals.h
Log Message:
-----------
host: Remove host_tail as it's not used.
it also had a bug which could cause knet to crash after a host was
removed.
This patch puts new nodes at the front of the list rather than at the
end, but I don't think this is a problem.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9dc5207dbd757864dfebdcff996499eeac5ebc45
https://github.com/fabbione/kronosnet/commit/9dc5207dbd757864dfebdcff996499…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-16 (Mon, 16 Jan 2017)
Changed paths:
M TODO
M libknet/transport_sctp.c
Log Message:
-----------
[sctp] enable workaround for in-kernel fragmentation issue
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: acc837082a74b8c5bb045a50ca002969c0353c2d
https://github.com/fabbione/kronosnet/commit/acc837082a74b8c5bb045a50ca0029…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-16 (Mon, 16 Jan 2017)
Changed paths:
M TODO
M libknet/tests/Makefile.am
R libknet/tests/ping_test.c
Log Message:
-----------
[test] kill obsoleted ping_test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>