Imported Upstream version 0.7.5
[platform/upstream/libsolv.git] / src / repo.c
2019-09-10 DongHun KwakImported Upstream version 0.7.5 upstream/0.7.5
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2016-10-27 DongHun KwakImported Upstream version 0.6.23 22/94122/1 upstream/0.6.23
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-04-08 Michael Schroedermake repodata_stringify return the result string
2014-03-25 Michael Schroederadapt repo->end in repo_empty() function
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-05-27 Michael Schroederadd pool_lookup_idarray for completeness
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-05 Michael Schroedermake queue_insertn more flexible
2012-11-29 Michael Schroedersimplify datamatcher code, use datamatcher_checkbasenam...
2012-11-13 Michael Schroederfix rpmdbid handling in repo_unset and repo_set_num
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-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-10-05 Michael Schroederfix repo_lookup_deparray() corner case when looking...
2012-06-27 Michael Schroeder- revert repo_lookup_checksum change, the ids should...
2012-06-27 Michael Schroeder- check type in lookup_bin_checksum, make it possible...
2012-04-12 Michael Schroeder- also free attrs array when freeing a solvable
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-19 Michael Schroeder- store rpmdbid as TYPE_NUM. This means that TYPE_U32...
2012-03-15 Michael Schroeder- do not duplicate solvablekeys[] array
2012-02-21 Michael Schroeder- allow <> dep in susetags, special case pattern: in...
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-01-16 Michael Schroeder- add missing repo_lookup_deparray/repo_add_deparray...
2012-01-11 Michael Schroeder- set pool_id2color, fix comments
2011-12-22 Michael Schroeder- make repodata also start with id 1
2011-12-22 Michael Schroeder- make sure pool->repos[0] is zero
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-21 Michael Schroeder- improve filemarker handling
2011-12-21 Michael Schroeder- clear lastmarkerpos when recreating the hash
2011-12-20 Michael Schroederupdate markerpos if element needed to be moved
2011-12-20 Michael Schroederfix memmove calls in repo_addid_dep, move hash version...
2011-12-19 Michael Schroeder- speed up repo_addid_dep() in case of excessive depend...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-02 Michael Schroeder- allow setting of name/arch/evr/vendor with repo_set_...
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-03-01 Michael Schroeder- add repodata_empty() function
2011-02-28 Michael Schroeder- make repo_empty() not reset pool->installed, no not...
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
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-30 Michael Schroeder- fix memory leak
2009-07-17 Michael Schroeder- add repodata_write and repo_empty functions
2009-07-16 Michael Schroeder- seems like I can't get the filelist search right...
2009-07-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-16 Michael Schroeder- bring argument parsing up-to-speed, now supports...
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-06-29 Michael Schroeder- add some comments, move code around
2009-06-16 Michael Schroeder- fix coding style a bit
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-06-15 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-11 Dirk MuellerMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-28 Dirk Muellervoid* arithmetics is not defined
2008-10-31 Michael Schroeder- fix entry tests
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- also use matcher in repo_solv
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- bring side data handling into better shape
2008-09-01 Michael Schroeder- implement otherproviders()
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-08 Klaus Kaempfmake numeric attribute type consistent with repodata...
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-04 Michael Schroeder- add namespace:filesystem support to fix_legacy
2008-03-03 Michael Schroeder- do not use i twice (fixes #366548)
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- free repodata memory
2008-02-18 Michael Schroeder- strip trailing slashes from splitprovides so that...
2008-02-14 Klaus Kaempfadd a generic attribute lookup function 'repo_lookup'
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
2008-02-08 Michael Matzdata can validly be 0, in which case we never have...
2008-02-06 Michael MatzMake repo_lookup_num work.
2008-02-06 Duncan Mac-Vicar Pexpose repo_lookup_str and add lookup_num (nonworking)
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-30 Michael MatzStoring the schema in front of the incore data releaves...
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2008-01-11 Michael Schroeder- fix support for splitprovides
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
next