summaryrefslogtreecommitdiff
path: root/rpm.c
Commit message (Expand)AuthorAgeFilesLines
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-251-2/+0
* Reimplement --restore as a transaction element, obsolete --setperms & coPanu Matilainen2022-02-031-1/+9
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-0/+1
* Rename rpmqv.c to rpm.c, as it's the main source for the rpm commandHoward Johnson2019-06-031-0/+314
* Remove long unused rpm.c, also removals from EXTRA_DISTPanu Matilainen2007-07-161-1320/+0
* Check rpmtsInitDB return value. Also patches rpm.c, whichPaul Nasrat2007-04-161-1/+1
* - spelling corrections (#112728).jbj2003-12-301-1/+1
* - opaque (well mostly) rpmTransactionSet using methods.jbj2002-05-161-1/+1
* - generate an rpm header on the fly for imported pubkeys.jbj2001-10-231-1/+1
* - remove rpmrc Provides: Yet Again, use virtual packages.jbj2001-06-121-1/+0
* - remove dead code frpm popt table reorg.jbj2001-06-121-1/+1
* - fix: QUERY_FOR_LIST file count clobbered.jbj2001-06-081-11/+12
* - perform db->verify when closing db files.jbj2001-05-251-3/+19
* - enough lclint annotations and fiddles already.jbj2001-05-051-1/+1
* - still more boring lclint annotations and fiddles.jbj2001-05-031-3/+3
* Sync with rpm-4_0 branch.jbj2001-04-211-2/+0
* - fix: parameterized macro segfault (Jakub Bogusz <qboosh@pld.org.pl>).jbj2001-03-231-1/+1
* Sync with rpm-4.0.2 final.jbj2001-03-141-2/+2
* - Add btree indexes for Dirnames, Requireversion, Provideversion, Insttaltid,jbj2001-03-041-9/+77
* Reorganize sources before implementing --repackage.jbj2001-02-101-1/+0
* Commit to install file state machine.jbj2001-01-291-0/+2
* Apply suffixes only to files.jbj2001-01-281-0/+18
* - cpio mappings carry dirname/basename, not absolute path.jbj2001-01-211-22/+34
* Increase size of help format buffer (#24093).jbj2001-01-161-1/+1
* Sync with rpm-4_0 branch.jbj2000-12-191-2/+2
* Sync with rpm-4_0 branch.jbj2000-12-121-3/+4
* Revert rpmrc excision for now.jbj2000-09-141-0/+4
* - fix: honor --test when doing --freshen.jbj2000-09-131-1/+1
* - unify rpmError and rpmMessge interfaces through rpmlog.jbj2000-09-011-1/+9
* - translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2000-08-291-3/+3
* - consistent return for all signature verification.jbj2000-08-271-3/+3
* Sanity (make dist).jbj2000-08-031-6/+7
* Cosmetic.jbj2000-07-241-1/+1
* - remove build mode help from rpm.c, use rpmb instead.jbj2000-07-111-7/+0
* - prefix payload paths with "./", otherwise "/" can't be represented.jbj2000-07-091-1/+1
* Help message field alignment.jbj2000-07-091-1/+1
* Typo.jbj2000-07-081-1/+1
* Option --ftpport misdocumented as --ftpuseport.jbj2000-07-051-1/+1
* - python: initdb binding (Dan Burcaw <dburcaw@terraplex.com>).jbj2000-06-231-0/+11
* Add dbcursor to dbi interface.jbj2000-06-121-51/+0
* Fix db return code handling, majorly horked.jbj2000-06-111-7/+15
* Use libtool-1.3.5.jbj2000-06-061-21/+0
* Split popt glue into lib/popt{BT,QV}.c.jbj2000-06-011-1/+5
* Hack to pass build args correctly.jbj2000-06-011-0/+5
* Remove build modes from rpm, use rpmb and/or popt glue instead.jbj2000-05-261-269/+24
* - change popt exec alias in oreder to exec rpm children.jbj2000-05-241-51/+92
* fix: define/eval options assumed sizeof(int) == sizeof(void *).jbj2000-05-121-2/+4
* Mostly functional db2 interface, db3 still has problems.jbj2000-03-301-2/+0
* Add --preferdb for now to permit testing db0/db1/db2.jbj2000-03-261-0/+3
* - fix: noLibio = 0 on Red Hat 4.x and 5.x.jbj2000-03-151-2/+2