rpm/lib
Panu Matilainen 80dee39fb1 Add --reinstall command to rpm cli
- Handle reinstall as a new sub-mode of install, leaving all the
  --replacepkgs etc insanity alone, at least for now. For rpm cli we
  could probably remap --replacepkgs into proper reinstall, but handling
  this in the API is much harder as problem filter flags, such as
  RPMPROB_FILTER_REPLACEPKG, are not known at the time packages
  are added to transaction, and also we can't very well go and
  add new elements to the transaction from inside rpmtsRun()
- Fixes the use-case of RhBug:966715 but not the exact cli invocation
  in that bug... that needs something different
2014-03-04 13:43:01 +02:00
..
backend Of EACCES, EROFS and EINVAL, only EINVAL is amiguous on env open 2014-02-05 14:41:44 +02:00
.gitignore build: Update .gitignore rules 2011-10-11 12:55:15 +03:00
Makefile.am Consolidate the relocation goo into a source of its own 2013-11-15 12:33:38 +02:00
cpio.c Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpmfi.c 2014-01-31 09:49:43 +02:00
cpio.h Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpmfi.c 2014-01-31 09:49:43 +02:00
depends.c Add support for proper package reinstallation to in the API 2014-03-04 12:48:56 +02:00
formats.c Report config and missinok flags in deptype format extension too 2012-07-11 15:10:08 +03:00
fprint.c Ignore already removed links on fingerprint symlink correction 2014-01-08 09:49:33 +02:00
fprint.h Allow passing a shared pool for finger print cache 2012-09-14 14:21:10 +03:00
fsm.c Move the check for missing files to iterReadArchiveNext() 2014-01-31 09:53:30 +02:00
fsm.h Let install and erase create their own file iterators 2013-11-14 09:55:59 +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 A boolean flag is not sufficient to cover three different states... 2014-02-05 14:09:14 +02:00
header.h Implement "fast" flag to headerImport() 2011-11-30 11:59:35 +02:00
header_internal.h Refactor header region sanity checking into a separate function 2014-02-03 11:59:45 +02:00
headerfmt.c Handle query format field width centrally in formatValue() 2011-08-17 10:59:49 +03:00
headerutil.c Eliminate dead NULL-assignments at scope-end in librpm, part I 2011-05-28 22:24:20 +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
misc.h And finally move the rest of the relocation stuff out of rpmte 2013-11-15 13:00:13 +02:00
order.c Switch back to early added packages rpmal populating 2012-09-24 11:57:55 +03:00
package.c Only bother with keyid if caller asked for it and there was no failure 2014-02-03 12:13:00 +02:00
poptALL.c Error out on more than one --pipe option (RhBug:966093) 2013-05-23 12:45:08 +03:00
poptI.c Add --reinstall command to rpm cli 2014-03-04 13:43:01 +02:00
poptQV.c Add cli-switch to query for license files 2012-11-08 10:28:01 +02:00
psm.c Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpmfi.c 2014-01-31 09:49:43 +02:00
query.c Make "now" non-static, there's no need for it to be that way 2013-02-19 17:59:40 +02:00
relocation.c ...and use saveOrig() for src.rpm relocations too 2013-11-15 13:16:06 +02:00
rpmal.c Make rpmteFiles() return refcounted rpmfiles, fixup callers 2013-11-08 13:50:20 +02:00
rpmal.h Add a hash + lookup function on obsoletes to rpmal 2012-10-05 11:35:11 +03:00
rpmarchive.h Move archive handling functions into rpmarchive.h 2014-01-31 09:49:43 +02:00
rpmcallback.h Add enum for RPMCALLBACK_INST_STOP callback event 2012-01-05 16:05:10 +02:00
rpmchecksig.c Couple of missed newline conversions 2014-02-03 11:58:42 +02: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 Add --reinstall command to rpm cli 2014-03-04 13:43:01 +02:00
rpmdb.c Couple of missed newline conversions 2014-02-03 11:58:42 +02:00
rpmdb.h Fix rpmdbAppendIterator() argument signedness 2013-03-26 16:22:17 +02:00
rpmdb_internal.h Remove pointless rpmdbSync() function 2013-04-19 18:43:49 +03:00
rpmds.c Support old SuSE style weak dependencies in --recommands, --suggests, --supplements and --enhances 2014-02-26 11:36:41 +01:00
rpmds.h Export the pool-aware rpmds constructors 2013-04-16 07:42:04 +03:00
rpmds_internal.h Export the pool-aware rpmds constructors 2013-04-16 07:42:04 +03:00
rpmfi.c Add internal rpmfiFound() helper function to match rpmfiSetFound() 2014-01-31 10:26:33 +02:00
rpmfi.h Move RPMERR_* inst new rpmarchive.h 2014-01-31 09:49:43 +02:00
rpmfi_internal.h Move archive handling functions into rpmarchive.h 2014-01-31 09:49:43 +02:00
rpmfiles.h Clarify + document rpmfiles directory vs file index 2013-12-12 11:21:02 +02:00
rpmfs.c More dead code removals... 2013-11-04 21:41:13 +02:00
rpmfs.h Eliminate header and rpmte knowledge from rpmfs 2012-04-24 13:36:38 +03:00
rpmgi.c rpmgiFree() cleanup to remove an exit point and dead assignment(s) 2011-05-30 12:37:06 +03:00
rpmgi.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
rpmhash.C Assure a minimal bucket size 2013-10-29 15:03:45 +01:00
rpmhash.H Add alternative hash key add/get/check methods with prehashed key 2012-09-05 10:38:36 +03:00
rpminstall.c Add --reinstall command to rpm cli 2014-03-04 13:43:01 +02:00
rpmlead.c Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974) 2012-10-30 11:36:56 +02:00
rpmlead.h Further streamline & sanitize lead handling 2011-07-07 11:55:28 +03: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 rpmbuild: warn if header color differs from color of the package architecture. 2012-03-30 13:55:03 +02:00
rpmliblua.c Add lua 5.2 support. 2012-10-09 08:28:52 +03:00
rpmliblua.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmlock.c Make rpm locks reference counted to allow nested locking 2013-03-11 11:58:07 +02:00
rpmlock.h Export rpmlock release method internally as well 2013-03-11 11:12:35 +02:00
rpmplugin.h Drop now redundant name and opts arguments to plugin init hook 2013-04-03 12:39:51 +03:00
rpmplugins.c Tolerate NULL passed to rpmpluginsFree() 2013-04-03 14:32:24 +03:00
rpmplugins.h Separate the external plugin API to its own header 2013-04-03 11:42:04 +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 Spelling fixes. 2013-02-19 21:35:40 +02: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 Initialize all the name services we need 2014-01-28 09:45:55 +02:00
rpmscript.c Eliminate built-in selinux support. RIP. 2013-03-21 13:56:33 +02:00
rpmscript.h Eliminate built-in selinux support. RIP. 2013-03-21 13:56:33 +02:00
rpmtag.h Add RPMTAG_RECOMMENDNEVRS, RPMTAG_SUGGESTNEVRS, RPMTAG_SUPPLEMENTNEVRS and RPMTAG_ENHANCENEVRS extension tags 2014-02-19 12:11:27 +01:00
rpmtd.c Rename td2pool as rpmtdToPool, export and optimize 2012-09-11 08:16:07 +03:00
rpmtd.h Rename td2pool as rpmtdToPool, export and optimize 2012-09-11 08:16:07 +03:00
rpmte.c Turn rpmteSetFI() into clean-only function 2013-12-02 15:17:01 +02:00
rpmte.h Export rpmteFiles(), deprecate rpmteFI() 2013-12-18 10:56:54 +02:00
rpmte_internal.h Export rpmteFiles(), deprecate rpmteFI() 2013-12-18 10:56:54 +02:00
rpmts.c Lazy allocation of plugins container 2013-04-03 14:57:03 +03:00
rpmts.h Add support for proper package reinstallation to in the API 2014-03-04 12:48:56 +02:00
rpmts_internal.h Make rpmtsPrunedIterator() internally available 2014-03-04 10:50:46 +02:00
rpmtypes.h Chainsaw rpmfi iteration apart from the actual file set 2013-11-07 14:27:26 +02:00
rpmug.c Initialize all the name services we need 2014-01-28 09:45:55 +02:00
rpmug.h Initialize all the name services we need 2014-01-28 09:45:55 +02:00
rpmvercmp.c Spelling fixes. 2013-02-19 21:35:40 +02:00
rpmvf.h Stop abusing enum typedefs for bitfield types 2010-09-21 11:10:14 +03:00
signature.c Use headerVerifyRegion() for signature headers too. Die copy-slop, die! 2014-02-03 12:02:07 +02:00
signature.h Eliminate filename argument from parsePGPSig() 2014-02-01 17:14:49 +02:00
tagexts.c Support old SuSE style weak dependencies in --recommands, --suggests, --supplements and --enhances 2014-02-26 11:36:41 +01:00
tagname.c Further simplify tag lookup table initialization 2013-02-19 10:07:14 +02:00
transaction.c Legalize proper reinstall within transaction 2014-03-04 11:14:37 +02:00
verify.c Report replaced files in verification 2013-04-12 12:40:37 +03:00