summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-01- python: methods to disable all new features for benchmarking.jbj1-0/+12
2002-07-25- python: remove the old initdb/rebuilddb methods, use ts.fooDB().jbj1-0/+20
2002-07-19Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.jbj1-0/+12
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-0/+5
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-2/+0
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-45/+33
2002-05-28- eliminate legacy db methods, add ts.dbMatch method.jbj1-6/+2
2002-05-27Add bindings for rpmte and FD_t.jbj1-127/+13
2002-05-27Add rpmal bindings, Grand Renaming to rpmalFoo().jbj1-51/+117
2002-05-23Create rpmts-py.c.jbj1-572/+2
2002-05-23rpmds and rpmfi iterators, take 0.jbj1-33/+68
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-1/+3
2002-05-19- Grand Renaming of rpm data types.jbj1-7/+8
2002-05-17Transactions made increasingly opaque.jbj1-2/+2
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-44/+52
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-23/+25
2002-04-11- rescusitate --rebuild.jbj1-1594/+29
2002-04-07- speedup large queries by ~50%.jbj1-2/+2
2002-03-17- *really* dump signature header immutable region.jbj1-1/+2
2002-03-13Factor notify callback function/arg onto per-ts method.jbj1-2/+3
2002-03-12- permit --dbpath and --root with signature (i.e. --import) modes.jbj1-4/+7
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-4/+21
2002-02-10- make peace with gcc-3.1, remove compiler cruft.jbj1-1/+1
2002-02-041) added sprintf method to headersjbj1-2/+58
2001-11-18- convert file md5sum's to binary on the fly, reducing memory footprint.jbj1-2/+2
2001-11-11- unify rpmFNSet into TFI_t.jbj1-2/+6
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-1/+1
2001-11-10- strip header tags for erased as well as installed transactionElements.jbj1-1/+1
2001-11-08- rip out rpmDependencyConflict, replace with rpmProblem instead.jbj1-4/+4
2001-11-08- linear search on added package provides is dumb.jbj1-5/+51
2001-11-06- fix: harmless typo in db3 chroot hack.jbj1-0/+16
2001-11-04- rpmal: availablePackage is totally opaque, alKey with index replaces.jbj1-2/+2
2001-11-01- add header refcount annotations throughout.jbj1-13/+13
2001-10-27- legacy signatures always checked where possible on package read.jbj1-2/+5
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-18/+3
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-9/+15
2001-10-24- wire transactions through rpmcli query/verify modes.jbj1-1/+1
2001-10-23- generate an rpm header on the fly for imported pubkeys.jbj1-1/+6
2001-10-21Orphans.jbj1-0/+1
2001-10-19Rewire digests, step 2.jbj1-1/+1
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-1/+1
2001-09-25- drop rpmio/base64.[ch] in favor of beecrypt.jbj1-2/+0
2001-08-28- dependency whiteout for libgnomeprint -> gnome-print (ordering only).jbj1-6/+8
2001-08-27- fix: error message on failed package installs resurrected.jbj1-52/+62
2001-08-16- python: add exception to detect bad data in hdrUnload.jbj1-9/+11
2001-08-15- always use dl size in regionSwab() return.jbj1-12/+26
2001-08-06- portability: some compilers squawk at return ((void) foo()) (#50419).jbj1-13/+11
2001-07-21- add sha1 test vectors, verify on ix86/alpha/sparc.jbj1-6/+19
2001-07-17- python: "seal" immutable region for legacy headers in rhnUnload() .jbj1-2/+7
2001-07-17- fix: _smp_flags macro broken.jbj1-42/+48