rpm/lib
Jindrich Novy b03685d320 Don't use mtrace(3), muntrace(3) and don't check for mcheck.h
- valgrind is good for these things without touching the code
2011-03-23 12:37:25 +01:00
..
backend Silence error callback during from BDB during environment open 2011-03-02 08:32:18 +02:00
Makefile.am Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +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 Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
formats.c Teach rpm about post-transaction dependencies 2011-01-25 15:27:28 +02:00
fprint.c Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
fprint.h A few missing internal markers on librpm side too 2010-10-01 11:46:00 +03:00
fsm.c Eliminate unused variable 2011-03-04 13:27:15 +02:00
fsm.h Rip the stillborn, broken apply/commit transaction goo 2010-12-20 11:38:21 +02:00
gentagtbl.sh Use actual enum values in tag table sentinel to avoid int/enum mismatch 2010-09-21 15:26:25 +03:00
header.c Avoid timedRead() usage 2011-03-23 11:25:06 +01:00
header.h Yet another round of enum-as-function-argument elimination 2010-11-17 08:52:18 +02:00
header_internal.h Use concrete integer types for entryInfo and rpmtd members 2010-10-22 09:40:20 +03:00
headerfmt.c Fix long-standing segfault on unknown tags on header iteration queries 2010-11-29 15:56:55 +02:00
headerutil.c Switch header APIs to use rpmTagVal instead of rpmTag 2010-10-22 09:59:56 +03:00
legacy.c Remove unused xx error code variable 2011-03-04 12:45:06 +02:00
manifest.c Avoid freeing an unallocated variable (RhBug:688091) 2011-03-16 15:07:55 +01: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.h Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
order.c Improve the dependency loop debug message a bit 2011-03-08 16:20:20 +02:00
package.c Avoid timedRead() usage 2011-03-23 11:25:06 +01:00
poptALL.c Don't use mtrace(3), muntrace(3) and don't check for mcheck.h 2011-03-23 12:37:25 +01:00
poptI.c Rip the remains of --aid and --nosuggest, except for the callback 2010-12-20 11:50:30 +02:00
poptQV.c Hide obsolete --nomd5 switches from help output 2010-11-15 09:56:57 +02:00
psm.c Remove libio support to suppress timedRead() 2011-03-23 11:25:06 +01:00
query.c Remove unused nowtm variable 2011-03-04 12:32:49 +02:00
rpmal.c Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
rpmal.h Add common Collection requirements 2010-06-22 11:12:43 +03:00
rpmcallback.h Use rpm_loff_t for transaction callback amount+total arguments 2008-06-09 12:00:12 +03:00
rpmchecksig.c Fix (ie eliminate) rpmSigTag uses in rpmchecksig 2010-10-22 12:39:04 +03:00
rpmchroot.c Add an error message + comments on open(".") behavior (RhBug:672576) 2011-01-28 13:19:53 +02:00
rpmchroot.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmcli.h Eliminate useless --fileid query selector 2010-10-22 08:58:06 +03:00
rpmdb.c Fix db cursor double-open, causing yum to hang on reinstall (RhBug:678644) 2011-02-21 10:55:02 +02:00
rpmdb.h Internalize most direct rpmdb manipulation functions 2010-12-03 13:49:14 +02:00
rpmdb_internal.h Replace verified header tracking bitfield with a hash table 2010-12-13 14:25:52 +02:00
rpmds.c Return error codes from rpmdsRpmlib() 2011-03-04 13:08:17 +02:00
rpmds.h Teach rpm about post-transaction dependencies 2011-01-25 15:27:28 +02:00
rpmfi.c Fix couple of incorrect sizeof() uses 2011-03-17 14:08:54 +02:00
rpmfi.h Eliminate pgpHashAlgo uses in librpm side 2010-10-22 13:06:36 +03:00
rpmfi_internal.h Eliminate pgpHashAlgo uses in librpm side 2010-10-22 13:06:36 +03:00
rpmfs.c Move header filecount retrieve from addTE() to rpmfsNew() 2010-05-06 15:12:41 +03:00
rpmfs.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmgi.c Clean up rpmgiGlobArgv() a bit 2011-03-07 09:03:04 +02:00
rpmgi.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
rpmhash.C Eliminate unused-but-set warning from gcc on hashes without datatype 2011-03-03 17:44:28 +02:00
rpmhash.H Support GetEntry() for hashes without datatype too 2010-12-16 09:30:09 +02:00
rpminstall.c Eliminate pointless isSource member from eiu struct, duh 2011-03-23 12:15:50 +02:00
rpmlead.c Avoid timedRead() usage 2011-03-23 11:25:06 +01:00
rpmlead.h Add function to retrieve type from rpmlead 2008-12-08 19:50:07 +02:00
rpmlegacy.h Change all the legacy interfaces to use the "concrete" integer tag types 2010-10-22 10:01:33 +03:00
rpmlib.h Remove filesystem related leftover API definitions 2010-10-06 12:53:34 +03:00
rpmliblua.c Be more careful about errors in lua rpm vercmp() 2009-02-11 12:32:24 +02:00
rpmliblua.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmlock.c Further generalize the rpmlock interface 2010-04-22 11:01:27 +03:00
rpmlock.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmplugins.c Make rpmplugins.h private for now 2010-12-22 13:11:40 +02:00
rpmplugins.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
rpmpol.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
rpmprob.c Don't bother checking for rasprintf() return codes in rpmProblemString() 2011-03-04 14:43:54 +02:00
rpmprob.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
rpmps.c Fix couple of incorrect sizeof() uses 2011-03-17 14:08:54 +02:00
rpmps.h Eliminate all fooUnlink() functions out of the API 2010-09-13 13:08:33 +03:00
rpmrc.c Eliminate pointless xx unused error code variable in rpmShowRC() 2011-03-04 13:11:22 +02:00
rpmscript.c Add an error message + comments on open(".") behavior (RhBug:672576) 2011-01-28 13:19:53 +02:00
rpmscript.h Switch psm and rpmscript to use rpmTagVal where appropriate 2010-10-22 11:39:53 +03:00
rpmtag.h Tag reservation for MeeGo's security framework (from Tero Aho) 2011-03-01 12:10:23 +02:00
rpmtd.c Switch header APIs to use rpmTagVal instead of rpmTag 2010-10-22 09:59:56 +03:00
rpmtd.h Switch header APIs to use rpmTagVal instead of rpmTag 2010-10-22 09:59:56 +03:00
rpmte.c Make rpmplugins.h private for now 2010-12-22 13:11:40 +02:00
rpmte.h Switch rpmte API and internals to use rpmTagVal instead of rpmTag 2010-10-22 11:31:36 +03:00
rpmte_internal.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmts.c Remove unused return code variable 2011-03-04 13:38:34 +02:00
rpmts.h Move rpmtsSELabelFoo() functions to an internal-only header 2010-12-21 11:01:22 +02:00
rpmts_internal.h Move rpmtsSELabelFoo() functions to an internal-only header 2010-12-21 11:01:22 +02:00
rpmtypes.h Rename rpmdbKeyIterator to rpmdbIndexIterator 2010-11-03 10:03:14 +01:00
rpmug.c Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
rpmug.h Add a "unique string cache" to rpmug 2010-12-16 09:31:20 +02:00
rpmvercmp.c Move rpmVersionCompare() into a more logical place 2010-02-09 11:35:47 +02:00
rpmvf.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
signature.c Avoid timedRead() usage 2011-03-23 11:25:06 +01:00
signature.h Replace remaing rpmSigTag uses with rpmTagVal 2010-10-22 13:23:09 +03:00
tagexts.c Eliminate dead RPMTAG_INSTALLPREFIX tag extension 2010-11-29 12:28:47 +02:00
tagname.c Eliminate useless 'I dont care about the return code' variables in tagnames 2011-03-03 16:20:34 +02:00
transaction.c Move string hash function to librpmio and rename for namespacing 2011-03-10 10:17:39 +02:00
verify.c Verify some properties of replaced and wrong-colored files (RhBug:528383) 2011-03-09 10:30:51 +02:00