rpm/rpmio
Ross Burton 61ea5a8ea6 rpmio: initialise libgcrypt
If we're using libgcrypt for hashing we need to initialise libgcrypt as
otherwise it is not thread-safe.  Without this it will crash when used
in parallel packaging runs.

Fixes #968
2019-12-05 12:53:29 +02:00
..
Makefile.am Add support for primary expansion to the expression parser 2019-09-23 12:49:21 +03:00
argv.c Avoid calling qsort() and bsearch() with NULL base 2019-03-07 15:25:41 +02:00
argv.h Revert macro argument quotion patches 2017-06-27 10:47:35 +03:00
base64.c Fix off-by-one error 2016-05-25 12:31:19 +01:00
digest.c Fix error handling in rpmDigestBundleAddID() 2017-03-29 13:33:46 +03:00
digest.h Store signature/key creation time in a saner format internally 2017-04-13 14:44:05 +03:00
digest_beecrypt.c Rip out partial support for unused MD2 and RIPEMD160 digests 2018-06-26 10:49:12 +03:00
digest_libgcrypt.c rpmio: initialise libgcrypt 2019-12-05 12:53:29 +02:00
digest_nss.c rpmio/digest_nss.c: fix build on musl 2019-04-02 11:40:06 +03:00
digest_openssl.c Rip out partial support for unused MD2 and RIPEMD160 digests 2018-06-26 10:49:12 +03:00
expression.c Add missing position marker to a few expression error messages 2019-10-01 14:09:00 +03:00
macro.c Drop bogus const from validName() return 2019-10-30 14:54:09 +01:00
rpmbase64.h Add/fix a few missing/misleading doxygen annotations 2016-11-02 13:37:09 +02:00
rpmfileutil.c Fix use-after-free introduced in 0f21bdd0d7 2019-05-14 14:14:00 +03:00
rpmfileutil.h Eliminate the hysterical filesize retval from rpmDoDigest() now that we can 2019-05-14 10:19:43 +02:00
rpmglob.c Fix buffer overrun in glob tilde expansion 2018-10-10 11:33:30 +03:00
rpmhook.c Ugh, fix brokenness from previous commit 2009-08-31 11:20:40 +03:00
rpmhook.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmio.c Fix resource leaks on zstd open error paths 2019-11-22 09:39:00 +02:00
rpmio.h Clarify Fread() and Fwrite() semantics 2018-02-26 15:24:17 +02:00
rpmio_internal.h Factor out and unify setting CLOEXEC 2018-05-30 15:57:58 +02:00
rpmkeyring.c Resurrect --prtpkts debug switch functionality 2019-10-31 11:59:20 +01:00
rpmkeyring.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmlog.c Don't let rpmlog() affect errno 2019-01-17 13:11:06 +02:00
rpmlog.h Eliminate a bunch of 2000 vintage never used and uncompilable rpmlog goo 2016-10-13 09:48:05 +03:00
rpmlua.c Avoid using types from Lua includes in rpmlua.h again 2019-10-10 16:34:12 +03:00
rpmlua.h Avoid using types from Lua includes in rpmlua.h again 2019-10-10 16:34:12 +03:00
rpmmacro.h Add support for primary expansion to the expression parser 2019-09-23 12:49:21 +03:00
rpmmacro_internal.h Add support for primary expansion to the expression parser 2019-09-23 12:49:21 +03:00
rpmmalloc.c Avoid using void pointer when we have a real type for the memfail function 2010-09-21 13:41:25 +03:00
rpmpgp.c Replace use of obsolete ctime() with strftime() 2019-10-31 11:59:20 +01:00
rpmpgp.h Add comments for SHA-2 file digest variants 2017-05-31 14:29:56 +03:00
rpmsq.c Fix excessive use of thread local storage (RhBug:1722181), part II 2019-06-24 17:10:33 +02:00
rpmsq.h Implement SIG_DFL/SIG_IGN/SIG_ERR counterparts in rpmsq 2017-05-10 14:20:21 +03:00
rpmstring.c Add a local vasprintf() clone rvasprintf() to match rasprintf() 2019-05-21 13:54:51 +02:00
rpmstring.h Add a local vasprintf() clone rvasprintf() to match rasprintf() 2019-05-21 13:54:51 +02:00
rpmstrpool.c Implement thread protection locking on the string pool 2018-09-28 15:32:55 +03:00
rpmstrpool.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmsw.c Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere 2008-04-21 12:39:18 +03:00
rpmsw.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmurl.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmutil.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
url.c Eliminate bunch of obvious dead NULL-assignments around librpmio 2011-05-28 19:43:52 +03:00