Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1c7c34815239c91163fa490a513b96a9cb10f668
https://github.com/fabbione/kronosnet/commit/1c7c34815239c91163fa490a513b96…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
R kronosnetd/netutils.c
R kronosnetd/netutils.h
R kronosnetd/netutils_test.c
Log Message:
-----------
[global] move netutils to common dir (take 2)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fab0d550e432faecee690c24c59872cee2f367a0
https://github.com/fabbione/kronosnet/commit/fab0d550e432faecee690c24c59872…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M Makefile.am
A common/Makefile.am
A common/netutils.c
A common/netutils.h
A common/netutils_test.c
M configure.ac
M kronosnetd/Makefile.am
Log Message:
-----------
[global] move netutils to common dir
those will be handy for libknet testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6a5bf50c2cbc6ae63b546362c5722ebfee895b1c
https://github.com/fabbione/kronosnet/commit/6a5bf50c2cbc6ae63b546362c5722e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api_knet_host_add.c
Log Message:
-----------
[tests] add api_knet_host_add test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6e9eed2c23fea29c01de44d20e489aed69828aa9
https://github.com/fabbione/kronosnet/commit/6e9eed2c23fea29c01de44d20e489a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M libknet/logging.c
Log Message:
-----------
[logging] rework locking around logging
make sure to check/fill data after locking and complete write
before release the lock.
also use trylock vs lock since most log are called while already
locked and it's cleaner.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d44cbab47da11a5cd6e25f111bd4401cf94bfdc8
https://github.com/fabbione/kronosnet/commit/d44cbab47da11a5cd6e25f111bd440…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] drop redundant check in knet_handle_free
If there are no hosts configured, there are also no listeners configured
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5b1e7b70fdf142e3eb639d8c2eb391ec379993b4
https://github.com/fabbione/kronosnet/commit/5b1e7b70fdf142e3eb639d8c2eb391…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] make it clear where log is coming from
and avoid confusion from logs generated from our test suite
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c070487377f4be0b86e95cef27235fa4edbbcddf
https://github.com/fabbione/kronosnet/commit/c070487377f4be0b86e95cef27235f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M libknet/tests/api_knet_handle_new.c
Log Message:
-----------
[tests] fix some exit paths to flush logs and close fds
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>