Age | Commit message (Expand) | Author | Files | Lines |
2012-11-02 | fix delta location suffix | Michael Schroeder | 1 | -1/+1 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 1 | -0/+13 |
2012-10-31 | fix .src matching .src and .nosrc packages | Michael Schroeder | 1 | -3/+8 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 1 | -0/+34 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -1/+43 |
2012-04-11 | - clean up system type definition, use -DSUSE=1 when building for suse | Michael Schroeder | 1 | -1/+4 |
2012-04-04 | - make example solv program a tiny bit more secure (shouldn't use system() at... | Michael Schroeder | 1 | -3/+3 |
2012-04-03 | - get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH | Michael Schroeder | 1 | -7/+19 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -5/+5 |
2012-03-23 | - it helps to implement to get/set_flag code for POOL_FLAG_HAVEDISTEPOCH... | Michael Schroeder | 1 | -0/+5 |
2012-03-22 | - turn on "havedistepoch" by default if rpm5 is used | Michael Schroeder | 1 | -0/+1 |
2012-03-21 | - more memory usage statistics | Michael Schroeder | 1 | -1/+4 |
2012-03-14 | - speed up pool_shrink_whatprovides | Michael Schroeder | 1 | -11/+7 |
2012-03-13 | - speed up pool_addrelproviders a bit | Michael Schroeder | 1 | -3/+3 |
2012-03-02 | - add idqinst parameter to pool_addfileprovides_queue so that it can also ret... | Michael Schroeder | 1 | -2/+10 |
2012-02-22 | - adapt to rpm changes regarding cornercases where the release is missing | Michael Schroeder | 1 | -14/+31 |
2012-02-22 | - change allowselfconflicts to forbidselfconflicts now that rpm also allows t... | Michael Schroeder | 1 | -7/+5 |
2012-02-20 | - make pool flags private, allow self conflicts for rpm, add pool_set/get_flags | Michael Schroeder | 1 | -1/+57 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 1 | -0/+1 |
2012-02-15 | fix a small memory leak: pool->id2color. | Ales Kozumplik | 1 | -0/+1 |
2012-02-14 | - add pool_addvendorclass and solver_solutionelement_internalid | Michael Schroeder | 1 | -12/+2 |
2012-02-06 | - clean up repo parsing code | Michael Schroeder | 1 | -1/+1 |
2012-02-01 | - rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill... | Michael Schroeder | 1 | -12/+9 |
2011-12-23 | - fix pool_freeallrepos | Michael Schroeder | 1 | -1/+2 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -5/+8 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -3/+17 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -78/+78 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -1/+1 |
2011-05-25 | un-inline some functions, remove SAT_DEBUG_SCHUBI | Michael Schroeder | 1 | -2/+17 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -15/+15 |
2011-03-28 | - use correct defaults for rpm5, put tmpspace in extra struct | Michael Schroeder | 1 | -16/+20 |
2011-03-23 | - delete fixed vendor classes, add pool_setvendorclasses() method | Michael Schroeder | 1 | -0/+1 |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex... | Michael Schroeder | 1 | -0/+82 |
2010-08-06 | - refactor code a bit, no functual changes | Michael Schroeder | 1 | -95/+106 |
2010-08-03 | - fix mem leak | Michael Schroeder | 1 | -0/+1 |
2010-06-01 | - work around debian obsoletes handling for now | Michael Schroeder | 1 | -0/+6 |
2010-03-25 | - make obsoleteusescolors default to true on FEDORA | Michael Schroeder | 1 | -46/+35 |
2010-01-26 | - speed up createwhatprovides when many solvables provide the same dep | Michael Schroeder | 1 | -15/+10 |
2009-10-02 | - add repodata_delete_uninternalized | Michael Schroeder | 1 | -19/+25 |
2009-09-22 | - get missing translations from other solvables | Michael Schroeder | 1 | -14/+7 |
2009-09-10 | - be more carful in pool_addfileprovides | Michael Schroeder | 1 | -1/+3 |
2009-09-03 | - fix multiversion handling for real | Michael Schroeder | 1 | -4/+7 |
2009-07-29 | - speed up file list parsing a bit | Michael Schroeder | 1 | -0/+5 |
2009-07-29 | - make addfileprovides faster | Michael Schroeder | 1 | -101/+110 |
2009-07-22 | - solv: fix segfault, add findfastest | Michael Schroeder | 1 | -2/+4 |
2009-07-21 | - color support in fileconflict checking | Michael Schroeder | 1 | -10/+15 |
2009-07-17 | Take care fatal and error messages are written to stderr and not to stdout. | Michael Andres | 1 | -1/+1 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -8/+32 |
2009-07-13 | - globalize id in pool_lookup_id if needed | Michael Schroeder | 1 | -1/+5 |
2009-07-09 | - support disabling of the "installed" repo | Michael Schroeder | 1 | -2/+2 |