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