Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 24d428900402fdb4c2676e87cc2be410bd4cb616
https://github.com/fabbione/kronosnet/commit/24d428900402fdb4c2676e87cc2be4…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M libknet/host.c
M libknet/libknet.h
M libknet/tests/Makefile.am
A libknet/tests/api_knet_host_get_id_by_host_name.c
Log Message:
-----------
[host] fix knet_host_get_id_by_host_name API and add related tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6887e0b28c13358945975d6e45d22faf742d0d58
https://github.com/fabbione/kronosnet/commit/6887e0b28c13358945975d6e45d22f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M libknet/host.c
M libknet/libknet.h
M libknet/tests/Makefile.am
A libknet/tests/api_knet_host_get_name_by_host_id.c
Log Message:
-----------
[host] fix knet_host_get_name_by_host_id API and add related tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9857eda02f0b05b26f28af197f5b969a87294e66
https://github.com/fabbione/kronosnet/commit/9857eda02f0b05b26f28af197f5b96…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-21 (Tue, 21 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api-test-coverage
Log Message:
-----------
[tests] add simple tool to report api testing coverage
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0fdd690613eb6f0f3a5c27da3d93915dbe9f8140
https://github.com/fabbione/kronosnet/commit/0fdd690613eb6f0f3a5c27da3d9391…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M libknet/host.c
M libknet/libknet.h
M libknet/tests/api_knet_host_set_name.c
Log Message:
-----------
[host] return an error on names that are too long vs truncating
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9689371324a92be1db3675b4d1d31c47b74456b1
https://github.com/fabbione/kronosnet/commit/9689371324a92be1db3675b4d1d31c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api_knet_host_set_name.c
Log Message:
-----------
[tests] add api_knet_host_set_name test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5748669a4671a2b3c29db6d25c054381d45c0176
https://github.com/fabbione/kronosnet/commit/5748669a4671a2b3c29db6d25c0543…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M libknet/host.c
M libknet/libknet.h
Log Message:
-----------
[host] fix knet_host_set_name api checks
verify that we actually get a name from the caller
and make sure name is unique or search would break
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: f5098f097b4530805132583df3ed869afbcd36e8
https://github.com/fabbione/kronosnet/commit/f5098f097b4530805132583df3ed86…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-19 (Sun, 19 Jun 2016)
Changed paths:
M build-aux/check.mk
A build-aux/knet_valgrind.supp
Log Message:
-----------
[tests] add knet valgrind suppression file
remove some error reporting for now, since they are known and
harmless race conditions.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 24922275caa8ba7e3ec93b21d9359407b65977b6
https://github.com/fabbione/kronosnet/commit/24922275caa8ba7e3ec93b21d93594…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-18 (Sat, 18 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/api_knet_host_remove.c
R libknet/tests/khandle_test.c
Log Message:
-----------
[tests] add api_knet_host_remove test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>