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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 26c6c770e235ccdb4e723fb04aa4ea045f8ae325
https://github.com/fabbione/kronosnet/commit/26c6c770e235ccdb4e723fb04aa4ea…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-16 (Thu, 16 Jun 2016)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] drop redundant check now the the whole process is locked at global level
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: dc37a083d92844350e99ac26240566f33228e12f
https://github.com/fabbione/kronosnet/commit/dc37a083d92844350e99ac26240566…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-16 (Thu, 16 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api_knet_handle_new.c
M libknet/tests/khandle_test.c
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add api_knet_handle_new test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 551139b96cd4dd8c9d402b8fef04360a10921a04
https://github.com/fabbione/kronosnet/commit/551139b96cd4dd8c9d402b8fef0436…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-16 (Thu, 16 Jun 2016)
Changed paths:
M libknet/handle.c
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] Allow thread to have time to react to shutdown before cancelling the thread
and solves an issue deleting locks (spotted by helgrind) on exit
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 2e0ec876e439c3032654b7d24290fc39fc8f17b5
https://github.com/fabbione/kronosnet/commit/2e0ec876e439c3032654b7d24290fc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-16 (Thu, 16 Jun 2016)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] cleanup socketpair creation for good
Better version of 1f890b897474352a376b27cfe79365237791d66f
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>