repo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE to ARCH_SRC
[platform/upstream/libsolv.git] / src /
2013-06-17 Ingo Weinholdsolv_vercmp_haiku(): Fix unnormalized return value
2013-06-17 Michael Schroederrefactor a bit
2013-06-13 Michael Schroederadd an ugly workaround so that repo_write knows how...
2013-06-13 Michael Schroederadd missing flags to pool_job2str
2013-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-11 Michael Schroedermake license/group a poolstr array for archlinux
2013-06-05 Michael Schroedersolver_splitprovides: only check lazywhatprovides when...
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-05-31 Michael SchroederMerge pull request #31 from zde/master
2013-05-29 Zdenek Pavlasrepo_rpmmd: Parse optional baseurl.
2013-05-28 Michael Schroederdatamatcher_init: play it safe and do a strdup on the...
2013-05-27 Michael Schroedersupport a special Datapos that describes the repodata...
2013-05-27 Michael Schroederadd pool_lookup_idarray for completeness
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-05-15 Michael SchroederLookat at keepexplicitobsoletes when creating update...
2013-05-15 Michael Schroederfix multiversion handling when the update rule is an...
2013-05-07 Michael Schroederadd SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNK...
2013-05-06 Michael Schroederadd utf8 helpers to util.c
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-24 Michael Schroedersolverdebug: add solver_get_orphaned call that somehow...
2013-04-24 Michael Schroederterminate solver_create_decisions_obsoletesmap function
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-04-24 Michael Schroederuse SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE in transacti...
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-23 Michael Schroederadd repodata_translate_id to get rid of some "implement...
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-22 Michael Schroederadd pool_setnamespacecallback() and pool_flush_namespac...
2013-04-22 Michael Schroedersmall cleanup in id2str
2013-04-19 Michael SchroederMerge pull request #29 from weinhold/upstream
2013-04-18 Ingo Weinholdselection_filter(): Don't leak Queue q1 and Map m2
2013-04-18 Ingo WeinholdHaiku: The notation for the pre-release version part...
2013-04-17 Michael Schroederrules/selection: use strrchr in EVR checks as well
2013-04-17 Michael Schroedersplit arch from the right for debian/haiku (thanks...
2013-04-17 Michael Schroederadapt SET_EV/SET_EVR magic to haiku for completeness
2013-04-17 Michael Schroedermake sure releases start numeric for haiku
2013-04-16 Michael Schroedermake pool_solvable2str use -<arch> for haiku
2013-04-16 Michael Schroedersupport haiku package naming in selection_canon
2013-04-16 Michael Schroederswitch range->name and range->evr in REL_COMPAT deps...
2013-04-16 Michael Schroederadd DISTTYPE_HAIKU, some small fixes
2013-04-16 Ingo WeinholdAdd support for Haiku compat version comparison
2013-04-16 Ingo WeinholdAdd Haiku semantics version comparison
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
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 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 WeinholdImprove C89 compliance
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-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 Schroedershuffle some ids now that we break the ABI
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2013-02-27 Michael Schroederfix test so that we no longer flatten when there's...
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-05 Michael Schroederfurther optimize solver_reenablepolicyrules
2013-02-04 Michael Schroederoptimize code a bit to make analyze_unsolvable faster
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-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2013-01-14 Michael Schroedertrivial_installable: check vendor of affected package...
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2013-01-03 Michael Schroederfix trivial installable requires handling [bnc#795267]
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 Schroedersmall optimization: make whatprovidesdata + 2 always...
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
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-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 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 Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-26 Michael Schroeder- save memory in localpool case
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
next