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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 3adbb38938ae92879f6fcedcdb6be6ebaae5cca7
https://github.com/fabbione/kronosnet/commit/3adbb38938ae92879f6fcedcdb6be6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/host.c
A 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_send_recv.c
Log Message:
-----------
[threads] fix locking across the board for shutdown
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 48f8af45d30fdf668093e5ccafeb3d1c13abd41f
https://github.com/fabbione/kronosnet/commit/48f8af45d30fdf668093e5ccafeb3d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libtap/libtap.c
Log Message:
-----------
[libtap] make sure memory is init properly (according to valgrind)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1f890b897474352a376b27cfe79365237791d66f
https://github.com/fabbione/kronosnet/commit/1f890b897474352a376b27cfe79365…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] fix fd leak and sock option settings
apparently int math has never been my strong side
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>