upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / lib / order.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-09-24 Panu MatilainenSwitch back to early added packages rpmal populating
2012-09-12 Panu MatilainenDelay transaction added packages rpmal creation until...
2012-09-12 Panu MatilainenAdd an nternal rpmal create+populate helper function...
2011-09-01 Panu MatilainenPass tsflags to rpmal and remember them
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-06-01 Panu MatilainenLift Dijkstra algorithm out of collectSCC() to separate...
2011-06-01 Panu MatilainenEliminate struct copy in collectSCC(), use a pointer...
2011-05-31 Panu MatilainenRemove reamining dead assignments from rpmtsiFree(...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-08 Panu MatilainenImprove the dependency loop debug message a bit
2011-03-08 Panu MatilainenPreferred color pkgs should be erased last
2011-01-25 Panu MatilainenTeach rpm about post-transaction dependencies
2010-12-15 Panu MatilainenEliminate ancient dependency loop whiteout mechanism
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-10-25 Panu MatilainenCreate less draconian loops for grouped collections
2010-10-25 Panu MatilainenOnly specific cases of collections need extra ordering
2010-09-17 Panu MatilainenExpel Tarjan from his nest
2010-06-22 Steve LawrenceAdd common Collection requirements
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-18 Panu MatilainenLazy rpmal hash creation on first lookup, make rpmalMak...
2010-03-12 Panu MatilainenSplit transaction member information out of rpmts to...
2009-12-21 Panu MatilainenWork on tsortinfo instead of ts elements when ordering...
2009-12-21 Panu MatilainenWork on tsortInfo nodes directly when detecting SCC's
2009-12-21 Panu MatilainenRecord relations to tsortInfos instead of transaction...
2009-12-21 Panu MatilainenSave pointer to ts element in the tsort info struct
2009-12-21 Panu MatilainenAvoid a bunch of redundant rpmteTSI() calls
2009-12-21 Panu MatilainenEliminate unnecessary depth member from tsortinfo
2009-12-21 Panu MatilainenEliminate unnecessary npreds member from tsort info
2009-12-21 Panu MatilainenEliminate unused tree index and degree from ordering...
2009-12-21 Panu MatilainenAvoid a few unnecessary rpmteTSI() calls in addRelation()
2009-12-21 Panu MatilainenRemove unused ordering related members from rpmts struct
2009-12-21 Panu MatilainenBury ordering structures and their alloc+free inside...
2009-12-21 Panu MatilainenConvert rpmtsOrder() to manipulate the tsort data from...
2009-12-21 Panu MatilainenConvert addRelation() to manipulate the tsort data...
2009-12-21 Panu MatilainenConvert collectTE() to manipulate the tsort data from...
2009-12-21 Panu MatilainenAvoid some unnecessary rpmteTSI() calls in collectTE()
2009-09-07 Panu MatilainenEliminate unused variable and pointless null-check
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-17 Panu MatilainenEliminate unused code (leftover from ordering rewrite)
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-06-10 Panu MatilainenSplit ordering code to separate source file