Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: b8e87f2419106d9446ed359da7f4adba0b7b0708
https://github.com/fabbione/kronosnet/commit/b8e87f2419106d9446ed359da7f4ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M libknet/Makefile.am
R libknet/link.c
R libknet/link.h
A libknet/links.c
A libknet/links.h
M libknet/tests/api_knet_link_set_config.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/transport_sctp.c
Log Message:
-----------
[global] rename link.(c|h) to links.(c|h) as they conflict with global /usr/include/link.h
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 13556bb06de9ab54db92f73681a2bff6ddea644e
https://github.com/fabbione/kronosnet/commit/13556bb06de9ab54db92f73681a2bf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-10 (Sun, 10 Sep 2017)
Changed paths:
M libknet/compress_bzip2.c
M libknet/compress_lz4.c
M libknet/compress_lzma.c
M libknet/compress_lzo2.c
M libknet/compress_zlib.c
M libknet/crypto_nss.c
Log Message:
-----------
[dlopen] move all dlopen lib names at the top of the respective files
makes it easier to figure out library supported version
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: f1a7adc2b2aba4091e2f1f9c6667727afb9489a4
https://github.com/fabbione/kronosnet/commit/f1a7adc2b2aba4091e2f1f9c666772…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-10 (Sun, 10 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/crypto.c
Log Message:
-----------
[dlopen] fix crypto/compress internal name space for similar functions
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/dlopen
Home: https://github.com/fabbione/kronosnet
Commit: 27489be5a00561fb3213b59a03ac17072759686a
https://github.com/fabbione/kronosnet/commit/27489be5a00561fb3213b59a03ac17…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-10 (Sun, 10 Sep 2017)
Changed paths:
M libknet/common.c
Log Message:
-----------
[dlopen] use RTLD_NOW instead of RTLD_LAZY to avoid perf hit on fast path
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>