Branch: refs/heads/build-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: 0ff675024efeb11e204548f60006d77b9d8c4e5a
https://github.com/kronosnet/kronosnet/commit/0ff675024efeb11e204548f60006d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
M configure.ac
M libknet/compress_zlib.c
M libknet/crypto_openssl.c
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_link_get_ping_timers.c
Log Message:
-----------
Merge pull request #69 from kronosnet/build-fixes
[bsd] fix builds and testsuite on BSD x86_64/i386
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: c296433fe8513c4ee573901887c7cff946208785
https://github.com/kronosnet/kronosnet/commit/c296433fe8513c4ee573901887c7c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
M configure.ac
M libknet/compress_zlib.c
M libknet/crypto_openssl.c
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_link_get_ping_timers.c
Log Message:
-----------
[bsd] fix builds and testsuite on BSD x86_64/i386
I don't particularly enjoy the use of host detection in configure.ac,
but there is no easier way to set the library names for dlopen without
some complex and fragile scripts.
BSD valgrind + nss complains about some non-initialized memory access.
being internal to nss we can ignore it.
on BSD i386 size of time_t is int32_t vs all other platforms where is int64_t.
BSD doesn't appear to be offerign any PRIx conversion and since it's contained
within the testsuite only (for printf purposes), cast and get away with it.
add check to avoid building libtap on BSD for now.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 0ff675024efeb11e204548f60006d77b9d8c4e5a
https://github.com/kronosnet/kronosnet/commit/0ff675024efeb11e204548f60006d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
M configure.ac
M libknet/compress_zlib.c
M libknet/crypto_openssl.c
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_link_get_ping_timers.c
Log Message:
-----------
Merge pull request #69 from kronosnet/build-fixes
[bsd] fix builds and testsuite on BSD x86_64/i386
Compare: https://github.com/kronosnet/kronosnet/compare/bb51c52704f2...0ff675024efe
Branch: refs/heads/build-fixes
Home: https://github.com/kronosnet/kronosnet
Commit: c296433fe8513c4ee573901887c7cff946208785
https://github.com/kronosnet/kronosnet/commit/c296433fe8513c4ee573901887c7c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
M configure.ac
M libknet/compress_zlib.c
M libknet/crypto_openssl.c
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_link_get_ping_timers.c
Log Message:
-----------
[bsd] fix builds and testsuite on BSD x86_64/i386
I don't particularly enjoy the use of host detection in configure.ac,
but there is no easier way to set the library names for dlopen without
some complex and fragile scripts.
BSD valgrind + nss complains about some non-initialized memory access.
being internal to nss we can ignore it.
on BSD i386 size of time_t is int32_t vs all other platforms where is int64_t.
BSD doesn't appear to be offerign any PRIx conversion and since it's contained
within the testsuite only (for printf purposes), cast and get away with it.
add check to avoid building libtap on BSD for now.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 08e9e788f74390fa1ea147e22f45f248423163c1
https://github.com/kronosnet/kronosnet/commit/08e9e788f74390fa1ea147e22f45f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths:
M libknet/libknet.h
M libknet/man/knet_handle_get_transport_list.3
M libknet/man/libknet.h.3
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/transport_common.c
Log Message:
-----------
[libknet] rename transport_info to knet_transport_info
match the namespace of all our struct. This is an API change, but doesn't affect ABI.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 11439e2ff27fd2846e736ae9f151fa3c06528347
https://github.com/kronosnet/kronosnet/commit/11439e2ff27fd2846e736ae9f151f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths:
M libknet/libknet.h
M libknet/man/knet_handle_get_transport_list.3
M libknet/man/libknet.h.3
M libknet/tests/api_knet_handle_get_transport_list.c
M libknet/transport_common.c
Log Message:
-----------
Merge pull request #67 from kronosnet/minor-cleanup
[libknet] rename transport_info to knet_transport_info
Compare: https://github.com/kronosnet/kronosnet/compare/8500b3f4d351...11439e2ff27f