]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
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
2017-08-17 Fabio M. Di... [testing] add knet_send with all crypto modules test
2017-08-17 Fabio M. Di... [compress] add support for threshold (don't compress...
2017-08-17 Fabio M. Di... [compress zlib] fix log levels around
2017-08-17 Fabio M. Di... [compress lz4] fix log levels around
2017-08-17 Fabio M. Di... [compress] remove stray debugging entry
2017-08-17 Fabio M. Di... [compress] add support for lz4 and lz4hc compress mechanism
2017-08-17 Fabio M. Di... [compress] fix header define
2017-08-17 Fabio M. Di... [packaging] add explicit build dependencies
2017-08-17 Fabio M. Di... [compress] add userdata compression support
2017-08-07 Christine Caulfieldloopback: Optimise loopback sending
2017-08-04 Fabio M. Di... Merge pull request #48 from chrissie-c/loopback-single
2017-08-04 Christine Caulfieldloopback: Fix some errno assignments that should have...
2017-08-03 Christine Caulfieldloopback: Only allow 1 link to localhost if loopback...
2017-08-03 Fabio M. Di... [build] minor "make my OCD more quiet" cleanups
2017-08-03 Fabio M. Di... [tx] use loopback logging
2017-08-03 Fabio M. Di... [crypto] use unique name to avoid collision with other...
2017-08-03 Fabio M. Di... [logging] add loopback nice name
2017-08-02 Fabio M. Di... [transport] minor nitpick
2017-08-01 Christine Caulfieldlibknet: Add LOOPBACK transport
2017-07-31 Fabio M. Di... Merge pull request #47 from jnpkrn/build+init
2017-07-31 Jan Pokorný[init] service file: drop no longer available ControlGr...
2017-07-31 Jan Pokorný[build] configure: avoid confusion wrt. what's enabled...
2017-07-30 Fabio M. Di... [build] use newly create kronosnet release team gpgkey
2017-07-30 Fabio M. Di... [build] enable release script / publishing bits
2017-07-30 Fabio M. Di... [build] make maintainer-clean clean also after a release
2017-07-30 Fabio M. Di... [build] add Cluster Release Team signing key
2017-07-28 Fabio M. Di... Merge pull request #46 from jnpkrn/build-release.mk
next