- rescusitate --rebuild.
[platform/upstream/rpm.git] / python / rpmmodule.c
2002-04-11 jbj- rescusitate --rebuild.
2002-04-07 jbj- speedup large queries by ~50%.
2002-03-17 jbj- *really* dump signature header immutable region.
2002-03-13 jbjFactor notify callback function/arg onto per-ts method.
2002-03-12 jbj- permit --dbpath and --root with signature (i.e. ...
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-02-10 jbj- make peace with gcc-3.1, remove compiler cruft.
2002-02-04 jbj1) added sprintf method to headers
2001-11-18 jbj- convert file md5sum's to binary on the fly, reducing...
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
2001-11-04 jbj- rpmal: availablePackage is totally opaque, alKey...
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-26 jbj- wire transactions through rpmcli install/erase modes.
2001-10-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-24 jbj- wire transactions through rpmcli query/verify modes.
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-21 jbjOrphans.
2001-10-19 jbjRewire digests, step 2.
2001-09-25 jbj- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm...
2001-09-25 jbj- drop rpmio/base64.[ch] in favor of beecrypt.
2001-08-28 jbj- dependency whiteout for libgnomeprint -> gnome-print...
2001-08-27 jbj- fix: error message on failed package installs resurre...
2001-08-16 jbj- python: add exception to detect bad data in hdrUnload.
2001-08-15 jbj- always use dl size in regionSwab() return.
2001-08-06 jbj- portability: some compilers squawk at return ((void...
2001-07-21 jbj- add sha1 test vectors, verify on ix86/alpha/sparc.
2001-07-17 jbj- python: "seal" immutable region for legacy headers...
2001-07-17 jbj- fix: _smp_flags macro broken.
2001-07-08 jbj- python: rhnLoad/rhnUnload to check header digest.
2001-07-07 jbjOrphans.
2001-07-07 jbj- popthelp.c: don't use stpcpy to avoid portability...
2001-06-28 jbj- fix: sanity checks on #tags (<65K) and offset (<16Mb...
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-31 jbjlclint annotations.
2001-04-21 jbjSync with rpm-4_0 branch.
2001-03-20 jbjStrip header regions during unload.
2001-02-27 jbjHandle non-string tag indices correctly.
2001-02-17 jbjAdd missing tokens.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
2001-01-12 jbjdoxygen annotations for python bindings.
2001-01-09 mswregister more enums
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-30 jbj- (non-linux): move stubs.c to rpmio (#21132).
2000-12-29 gaftonfix handleDbResult so that it will return an empty...
2000-12-26 jbj- send query/verify output through rpmlog().
2000-12-12 jbj- fix: headerLoad segfault in python bindings.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-03 jbj- python: bind package removal (#21274).
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-24 mswmerge
2000-08-24 mswfixed
2000-08-23 mswadded a hack to get the header that was passed to the...
2000-08-20 jbj- add callbacks on package erasure.
2000-08-19 jbjRemove fprintf.
2000-08-19 jbj- python bindings to query and verify signatures.
2000-07-29 jbj- re-resurrect firstkey/nextkey python bindings for...
2000-07-29 jbj- bail on firstkey/nextkey, there's a better way.
2000-07-28 mswproperly reference the db
2000-07-28 jbj- resurrect firstkey/nextkey python bindings.
2000-07-15 jbj- rip out pre-transaction syscalls, more design is...
2000-06-13 mswlink against rpmio, disable Fopen
2000-05-17 mswfixup headers when loading them
2000-05-02 mswdon't call these header munges on null headers
2000-05-02 mswcompress filelist, fixup provides
2000-04-27 jbj- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.
2000-04-25 msw a little more work on the rpm module
2000-04-20 mswmatch iterator support
2000-04-19 jbjChange iterator interface to use RPMTAG_FOO rather...
2000-04-12 jbjConvert to rpm-3.1 API.
2000-03-31 jbjGet the database permissions right.
2000-03-26 jbjAdd --preferdb for now to permit testing db0/db1/db2.
2000-02-28 mswi18nation
2000-02-11 mswadd a method to fill the filelist fully
2000-02-11 mswadd compress/uncompress filelist
2000-02-08 mswnuke const warning
2000-02-08 mswhandle header format extensions
2000-01-31 mswmerge from anaconda
2000-01-24 jbjPass size(...)-1 to avoid buffer overflow on links...
1999-12-30 jbjForce python arrays for DIRNAMES/BASENAMES/DIRINDEXES.
1999-11-30 jbjpython/* needs to include "system.h".
1999-11-26 jbjMinimal python compile.
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-27 jbjuse compressed filenames on install side.
1999-09-24 jbjRelease candidate.
1999-09-19 jbjWhen comparing EVR with missing epoch, package with...
1999-09-17 jbjUpdate from anaconda.
1999-09-07 jbjUpdate from anaconda.
1999-08-24 jbjupdate python bindings from anaconda.
1999-07-14 jbjCopy from anaconda/rpmmodules.
next