.. |
Makefile.am
|
Wrap getopt() usage into internal helper
|
2020-10-19 11:27:35 +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
|
Support the EdDSA public key algorithm
|
2020-05-26 17:03:11 +03:00 |
digest_libgcrypt.c
|
Support ed25519 signatures in digest_libgcrypt.c
|
2020-05-26 17:03:11 +03:00 |
digest_openssl.c
|
Support ed25519 signatures in digest_openssl.c
|
2020-05-26 17:03:11 +03:00 |
expression.c
|
Add error handling for versions in expressions
|
2020-10-09 08:40:12 +03:00 |
macro.c
|
Split off mbAllocBuf() from expandMacro()
|
2020-10-26 07:54:29 +02:00 |
rgetopt.c
|
Allow parametric macros to opt out of option processing (#547)
|
2020-10-19 11:27:35 +03:00 |
rpmbase64.h
|
Add/fix a few missing/misleading doxygen annotations
|
2016-11-02 13:37:09 +02:00 |
rpmfileutil.c
|
Warn on undefined components in buildtree macros
|
2020-04-20 13:25:56 +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
|
Flush 1998 vintage dirent.h compatibility mess from system.h
|
2020-04-02 13:53:38 +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
|
Make fdSeek return 0 on success, -1 on error
|
2020-10-09 10:46:47 +03: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
|
Fix Doxygen comments
|
2020-07-10 15:49:37 +02:00 |
rpmlua.c
|
Fix warnings from set but unused, variables in macro.c and rpmlua.c
|
2020-10-23 15:07:36 +03:00 |
rpmlua.h
|
Lose the internal Lua variable API
|
2020-10-19 11:16:59 +03:00 |
rpmmacro.h
|
Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compat
|
2020-03-23 13:44:12 +02:00 |
rpmmacro_internal.h
|
Wrap getopt() usage into internal helper
|
2020-10-19 11:27:35 +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
|
Support the EdDSA public key algorithm
|
2020-05-26 17:03:11 +03:00 |
rpmpgp.h
|
Fix Doxygen comments
|
2020-07-10 15:49:37 +02: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
|
Fix possible read beyond buffer in rstrnlenhash()
|
2020-09-04 13:05:38 +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 |
rpmver.c
|
Add (beginnings of) a rpm version API (parsing, comparison)
|
2020-05-27 14:14:00 +02:00 |
rpmver.h
|
Add (beginnings of) a rpm version API (parsing, comparison)
|
2020-05-27 14:14:00 +02:00 |
rpmvercmp.c
|
Move rpmvercmp() to librpmio
|
2020-05-27 14:14:00 +02:00 |
url.c
|
Eliminate bunch of obvious dead NULL-assignments around librpmio
|
2011-05-28 19:43:52 +03:00 |