platform/upstream/libsolv.git
2009-07-17 Michael Schroeder- tweak problem rule selection heuristic
2009-07-17 Michael Schroeder- add repodata_write and repo_empty functions
2009-07-16 Michael Schroeder- just search the installed repo in rm mode
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-16 Michael Schroeder- switch mode to install when not package is not installed
2009-07-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-16 Michael Schroeder- bring argument parsing up-to-speed, now supports...
2009-07-16 Michael AndresAdd generated satversion.h to gitignore.
2009-07-15 Michael Schroeder- allow index and match specification in getinstalledrp...
2009-07-15 Michael Schroeder- add REPOKEY_TYPE_DELETED, to be implemented...
2009-07-15 Michael Schroeder- add some comments
2009-07-15 Michael Schroeder- check for holes when replacing solvable data
2009-07-15 Michael Schroeder- add declarations of runtime vars
2009-07-15 Michael AndresMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-15 Michael Andresfix to compile
2009-07-15 Michael Schroeder- add runtime definitions so that apps can print the...
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- include satversion.h from pool.h
2009-07-15 Michael Schroeder- be more backward compatible
2009-07-15 Michael Schroeder- make solvable jump work out of subsearches
2009-07-15 Michael Schroeder- add satversion.h containing the current satsolver...
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-13 Michael Schroeder- add rpm_byrpmh and rpm_query functions
2009-07-13 Michael Schroeder- do not autoload unneded repodata
2009-07-13 Michael Schroeder- globalize id in pool_lookup_id if needed
2009-07-10 Michael Schroeder- add repodata_join function to join a solvable block
2009-07-09 Michael Schroeder- support disabling of the "installed" repo
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-09 Michael Schroeder- add missing ifdef
2009-07-09 Michael Schroeder- support fedora style yum repos (var subst, mirrorlist)
2009-07-08 Michael Schroeder- fix memory corruption by using repo_free_repodata
2009-07-08 Michael Schroeder- allow ro database access for non-root users on fedora
2009-07-08 Michael Schroeder- add repo_free_repodata to remove a repodata from...
2009-07-07 Michael Schroeder- add deltarpm support
2009-07-07 Michael Schroeder- add "solv patch" command
2009-07-07 Michael Schroeder- check signatures of content and repodata.xml files
2009-07-07 Michael Schroeder- fix bug in repo_add_rpmdb
2009-07-06 Michael Schroeder- add pubkey support (repo_add_rpmdb_pubkeys/repo_add_p...
2009-07-03 Michael Schroeder- fix updatemap use in solver
2009-07-03 Michael Schroeder- beautify
2009-07-03 Michael Schroeder- grr, warn_unused_result
2009-07-03 Michael Schroeder- use a modern place for the cache
2009-07-03 Michael Schroeder- add solv file caching to solv application
2009-07-02 Michael Schroeder- add checksum generation code
2009-07-02 Michael Schroeder- fix code to not modify the const buffer (grrr...)
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 Andresfix dataiterator_init_clone prototype
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-07-01 Michael Schroeder- add repo_add_debpackages to read a debian Packages...
2009-07-01 Michael Schroeder- only add selfprovides if name is set
2009-06-30 Michael Schroeder- add support for homepage aka (solvable:url)
2009-06-30 Michael Schroeder- no endless loops, please
2009-06-30 Michael Schroeder- add repo_deb to CMakeLists.txt
2009-06-30 Michael Schroeder- finish repo_deb.[ch]
2009-06-30 Michael Schroeder- fix sidedata segfault
2009-06-29 Michael Schroeder- do not enter solvable data when not in leaf level
2009-06-29 Michael Schroeder- somehow didn't add sha2.h
2009-06-29 Michael Schroeder- add repo_deb.[ch], needed for build service code
2009-06-29 Michael Schroeder- add checksum functions
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-25 Michael Schroeder- allow content file with no product definition
2009-06-24 Michael Schroeder- add some fedora specific code
2009-06-24 Michael Schroeder- fix typos
2009-06-24 Michael Schroeder- oops, forgot to set the repo priorities
2009-06-24 Michael Schroeder- fix bug in take_solution
2009-06-24 Michael Schroeder- use descrdir and datadir info from content file
2009-06-24 Michael Schroeder- fetch primary location from repomd.xml
2009-06-24 Michael Schroeder- add pool_tmpjoin and sat_dupjoin helpers
2009-06-24 Michael Schroeder- obtain default vendor the right way
2009-06-24 Michael Schroeder- add susetags:defaultvendor support
2009-06-24 Michael Schroeder- change the interface of repo_add_susetags: take defau...
2009-06-24 Michael Schroeder- convert META/HASH/KEY data from content file
2009-06-24 Michael Schroeder- fix typo: "desc" -> "descr". Seems to make no differe...
2009-06-24 Michael Schroeder- repo_content: store DESCRDIR
2009-06-23 Michael Schroeder- add query mode
2009-06-23 Michael Schroeder- beautify
2009-06-23 Michael Schroeder- use appdata for repo
2009-06-23 Michael Schroeder- add appdata application private pointer to Pool/Repo
2009-06-23 Michael Schroeder- use closeonexec flag instead of manually closing fps
2009-06-23 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael Schroeder- close fds before calling rpm
2009-06-23 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael Schroeder- add tiny demo installer program "solv"
2009-06-23 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael Schroeder- fix bug in SOLVER_UPDATE handling (that nobody uses)
2009-06-22 Klaus Kämpfevr doesn't change the Pool: more constness
2009-06-22 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Michael Schroeder- revert debugcallback Pool constness, as the callback...
2009-06-22 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Klaus KämpfMore constness
2009-06-22 Klaus KämpfPass a const Pool to debugcallback
2009-06-22 Klaus KämpfAdd link to qsort_r wierdness
2009-06-22 Michael Schroeder- add repomd.xml data sections to meta data
next