cosmetic: fix misleading comment in repodata.c
[platform/upstream/libsolv.git] / src / repodata.c
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
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-29 Michael Schroeder- do not enter solvable data when not in leaf level
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-16 Michael Schroeder- fix coding style a bit
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-28 Michael Schroeder- fix noprovide handling in findupdate
2009-05-07 Michael Schroeder- kill old dataiterator_match_obsolete function
2009-04-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-04-16 Michael Schroeder- create transaction as solver result
2009-03-05 Michael Schroeder- fix repodata_merge_attrs() function
2008-11-07 Michael Schroeder- fix solvid setting
2008-11-07 Michael AndresQuick workaround failing dataiterator_init(SOLVID_POS...
2008-11-07 Michael Schroeder- do not always jump to first repo
2008-10-30 Michael Schroeder- add repodata_set_location() function
2008-10-24 Michael Schroeder- don't match the first idarray element twice
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-21 Michael Schroeder- oopsie, I should at least test build...
2008-10-21 Michael Schroeder- make dataiterator safer
2008-10-21 Michael Schroeder- we're a library, no output to stdout/stderr
2008-10-21 Klaus Kaempfensure Pool and Repo are consistent
2008-10-20 Michael Schroeder- revert strange change from Klaus
2008-10-20 Klaus Kaempftake pool from repo if pool is passed as NULL to datait...
2008-10-20 Michael Schroeder- more cleanups:
2008-10-15 Michael Schroeder- make iterator work withj completely empty repos
2008-10-15 Michael Schroeder- implement SEARCH_ALL_REPOS
2008-10-14 Michael Schroeder- fix segfault on 64bit
2008-10-13 Michael Andresinit matcher.pool
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-13 Michael Schroeder- clean up repopage stuff
2008-10-11 Michael Schroeder- initialize kv.eof in the fix/flexarray case
2008-10-09 Michael Schroeder- bring back dataiterator_match for now (to be removed...
2008-10-09 Michael Schroeder- is searching for REPOENTRY POS, select the right...
2008-10-09 Michael Schroeder- move search position into pool
2008-10-09 Michael Schroeder- the big solv data change
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- speed up array creation a bit by caching last values
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-25 Michael Schroeder- add two assertions
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-09 Jan Kupec- enable regex matching in Dataiterator
2008-04-09 Michael MatzMake dataiterator_match available.
2008-04-08 Klaus Kaempfmake the difference between repodata_set_constant(...
next