summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-20Strip header regions during unload.jbj1-6/+18
2001-02-27Handle non-string tag indices correctly.jbj1-0/+92
2001-02-17Add missing tokens.jbj1-1/+27
2001-02-12Add rpmRC return code type for the usual 0/1/2 codes.jbj1-4/+7
2001-01-12doxygen annotations for python bindings.jbj1-1268/+1610
2001-01-09register more enumsmsw1-0/+2
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-3/+3
2001-01-01- use popt autohelp for rpm helper binaries.jbj1-1/+1
2000-12-30- (non-linux): move stubs.c to rpmio (#21132).jbj1-0/+22
2000-12-29fix handleDbResult so that it will return an empty list when nothing matches ...gafton1-9/+6
2000-12-26- send query/verify output through rpmlog().jbj1-2/+2
2000-12-12- fix: headerLoad segfault in python bindings.jbj1-2/+10
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+29
2000-12-03- python: bind package removal (#21274).jbj1-125/+133
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-4/+5
2000-08-24mergemsw1-1/+1
2000-08-24fixedmsw1-8/+11
2000-08-23added a hack to get the header that was passed to the transaction callback ma...msw1-0/+22
2000-08-20- add callbacks on package erasure.jbj1-0/+4
2000-08-19Remove fprintf.jbj1-1/+0
2000-08-19- python bindings to query and verify signatures.jbj1-3/+36
2000-07-29- re-resurrect firstkey/nextkey python bindings for up2date compatibility.jbj1-0/+70
2000-07-29- bail on firstkey/nextkey, there's a better way.jbj1-51/+0
2000-07-28properly reference the dbmsw1-0/+5
2000-07-28- resurrect firstkey/nextkey python bindings.jbj1-0/+51
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-105/+0
2000-06-13link against rpmio, disable Fopenmsw1-3/+4
2000-05-17fixup headers when loading themmsw1-0/+2
2000-05-02don't call these header munges on null headersmsw1-5/+3
2000-05-02compress filelist, fixup providesmsw1-0/+5
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-1/+10
2000-04-25 a little more work on the rpm modulemsw1-31/+38
2000-04-20match iterator supportmsw1-23/+153
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-4/+5
2000-04-12Convert to rpm-3.1 API.jbj1-13/+61
2000-03-31Get the database permissions right.jbj1-1/+1
2000-03-26Add --preferdb for now to permit testing db0/db1/db2.jbj1-3/+3
2000-02-28i18nationmsw1-6/+18
2000-02-11add a method to fill the filelist fullymsw1-0/+31
2000-02-11add compress/uncompress filelistmsw1-0/+19
2000-02-08nuke const warningmsw1-5/+7
2000-02-08handle header format extensionsmsw1-33/+102
2000-01-31merge from anacondamsw1-5/+76
2000-01-24Pass size(...)-1 to avoid buffer overflow on links that are 1024b long.jbj1-1/+1
1999-12-30Force python arrays for DIRNAMES/BASENAMES/DIRINDEXES.jbj1-0/+3
1999-11-30python/* needs to include "system.h".jbj1-0/+4
1999-11-26Minimal python compile.jbj1-0/+2
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-27use compressed filenames on install side.jbj1-52/+52