Imported Upstream version 0.6.20
[platform/upstream/libsolv.git] / src / repodata.c
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
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.9 08/94108/1 upstream/0.6.9
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-04-16 Michael Schroederrepodata_swap_attrs: make sure src and dest are in...
2014-04-08 Michael Schroederfree memory on the fly in repodata_internalize
2014-04-08 Michael Schroedermake repodata_stringify return the result string
2014-04-07 Michael Schroedersimplyfy checksum code
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-03-26 Michael Schroederrename schemaoffset to less confusing schemaidx
2014-03-25 Michael Schroederfix access to freed memory if we had to allocate a...
2014-03-03 Michael Schroederfix basename optimization for STRINGEND
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-09-23 Michael Schroederalso save/restore pool pos in repodata load callback
2013-09-13 Michael Schroederadd solv_memdup and solv_memdup2 inline helper functions
2013-09-04 Michael Schroederoptimization: check key storage before doing the forward
2013-08-23 Michael Schroederadd forgotten repo/repodata_lookup_binary
2013-07-04 Michael Schroederfix memset calls in sha2.c
2013-06-21 Michael Schroedermake sure we don't see REPOKEY_TYPE_REL_IDARRAY outside...
2013-06-21 Michael Schroederadd another workaround so that the filtered filelist...
2013-06-21 Michael Schroederuse correct flags element, SEARCH_COMPLETE_FILELIST...
2013-06-17 Michael Schroederrefactor a bit
2013-05-28 Michael Schroederdatamatcher_init: play it safe and do a strdup on the...
2013-05-27 Michael Schroedersupport a special Datapos that describes the repodata...
2013-04-23 Michael Schroederadd repodata_translate_id to get rid of some "implement...
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2012-11-29 Michael Schroedersimplify datamatcher code, use datamatcher_checkbasenam...
2012-11-28 Michael Schroederspeed up filelist matching by pre-matching the basename...
2012-11-13 Michael Schroederrefactor a bit
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-11-05 Michael SchroederAdd Solvable.Dataiterator constructor, add missing...
2012-10-23 Michael Schroederhelp gcc inliner a bit
2012-10-08 Michael Schroederuse evrid2vrstr inline function
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-06-27 Michael Schroeder- check type in lookup_bin_checksum, make it possible...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- fix typo in repodata_merge_attrs
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-20 Michael Schroeder- reuse string/rel hashes in repo_add_solv where possible
2012-03-19 Michael Schroeder- cleanup array eof handling, improve data_readid/readnum
2012-03-16 Michael Schroeder- advance num64 support. For now, we store the high...
2012-03-15 Michael Schroeder- do not duplicate solvablekeys[] array
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- hide repodata internals (needed to move repo_write...
2012-02-15 Michael SchroederMerge pull request #6 from akozumpl/upstream
2012-02-15 Ales Kozumplikcosmetic: fix misleading comment in repodata.c
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
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-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-10 Michael Schroeder- fix di->repoid to be consistent with repo->repoid
2011-05-27 Michael Schroeder- name BLOB defines to REPOPAGE
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-19 Michael Schroeder- make peace with gcc46
2011-04-29 Michael Schroeder- add forward declaration of data_skip_key, remove...
2011-04-21 Michael Schroeder- made data_read_idarray, data_read_rel_idarray, data_s...
2011-04-04 Michael Schroeder- fix constantid handling for localpool case: we must...
2011-03-28 Michael Schroeder- save tmpspace when calling the repodata load callback
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-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
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- make repodata_add_array overwrite old entries with...
2011-02-21 Michael Schroeder- add repodata_lookup_type() and repodata_delete()...
2011-01-25 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2011-01-24 Michael Schroeder- merge in most of the MacOS changes from Dave Abrahams
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-06 Michael Schroeder- also check filelistfilter for glob searches
2010-03-22 Michael Schroeder- dataiterator: reset parent when jumping to a solvid...
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-09-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-09-16 Michael Schroeder- bring down memory usage by
2009-09-10 Michael Schroeder- be more carful in pool_addfileprovides
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-29 Michael Schroeder- speed up file list parsing a bit
2009-07-29 Michael Schroeder- make addfileprovides faster
2009-07-21 Michael Schroeder- fix stub handling bugs
2009-07-17 Michael Schroeder- add repodata_write and repo_empty functions
2009-07-16 Michael Schroeder- add file list match
2009-07-16 Michael Schroeder- seems like I can't get the filelist search right...
2009-07-15 Michael Schroeder- add some comments
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-15 Michael Schroeder- support SEARCH_STRINGSTART and SEARCH_STRINGEND
2009-07-15 Michael Schroeder- make solvable jump work out of subsearches
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-02 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-02 Michael Schroeder- initialize flags, change stripkind code
2009-07-02 Michael Schroeder- add dataiterator_init_clone to make ma happy
next