Imported Upstream version 0.6.5
[platform/upstream/libsolv.git] / src / repo.h
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-16 Michael Schroederremove trailing whitespace
2013-09-04 Michael Schroederadd solv_depmarker function to simplify the bindings
2013-08-23 Michael Schroederadd forgotten repo/repodata_lookup_binary
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-05 Michael Schroedercleanup hash code, it makes no sense to have an extra...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-04-02 Ingo WeinholdMake all public libsolv headers C++ safe
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-01-17 Michael Schroeder- move dataiterator declarations into a separate file
2012-01-16 Michael Schroeder- add missing repo_lookup_deparray/repo_add_deparray...
2012-01-09 Michael Schroeder- hide solver internals
2011-12-23 Michael Schroeder- add repo_id2repodata, fix loop start in maybe_load_re...
2011-12-22 Michael Schroeder- make repodata also start with id 1
2011-12-22 Michael Schroeder- INCOMPATIBLE CHANGE: index with repoid (thus pool...
2011-12-22 Michael Schroeder- add solv_strdup(), rename repo_freeallrepos() to...
2011-12-19 Michael Schroeder- speed up repo_addid_dep() in case of excessive depend...
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-02-23 Michael Schroeder- delete type checks. instead, just call the repodata...
2010-12-02 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-11-24 Michael Schroeder- fix repo_set_num argument type
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-04-12 Michael SchroederAlso look at obsoletes of installed packages, like...
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-17 Michael Schroeder- add repodata_write and repo_empty functions
2009-07-15 Michael Schroeder- support SEARCH_STRINGSTART and SEARCH_STRINGEND
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-10 Michael Schroeder- add repodata_join function to join a solvable block
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-08 Michael Schroeder- add repo_free_repodata to remove a repodata from...
2009-07-02 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-02 Michael Andresfix dataiterator_init_clone prototype
2009-07-02 Michael Schroeder- add dataiterator_init_clone to make ma happy
2009-07-02 Michael Schroeder- clonepos didn't clne nparents
2009-07-02 Michael Schroeder- add rootlevel to dataiterator
2009-07-01 Michael Schroederadd dataiterator_clonepos and dataiterator_seek
2009-06-30 Michael Schroeder- fix sidedata segfault
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-23 Michael Schroeder- add appdata application private pointer to Pool/Repo
2009-06-15 Michael Schroeder- add repoid to repo struct
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-07 Michael Schroeder- kill old dataiterator_match_obsolete function
2008-11-17 Michael Schroeder- fix old FIXME by not pruning installed packages
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-21 Klaus Kaempfdocument Dataiterator and esp. dataiterator_init
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- add dataiterator_setpos_parent
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-13 Michael Schroeder- also use matcher in repo_solv
2008-10-09 Michael Schroeder- bring back dataiterator_match for now (to be removed...
2008-10-09 Michael Schroeder- move search position into pool
2008-10-09 Michael Schroeder- kill SEARCH_EXTRA so we see where libzypp has to...
2008-10-09 Michael Schroeder- declare dataiterator_free
2008-10-09 Michael Schroeder- the big solv data change
2008-09-12 Duncan Mac-Vicar P- add repo_add_poolstr_array
2008-09-10 Michael Schroeder- work around c++ compiler (see also yosefk.com/c+...
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-01 Michael Schroeder- implement otherproviders()
2008-08-13 Michael MatzSupport searching in filelists via the dataiterator...
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-04-27 Michael MatzI promised this to Jano; skipping kinds in matcher...
2008-04-27 Michael Matz(De-)Serialize structured types. Dataiterator and...
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-09 Jan Kupec- enable regex matching in Dataiterator
2008-04-09 Michael MatzMake dataiterator_match available.
2008-04-08 Klaus Kaempfmake numeric attribute type consistent with repodata...
2008-04-03 Michael MatzDataiterator can walk over multiple repos now (SEARCH_A...
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-06 Michael Schroeder- beautify a bit
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-24 Michael MatzImplement iterating also over solvable data.
2008-02-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-21 Klaus Kaempfre-compute 's' pointer while iterating repo solvables...
2008-02-14 Klaus Kaempfadd a generic attribute lookup function 'repo_lookup'
2008-02-14 Klaus Kaempffix comment
2008-02-14 Klaus Kaempffix and document parameters of Repokey
2008-02-08 Duncan Mac-Vicar Pfix typo, it compiles with or without typo uh?
2008-02-06 Duncan Mac-Vicar Pexpose repo_lookup_str and add lookup_num (nonworking)
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2007-12-21 Michael Schroeder- fix bug in repo_addid_dep
2007-12-18 Michael Schroeder- do not exit on bad solv files
2007-12-17 Michael Schroeder- removed verticals for now to make work easier
2007-12-14 Michael Schroeder- some pieces of code for the unified lookup/search...
2007-12-10 Michael Schroeder- use schema in repodata to make it extendible
2007-12-08 Michael MatzPfeww. I'm tired, but now you can add refers from...
2007-12-08 Michael MatzPull together attribute store and repo. dumpsolv actua...
next