- define solvid2str() function, use sat_sort()
[platform/upstream/libsolv.git] / tools / repo_rpmdb.c
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2009-03-31 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-31 Michael Schroeder 1 - fix potential NULL deref in srcrpm handling
2009-01-21 Michael Schroeder- also reject chars >= 0xfe
2009-01-20 Michael AndresFix conversion to UTF8
2008-12-17 Michael Schroeder- fix fedora builds (bnc#444211)
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-31 Michael Schroeder- add "-P" option to rpmdb2solv, prints percentage...
2008-10-30 Michael Schroeder- add repodata_set_location() function
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-09 Michael Schroeder- the big solv data change
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-01 Michael Schroeder- implement otherproviders()
2008-08-12 Klaus Kaempfrpm_add_rpmdb is called from bindings, create own repod...
2008-08-12 Klaus Kaempfadapt repo_products (/etc/products.d/*.prod parsing...
2008-08-11 Klaus Kaempfparse /etc/products.d/*.prod for installed products
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-07-11 Michael Schroeder- set packager/distribution
2008-06-27 Michael Schroeder- add support for the package's URL [bnc#402434]
2008-05-30 Michael Schroeder- do not add self-provides for src rpms
2008-05-08 Michael Schroeder- disable file filters, but all files in filelist instead
2008-05-08 Michael Schroeder- speed up solvable copying be using a small cache
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-05-07 Michael Schroeder- convert summary/description/authors to utf8
2008-04-25 Michael Schroeder- fix anchoring of filelist data
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-03-21 Michael Schroeder- also set installtime, downloadsize and license
2008-03-14 Michael Schroeder- fixed ugly bug that made repo_write drop the first...
2008-03-06 Michael Schroeder- add localpool parameter
2008-03-05 Michael Schroeder- do not try to open DB_CONFIG in current directory...
2008-03-05 Michael Schroeder- replace exit() with return, oops
2008-03-05 Michael Schroeder- support -b option
2008-03-05 Michael Schroeder- support header-range and sourcerpm in repo_rpmmd
2008-03-05 Michael Schroeder- create sourcerpm data
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-24 Stephan Kulowdon't free 3.2 T on update
2008-02-23 Stephan Kulowintegrate the installsize in the @system, so that
2008-02-22 Stephan Kulowfinish root support
2008-02-20 Michael Schroeder- link against rpmdb, not db43
2008-02-18 Michael Schroeder- make rpmdb record summary, description, buildtime...
2008-02-06 Michael MatzDoesn't segfault anymore.
2008-02-06 Duncan Mac-Vicar Pavoid segfault. FIXME please
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-22 Klaus Kaempfprepare to pass rootdir for reading rpmdb from other...
2007-11-25 Michael MatzFix rpmdb2solv, reused solvables must retain their...
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-14 Michael Schroeder- allow repositories that don't consist of a single...
2007-11-13 Michael Schroeder- cleanup repo handlin API
2007-11-08 Michael Schroeder- add a license
2007-10-30 Michael Schroeder- add vendor id to solvables
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions