Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4d69fc8b89a5b36ee1e521da74d9d38095557184
https://github.com/fabbione/kronosnet/commit/4d69fc8b89a5b36ee1e521da74d9d3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-23 (Wed, 23 Mar 2011)
Changed paths:
M libtap/Makefile.am
M tests/Makefile.am
M tests/khandle_test.c
M tests/listener_test.c
M tests/lookup_bench.c
M tests/netutils_test.c
M tests/ping_test.c
M tests/timediff_test.c
Log Message:
-----------
testsuite: decouple from utils.c
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7be60403ea5e08640661d0cdc7c622439843f34d
https://github.com/fabbione/kronosnet/commit/7be60403ea5e08640661d0cdc7c622…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M libknet/Makefile.am
A libknet/common.c
M libknet/handle.c
M libknet/libknet-private.h
M libknet/listener.c
M libvty/vty.c
M utils.c
M utils.h
Log Message:
-----------
decouple cloexec calls from utils
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: de570acbe54d68d5e5ce80edfc1ec1145728de02
https://github.com/fabbione/kronosnet/commit/de570acbe54d68d5e5ce80edfc1ec1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M tests/Makefile.am
A tests/timediff_test.c
R tests/utils_test.c
Log Message:
-----------
test: rename test to match what it really does
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: e7bb6b23d5f79e69690cd7c4e2ec1ba5f3b6d504
https://github.com/fabbione/kronosnet/commit/e7bb6b23d5f79e69690cd7c4e2ec1b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M Makefile.am
M libvty/Makefile.am
A libvty/netutils.c
A libvty/netutils.h
R netutils.c
R netutils.h
M tests/Makefile.am
Log Message:
-----------
move netutils in libvty/ since vty is the only user
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c2ee0161c352148523f6b29985c390077c8d84c2
https://github.com/fabbione/kronosnet/commit/c2ee0161c352148523f6b29985c390…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M main.c
M utils.c
Log Message:
-----------
logging: fix utils_syslog handling
set default to syslog to 0 again and enable it only in kronosnetd,
otherwise all test suite would log to syslog too.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>