.. |
backend
|
Eliminate last three assert()'s from the backend
|
2011-04-20 15:46:42 +03:00 |
Makefile.am
|
Use pkg-config to find Lua + determine flags (ticket #88)
|
2011-03-28 12:54:42 +03: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
|
Unbreak obsoletes from commit b1a4b57315
|
2011-04-13 10:07:33 +03:00 |
formats.c
|
Teach rpm about post-transaction dependencies
|
2011-01-25 15:27:28 +02:00 |
fprint.c
|
Remove duplicate fpLookup() doxygen annotation
|
2011-04-28 15:24:09 +03:00 |
fprint.h
|
A few missing internal markers on librpm side too
|
2010-10-01 11:46:00 +03:00 |
fsm.c
|
Simplify fsmMapFContext()
|
2011-03-28 13:50:49 +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
|
Clean up headerRead()
|
2011-03-24 12:48:46 +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
|
Simplify findTag()
|
2011-04-28 13:22:41 +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
|
Improve fsm error code handling in psm
|
2011-04-19 11:37:11 +03: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
|
Actually handle headerGet() / pgpPrtPkts() failure on signature verify
|
2011-04-19 10:32:31 +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
|
Avoid malloc() + redundant strlen() calls in dbiFindByLabel()
|
2011-04-28 15:24:09 +03: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
|
Remove rpm v3 code
|
2011-03-31 10:56:43 +02:00 |
rpmds.h
|
Add rpmdsMatchesDep() as alternative to rpmdsAnyMatchesDep() to make use of the tag number (index) we get from the rpmdb on queries
|
2011-03-31 10:56:43 +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
|
Restore previous vsflags on return from rpmInstall() and rpmErase()
|
2011-04-19 10:09:22 +03: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
|
Eliminate unused variable in rpmpluginsAdd()
|
2011-04-19 10:21:26 +03: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
|
Give at least some indication of error from fchdir() failures
|
2011-04-19 13:21:36 +03: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
|
Dont reference transaction set from transaction elements
|
2011-04-05 17:33:12 +03: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
|
Remove redundant strlen()'s on sha1 digest verification
|
2011-04-28 15:24:09 +03: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
|
Eliminate another set-but-unused xx warning
|
2011-04-19 10:02:23 +03:00 |
verify.c
|
Verify some properties of replaced and wrong-colored files (RhBug:528383)
|
2011-03-09 10:30:51 +02:00 |