Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ff80c90ae4c786fa2563d2e035d6376ce3743b22
https://github.com/fabbione/kronosnet/commit/ff80c90ae4c786fa2563d2e035d637…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M build-aux/check.mk
A build-aux/knet_valgrind_helgrind.supp
A build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[build] separate memcheck and helgrind suppressions files
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 142a4fa13f5700d33515c0b4670f961f6880bd1d
https://github.com/fabbione/kronosnet/commit/142a4fa13f5700d33515c0b4670f96…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-08-13 (Sat, 13 Aug 2016)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
M libknet/nsscrypto.c
Log Message:
-----------
[crypto] fix knet_handle_crypto config checks
remove redundant and duplicated code from nsscrypto
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 30f44d007c97c1d0c0eca4e528b6019fc47fd165
https://github.com/fabbione/kronosnet/commit/30f44d007c97c1d0c0eca4e528b601…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-08-12 (Fri, 12 Aug 2016)
Changed paths:
M configure.ac
Log Message:
-----------
[build] fix configure.ac to deal with clang return codes being weird
when testing for an option alone clang will return a warning and RC=0
unless -Werror is also specified, and that warning switch to RC=1.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>