summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2011-03-28- add some commentsMichael Schroeder1-4/+22
2011-03-24- simplify repo_write a bit by using repodata functionsMichael Schroeder1-434/+223
2011-03-24- add missing else part in rpmdbid2db()Michael Schroeder1-2/+3
2011-03-23- use repodata instead of repoMichael Schroeder1-14/+14
2011-03-23- use repodata_add_poolstr_array() instead of repo_add_poolstr_array() (actua...Michael Schroeder1-1/+1
2011-03-23- add repo_add_debdb() helperMichael Schroeder2-0/+17
2011-03-17- fix trigger copying, make rpmdbid handling nicerMichael Schroeder1-70/+49
2011-03-16- adapt to rpm5 (thanks to Qing He and Mark Hatle)Michael Schroeder1-8/+40
2011-03-08- add mode argument to sat_xfopen* functionsMichael Schroeder2-11/+16
2011-03-07- change sat_xfopen_fd() to respect the file open modeMichael Schroeder1-4/+13
2011-03-07- correctly cummulate multi-line fields in language extensionsMichael Schroeder1-1/+1
2011-03-02- add sat_chksum_type2str() and sat_chksum_str2type() and use themMichael Schroeder5-61/+42
2011-03-01- add repo_add_rpm() and repo_add_deb()Michael Schroeder4-0/+24
2011-02-21- add repodata_lookup_type() and repodata_delete(). Support REPOKEY_TYPE_DELE...Michael Schroeder2-4/+13
2011-02-21- add SUSETAGS_RECORD_SHARES feature to correctly handle shared data when ext...Michael Schroeder2-42/+130
2011-02-03fix compiler warning about uninitialized varKlaus Kämpf1-1/+1
2011-02-01Install header for libsatsolverextKlaus Kämpf1-1/+1
2011-01-28- put sat_xfopen in libsatsolverextMichael Schroeder3-2/+89
2011-01-28- fix mem leak in repo_add_rpmdb_pubkeys()Michael Schroeder1-0/+2
2011-01-07- kill stillborn KINDS_SEPARATELY, use getopt() in toolsMichael Schroeder4-50/+15
2010-11-24- updateinfo: cleanup issue date conversion code a bitMichael Schroeder1-6/+10
2010-11-24db.h can be found under /usr/include on Fedora, etc.Michael Andres1-4/+4
2010-10-22updateinfoxml: Correctly parse 'issued date' field.Michael Andres1-15/+31
2010-08-06- more range checks to catch bad gpg packetsMichael Schroeder1-0/+14
2010-06-01- also parse checksum for debian packagesMichael Schroeder1-0/+23
2010-06-01- work around debian obsoletes handling for nowMichael Schroeder2-2/+30
2010-03-23Parse an installed products <shortsummary> tag.Michael Andres1-1/+6
2010-03-12- content: REPOTAGS -> REPOID, knownid GLOBALID -> REPOIDMichael Schroeder2-3/+3
2010-03-11parse global repository ids. [bnc#377568]Michael Andres2-15/+27
2010-03-10Choose English as default fallback.Michael Andres1-1/+1
2010-03-10- match coding styleMichael Schroeder1-5/+5
2010-03-10Fix parsing of pattern specific tags (bnc #585000)Michael Andres1-12/+44
2010-02-19Fix uservisible parsing for rpmmd patternsKlaus Kämpf1-0/+3
2010-02-17- set thread count on fedora so that berkeleydb doesn't dieMichael Schroeder1-0/+3
2010-01-18- set repository:toolversion to 1.0 in common_writeMichael Schroeder1-2/+2
2009-12-18- work around rpm bug when --prefix is used (fixes #565525)Michael Schroeder1-10/+21
2009-10-21- ignore version in source fieldMichael Schroeder1-0/+8
2009-10-14- ignore products element so that repo2solv worksMichael Schroeder1-0/+4
2009-10-02- add repodata_delete_uninternalizedMichael Schroeder1-66/+85
2009-09-22- get missing translations from other solvablesMichael Schroeder2-4/+8
2009-09-21- also look at triggers when ordering packagesMichael Schroeder3-5/+34
2009-09-16- bring down memory usage byMichael Schroeder1-9/+46
2009-09-11- fix fp leak [bnc#535468]Michael Schroeder1-1/+2
2009-09-04- add changes, bump version, remove db.h workaroundMichael Schroeder2-2297/+4
2009-09-02- close fd leak [#527506]Michael Schroeder1-0/+1
2009-09-01- fix speed regression in repo_susetagsMichael Schroeder1-2/+4
2009-08-31- add ugly workaround to make it use the right interfaceMichael Schroeder2-4/+2300
2009-08-31- map db functions to rpm versionsMichael Schroeder1-1/+5
2009-08-31- adapt to build with rpm-4.7Michael Schroeder1-5/+5
2009-07-30- fix memory leakMichael Schroeder1-28/+23