rpm/rpmio
Panu Matilainen 77c83ea6d9 Fix typo in argvAddN() API docs, doh :(
Should've been in commit b918189bbd
2020-11-04 14:20:47 +02:00
..
Makefile.am Wrap getopt() usage into internal helper 2020-10-19 11:27:35 +03:00
argv.c Implement argvAddN() API for adding partial strings to argv arrays 2020-11-04 13:13:34 +02:00
argv.h Fix typo in argvAddN() API docs, doh :( 2020-11-04 14:20:47 +02: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 Pass their own macro entry as an argument (ie self) to all builtins 2020-11-04 10:19:40 +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 Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +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 Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +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 Handle builtin-macros as defined entries in the macro table 2020-11-04 10:19:40 +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 Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmpgp.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +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 Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmutil.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmver.c Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +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