Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1097ccfe5d444bbb0e36c558132ad4e3075c1f95
https://github.com/fabbione/kronosnet/commit/1097ccfe5d444bbb0e36c558132ad4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M libknet/libknet.h
M libknet/tests/api-check.mk
A libknet/tests/api_knet_handle_get_transport_name_by_id.c
M libknet/transport_common.c
Log Message:
-----------
[transport] add knet_handle_get_transport_name_by_id api call
also fix a counter in knet_handle_get_transport_name_by_id
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 2cc083d5fe02a043ccc2362346796804405e8ab1
https://github.com/fabbione/kronosnet/commit/2cc083d5fe02a043ccc23623467968…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-01-18 (Wed, 18 Jan 2017)
Changed paths:
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/api-check.mk
A libknet/tests/api_knet_handle_get_transport_list.c
M libknet/transport_common.c
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
[transport] add knet_handle_get_transport_list api call
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: bfea7f309226d6e9f32ee8fc5ec007016882dfd6
https://github.com/fabbione/kronosnet/commit/bfea7f309226d6e9f32ee8fc5ec007…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-17 (Tue, 17 Jan 2017)
Changed paths:
M libknet/crypto.c
M libknet/tests/api_knet_recv.c
M libknet/tests/int_timediff.c
M libknet/threads_send_recv.c
Log Message:
-----------
[compat] Fix some includes for FreeBSD
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
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>