Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | Imported Upstream version 0.7.0upstream/0.7.0 | DongHun Kwak | 1 | -190/+218 |
2016-10-27 | Imported Upstream version 0.6.23upstream/0.6.23 | DongHun Kwak | 1 | -224/+0 |
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -2/+2 |
2014-04-08 | make repodata_stringify return the result string | Michael Schroeder | 1 | -2/+3 |
2014-03-25 | adapt repo->end in repo_empty() function | Michael Schroeder | 1 | -0/+2 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -9/+9 |
2013-09-04 | add solv_depmarker function to simplify the bindings | Michael Schroeder | 1 | -2/+23 |
2013-08-23 | add forgotten repo/repodata_lookup_binary | Michael Schroeder | 1 | -3/+24 |
2013-05-27 | add pool_lookup_idarray for completeness | Michael Schroeder | 1 | -0/+14 |
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 1 | -0/+21 |
2013-04-23 | add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol... | Michael Schroeder | 1 | -0/+48 |
2013-04-05 | make queue_insertn more flexible | Michael Schroeder | 1 | -3/+1 |
2012-11-29 | simplify datamatcher code, use datamatcher_checkbasename also in repo_search | Michael Schroeder | 1 | -0/+3 |
2012-11-13 | fix rpmdbid handling in repo_unset and repo_set_num | Michael Schroeder | 1 | -2/+2 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 1 | -2/+2 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 1 | -0/+56 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 1 | -1/+1 |
2012-10-05 | fix repo_lookup_deparray() corner case when looking for post-marker deps | Michael Schroeder | 1 | -0/+1 |
2012-06-27 | - revert repo_lookup_checksum change, the ids should always be stored as chec... | Michael Schroeder | 1 | -22/+0 |
2012-06-27 | - check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID... | Michael Schroeder | 1 | -0/+22 |
2012-04-12 | - also free attrs array when freeing a solvable | Michael Schroeder | 1 | -2/+18 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -4/+4 |
2012-03-19 | - store rpmdbid as TYPE_NUM. This means that TYPE_U32 is actually no longer u... | Michael Schroeder | 1 | -1/+2 |
2012-03-15 | - do not duplicate solvablekeys[] array | Michael Schroeder | 1 | -7/+9 |
2012-02-21 | - allow <> dep in susetags, special case pattern: in packageand(), add SOLVER... | Michael Schroeder | 1 | -0/+7 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -1/+20 |
2012-01-16 | - add missing repo_lookup_deparray/repo_add_deparray/repo_add_idarray/repo_se... | Michael Schroeder | 1 | -0/+158 |
2012-01-11 | - set pool_id2color, fix comments | Michael Schroeder | 1 | -12/+9 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 1 | -5/+5 |
2011-12-22 | - make sure pool->repos[0] is zero | Michael Schroeder | 1 | -2/+6 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -11/+11 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -20/+10 |
2011-12-21 | - improve filemarker handling | Michael Schroeder | 1 | -3/+28 |
2011-12-21 | - clear lastmarkerpos when recreating the hash | Michael Schroeder | 1 | -0/+1 |
2011-12-20 | update markerpos if element needed to be moved | Michael Schroeder | 1 | -1/+5 |
2011-12-20 | fix memmove calls in repo_addid_dep, move hash version into separate function... | Michael Schroeder | 1 | -95/+115 |
2011-12-19 | - speed up repo_addid_dep() in case of excessive dependencies | Michael Schroeder | 1 | -13/+112 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -23/+23 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -11/+11 |
2011-05-25 | un-inline some functions, remove SAT_DEBUG_SCHUBI | Michael Schroeder | 1 | -0/+44 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -40/+40 |
2011-05-02 | - allow setting of name/arch/evr/vendor with repo_set_ functions | Michael Schroeder | 1 | -24/+69 |
2011-03-23 | - add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ... | Michael Schroeder | 1 | -28/+116 |
2011-03-01 | - add repodata_empty() function | Michael Schroeder | 1 | -8/+1 |
2011-02-28 | - make repo_empty() not reset pool->installed, no not zero loadcallback/state... | Michael Schroeder | 1 | -3/+6 |
2011-02-23 | - delete type checks. instead, just call the repodata function and use repoda... | Michael Schroeder | 1 | -49/+54 |
2010-11-24 | - fix repo_set_num argument type | Michael Schroeder | 1 | -1/+1 |
2009-07-30 | - fix memory leak | Michael Schroeder | 1 | -0/+1 |
2009-07-17 | - add repodata_write and repo_empty functions | Michael Schroeder | 1 | -7/+28 |
2009-07-16 | - seems like I can't get the filelist search right... | Michael Schroeder | 1 | -4/+2 |