rpm/rpmio
Panu Matilainen e7b80af136 Move redirect2null() out of posix extensions but preserve compatibility
posix.redirect2null() is a decidedly rpm-specific, it should've really
always been rpm.redirect2null(). Move the code to rpmlua.c and make
it available in the rpm-namespace, but to preserve script compatibility
add it to the posix module too.

One step closer to unforking the posix extensions which is more or less
a pre-requisite for ticket #165.
2019-03-01 14:56:31 +02:00
..
Makefile.am Add support for zstd compressed payload 2017-08-09 17:41:03 +02:00
argv.c Revert macro argument quotion patches 2017-06-27 10:47:35 +03: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_nss.c Rip out partial support for unused MD2 and RIPEMD160 digests 2018-06-26 10:49:12 +03:00
digest_openssl.c Rip out partial support for unused MD2 and RIPEMD160 digests 2018-06-26 10:49:12 +03:00
macro.c Raise an actual macro error if %{uncompress:...} fails 2019-02-25 16:29:06 +02:00
rpmbase64.h Add/fix a few missing/misleading doxygen annotations 2016-11-02 13:37:09 +02:00
rpmfileutil.c Fix division by zero in prelink detection, issue 420 2018-04-09 10:52:11 +02:00
rpmfileutil.h Add support for zstd compressed payload 2017-08-09 17:41:03 +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 Use %getncpus for number of parallel XZ compression threads 2019-01-15 11:19:56 +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 Handle missing keyring same as key not found in rpmKeyringVerifySig() 2018-03-16 10:28:28 +02: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 Move redirect2null() out of posix extensions but preserve compatibility 2019-03-01 14:56:31 +02:00
rpmlua.h Make rpmlua structures fully opaque outside rpmlua.c 2019-02-21 12:30:50 +02:00
rpmmacro.h Spelling fixes 2017-06-27 14:42:21 +02: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 Compare tag and userid too in pgpDigParamsCmp() 2017-05-26 11:44:17 +03:00
rpmpgp.h Add comments for SHA-2 file digest variants 2017-05-31 14:29:56 +03:00
rpmsq.c Implement SIG_DFL/SIG_IGN/SIG_ERR counterparts in rpmsq 2017-05-10 14:20:21 +03:00
rpmsq.h Implement SIG_DFL/SIG_IGN/SIG_ERR counterparts in rpmsq 2017-05-10 14:20:21 +03:00
rpmstring.c Enhanced string hash to permit calculating string length on the same call 2012-09-18 04:40:20 +03:00
rpmstring.h Minor optimization to rnibble() 2012-09-03 15:44:53 +03: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