summaryrefslogtreecommitdiff
path: root/python/rpmts-py.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-17Remove rollback supportPanu Matilainen1-128/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-05Couple of int -> rpmVSFlags type correctionsPanu Matilainen1-1/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-1/+1
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-4/+0
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen1-1/+3
2007-12-14Bogus const removal continued...Panu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+3
2007-12-10Add python method for for retrieving (without setting) ts vsflagsPanu Matilainen1-0/+11
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-5/+5
2007-12-01Don't include idtx.h in rpmcli.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-10-31Disable python available package mechanism for now at least.Panu Matilainen1-4/+17
2007-10-28Include "rpmbuild.h" instead of <rpmbuild.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-4/+4
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen1-1/+1
2007-10-24Remove dead codePanu Matilainen1-13/+0
2007-10-24Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091)Panu Matilainen1-3/+4
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-4/+6
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen1-2/+2
2007-10-19Use rpmProblem access methods instead of direct access to the structPanu Matilainen1-9/+10
2007-10-19Convert rpmts-py to use rpmps iteratorPanu Matilainen1-5/+10
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-17More typos, doh...Panu Matilainen1-2/+2
2007-09-17Typo..Panu Matilainen1-1/+1
2007-09-17Use rpmtsGetRdb() instead of poking ts internalsPanu Matilainen1-6/+6
2007-09-11Remove split tags.Ralf Corsépius1-127/+6
2007-09-03Sanitize SELinux file context initialization.Panu Matilainen1-14/+0
2007-08-30Move rollback IDTX out of cli-stuff, its needed by core ts handling too.Panu Matilainen1-1/+1
2007-07-13Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings insteadPanu Matilainen1-1/+1
2007-07-13Clean up python ts object creation.Panu Matilainen1-57/+26
2007-07-11Char ptr signedness fixes to python bindings.Panu Matilainen1-2/+2
2007-07-10Fix bunch of compiler warnings from python bindings (method pointer types)Panu Matilainen1-1/+1
2007-06-07Ts/db reference counting for match-iterators in python (rhbz#241751)Panu Matilainen1-1/+1
2007-05-23Raise an exception if adding an install/upgrade element to transaction fails.Panu Matilainen1-1/+7
2007-05-16dbmatch keys can be unicode objects also (#219008)Paul Nasrat1-1/+1
2005-02-12- zlib: uniqify certain symbols to prevent name space pollution.jbj1-1/+1
2005-01-28- python: force dbMatch() h# key to be 32 bit integer (#146477).jbj1-1/+2
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-0/+2
2004-11-17Add kwargs everywhere - courtesy of pjones@redhat.compauln1-103/+135
2004-10-31- python: remove ".A" from creaky ts.check() tuple return (#135008).jbj1-0/+4