]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2012-11-19  Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-16  Michael Schroederfix policy_is_illegal function. Hmm...
2012-11-16  Michael Schroederdo not reinstall identical packages in targeted update
2012-11-16  Michael Schroederdon't write incomplete repos in "solv", like with py...
2012-11-16  Michael Schroederunify update targets list
2012-11-15  Michael Schroederimplement update to specific update targets
2012-11-15  Michael Schroederimplement dup on single packages
2012-11-15  Michael Schroedermake 'solv dup' use the right mode again
2012-11-15  Michael Schroederimprove magic epoch promotion code to work better when...
2012-11-14  Michael Schroederimplement magic epoch promotion for nevra selections
2012-11-13  Michael Schroederfix rpmdbid handling in repo_unset and repo_set_num
2012-11-13  Michael Schroederrefactor a bit
2012-11-13  Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-12  Michael Schroederadd deb2solv for completeness
2012-11-12  Michael Schroederfix stupid typo in repo_deb, specialize obsoletes inste...
2012-11-06  Michael Schroederfix licenses
2012-11-06  Michael Schroederadd repodata_set_deltalocation and use it in the parsers
2012-11-06  Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-05  Michael Schroederadd generic Solvable.add_deparray method to bindings
2012-11-05  Michael Schroedermore swig trickery: add a "DepId" type that can take...
2012-11-05  Michael Schroederdo some wild swig trickery instead of relying on undocu...
2012-11-05  Michael SchroederAdd Solvable.Dataiterator constructor, add missing...
2012-11-02  Michael Schroedermake FILE objects autoclose the fd in the destructor
2012-11-02  Michael Schroederfix delta location suffix
2012-11-02  Michael Schroedermake pool.setarch() do the right thing
2012-11-02  Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02  Michael Schroederget rid of the ugly load_if_changed method
2012-11-02  Michael Schroedersmall cleanup: move incomplete check into writecachedrepo
2012-11-02  Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-31  Michael Schroederrename SELECTION_MAYBESRC to SELECTION_SOURCE, make...
2012-10-31  Michael Schroederfix .src matching .src and .nosrc packages
2012-10-31  Michael Schroedermake it possible to select src packages via .src or...
2012-10-30  Michael Schroedermake marker handling in bindings more flexible
2012-10-30  Michael Schroederfix Selection.solvables() method
2012-10-30  Michael Schroederuse susetags data dir for susetags deltas
2012-10-30  Michael Schroederbeautify examples a bit
2012-10-29  Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv SuSE-SLE-11-SP3-Branch
2012-10-29  Michael Schroederfix autorefresh flag in pysolv, support metadata_expire...
2012-10-29  Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-29  Michael Schroederoops, fix selection2str()
2012-10-29  Michael Schroederjoin selection strings with ' + ', not ' | '
2012-10-29  Michael Schroederadd pool_selection2str() and use it in the bindings
2012-10-29  Michael Schroederfix selection_limit_rel call for debian nevra match
2012-10-26  Michael Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
2012-10-26  Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25  Michael Schroeder- retabify (untabify for pysolv)
2012-10-25  Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-24  Michael Schroederexample/solv: support all compression types
2012-10-23  Michael Schroederhelp gcc inliner a bit
2012-10-23  Michael Schroederexamples/solv: factor out downloadchecksig function
2012-10-23  Michael Schroederfix build on debian
2012-10-23  Michael Schroedersupport repository:repomd:size, cleanup code a bit
2012-10-23  Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22  Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-19  nate skulic- add add_rpmdb_root 19/head
2012-10-19  Michael Schroedercheck for rpm/db.h header file
2012-10-18  Michael Schroederadd changes, bump version
2012-10-18  Michael Schroederfix encoding of big values
2012-10-15  Michael Schroederadapt for older cmake versions
2012-10-15  Michael Schroederadd repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER...
2012-10-08  Michael Schroederonly call add_products if the method exists
2012-10-08  Michael Schroederuse evrid2vrstr inline function
2012-10-08  Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-10-08  Michael Schroederfix finish_solvable do not rely on a "handle" argument...
2012-10-05  Michael Schroederfix repo_lookup_deparray() corner case when looking...
2012-10-05  Michael Schroedersimplify forcebinary code again: use TAG_SOURCEPACKAGE...
2012-10-04  Michael Schroederdo not force rpm5 rpms to binary, the type info in...
2012-09-10  Michael Schroeder- fix error handling in solv_xfopen_buf
2012-09-06  Michael Schroeder- repo_arch: make it work with empty prefixes
2012-09-05  Michael Schroedercompatibility with rpm: force to binary rpm if the...
2012-08-30  Michael Schroeder- add workaround for swig undefing bool
2012-08-24  Michael SchroederMerge pull request #17 from akozumpl/pullreq
2012-08-24  Ales Kozumplikcosmetic: fix possibly uninitialized variable warning... 16/head 17/head
2012-08-10  Ales Kozumpliksolv.i: new perl includes <stdbool.h> and the custom...
2012-06-27  Michael Schroeder- close file handle after reading in cudf file BASE-SuSE-Code-12_2-Branch
2012-06-27  Michael Schroeder- implement RPM_ADD_WITH_LEADSIGID, make RPM_ADD_WITH_H...
2012-06-27  Michael Schroeder- revert repo_lookup_checksum change, the ids should...
2012-06-27  Michael Schroeder- store SOLVABLE_HDRID as checksum
2012-06-27  Michael Schroeder- check type in lookup_bin_checksum, make it possible...
2012-06-27  Michael Schroeder- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGI...
2012-06-27  Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-27  Ales Kozumplik- repo_rpmdb: read in RPMTAG_SHA1HEADER 15/head
2012-06-25  Michael Schroeder- fix typo in repodata_merge_attrs
2012-06-25  Michael Schroeder- export repo_add_cudf, use SOLVER_ORUPDATE for cudf...
2012-06-25  Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-06-25  Michael Schroeder- get rid of a couple of warnings when building for...
2012-06-22  Michael Schroeder- set disttype before setting the architecture so that...
2012-06-22  Michael Schroederoops, export pool_setdisttype...
2012-06-22  Michael Schroeder- name sure to record all namespace ids in testcases
2012-06-22  Michael Schroeder- fix testcase writing bugs
2012-06-22  Michael SchroederMerge pull request #14 from coolo/master
2012-06-22  Stephan Kulowadd a travis.yml file so it's auto CIed on travis-ci.org 14/head
2012-06-22  Michael Schroeder- also parse cudf provides ;)
2012-06-22  Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-05-31  Michael Schroeder- fix gzFile usage, oops
2012-05-31  Michael Schroeder- adapt changes
2012-05-31  Michael Schroeder- [valgrind] the userinstalled map only contains the...
2012-05-30  Michael Schroeder- add .changes entry
2012-05-30  Michael Schroeder- fix compilation with older python versions
2012-05-30  Michael Schroeder- add FindRuby.cmake FindPackageHandleStandardArgs...
next