summaryrefslogtreecommitdiff
path: root/src/repo.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-4/+4
2013-09-04add solv_depmarker function to simplify the bindingsMichael Schroeder1-0/+1
2013-08-23add forgotten repo/repodata_lookup_binaryMichael Schroeder1-0/+1
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder1-0/+1
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder1-1/+1
2013-04-02Make all public libsolv headers C++ safeIngo Weinhold1-1/+7
2013-01-15do not ignore disabled/considered flags for src packagesMichael Schroeder1-0/+13
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-1/+2
2012-11-06rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv...Michael Schroeder1-0/+1
2012-10-26add pool_job2solvables and selection_solvablesMichael Schroeder1-1/+3
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-0/+1
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-2/+2
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-7/+7
2012-01-17- move dataiterator declarations into a separate fileMichael Schroeder1-153/+6
2012-01-16- add missing repo_lookup_deparray/repo_add_deparray/repo_add_idarray/repo_se...Michael Schroeder1-0/+6
2012-01-09- hide solver internalsMichael Schroeder1-0/+2
2011-12-23- add repo_id2repodata, fix loop start in maybe_load_repodata()Michael Schroeder1-0/+5
2011-12-22- make repodata also start with id 1Michael Schroeder1-1/+1
2011-12-22- INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r...Michael Schroeder1-1/+1
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder1-1/+1
2011-12-19- speed up repo_addid_dep() in case of excessive dependenciesMichael Schroeder1-1/+9
2011-06-14- use FOR_REPODATAS macroMichael Schroeder1-0/+3
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-8/+8
2011-05-25un-inline some functions, remove SAT_DEBUG_SCHUBIMichael Schroeder1-42/+3
2011-05-24rename satsolver -> libsolvMichael Schroeder1-3/+3
2011-03-23- add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ...Michael Schroeder1-6/+8
2011-02-23- delete type checks. instead, just call the repodata function and use repoda...Michael Schroeder1-1/+2
2010-11-24- fix repo_set_num argument typeMichael Schroeder1-1/+1
2010-04-12Also look at obsoletes of installed packages, like newer versions of rpm doMichael Schroeder1-1/+1
2009-07-17- add repodata_write and repo_empty functionsMichael Schroeder1-1/+2
2009-07-15- support SEARCH_STRINGSTART and SEARCH_STRINGENDMichael Schroeder1-6/+8
2009-07-14- add new flags for the load functions:Michael Schroeder1-0/+3
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-13/+3
2009-07-09- add support for repository disablingMichael Schroeder1-24/+45
2009-07-08- add repo_free_repodata to remove a repodata from a repoMichael Schroeder1-0/+1
2009-07-02fix dataiterator_init_clone prototypeMichael Andres1-1/+1
2009-07-02- add dataiterator_init_clone to make ma happyMichael Schroeder1-1/+3
2009-07-02- clonepos didn't clne nparentsMichael Schroeder1-2/+5
2009-07-02- add rootlevel to dataiteratorMichael Schroeder1-2/+4
2009-07-01add dataiterator_clonepos and dataiterator_seekMichael Schroeder1-0/+8
2009-06-30- fix sidedata segfaultMichael Schroeder1-22/+12
2009-06-29- add some comments, move code aroundMichael Schroeder1-4/+4
2009-06-23- add appdata application private pointer to Pool/RepoMichael Schroeder1-0/+2
2009-06-15- add repoid to repo structMichael Schroeder1-1/+7
2009-05-07- kill old dataiterator_match_obsolete functionMichael Schroeder1-3/+0
2008-11-17- fix old FIXME by not pruning installed packagesMichael Schroeder1-0/+1
2008-10-30- adapt to coding styleMichael Schroeder1-38/+0
2008-10-21document Dataiterator and esp. dataiterator_initKlaus Kaempf1-6/+26
2008-10-20- more cleanups:Michael Schroeder1-11/+15