summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj2-5/+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-24don't blow our foot off by calling rpmReadConfigFiles on the find upgrade pac...msw1-1/+1
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj3-239/+3
2000-07-11fix: source rpm's need to do compressFilelist to get filenames.jbj1-1/+1
2000-06-22- put version on rpmpopt filename to avoid legacy filename collision.jbj1-1/+1
2000-06-18Include libpopt as well.jbj1-2/+3
2000-06-13link against rpmio, disable Fopenmsw3-4/+6
2000-06-12Add dbcursor to dbi interface.jbj1-1/+1
2000-06-11Fix db return code handling, majorly horked.jbj1-1/+4
2000-06-07- create rpmio directory for librpmio.jbj2-12/+11
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-27Sanity and API clean up. (make dist)jbj1-1/+1
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj2-3/+11
2000-04-25 a little more work on the rpm modulemsw2-32/+39
2000-04-20match iterator supportmsw2-23/+173
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj2-8/+10
2000-04-19Sanity.jbj1-0/+1
2000-04-12Convert to rpm-3.1 API.jbj2-26/+180
2000-03-31Get the database permissions right.jbj1-1/+1
2000-03-31As erik mentioned, here is a patch. It makes it so packages don't get searchedjbj1-0/+5
2000-03-26Add --preferdb for now to permit testing db0/db1/db2.jbj2-14/+14
2000-03-23- API: change dbi to pass by reference, not value.jbj1-0/+2
2000-03-14Add note that -L paths may have to be used.jbj1-0/+1
2000-03-09- portability: skip bzip2 if not available.jbj1-0/+6
2000-03-07portability: zlib-1.0.4 has not gzseekjbj1-1/+1
2000-02-28i18nationmsw1-6/+18
2000-02-27Permit building w/o libbz2.a.jbj1-8/+7
2000-02-25- sparc-sun-solaris2.6 portability check.jbj1-7/+8
2000-02-11add a method to fill the filelist fullymsw2-1/+45
2000-02-11add compress/uncompress filelistmsw2-0/+50
2000-02-08nuke const warningmsw1-5/+7
2000-02-08handle header format extensionsmsw1-33/+102
2000-01-31merge from anacondamsw1-5/+76
2000-01-31updated upgrade code to handle new format file listsewt3-92/+167
2000-01-24Pass size(...)-1 to avoid buffer overflow on links that are 1024b long.jbj1-1/+1
2000-01-19Doxygen fiddles.jbj1-0/+3
1999-12-30Force python arrays for DIRNAMES/BASENAMES/DIRINDEXES.jbj2-2/+3
1999-11-30python/* needs to include "system.h".jbj3-7/+20