Age | Commit message (Expand) | Author | Files | Lines |
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -1/+1 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -4/+4 |
2013-09-04 | add solv_depmarker function to simplify the bindings | Michael Schroeder | 1 | -0/+1 |
2013-08-23 | add forgotten repo/repodata_lookup_binary | Michael Schroeder | 1 | -0/+1 |
2013-04-23 | add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol... | Michael Schroeder | 1 | -0/+1 |
2013-04-05 | cleanup hash code, it makes no sense to have an extra type for the mask | Michael Schroeder | 1 | -1/+1 |
2013-04-02 | Make all public libsolv headers C++ safe | Ingo Weinhold | 1 | -1/+7 |
2013-01-15 | do not ignore disabled/considered flags for src packages | Michael Schroeder | 1 | -0/+13 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 1 | -1/+2 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 1 | -0/+1 |
2012-10-26 | add pool_job2solvables and selection_solvables | Michael Schroeder | 1 | -1/+3 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 1 | -0/+1 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -2/+2 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -7/+7 |
2012-01-17 | - move dataiterator declarations into a separate file | Michael Schroeder | 1 | -153/+6 |
2012-01-16 | - add missing repo_lookup_deparray/repo_add_deparray/repo_add_idarray/repo_se... | Michael Schroeder | 1 | -0/+6 |
2012-01-09 | - hide solver internals | Michael Schroeder | 1 | -0/+2 |
2011-12-23 | - add repo_id2repodata, fix loop start in maybe_load_repodata() | Michael Schroeder | 1 | -0/+5 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 1 | -1/+1 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -1/+1 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -1/+1 |
2011-12-19 | - speed up repo_addid_dep() in case of excessive dependencies | Michael Schroeder | 1 | -1/+9 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -0/+3 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 1 | -8/+8 |
2011-05-25 | un-inline some functions, remove SAT_DEBUG_SCHUBI | Michael Schroeder | 1 | -42/+3 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 1 | -3/+3 |
2011-03-23 | - add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ... | Michael Schroeder | 1 | -6/+8 |
2011-02-23 | - delete type checks. instead, just call the repodata function and use repoda... | Michael Schroeder | 1 | -1/+2 |
2010-11-24 | - fix repo_set_num argument type | Michael Schroeder | 1 | -1/+1 |
2010-04-12 | Also look at obsoletes of installed packages, like newer versions of rpm do | Michael Schroeder | 1 | -1/+1 |
2009-07-17 | - add repodata_write and repo_empty functions | Michael Schroeder | 1 | -1/+2 |
2009-07-15 | - support SEARCH_STRINGSTART and SEARCH_STRINGEND | Michael Schroeder | 1 | -6/+8 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -0/+3 |
2009-07-10 | - add repodata_join function to join a solvable block | Michael Schroeder | 1 | -13/+3 |
2009-07-09 | - add support for repository disabling | Michael Schroeder | 1 | -24/+45 |
2009-07-08 | - add repo_free_repodata to remove a repodata from a repo | Michael Schroeder | 1 | -0/+1 |
2009-07-02 | fix dataiterator_init_clone prototype | Michael Andres | 1 | -1/+1 |
2009-07-02 | - add dataiterator_init_clone to make ma happy | Michael Schroeder | 1 | -1/+3 |
2009-07-02 | - clonepos didn't clne nparents | Michael Schroeder | 1 | -2/+5 |
2009-07-02 | - add rootlevel to dataiterator | Michael Schroeder | 1 | -2/+4 |
2009-07-01 | add dataiterator_clonepos and dataiterator_seek | Michael Schroeder | 1 | -0/+8 |
2009-06-30 | - fix sidedata segfault | Michael Schroeder | 1 | -22/+12 |
2009-06-29 | - add some comments, move code around | Michael Schroeder | 1 | -4/+4 |
2009-06-23 | - add appdata application private pointer to Pool/Repo | Michael Schroeder | 1 | -0/+2 |
2009-06-15 | - add repoid to repo struct | Michael Schroeder | 1 | -1/+7 |
2009-05-07 | - kill old dataiterator_match_obsolete function | Michael Schroeder | 1 | -3/+0 |
2008-11-17 | - fix old FIXME by not pruning installed packages | Michael Schroeder | 1 | -0/+1 |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -38/+0 |
2008-10-21 | document Dataiterator and esp. dataiterator_init | Klaus Kaempf | 1 | -6/+26 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -11/+15 |