platform/upstream/libsolv.git
2013-04-16 Ingo WeinholdAdd Haiku semantics version comparison
2013-04-16 Ingo WeinholdAdd basic Haiku support to build system
2013-04-16 Ingo WeinholdUse the hidden fopencookie() on Haiku
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-15 Michael Schroederrefactor rpmdb handling to remove some code duplication
2013-04-15 Michael Schroedersome other perror->pool_error changes
2013-04-15 Michael Schroederfix repo_add_rpmdb error messages, they should not...
2013-04-15 Michael Schroederconvert perror() and fprintf() calls to pool_error()
2013-04-15 Michael Schroederadd pool parameter to rpm_state_create so that we can...
2013-04-15 Michael Schroederalso check repodata in fileconflicts precheck code
2013-04-15 Michael Schroederadd credits file
2013-04-15 Michael Schroederalso use prechecking for non-aliased mode
2013-04-12 Michael Schroedercleanup code a bit
2013-04-12 Michael Schroederfix two small bugs
2013-04-12 Michael Schroedersupport checking for directory aliases when searching...
2013-04-12 Michael Schroederfix error handling in rpm_byrpmdbid
2013-04-11 Michael Schroedersmall fixes
2013-04-11 Michael Schroedermore speed: read all packages just once in 3rd pass
2013-04-11 Michael Schroederadd extra flag paramter to find_fileconflicts
2013-04-10 Michael Schroederthree missed dig->pubkey => digpubkey changes
2013-04-10 Michael Schroederimprove iterate_filelist, it now calls the callback...
2013-04-10 Michael Schroederremove dead code
2013-04-10 Michael Schroederuse pgpDigGetParams() if available
2013-04-10 Michael SchroederReimplement state handling in rpm_by functions
2013-04-10 Michael Schroederrefactor: split off openpkgdb()
2013-04-08 Michael Schroederrefactor solv demo a bit
2013-04-08 Michael Schroederremove strange 5 year old TODO file
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
2013-04-05 Michael Schroederimprove fileconflicts code
2013-04-05 Michael Schroedersmall cleanups in pubkey handling
2013-04-05 Michael Schroedercleanup hash code, it makes no sense to have an extra...
2013-04-05 Michael Schroedermake queue_insertn more flexible
2013-04-05 Michael Schroederrefactor a bit
2013-04-04 Michael SchroederDo extra checking for choice rules so that they don...
2013-04-02 Michael Schroedersmall cleanup
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-04-02 Ingo WeinholdMake all public libsolv headers C++ safe
2013-03-30 Ingo Weinholdsolv_sort(): Fix build for non-glibc without qsort_r()
2013-03-30 Ingo WeinholdUse futimens() instead of futimes()
2013-03-30 Ingo WeinholdImprove C89 compliance
2013-03-30 Ingo WeinholdDefine SYSTEM_LIBRARIES in main CMakeLists.txt
2013-03-27 Michael SchroederMerge pull request #26 from dirkmueller/master
2013-03-27 Dirk MuellerSupport aarch64
2013-03-26 Michael SchroederMerge pull request #25 from andreas-schwab/master
2013-03-26 Andreas SchwabFix misuses of memset
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-22 Michael Schroederturn splitprovides off when doing the alreadyrecommende...
2013-03-22 Michael Schroedersusetags: don't warn on unknown tags
2013-03-20 Michael Schroederimprove pool_solvable2str output if the evr or arch...
2013-03-06 Michael Schroedercleanup code now that the vendorcheck callback is in...
2013-03-06 Michael Schroederget rid of the ugly policy callbacks while we're breaki...
2013-03-06 Michael Schroederadd changes, bump version upstream/0.3.0
2013-03-06 Michael Schroedershuffle some ids now that we break the ABI
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2013-02-28 Michael Schroederrefactor a bit, add possibility to test the selection...
2013-02-27 Michael Schroederfix test so that we no longer flatten when there's...
2013-02-27 Michael Schroederdo not create solvables with no release
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2013-02-25 Michael Schroederadd other.xml support to repomd parser
2013-02-12 Michael Schroedercosmetics: always return 0 in selection_make if the...
2013-02-12 Michael Schroederfix stupid typo introduced when refactoring selection_f...
2013-02-06 Michael Schroederincrease maximum header size for some pathological...
2013-02-05 Michael Schroederfurther optimize solver_reenablepolicyrules
2013-02-04 Michael Schroederoptimize code a bit to make analyze_unsolvable faster
2013-02-04 Michael Schroederreuse solver in examples
2013-02-04 Michael Schroederdo not call pool_freewhatprovides in pool_add_fileconfl...
2013-02-04 Michael Schroederdon't free obsoletes/obsoetes_data in solver cleanup
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2013-01-31 Michael Schroedersmall cleanups
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2013-01-14 Michael Schroederadd changes, bump version
2013-01-14 Michael Schroedertrivial_installable: check vendor of affected package...
2013-01-14 Michael Schroederfix 'solv patch' command
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2013-01-03 Michael Schroederfix trivial installable requires handling [bnc#795267]
2013-01-03 Michael SchroederMerge pull request #23 from johnnypeck/patch-1
2012-12-27 Johnny PeckUpdate README
2012-12-20 Michael Schroederimprove repo_add_rpmdb speed a tiny bit
2012-12-20 Michael Schroederlink libsolvext with libsolv for completeness
2012-12-19 Michael Schroederlink libsolvext against the system libraries
2012-12-18 Michael Schroederadd changes, bump version upstream/0.2.3
2012-12-18 Michael Schroedersimplify and fix ruby vendordir check in spec file
2012-12-18 Michael Schroederdon't access r->p after solver_addrule is called, as...
2012-12-18 Michael Schroedersimplify transaction_obs_pkg a bit
2012-12-17 Michael Schroedercosmetics: fix comments
2012-12-17 Michael Schroederfind_problemrule: don't look at the learnt rule multipl...
2012-12-13 Michael Schroederdelete old debug statements
2012-12-13 Michael Schroedersimplify testcase
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...
next