Imported Upstream version 0.6.35
[platform/upstream/libsolv.git] / src / repo_solv.c
2018-12-04 DongHun KwakImported Upstream version 0.6.35 89/194389/1 upstream/0.6.35
2018-11-30 DongHun KwakImported Upstream version 0.6.25 95/194195/1 upstream/0.6.25
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-06-21 Michael Schroedermake sure we don't see REPOKEY_TYPE_REL_IDARRAY outside...
2013-04-05 Michael Schroedercleanup hash code, it makes no sense to have an extra...
2012-11-29 Michael Schroederfree tmp repodata when repo_solv returns an error
2012-11-26 Michael Schroeder- save memory in localpool case
2012-11-23 Michael Schroederoptimize string handling in repo_add_solv a bit
2012-11-22 Michael Schroedermake sure we have at least id 0 and 1 in a local pool...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-11 Michael Schroeder- support REPO_EXTEND_SOLVABLES in repo_add_solv (thank...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-21 Michael Schroeder- don't free whatprovides in repo_solv, instead grow...
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-15 Michael Schroeder- simplify code a bit, also allow to store RPM_RPMDBID...
2012-03-14 Michael Schroeder- be a bit more careful with signed ids, check that...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2011-12-22 Michael Schroeder- make repodata also start with id 1
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
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-02-23 Michael Schroeder- repo_solv: add some type/storage checks
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-21 Michael Schroeder- fix stub handling bugs
2009-07-21 Michael Schroeder- color support in fileconflict checking
2009-07-17 Michael Schroeder- move check for space block to front so that we will...
2009-07-15 Michael Schroeder- check for holes when replacing solvable data
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-25 Michael Schroeder- cleanup the code, make two functions static
2008-11-05 Michael Schroeder- actually "unsigned long" is wrong, too. It should...
2008-11-05 Klaus Kaempffix compile on 64bit
2008-11-04 Michael Schroeder- log more statistics
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-23 Michael Schroeder- read data in larger chunks
2008-10-21 Michael Schroeder- maybe better this way
2008-10-21 Michael Schroeder- make repo_add_solv fast again
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-13 Michael Schroeder- add some parens to fix the segfault
2008-10-13 Michael Schroeder- clean up repopage stuff
2008-10-09 Michael Schroeder- the big solv data change
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-07 Michael Schroeder- add rpmdbcookie support
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-01 Michael MatzWorking but for now inactive code to support non-solvab...
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 Schroeder- beautify add_array code
2008-03-19 Michael MatzAdd functions to create IDARRAY attributes.
2008-03-19 Michael Schroeder- write addedprovides as rel_idarray to save some bytes
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-06 Michael Schroeder- beautify a bit
2008-03-03 Michael Schroeder- fix mem leaks
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-20 Michael Schroeder- fix file descriptor leak
2008-02-20 Michael Schroeder- fix memory leaks
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- strip trailing slashes from splitprovides so that...
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-15 Michael MatzRead version 6 files, but don't expose to outside.
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-14 Michael MatzCleanup a bit.
2008-02-11 Michael MatzMore subtle errors in (up to now) untested code paths...
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
2008-02-07 Klaus Kaempfintroduce Solvable.kind to remove the need for strcmp...
2008-01-30 Michael Schroederallow empty strings
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-14 Michael MatzIt's nicer to represent the special numbers as TYPE_VOI...
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-27 Michael MatzEnable ATTR_INTLIST to contain zeros. Use the same...
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- forgot to store start and end of id block
2007-12-14 Michael Schroeder- some pieces of code for the unified lookup/search...
2007-12-11 Michael MatzHandle most of the susetags tags. Major exception...
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 MatzI'm going to use the file info block real soon now...
2007-12-08 Michael MatzAlso activate paging for embedded attr stores.
2007-12-08 Michael MatzPull together attribute store and repo. dumpsolv actua...
2007-12-06 Michael Schroeder- cleanup code a bit
2007-12-06 Michael MatzWhile trying to regenerate the testsuite I noticed...
2007-12-06 Michael Matzprefix-code the string store, difference-code the depen...
2007-12-04 Michael Schroeder- switch to new solv format using schemata
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-17 Michael Schroeder- changed repo interface a bit, now alloc/free handle...
2007-11-16 Michael Schroeder- add solvable allocation functions
2007-11-16 Michael MatzReduce C&P code by factoring out the uniquifying string...
next