Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
#1472)
|
|
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is now required after the changes introduced by commit
156d855787475deab27833219a188a4accf42558 in version 2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay client (user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guide)
|
|
|
|
|
|
|
|
|
|
|
|
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
|
|
|
|
This is required for add_library() with INTERFACE library type.
|
|
|
|
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
|