platform/upstream/libsolv.git
2012-12-13 Michael Schroedertest "addalreadyrecommended"
2012-12-13 Michael Schroedersmall optimization: make whatprovidesdata + 2 always...
2012-12-11 Michael Schroederadd testcase for special namespaceprovides jobs
2012-12-11 Michael Schroedersupport special namespace privides install/erase jobs...
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-10 Michael Schroederimprove error handling in makedeps
2012-12-07 Michael Schroederprint bad package name when detecting dependency array...
2012-12-06 Michael Schroedercosmetics: print number of problems in examples
2012-12-05 Michael Schroederadd changes, bump version
2012-12-05 Michael SchroederAdd Dep.Rel() method and a couple of Selection constructors
2012-12-05 Michael Schroedersimplify some testcases
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroederwrite trailing "result" line in -r -r mode
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-12-04 Michael Schroederadapt testcase to last change
2012-12-03 Michael Schroedermake cleandeps do less reinstalls, fix cleandeps reset bug
2012-12-03 Michael Schroederfix typos in comments, fix queue free
2012-12-03 Michael Schroederadd "forcebest" testcases
2012-11-30 Michael Schroederexpand testcases
2012-11-30 Michael Schroedersmall optimization for targeted dup
2012-11-30 Michael Schroederanother targeted dup fix, add testcases
2012-11-29 Michael Schroederfree tmp repodata when repo_solv returns an error
2012-11-29 Michael Schroederadd SOLVER_FLAG_NO_AUTOTARGET to testcase code
2012-11-29 Michael Schroederfix targeted dup, we also have to add the obsoleters...
2012-11-29 Michael Schroederadd SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
2012-11-29 Michael Schroedersimplify datamatcher code, use datamatcher_checkbasenam...
2012-11-28 Michael Schroederspeed up filelist matching by pre-matching the basename...
2012-11-28 Michael Schroederfurther simplify code: use -1 as 'free' in mapped array...
2012-11-28 Michael Schroederreduce memory by splitting the pages array into two...
2012-11-28 Michael Schroedersimplily repopage handling quite a bit
2012-11-27 Michael Schroederoptimize repopagestore_load_page_range
2012-11-27 Michael Schroedercleanup example code
2012-11-27 Michael Schroederfix EXTEND calls in perl bindings
2012-11-27 Michael Schroederxfileno doesn't exist anymore, use fileno() instead
2012-11-27 Michael Schroederuse a Selection for the 'search' command so that the...
2012-11-27 Michael SchroederSelection: rename addsimple method to add_raw in the...
2012-11-27 Michael Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-26 Michael SchroederAlready use LOCALPOOL when converting filelist/language...
2012-11-26 Michael Schroeder- save memory in localpool case
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-23 Michael Schroederbump version, add changes
2012-11-23 Michael Schroederuse correct file pointer when checking the debian relea...
2012-11-23 Michael Schroederoptimize string handling in repo_add_solv a bit
2012-11-22 Michael Schroedermake sure we have at least id 0 and 1 in a local pool...
2012-11-22 Michael Schroedermore cleanup
2012-11-22 Michael Schroedersmall code cleanups
2012-11-21 Michael Schroederuse "isemptyupdate" method to check for updates with...
2012-11-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-11-20 Michael Schroederdo not add identical choice rules
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederimplement '--best' in solv demo
2012-11-19 Michael Schroederfix typo caught by testcase
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
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
next