rpm/lib
Panu Matilainen 714c22f248 Mop up leftovers from past times 2010-03-22 15:43:05 +02:00
..
backend Lose unused temporary/pseudo rpmdbi tags 2010-03-19 16:55:27 +02:00
.files LCLINT pass 0. 1998-11-16 21:40:28 +00:00
Makefile.am Eliminate rpmgi from public API & ABI 2010-03-19 19:15:44 +02:00
cpio.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
cpio.h Revert couple of checksum -> digest renames 2009-03-19 10:15:49 +02:00
depends.c Handle obsoletions within the added package set automatically 2010-03-22 11:05:17 +02:00
formats.c Bah, missing include in commit 121f73bb49 2010-02-09 09:45:58 +02:00
fprint.c Kill off lclint remnants everywhere 2009-07-23 12:24:10 +03:00
fprint.h Eliminate unnecessary rpmts_internal.h include 2009-04-22 16:22:54 +03:00
fsm.c Lose the useless rpmio refcounting debug junk 2010-03-22 13:25:57 +02:00
fsm.h Remove libcap stuff out of system.h 2010-01-05 13:29:52 +02:00
gentagtbl.sh Don't put unimplemented tags into tagtable 2008-07-14 16:21:15 +03:00
header.c Permit simple strings to be returned argv-style from headers too 2010-02-24 16:38:09 +02:00
header.h Add alternative header iterator method 2009-09-30 14:48:19 +03:00
header_internal.h Make header struct really opaque outside header.c 2009-12-22 13:25:48 +02:00
headerfmt.c Fix format extension memleak on empty strings 2009-10-12 13:49:50 +03:00
headerutil.c Move the higher level convenience functions out of header.c 2009-12-22 12:18:40 +02:00
legacy.c Lose more ancient compatibility retrofit goo 2010-03-01 16:32:54 +02:00
manifest.c Replace equal/not equal uses of str[n]cmp() with rstreq[n] in misc helpers 2009-08-31 12:29:56 +03:00
manifest.h Drop bogus const from rpmReadPackageManifest argvptr 2007-12-18 12:53:57 +02:00
merge.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
misc.c Dont include <pwd.h> from system.h, dont bother checking for it either 2009-12-23 13:40:10 +02:00
misc.h Nuke the ugly hardwired "known arch" list from label parsing 2008-11-05 20:37:48 +02:00
order.c Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() static 2010-03-18 19:58:39 +02:00
package.c Eliminate last remaining FD_t struct privacy violation 2009-10-14 17:14:38 +03:00
poptALL.c Lose completely unused rpmte_debug junk 2010-03-22 14:50:50 +02:00
poptDB.c Fixup paths and Makefiles for rpmdb/ elimination 2008-05-12 12:28:12 +03:00
poptI.c Add noreturn annotations to argerror() helper functions 2009-09-07 15:52:36 +03:00
poptQV.c One helluva complicated way to pass our own arg back to us 2010-03-19 16:55:49 +02:00
psm.c Lose the useless rpmfi refcounting etc debug messages + debug switches 2010-03-22 12:49:45 +02:00
psm.h Turn PSM into a complete blackbox 2010-03-12 09:04:29 +02:00
query.c Dont bother hanging onto header in rpmgi 2010-03-19 19:55:54 +02:00
rpmal.c Lose the useless rpmds refcounting debug junk + switches 2010-03-22 13:04:26 +02:00
rpmal.h Lose leftovers from former rpmal implementation 2010-03-18 23:21:01 +02:00
rpmcallback.h Use rpm_loff_t for transaction callback amount+total arguments 2008-06-09 12:00:12 +03:00
rpmchecksig.c Sanitize signature checking formatResult() a bit 2010-01-05 10:45:23 +02:00
rpmcli.h Eliminate hysterical --hdlist query option and everything implementing it 2010-03-19 16:54:00 +02:00
rpmdb.c Take a transaction set reference on verified db iteration 2010-03-22 14:45:49 +02:00
rpmdb.h Lose the useless rpmdb refcounting debug junk + switches 2010-03-22 13:05:38 +02:00
rpmdb_internal.h Remove support for sqlite based rpm database 2009-12-07 15:59:13 +01:00
rpmds.c Lose the useless rpmds refcounting debug junk + switches 2010-03-22 13:04:26 +02:00
rpmds.h Lose the useless rpmds refcounting debug junk + switches 2010-03-22 13:04:26 +02:00
rpmfi.c Lose the useless rpmfi refcounting etc debug messages + debug switches 2010-03-22 12:49:45 +02:00
rpmfi.h Lose the useless rpmfi refcounting etc debug messages + debug switches 2010-03-22 12:49:45 +02:00
rpmfi_internal.h Rip out more rpm 2.x era relocation leftovers 2010-03-01 16:13:52 +02:00
rpmfs.c Split file state structures + routines out of rpmte to separate sources 2010-03-12 08:33:49 +02:00
rpmfs.h Split file state structures + routines out of rpmte to separate sources 2010-03-12 08:33:49 +02:00
rpmgi.c Oops, remember to free transaction set in rpmgi 2010-03-22 15:14:39 +02:00
rpmgi.h Dont bother hanging onto header in rpmgi 2010-03-19 19:55:54 +02:00
rpmhash.C Reimplement rpmal by using hashes and cleaning up the color handling 2009-03-26 12:20:26 +01:00
rpmhash.H Support leaving HTDATATYPE undefined to use hash as key only hash (set) 2008-11-24 14:03:16 +01:00
rpmhash.c Switch to a better hash functions for strings: Jenkins One-at-a-time hash 2008-10-24 10:34:25 +02:00
rpmhash.h Make rpmhash a generic datatype using macros and includes 2008-10-24 10:34:25 +02:00
rpminstall.c Lose the useless rpmio refcounting debug junk 2010-03-22 13:25:57 +02:00
rpmlead.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
rpmlead.h Add function to retrieve type from rpmlead 2008-12-08 19:50:07 +02:00
rpmlegacy.h Make rpmal header & all internal 2009-04-03 13:07:42 +03:00
rpmlib.h Move leftover signature stuff from rpmlib.h to signature.h 2009-03-19 10:34:27 +02:00
rpmliblua.c Be more careful about errors in lua rpm vercmp() 2009-02-11 12:32:24 +02:00
rpmliblua.h Add central Lua shutdown function and use it 2009-01-14 15:18:25 +02:00
rpmlock.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
rpmlock.h Remove splint tags. 2007-09-11 19:07:39 +02:00
rpmps.c Lose the useless rpmps refcounting debug junk 2010-03-22 12:54:44 +02:00
rpmps.h Lose the useless rpmps refcounting debug junk 2010-03-22 12:54:44 +02:00
rpmrc.c Handle NULL passed to rpmMachineScore() 2010-02-22 11:13:05 +02:00
rpmscript.c Not all scriptlets have bodies (eg -p /sbin/ldconfig), dont expand NULLs 2010-03-11 13:39:13 +02:00
rpmscript.h Support run-time macro and queryformat expansion on scriptlets 2010-03-11 12:06:49 +02:00
rpmtag.h Lose unused temporary/pseudo rpmdbi tags 2010-03-19 16:55:27 +02:00
rpmtd.c Honor rpmtd type, not tag type, in rpmtdClass() (ticket #25) 2009-01-28 13:21:39 +02:00
rpmtd.h Add macro expansion queryformat extension 2010-02-09 09:35:52 +02:00
rpmte.c Lose completely unused rpmte_debug junk 2010-03-22 14:50:50 +02:00
rpmte.h Lose completely unused rpmte_debug junk 2010-03-22 14:50:50 +02:00
rpmte_internal.h Add a few API bits for problem sets in transaction elements 2010-03-12 16:18:16 +02:00
rpmts.c Lose the useless rpmio refcounting debug junk 2010-03-22 13:25:57 +02:00
rpmts.h Lose the useless rpmts refcounting debug messages + debug switches 2010-03-22 12:40:27 +02:00
rpmts_internal.h Default to "not found" for rpmtsSolve() + comment behavior 2010-03-14 11:31:45 +02:00
rpmtypes.h Move rpmps typedef into rpmtypes.h, its common enuf 2010-03-12 16:11:15 +02:00
rpmvercmp.c Move rpmVersionCompare() into a more logical place 2010-02-09 11:35:47 +02:00
rpmvf.h Fix documentation and help for the md5 -> filedigest move 2009-03-02 10:29:05 +01:00
signature.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
signature.h Put the PGP foobar signature generation out of its misery 2009-03-26 09:59:01 +02:00
tagexts.c Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them 2010-02-03 16:27:00 +01:00
tagname.c Lose unused temporary/pseudo rpmdbi tags 2010-03-19 16:55:27 +02:00
transaction.c Record problems into the transaction elements causing them 2010-03-12 19:46:06 +02:00
verify.c Mop up leftovers from past times 2010-03-22 15:43:05 +02:00