]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
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
2009-06-22  Klaus KämpfMore const
2009-06-22  Klaus KämpfMake Pool* const where appropriate
2009-06-22  Michael Schroeder- fix internalize logic
2009-06-22  Michael Schroeder- move repo_helix from src to ext
2009-06-22  Michael Schroeder- forgot to adapt ruby/python bindings
2009-06-22  Michael Schroeder- create libsatsolverext static library
2009-06-22  Klaus KämpfA _count is an unsigned int, not an Id
2009-06-22  Michael Schroeder- add rpm_installedrpmdbids
2009-06-20  Michael Schroeder- make debug output better
2009-06-20  Michael Schroeder- add support for cutoff argument in file conflict...
2009-06-20  Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-20  Michael Schroeder- clean up ugly products handling
2009-06-20  Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-19  Michael Schroeder- add support for REL_FILECONFLICT
2009-06-19  Michael Schroeder- start with fileconflicts detection support
2009-06-17  Michael Schroeder- move some debug statements from STATS to SOLVER
2009-06-17  Michael Schroeder- beautify
2009-06-17  Michael Schroeder- add solver_take_solution() function
2009-06-16  Michael Schroeder- fix coding style a bit
2009-06-16  Michael Schroeder- fastlz.c is obsolete since a long time
2009-06-16  Michael Schroeder- add queue_insertn, queue_deleten, queue_truncate
2009-06-16  Michael Schroeder- add transaction_add_obsoleted() function
2009-06-15  Michael Schroeder- move output arg to back in solver_calculate_noobsmap()
2009-06-15  Michael Schroeder- add repoid to repo struct
2009-06-15  Michael Schroeder- add FOR_REPOS macro to iterate over repos
2009-06-15  Michael Schroeder- code cleanup
2009-06-15  Michael Schroeder- make out parameters last in function calls
2009-06-15  Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-15  Michael Schroeder- cleanup transaction interface a bit
2009-06-15  Dirk Muellerfix indent
2009-06-15  Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-15  Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-15  Michael Schroeder- fix kernel dep rewriting [bnc#512726]
2009-06-11  Dirk Muellerimplement --exclude parameter
2009-06-11  Dirk MuellerMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-09  Michael Schroeder- look at repo/medianr when ordering the transaction
2009-06-08  Michael Schroeder- make orderdata private to be more flexible
2009-06-08  Michael Schroeder- update transaction ordering code
2009-06-05  Michael Schroeder- added missing dbenv to db_create call
2009-06-04  Michael Schroeder- fix bugs in problem handling
2009-06-04  Michael Schroeder- move some flags describing the rpm from solver to...
2009-06-03  Michael Schroeder- use DB_UNKNOWN to let berkeleydb autodetect the datab...
2009-06-03  Michael Schroeder- commit current ordering code
2009-06-03  Michael Schroeder- treat missing vendor as empty string in vendorchange...
2009-05-29  Michael Schroeder- fix coding style
2009-05-28  Dirk Muellervoid* arithmetics is not defined
2009-05-28  Dirk MuellerCheck version / release numbers for consistency
2009-05-28  Dirk Muellerreduce -pedantic compile warnings
2009-05-28  Michael Schroeder- implement cycle removal
2009-05-28  Michael Schroeder- rename dirpool_create to dirpool_init, as it just...
2009-05-28  Michael Schroeder- fix noprovide handling in findupdate
2009-05-26  Michael Schroeder- apply patch from Dirk, fixes crash and memory leaks
2009-05-26  Michael Andresfix to compile
2009-05-26  Michael Schroeder- move rest of rule functions from solver.c to rules.c
2009-05-26  Michael Schroeder- split problem handling from solver.c
2009-05-25  Michael Schroeder- split rule generation from solver.c into rules.c
2009-05-25  Michael Schroeder- cleanup the code, make two functions static
2009-05-25  Michael Schroeder- move create_obsolete_index to policy.c
2009-05-14  Michael Schroeder- add some docu
2009-05-13  Michael Schroeder- start transaction ordering
2009-05-12  Michael Schroeder- define solvid2str() function, use sat_sort()
2009-05-12  Michael Schroeder- add sat_sort() function
2009-05-07  Michael Schroeder- kill old dataiterator_match_obsolete function
2009-05-07  Michael Schroeder- also support sha256 in susetags
2009-05-06  Michael AndresFix to support sha256 hashes (bnc#501425)
2009-04-27  Michael Schroeder- fix distupgrade infarch check
2009-04-16  Michael Schroeder- fix typo
2009-04-16  Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-04-16  Michael Schroeder- create transaction as solver result
2009-04-02  Klaus Kämpfupdate to 0.14.1
2009-04-01  Michael Schroeder- lazy solution creation, may speed up UI a lot
2009-03-31  Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
next