summaryrefslogtreecommitdiff
path: root/lib/rpmcli.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Kick out yet another ancient artifactPanu Matilainen1-1/+0
2008-07-09Include rpmlib.h from rpmcli.h, legacy stuff expects it there..Panu Matilainen1-0/+1
2008-07-07Kick out ancient, useless and hidden --specedit optionPanu Matilainen1-4/+0
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-2/+2
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-2/+2
2008-04-07ARGV_t const pendantryPanu Matilainen1-8/+8
2008-03-24Remove bogus const from rpmRelocation structPanu Matilainen1-1/+1
2008-03-17Remove rollback supportPanu Matilainen1-11/+0
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-05Split non-cli verify bits from rpmcli to separate headerPanu Matilainen1-76/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2007-12-18Remove bogus const from rpmInstallSource*() parametersPanu Matilainen1-5/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-7/+7
2007-12-02Move rpmtransFlags enums to rpmts.h where it logically belongsPanu Matilainen1-0/+1
2007-12-02Move RPMFILE_* file attributes to rpmfi.hPanu Matilainen1-0/+1
2007-12-01Don't include idtx.h in rpmcli.hPanu Matilainen1-1/+0
2007-12-01Add separate public header for callback declarationsPanu Matilainen1-0/+1
2007-11-23Add a few missing rpmcli doxygen groupingsPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-1/+1
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-11/+0
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-09-20Move rpmInstall/EraseInterfaceFlags to rpmcli.hPanu Matilainen1-0/+26
2007-09-11Remove splint tags.Ralf Corsépius1-166/+25
2007-08-30Move rollback IDTX out of cli-stuff, its needed by core ts handling too.Panu Matilainen1-86/+2
2005-01-04Splint fiddles.jbj1-1/+1
2004-11-10- add --delsign to purge packages of digital signatures.jbj1-0/+1
2004-10-26Splint fiddles.jbj1-2/+2
2004-10-25Wire ftsOpts globally.jbj1-0/+6
2004-10-25Add undocumented --hdlist and --ftswalk query/verify sources.jbj1-1/+3
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-1/+17
2004-10-18Add generalized iterator to rpmlib.jbj1-0/+2
2003-12-25Add lsetfilecon to install modes.jbj1-1/+2
2003-12-25Verify file contexts from file security context patterns.jbj1-13/+17
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-2/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-22/+22
2003-04-21Don't segfault if given ascii armored rather than binary pubkey packets.jbj1-2/+2
2002-12-22- simplify specfile query linkage loop.jbj1-0/+16
2002-12-21- add --enable-posixmutexes when configuring on linux.jbj1-4/+6
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-1/+1
2002-09-17- lclint clean.jbj1-3/+4
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-2/+2
2002-08-08lclint fiddles.jbj1-14/+21
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-0/+15
2002-08-04- resurrect --rollback.jbj1-4/+17
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj1-45/+46
2002-07-28- popt: display sub-table options only once on --usage.jbj1-4/+41
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-4/+4
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-6/+6