summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-02-21- allow <> dep in susetags, special case pattern: in packageand(), add SOLVER...Michael Schroeder2-17/+25
2012-02-20- fix testcasedir handlingMichael Schroeder1-2/+2
2012-02-20- fix copy&paste errorMichael Schroeder2-2/+2
2012-02-20- make old rpmdb pubkey support optionalMichael Schroeder1-1/+5
2012-02-20- add some bits of historyMichael Schroeder1-0/+7
2012-02-20- make pool flags private, allow self conflicts for rpm, add pool_set/get_flagsMichael Schroeder1-2/+3
2012-02-20- fix comparisons in commit_diskusage()Michael Schroeder2-13/+13
2012-02-20- make file list conversion twice as fast by adding a 1k dir cacheMichael Schroeder3-0/+3
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder8-2005/+9
2012-02-16- comps: use group: and category: instead of pattern:Michael Schroeder1-2/+2
2012-02-16- fix filelist handling in repo_susetags and testcaseMichael Schroeder2-78/+80
2012-02-15- commit current state of testcaseMichael Schroeder3-112/+341
2012-02-15- make susetags format work with packages that have no release (e.g. in debian)Michael Schroeder1-8/+16
2012-02-15repo_write: fix key packingZdeněk Pavlas1-4/+4
2012-02-14- commit current state of testcase supportMichael Schroeder3-8/+926
2012-02-14- support writing of gzipped filesMichael Schroeder1-7/+15
2012-02-09- start testcase reading/writing supportMichael Schroeder4-2/+708
2012-02-07- add join_dup helper, cleanup codeMichael Schroeder5-19/+13
2012-02-07- use join2 for temp store of the language instead of strdupMichael Schroeder4-44/+38
2012-02-07- clear langcache if the default language changesMichael Schroeder1-0/+1
2012-02-06- get rid of static variables used by join2Michael Schroeder10-83/+92
2012-02-06- add long forgotten break statement...Michael Schroeder1-1/+2
2012-02-06- clean up repo parsing codeMichael Schroeder8-167/+105
2012-02-02- start support for Fedora comps formatMichael Schroeder4-0/+434
2012-01-18- add cmake options to only build for some repository typesMichael Schroeder1-12/+41
2012-01-17Make more C89 and POSIX compliantIngo Weinhold9-22/+44
2012-01-11- add some missing copyright blocksMichael Schroeder3-0/+21
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder8-19/+19
2011-12-01Fixed compile break on pgpFreeDig with RPM 5, thanks eveithMichael Schroeder1-0/+4
2011-12-01- support severity/rights/updated in updateinfo.xmlMichael Schroeder1-21/+44
2011-11-16repo_deb: The control file may not have a leading "./". Thanks djszapi!Michael Schroeder1-2/+2
2011-07-12- rename all sat_ to solv_Michael Schroeder18-372/+372
2011-06-14- use FOR_REPODATAS macroMichael Schroeder2-9/+9
2011-06-08- fix (harmless) typo in headtoevr function that broke ppc compilationMichael Schroeder1-1/+1
2011-05-27- name BLOB defines to REPOPAGEMichael Schroeder1-5/+5
2011-05-26- allow to build a shared and a static version of the librariesMichael Schroeder1-5/+18
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder22-46/+59
2011-05-25- make findfileconflicts ignore ghost files, like rpm doesMichael Schroeder3-3/+26
2011-05-24- add ver files, fix buildMichael Schroeder2-9/+48
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder14-165/+165
2011-05-24rename satsolver -> libsolvMichael Schroeder3-14/+13
2011-05-23- fix gzdopen() call, it does not like mode "r+"Michael Schroeder1-1/+6
2011-05-19- make peace with gcc46Michael Schroeder2-15/+19
2011-04-11- susetags: simplify delta formatMichael Schroeder1-45/+13
2011-04-08- repo_susetags: add support for delta rpm informationMichael Schroeder1-4/+170
2011-04-08- fix constantid handling so that it also works in the standard cases. duh.Michael Schroeder1-3/+3
2011-04-04- fix constantid handling for localpool case: we must treat constantid the sa...Michael Schroeder1-32/+53
2011-03-31- even more commentsMichael Schroeder1-13/+23
2011-03-31- fix key mapping in corner casesMichael Schroeder1-21/+30
2011-03-30- add even more commentsMichael Schroeder1-20/+41