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>