Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 181118e1f64b5755aee75840905bd7d21d1509ea
https://github.com/fabbione/kronosnet/commit/181118e1f64b5755aee75840905bd7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/internals.h
Log Message:
-----------
[dlopen] compress: drop unnecessary tracker and use init array instead
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 115b40362e8d22e47e5e34570e59c9624a7b88ee
https://github.com/fabbione/kronosnet/commit/115b40362e8d22e47e5e34570e59c9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/compress.h
M libknet/handle.c
M libknet/internals.h
M libknet/tests/Makefile.am
A libknet/tests/int_lib_load_unload.c
Log Message:
-----------
[dlopen] compress: fix load/unload of libraries and add extensive test
each handle should only unload libraries that has loaded or referenced
on exit, attempt to close all libraries from that handle
on compress_fini close only the one that's open
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 39023486ba8aebb258f989399590bca900d6e731
https://github.com/fabbione/kronosnet/commit/39023486ba8aebb258f989399590bc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[compress] make sure to unload resources before re-init the new config
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: eee77df6dc970660fb8c459a3d0c2e18f2b517a1
https://github.com/fabbione/kronosnet/commit/eee77df6dc970660fb8c459a3d0c2e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 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/master
Home: https://github.com/fabbione/kronosnet
Commit: 1ff55ae4b3bbaa20ddbb402cbc9f6418bc00dc9b
https://github.com/fabbione/kronosnet/commit/1ff55ae4b3bbaa20ddbb402cbc9f64…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 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>