]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2017-09-19 Fabio M. Di... [tests] move dump_all to callback section
2017-09-19 Fabio M. Di... [tests] add exception for lzma on Debian Unstable
2017-09-19 Fabio M. Di... [test] drop useless library count check
2017-09-19 Fabio M. Di... [crypto] add support for openssl1.0.2 and openssl1...
2017-09-19 Christine Caulfield[host] Never mark loopback-connected hosts as unreachable
2017-09-19 Fabio M. Di... [openssl] update libknet.h to document openssl support
2017-09-19 Fabio M. Di... [openssl] extend lib load/unload to cover for openssl
2017-09-19 Fabio M. Di... [openssl] filter "none" from *getbyname openssl functions
2017-09-19 Fabio M. Di... [openssl] drop unrequired OPENSSL_config
2017-09-19 Fabio M. Di... [openssl] revert debugging code
2017-09-19 Fabio M. Di... [openssl] go back to the original minimal keysize
2017-09-19 Fabio M. Di... [openssl] move to dlopen model
2017-09-19 Fabio M. Di... [nss] protect shutdown from segfaults in case we cannot...
2017-09-19 Fabio M. Di... [openssl] add api_knet_handle_crypto test
2017-09-19 Fabio M. Di... [openssl] drop incorrect keylen management code
2017-09-19 Fabio M. Di... [crypto] add openssl support (first cut)
2017-09-19 Fabio M. Di... [cryto] nss: add namespace to internal functions
2017-09-18 Fabio M. Di... [build] fix casting with gcc-7 (debian unstable)
2017-09-18 Fabio M. Di... [debian] fix tests/ linking with debian unstable
2017-09-18 Fabio M. Di... [debian] fix build deps (pass 3 or 4)
2017-09-18 Fabio M. Di... [debian] be more specific about builddeps
2017-09-18 Fabio M. Di... [debian] fix build dependency in control file
2017-09-14 Fabio M. Di... [test] fix conditional build of int_lib_load_unload
2017-09-14 Fabio M. Di... [global] bump lib soname to 1.0.0
2017-09-14 Fabio M. Di... [dlopen] compress: drop unnecessary tracker and use...
2017-09-14 Fabio M. Di... [compress] move tracking update into a write lock context
2017-09-14 Fabio M. Di... [dlopen] compress: fix load/unload of libraries and...
2017-09-14 Fabio M. Di... [compress] make sure to unload resources before re...
2017-09-14 Fabio M. Di... [global] rename link.(c|h) to links.(c|h) as they confl...
2017-09-14 Fabio M. Di... [compress] split check_lib_init into 2 functions
2017-09-14 Fabio M. Di... [crypto] simplify lib init code and fix error handling
2017-09-14 Fabio M. Di... [dlopen] move all dlopen lib names at the top of the...
2017-09-14 Fabio M. Di... [dlopen] add suppress entries for internal NSPR/NSS...
2017-09-14 Fabio M. Di... [docs] fix a typo
2017-09-14 Fabio M. Di... [dlopen] fix crypto/compress internal name space for...
2017-09-14 Fabio M. Di... [dlopen] add suppress entries for internal NSPR/NSS...
2017-09-14 Fabio M. Di... [dlopen] use RTLD_NOW instead of RTLD_LAZY to avoid...
2017-09-14 Fabio M. Di... [crypto] partially revert and partially fix b22ef0ca65d...
2017-09-14 Fabio M. Di... [handle] remove knet handle tracker
2017-09-14 Fabio M. Di... [crypto] fix nss unload/reload memory leak
2017-09-14 Fabio M. Di... [dlopen] if the library is a symlink, display the symli...
2017-09-14 Fabio M. Di... [common] don't hardcode max path size
2017-09-14 Fabio M. Di... [dlclose] add logging messages around unloading libraries
2017-09-14 Fabio M. Di... [common] use a standard fn to dlopen libraries and...
2017-09-14 Fabio M. Di... [crypto] nss: be more clear about shut down/unload...
2017-09-14 Fabio M. Di... [tests] fix crypto test to deal with new nss dlopen...
2017-09-14 Fabio M. Di... [nss] clear error before dlopen
2017-09-14 Fabio M. Di... [nss] warn the users that library cannot be unloaded
2017-09-14 Fabio M. Di... [crypto] fix libnss horror show to avoid leaking memory
2017-09-14 Fabio M. Di... [crypto] handle properly errors reported from .init...
2017-09-14 Fabio M. Di... [crypto] fix libnss unload crash and remove that atexit...
2017-09-14 Fabio M. Di... [crypto] fix libref count the same way as compress
2017-09-14 Fabio M. Di... [compress] centralize handling of libref in compress...
2017-09-14 Fabio M. Di... [crypto] move libnss to a dlopen model (pass 1)
2017-09-14 Fabio M. Di... [dlopen] implement dlopen rate limit to avoid RX DoS
2017-09-14 Fabio M. Di... [global] update notes to package maintainers
2017-09-14 Fabio M. Di... [compress] fix internal ref count for library unload
2017-09-14 Fabio M. Di... [compress] switch to new load_lib / unload_lib API
2017-09-14 Fabio M. Di... [compress] fix error message to be more explicit
2017-09-14 Fabio M. Di... [dlopen] start to cleanup the compress module API
2017-09-14 Fabio M. Di... [build] consistent error message
2017-09-14 Fabio M. Di... [build] move hardcoding of linking libraries in one...
2017-09-14 Fabio M. Di... [compress] move bzip2 to dlopen model
2017-09-14 Fabio M. Di... [compress] cleanup dlerror before dlopen for lzma
2017-09-14 Fabio M. Di... [compress] cosmetic cleanup... (part 2)
2017-09-14 Fabio M. Di... [compress] cosmetic cleanup
2017-09-14 Fabio M. Di... [compress] move lzma to dlopen model
2017-09-14 Fabio M. Di... [compress] move lz4 to dlopen model
2017-09-14 Fabio M. Di... [compress] make sure lib handles are clean after dlclose
2017-09-14 Fabio M. Di... [compress] move zlib to dlopen model
2017-09-14 Fabio M. Di... [compress] fix library init to work for multiple knet_h...
2017-09-14 Fabio M. Di... [compression] simplify lzo2 dlopen code handling
2017-09-14 Fabio M. Di... [compression] move lzo2 to dlopen model and fix interna...
2017-09-14 Fabio M. Di... [test] add the test file
2017-09-14 Fabio M. Di... [compress] only initialize compress library on demand
2017-09-14 Fabio M. Di... [test] don't run api_knet_handle_new_limit by default
2017-09-14 Fabio M. Di... [handle] implement open knet_handle tracker
2017-08-24 Christine Caulfieldlibknet: some FreeBSD compatibility fixes.
2017-08-21 Chrissie Caulfieldadd knet_handle_get_stats (#49)
2017-08-21 Fabio M. Di... [build] drop -lpthread from pkg-config
2017-08-18 Fabio M. Di... [tests] fix knet_bench usage
2017-08-18 Fabio M. Di... [build] fix several hanging bits after compress/crypto...
2017-08-18 Fabio M. Di... [build] allow optional build of nss crypto support
2017-08-18 Fabio M. Di... [build] rename nsscrypto to crypto_nss and match compre...
2017-08-18 Fabio M. Di... [build] fix SCTP support build
2017-08-17 Fabio M. Di... [compress] fix build to allow --disable-compress-all...
2017-08-17 Fabio M. Di... [compression] change test from ERROR to SKIP
2017-08-17 Fabio M. Di... [compress] report error from knet_handle_compress api...
2017-08-17 Fabio M. Di... [compress] update api_knet_send_compress test
2017-08-17 Fabio M. Di... [compress] split init and config functions
2017-08-17 Christine Caulfield[compress] fix some Itaglish & a trailing space
2017-08-17 Fabio M. Di... [compress] fix test suite build
2017-08-17 Fabio M. Di... [compress] allow conditional builds of compress modules
2017-08-17 Fabio M. Di... [compress] prepare internal structs and code to allow...
2017-08-17 Fabio M. Di... [compress] add pkg-config support for lzo2
2017-08-17 Fabio M. Di... [compress] add bzip2 support
2017-08-17 Fabio M. Di... [compression] update libknet.h for lzma
2017-08-17 Fabio M. Di... [compress] add lzma support
2017-08-17 Fabio M. Di... [compression] remove debugging code
2017-08-17 Fabio M. Di... [compress] add support for lzo2 compression
next