Age | Commit message (Expand) | Author | Files | Lines |
2012-02-21 | - allow <> dep in susetags, special case pattern: in packageand(), add SOLVER... | Michael Schroeder | 2 | -17/+25 |
2012-02-20 | - fix testcasedir handling | Michael Schroeder | 1 | -2/+2 |
2012-02-20 | - fix copy&paste error | Michael Schroeder | 2 | -2/+2 |
2012-02-20 | - make old rpmdb pubkey support optional | Michael Schroeder | 1 | -1/+5 |
2012-02-20 | - add some bits of history | Michael Schroeder | 1 | -0/+7 |
2012-02-20 | - make pool flags private, allow self conflicts for rpm, add pool_set/get_flags | Michael Schroeder | 1 | -2/+3 |
2012-02-20 | - fix comparisons in commit_diskusage() | Michael Schroeder | 2 | -13/+13 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 3 | -0/+3 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 8 | -2005/+9 |
2012-02-16 | - comps: use group: and category: instead of pattern: | Michael Schroeder | 1 | -2/+2 |
2012-02-16 | - fix filelist handling in repo_susetags and testcase | Michael Schroeder | 2 | -78/+80 |
2012-02-15 | - commit current state of testcase | Michael Schroeder | 3 | -112/+341 |
2012-02-15 | - make susetags format work with packages that have no release (e.g. in debian) | Michael Schroeder | 1 | -8/+16 |
2012-02-15 | repo_write: fix key packing | Zdeněk Pavlas | 1 | -4/+4 |
2012-02-14 | - commit current state of testcase support | Michael Schroeder | 3 | -8/+926 |
2012-02-14 | - support writing of gzipped files | Michael Schroeder | 1 | -7/+15 |
2012-02-09 | - start testcase reading/writing support | Michael Schroeder | 4 | -2/+708 |
2012-02-07 | - add join_dup helper, cleanup code | Michael Schroeder | 5 | -19/+13 |
2012-02-07 | - use join2 for temp store of the language instead of strdup | Michael Schroeder | 4 | -44/+38 |
2012-02-07 | - clear langcache if the default language changes | Michael Schroeder | 1 | -0/+1 |
2012-02-06 | - get rid of static variables used by join2 | Michael Schroeder | 10 | -83/+92 |
2012-02-06 | - add long forgotten break statement... | Michael Schroeder | 1 | -1/+2 |
2012-02-06 | - clean up repo parsing code | Michael Schroeder | 8 | -167/+105 |
2012-02-02 | - start support for Fedora comps format | Michael Schroeder | 4 | -0/+434 |
2012-01-18 | - add cmake options to only build for some repository types | Michael Schroeder | 1 | -12/+41 |
2012-01-17 | Make more C89 and POSIX compliant | Ingo Weinhold | 9 | -22/+44 |
2012-01-11 | - add some missing copyright blocks | Michael Schroeder | 3 | -0/+21 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 8 | -19/+19 |
2011-12-01 | Fixed compile break on pgpFreeDig with RPM 5, thanks eveith | Michael Schroeder | 1 | -0/+4 |
2011-12-01 | - support severity/rights/updated in updateinfo.xml | Michael Schroeder | 1 | -21/+44 |
2011-11-16 | repo_deb: The control file may not have a leading "./". Thanks djszapi! | Michael Schroeder | 1 | -2/+2 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 18 | -372/+372 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 2 | -9/+9 |
2011-06-08 | - fix (harmless) typo in headtoevr function that broke ppc compilation | Michael Schroeder | 1 | -1/+1 |
2011-05-27 | - name BLOB defines to REPOPAGE | Michael Schroeder | 1 | -5/+5 |
2011-05-26 | - allow to build a shared and a static version of the libraries | Michael Schroeder | 1 | -5/+18 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 22 | -46/+59 |
2011-05-25 | - make findfileconflicts ignore ghost files, like rpm does | Michael Schroeder | 3 | -3/+26 |
2011-05-24 | - add ver files, fix build | Michael Schroeder | 2 | -9/+48 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 14 | -165/+165 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 3 | -14/+13 |
2011-05-23 | - fix gzdopen() call, it does not like mode "r+" | Michael Schroeder | 1 | -1/+6 |
2011-05-19 | - make peace with gcc46 | Michael Schroeder | 2 | -15/+19 |
2011-04-11 | - susetags: simplify delta format | Michael Schroeder | 1 | -45/+13 |
2011-04-08 | - repo_susetags: add support for delta rpm information | Michael Schroeder | 1 | -4/+170 |
2011-04-08 | - fix constantid handling so that it also works in the standard cases. duh. | Michael Schroeder | 1 | -3/+3 |
2011-04-04 | - fix constantid handling for localpool case: we must treat constantid the sa... | Michael Schroeder | 1 | -32/+53 |
2011-03-31 | - even more comments | Michael Schroeder | 1 | -13/+23 |
2011-03-31 | - fix key mapping in corner cases | Michael Schroeder | 1 | -21/+30 |
2011-03-30 | - add even more comments | Michael Schroeder | 1 | -20/+41 |