platform/upstream/libsolv.git
14 years ago- tweak problem rule selection heuristic
Michael Schroeder [Fri, 17 Jul 2009 11:32:59 +0000 (13:32 +0200)]
- tweak problem rule selection heuristic
- fix testcases

14 years ago- add repodata_write and repo_empty functions
Michael Schroeder [Fri, 17 Jul 2009 09:20:19 +0000 (11:20 +0200)]
- add repodata_write and repo_empty functions
- make solv tool switch to written solv files to activate paging

14 years ago- just search the installed repo in rm mode
Michael Schroeder [Thu, 16 Jul 2009 14:17:55 +0000 (16:17 +0200)]
- just search the installed repo in rm mode

14 years ago- add file list match
Michael Schroeder [Thu, 16 Jul 2009 14:02:50 +0000 (16:02 +0200)]
- add file list match
- make file list search faster

14 years ago- seems like I can't get the filelist search right...
Michael Schroeder [Thu, 16 Jul 2009 13:03:31 +0000 (15:03 +0200)]
- seems like I can't get the filelist search right...

14 years ago- switch mode to install when not package is not installed
Michael Schroeder [Thu, 16 Jul 2009 12:14:47 +0000 (14:14 +0200)]
- switch mode to install when not package is not installed

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Thu, 16 Jul 2009 12:09:34 +0000 (14:09 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- bring argument parsing up-to-speed, now supports globs, relations
Michael Schroeder [Thu, 16 Jul 2009 12:08:55 +0000 (14:08 +0200)]
- bring argument parsing up-to-speed, now supports globs, relations
- fix repo.c filelist handling

14 years agoAdd generated satversion.h to gitignore.
Michael Andres [Thu, 16 Jul 2009 07:14:33 +0000 (09:14 +0200)]
Add generated satversion.h to gitignore.

14 years ago- allow index and match specification in getinstalledrpmdbids()
Michael Schroeder [Wed, 15 Jul 2009 16:37:29 +0000 (18:37 +0200)]
- allow index and match specification in getinstalledrpmdbids()

14 years ago- add REPOKEY_TYPE_DELETED, to be implemented...
Michael Schroeder [Wed, 15 Jul 2009 16:23:35 +0000 (18:23 +0200)]
- add REPOKEY_TYPE_DELETED, to be implemented...

14 years ago- add some comments
Michael Schroeder [Wed, 15 Jul 2009 16:22:16 +0000 (18:22 +0200)]
- add some comments

14 years ago- check for holes when replacing solvable data
Michael Schroeder [Wed, 15 Jul 2009 15:52:38 +0000 (17:52 +0200)]
- check for holes when replacing solvable data

14 years ago- add declarations of runtime vars
Michael Schroeder [Wed, 15 Jul 2009 15:51:49 +0000 (17:51 +0200)]
- add declarations of runtime vars

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Andres [Wed, 15 Jul 2009 14:24:08 +0000 (16:24 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years agofix to compile
Michael Andres [Wed, 15 Jul 2009 14:23:48 +0000 (16:23 +0200)]
fix to compile

14 years ago- add runtime definitions so that apps can print the version of the shared lib
Michael Schroeder [Wed, 15 Jul 2009 14:11:10 +0000 (16:11 +0200)]
- add runtime definitions so that apps can print the version of the shared lib

14 years ago- be more careful when merging susetags attrs
Michael Schroeder [Wed, 15 Jul 2009 13:57:52 +0000 (15:57 +0200)]
- be more careful when merging susetags attrs

14 years ago- support SEARCH_STRINGSTART and SEARCH_STRINGEND
Michael Schroeder [Wed, 15 Jul 2009 13:12:47 +0000 (15:12 +0200)]
- support SEARCH_STRINGSTART and SEARCH_STRINGEND

14 years ago- include satversion.h from pool.h
Michael Schroeder [Wed, 15 Jul 2009 12:30:25 +0000 (14:30 +0200)]
- include satversion.h from pool.h

14 years ago- be more backward compatible
Michael Schroeder [Wed, 15 Jul 2009 12:04:42 +0000 (14:04 +0200)]
- be more backward compatible

14 years ago- make solvable jump work out of subsearches
Michael Schroeder [Wed, 15 Jul 2009 10:52:24 +0000 (12:52 +0200)]
- make solvable jump work out of subsearches

14 years ago- add satversion.h containing the current satsolver version
Michael Schroeder [Wed, 15 Jul 2009 09:08:49 +0000 (11:08 +0200)]
- add satversion.h containing the current satsolver version

14 years ago- add new flags for the load functions:
Michael Schroeder [Tue, 14 Jul 2009 16:34:49 +0000 (18:34 +0200)]
- add new flags for the load functions:
  REPO_LOCALPOOL        - create local pool
  REPO_EXTEND_SOLVABLES - extend existing solvables instead of creating new ones
  REPO_USE_LOADING      - replace repodata in state loading
- add repo_add_solv_flags to make repo_add_solv use flags
- make repo_add_solv obey the flags instead of using defaults if this is a subload
- change loadcallback definition to return a boolean, the callback is now
  responsible for the loading
- change repo_write so that the keyfilter can select which repodata to use (hack)
- change pool_addfileprovides to load the complete filelist if needed
- add SEARCH_COMPLETE_FILELIST flag to searches
- add transaction_create_installedmap/transaction_calc_installsizechange

14 years ago- add rpm_byrpmh and rpm_query functions
Michael Schroeder [Mon, 13 Jul 2009 16:54:48 +0000 (18:54 +0200)]
- add rpm_byrpmh and rpm_query functions

14 years ago- do not autoload unneded repodata
Michael Schroeder [Mon, 13 Jul 2009 15:36:33 +0000 (17:36 +0200)]
- do not autoload unneded repodata
- add repo_write_stdkeyfilter function

14 years ago- globalize id in pool_lookup_id if needed
Michael Schroeder [Mon, 13 Jul 2009 15:35:16 +0000 (17:35 +0200)]
- globalize id in pool_lookup_id if needed

14 years ago- add repodata_join function to join a solvable block
Michael Schroeder [Fri, 10 Jul 2009 11:03:51 +0000 (13:03 +0200)]
- add repodata_join function to join a solvable block
- make repo_add_repodata smarter
- add repodata_create
- fix bug in repo_free_solvable block, the repodata was
  not shrunk
- add repodata_shrink function

14 years ago- support disabling of the "installed" repo
Michael Schroeder [Thu, 9 Jul 2009 15:04:04 +0000 (17:04 +0200)]
- support disabling of the "installed" repo

14 years ago- add support for repository disabling
Michael Schroeder [Thu, 9 Jul 2009 13:57:47 +0000 (15:57 +0200)]
- add support for repository disabling
- add support for checksum stringification
- rename internal repodata functions
- add limited support for package colors
- do not put patches/patterns into the transaction

14 years ago- add missing ifdef
Michael Schroeder [Thu, 9 Jul 2009 10:41:42 +0000 (12:41 +0200)]
- add missing ifdef

14 years ago- support fedora style yum repos (var subst, mirrorlist)
Michael Schroeder [Thu, 9 Jul 2009 10:33:46 +0000 (12:33 +0200)]
- support fedora style yum repos (var subst, mirrorlist)

14 years ago- fix memory corruption by using repo_free_repodata
Michael Schroeder [Wed, 8 Jul 2009 16:11:52 +0000 (18:11 +0200)]
- fix memory corruption by using repo_free_repodata
- fix repo file parser
- gpgcheck means check the packages, not the repo metadata

14 years ago- allow ro database access for non-root users on fedora
Michael Schroeder [Wed, 8 Jul 2009 16:11:06 +0000 (18:11 +0200)]
- allow ro database access for non-root users on fedora

14 years ago- add repo_free_repodata to remove a repodata from a repo
Michael Schroeder [Wed, 8 Jul 2009 16:10:00 +0000 (18:10 +0200)]
- add repo_free_repodata to remove a repodata from a repo

14 years ago- add deltarpm support
Michael Schroeder [Tue, 7 Jul 2009 16:31:01 +0000 (18:31 +0200)]
- add deltarpm support

14 years ago- add "solv patch" command
Michael Schroeder [Tue, 7 Jul 2009 14:28:16 +0000 (16:28 +0200)]
- add "solv patch" command

14 years ago- check signatures of content and repodata.xml files
Michael Schroeder [Tue, 7 Jul 2009 10:45:45 +0000 (12:45 +0200)]
- check signatures of content and repodata.xml files

14 years ago- fix bug in repo_add_rpmdb
Michael Schroeder [Tue, 7 Jul 2009 09:51:11 +0000 (11:51 +0200)]
- fix bug in repo_add_rpmdb

14 years ago- add pubkey support (repo_add_rpmdb_pubkeys/repo_add_pubkeys)
Michael Schroeder [Mon, 6 Jul 2009 14:31:29 +0000 (16:31 +0200)]
- add pubkey support (repo_add_rpmdb_pubkeys/repo_add_pubkeys)

14 years ago- fix updatemap use in solver
Michael Schroeder [Fri, 3 Jul 2009 13:02:30 +0000 (15:02 +0200)]
- fix updatemap use in solver
- add checksum checking

14 years ago- beautify
Michael Schroeder [Fri, 3 Jul 2009 11:06:29 +0000 (13:06 +0200)]
- beautify

14 years ago- grr, warn_unused_result
Michael Schroeder [Fri, 3 Jul 2009 10:43:57 +0000 (12:43 +0200)]
- grr, warn_unused_result

14 years ago- use a modern place for the cache
Michael Schroeder [Fri, 3 Jul 2009 10:38:37 +0000 (12:38 +0200)]
- use a modern place for the cache

14 years ago- add solv file caching to solv application
Michael Schroeder [Fri, 3 Jul 2009 10:35:18 +0000 (12:35 +0200)]
- add solv file caching to solv application

14 years ago- add checksum generation code
Michael Schroeder [Thu, 2 Jul 2009 16:27:23 +0000 (18:27 +0200)]
- add checksum generation code

14 years ago- fix code to not modify the const buffer (grrr...)
Michael Schroeder [Thu, 2 Jul 2009 16:26:04 +0000 (18:26 +0200)]
- fix code to not modify the const buffer (grrr...)

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Thu, 2 Jul 2009 13:10:32 +0000 (15:10 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- initialize flags, change stripkind code
Michael Schroeder [Thu, 2 Jul 2009 13:09:42 +0000 (15:09 +0200)]
- initialize flags, change stripkind code

14 years agofix dataiterator_init_clone prototype
Michael Andres [Thu, 2 Jul 2009 11:20:27 +0000 (13:20 +0200)]
fix dataiterator_init_clone prototype

14 years ago- add dataiterator_init_clone to make ma happy
Michael Schroeder [Thu, 2 Jul 2009 10:58:11 +0000 (12:58 +0200)]
- add dataiterator_init_clone to make ma happy

14 years ago- clonepos didn't clne nparents
Michael Schroeder [Thu, 2 Jul 2009 10:34:16 +0000 (12:34 +0200)]
- clonepos didn't clne nparents
- add dataiterator_set_search
- add dataiterator_set_keyname
- add dataiterator_set_match

14 years ago- add rootlevel to dataiterator
Michael Schroeder [Thu, 2 Jul 2009 09:16:09 +0000 (11:16 +0200)]
- add rootlevel to dataiterator

14 years agoadd dataiterator_clonepos and dataiterator_seek
Michael Schroeder [Wed, 1 Jul 2009 16:45:32 +0000 (18:45 +0200)]
add dataiterator_clonepos and dataiterator_seek

14 years ago- add repo_add_debpackages to read a debian Packages file
Michael Schroeder [Wed, 1 Jul 2009 09:46:37 +0000 (11:46 +0200)]
- add repo_add_debpackages to read a debian Packages file

14 years ago- only add selfprovides if name is set
Michael Schroeder [Wed, 1 Jul 2009 08:32:28 +0000 (10:32 +0200)]
- only add selfprovides if name is set
- add ARCH_ALL

14 years ago- add support for homepage aka (solvable:url)
Michael Schroeder [Tue, 30 Jun 2009 16:07:47 +0000 (18:07 +0200)]
- add support for homepage aka (solvable:url)

14 years ago- no endless loops, please
Michael Schroeder [Tue, 30 Jun 2009 14:56:11 +0000 (16:56 +0200)]
- no endless loops, please

14 years ago- add repo_deb to CMakeLists.txt
Michael Schroeder [Tue, 30 Jun 2009 14:39:54 +0000 (16:39 +0200)]
- add repo_deb to CMakeLists.txt

14 years ago- finish repo_deb.[ch]
Michael Schroeder [Tue, 30 Jun 2009 14:37:19 +0000 (16:37 +0200)]
- finish repo_deb.[ch]

14 years ago- fix sidedata segfault
Michael Schroeder [Tue, 30 Jun 2009 10:15:48 +0000 (12:15 +0200)]
- fix sidedata segfault

14 years ago- do not enter solvable data when not in leaf level
Michael Schroeder [Mon, 29 Jun 2009 17:19:24 +0000 (19:19 +0200)]
- do not enter solvable data when not in leaf level

14 years ago- somehow didn't add sha2.h
Michael Schroeder [Mon, 29 Jun 2009 15:54:15 +0000 (17:54 +0200)]
- somehow didn't add sha2.h

14 years ago- add repo_deb.[ch], needed for build service code
Michael Schroeder [Mon, 29 Jun 2009 15:49:11 +0000 (17:49 +0200)]
- add repo_deb.[ch], needed for build service code

14 years ago- add checksum functions
Michael Schroeder [Mon, 29 Jun 2009 13:29:36 +0000 (15:29 +0200)]
- add checksum functions

14 years ago- add some comments, move code around
Michael Schroeder [Mon, 29 Jun 2009 10:35:50 +0000 (12:35 +0200)]
- add some comments, move code around
- add support for RPM_ADD_WITH_PKGID, RPM_ADD_NO_FILELIST,
  RPM_ADD_NO_RPMLIBREQS

14 years ago- allow content file with no product definition
Michael Schroeder [Thu, 25 Jun 2009 15:50:45 +0000 (17:50 +0200)]
- allow content file with no product definition

14 years ago- add some fedora specific code
Michael Schroeder [Wed, 24 Jun 2009 16:29:43 +0000 (18:29 +0200)]
- add some fedora specific code

14 years ago- fix typos
Michael Schroeder [Wed, 24 Jun 2009 15:14:51 +0000 (17:14 +0200)]
- fix typos

14 years ago- oops, forgot to set the repo priorities
Michael Schroeder [Wed, 24 Jun 2009 14:22:25 +0000 (16:22 +0200)]
- oops, forgot to set the repo priorities

14 years ago- fix bug in take_solution
Michael Schroeder [Wed, 24 Jun 2009 14:16:29 +0000 (16:16 +0200)]
- fix bug in take_solution
- add buddy callback support

14 years ago- use descrdir and datadir info from content file
Michael Schroeder [Wed, 24 Jun 2009 13:58:50 +0000 (15:58 +0200)]
- use descrdir and datadir info from content file

14 years ago- fetch primary location from repomd.xml
Michael Schroeder [Wed, 24 Jun 2009 12:06:31 +0000 (14:06 +0200)]
- fetch primary location from repomd.xml

14 years ago- add pool_tmpjoin and sat_dupjoin helpers
Michael Schroeder [Wed, 24 Jun 2009 11:53:30 +0000 (13:53 +0200)]
- add pool_tmpjoin and sat_dupjoin helpers

14 years ago- obtain default vendor the right way
Michael Schroeder [Wed, 24 Jun 2009 11:42:04 +0000 (13:42 +0200)]
- obtain default vendor the right way

14 years ago- add susetags:defaultvendor support
Michael Schroeder [Wed, 24 Jun 2009 11:36:46 +0000 (13:36 +0200)]
- add susetags:defaultvendor support

14 years ago- change the interface of repo_add_susetags: take default vendor id,
Michael Schroeder [Wed, 24 Jun 2009 10:41:06 +0000 (12:41 +0200)]
- change the interface of repo_add_susetags: take default vendor id,
  not product solvable id

14 years ago- convert META/HASH/KEY data from content file
Michael Schroeder [Wed, 24 Jun 2009 10:24:58 +0000 (12:24 +0200)]
- convert META/HASH/KEY data from content file

14 years ago- fix typo: "desc" -> "descr". Seems to make no difference, though
Michael Schroeder [Wed, 24 Jun 2009 09:28:27 +0000 (11:28 +0200)]
- fix typo: "desc" -> "descr". Seems to make no difference, though

14 years ago- repo_content: store DESCRDIR
Michael Schroeder [Wed, 24 Jun 2009 09:26:18 +0000 (11:26 +0200)]
- repo_content: store DESCRDIR
- susetags2solv: add query option

14 years ago- add query mode
Michael Schroeder [Tue, 23 Jun 2009 17:14:55 +0000 (19:14 +0200)]
- add query mode

14 years ago- beautify
Michael Schroeder [Tue, 23 Jun 2009 15:28:06 +0000 (17:28 +0200)]
- beautify

14 years ago- use appdata for repo
Michael Schroeder [Tue, 23 Jun 2009 15:14:45 +0000 (17:14 +0200)]
- use appdata for repo

14 years ago- add appdata application private pointer to Pool/Repo
Michael Schroeder [Tue, 23 Jun 2009 15:03:52 +0000 (17:03 +0200)]
- add appdata application private pointer to Pool/Repo

14 years ago- use closeonexec flag instead of manually closing fps
Michael Schroeder [Tue, 23 Jun 2009 14:56:38 +0000 (16:56 +0200)]
- use closeonexec flag instead of manually closing fps

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Tue, 23 Jun 2009 14:49:01 +0000 (16:49 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- close fds before calling rpm
Michael Schroeder [Tue, 23 Jun 2009 14:48:39 +0000 (16:48 +0200)]
- close fds before calling rpm

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Klaus Kämpf [Tue, 23 Jun 2009 13:51:23 +0000 (15:51 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Tue, 23 Jun 2009 13:32:54 +0000 (15:32 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- add tiny demo installer program "solv"
Michael Schroeder [Tue, 23 Jun 2009 13:32:06 +0000 (15:32 +0200)]
- add tiny demo installer program "solv"
- add transaction_installedresult function
- fix bug in conflict detection

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Klaus Kämpf [Tue, 23 Jun 2009 10:58:30 +0000 (12:58 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- fix bug in SOLVER_UPDATE handling (that nobody uses)
Michael Schroeder [Tue, 23 Jun 2009 10:49:18 +0000 (12:49 +0200)]
- fix bug in SOLVER_UPDATE handling (that nobody uses)

14 years agoevr doesn't change the Pool: more constness
Klaus Kämpf [Mon, 22 Jun 2009 14:21:10 +0000 (16:21 +0200)]
evr doesn't change the Pool: more constness

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Klaus Kämpf [Mon, 22 Jun 2009 14:20:37 +0000 (16:20 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years ago- revert debugcallback Pool constness, as the callback may want to do
Michael Schroeder [Mon, 22 Jun 2009 14:15:51 +0000 (16:15 +0200)]
- revert debugcallback Pool constness, as the callback may want to do
  fancy things like changing the debugmask

14 years agoMerge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
Michael Schroeder [Mon, 22 Jun 2009 14:13:13 +0000 (16:13 +0200)]
Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver

14 years agoMore constness
Klaus Kämpf [Mon, 22 Jun 2009 14:05:40 +0000 (16:05 +0200)]
More constness

14 years agoPass a const Pool to debugcallback
Klaus Kämpf [Mon, 22 Jun 2009 14:04:51 +0000 (16:04 +0200)]
Pass a const Pool to debugcallback

14 years agoAdd link to qsort_r wierdness
Klaus Kämpf [Mon, 22 Jun 2009 14:03:54 +0000 (16:03 +0200)]
Add link to qsort_r wierdness

14 years ago- add repomd.xml data sections to meta data
Michael Schroeder [Mon, 22 Jun 2009 14:02:56 +0000 (16:02 +0200)]
- add repomd.xml data sections to meta data
- bump version to 14.2