Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / src / repodata.h
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.15 14/94114/1 upstream/0.6.15
2014-04-08 Michael Schroedermake repodata_stringify return the result string
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-16 Michael Schroederremove trailing whitespace
2013-08-23 Michael Schroederadd forgotten repo/repodata_lookup_binary
2013-06-17 Michael Schroederrefactor a bit
2013-04-23 Michael Schroederadd repodata_translate_id to get rid of some "implement...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-04-02 Ingo WeinholdMake all public libsolv headers C++ safe
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-06 Michael Schroederadd repodata_set_deltalocation and use it in the parsers
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-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-19 Michael Schroeder- do not include repopage.h unless LIBSOLV_INTERNAL...
2012-03-15 Michael Schroeder- start support for 64bit nums
2012-02-20 Michael Schroeder- make file list conversion twice as fast by adding...
2012-02-17 Michael Schroeder- make more of repodata struct private
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-10 Michael Schroeder- revert last commit now libzypp is fixed, make nkeys...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-03-24 Michael Schroeder- simplify schema2id hash handling, put repodata_free_s...
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-03-01 Michael Schroeder- add repodata_empty() function
2011-02-21 Michael Schroeder- add repodata_lookup_type() and repodata_delete()...
2010-02-15 Klaus Kämpffix conflict
2009-10-02 Michael Schroeder- add repodata_delete_uninternalized
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-29 Michael Schroeder- make addfileprovides faster
2009-07-15 Michael AndresMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-15 Michael Schroeder- be more careful when merging susetags attrs
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-06-29 Michael Schroeder- add some comments, move code around
2008-10-30 Michael Schroeder- add repodata_set_location() function
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-20 Michael Schroeder- more cleanups:
2008-10-14 Michael Schroeder- fix segfault on 64bit
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-13 Michael Schroeder- clean up repopage stuff
2008-10-09 Michael Schroeder- move search position into pool
2008-10-09 Michael Schroeder- the big solv data change
2008-09-10 Duncan Mac-Vicar Padapt repo_content to create one product per base arch...
2008-05-07 Michael Schroeder- speed up array creation a bit by caching last values
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-08 Klaus Kaempfmore comments
2008-04-08 Klaus Kaempfmake the difference between repodata_set_constant(...
2008-04-08 Klaus Kaempf- fix prototype for repodata_set_num()
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-20 Michael Schroeder- add lookup_id function
2008-03-20 Michael Schroeder- rename str_lang to str_poollang
2008-03-20 Michael Schroeder- add checksum lookup functions
2008-03-20 Michael Schroeder- also support sha256
2008-03-19 Michael MatzSupport new types for MD5 and SHA1 checksums (stored...
2008-03-19 Michael MatzAdd functions to create IDARRAY attributes.
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-14 Michael Schroeder- add repodata_dir2str function
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-03 Michael Schroeder- fix mem leaks
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- free repodata memory
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-14 Klaus Kaempfmore comments
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
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 MatzSplit repodata_insert_keyid from repodata_set to create
2008-01-30 Michael MatzStoring the schema in front of the incore data releaves...
2008-01-29 Duncan Mac-Vicar Pcompile
2008-01-29 Michael Schroeder- add key filtering to repo_write