index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
order.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-57
/
+96
2012-09-24
Switch back to early added packages rpmal populating
Panu Matilainen
1
-4
/
+0
2012-09-12
Delay transaction added packages rpmal creation until required
Panu Matilainen
1
-0
/
+4
2012-09-12
Add an nternal rpmal create+populate helper function, use for erased packages
Panu Matilainen
1
-7
/
+2
2011-09-01
Pass tsflags to rpmal and remember them
Panu Matilainen
1
-1
/
+2
2011-09-01
Source formatting cosmetics: function blocks start on the next line
Panu Matilainen
1
-1
/
+2
2011-06-01
Lift Dijkstra algorithm out of collectSCC() to separate function
Panu Matilainen
1
-21
/
+24
2011-06-01
Eliminate struct copy in collectSCC(), use a pointer instead
Panu Matilainen
1
-8
/
+8
2011-05-31
Remove reamining dead assignments from rpmtsiFree() in transaction code
Panu Matilainen
1
-2
/
+2
2011-05-29
Eliminate dead NULL-assignments at scope-end in librpm, part V
Panu Matilainen
1
-2
/
+2
2011-03-08
Improve the dependency loop debug message a bit
Panu Matilainen
1
-2
/
+3
2011-03-08
Preferred color pkgs should be erased last
Panu Matilainen
1
-3
/
+10
2011-01-25
Teach rpm about post-transaction dependencies
Panu Matilainen
1
-1
/
+1
2010-12-15
Eliminate ancient dependency loop whiteout mechanism
Panu Matilainen
1
-87
/
+1
2010-12-13
Implement transaction ordering hinting
Panu Matilainen
1
-0
/
+6
2010-10-25
Create less draconian loops for grouped collections
Panu Matilainen
1
-5
/
+28
2010-10-25
Only specific cases of collections need extra ordering
Panu Matilainen
1
-7
/
+11
2010-09-17
Expel Tarjan from his nest
Panu Matilainen
1
-81
/
+88
2010-06-22
Add common Collection requirements
Steve Lawrence
1
-30
/
+57
2010-03-29
Teach rpm about pre-transaction dependencies
Panu Matilainen
1
-2
/
+2
2010-03-18
Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() static
Panu Matilainen
1
-7
/
+0
2010-03-12
Split transaction member information out of rpmts to separate struct
Panu Matilainen
1
-10
/
+11
2009-12-21
Work on tsortinfo instead of ts elements when ordering everywhere
Panu Matilainen
1
-59
/
+51
2009-12-21
Work on tsortInfo nodes directly when detecting SCC's
Panu Matilainen
1
-52
/
+38
2009-12-21
Record relations to tsortInfos instead of transaction elements
Panu Matilainen
1
-17
/
+16
2009-12-21
Save pointer to ts element in the tsort info struct
Panu Matilainen
1
-0
/
+2
2009-12-21
Avoid a bunch of redundant rpmteTSI() calls
Panu Matilainen
1
-8
/
+10
2009-12-21
Eliminate unnecessary depth member from tsortinfo
Panu Matilainen
1
-22
/
+9
2009-12-21
Eliminate unnecessary npreds member from tsort info
Panu Matilainen
1
-5
/
+1
2009-12-21
Eliminate unused tree index and degree from ordering calculations
Panu Matilainen
1
-22
/
+3
2009-12-21
Avoid a few unnecessary rpmteTSI() calls in addRelation()
Panu Matilainen
1
-6
/
+6
2009-12-21
Remove unused ordering related members from rpmts struct
Panu Matilainen
1
-3
/
+0
2009-12-21
Bury ordering structures and their alloc+free inside order.c
Panu Matilainen
1
-8
/
+51
2009-12-21
Convert rpmtsOrder() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-6
/
+7
2009-12-21
Convert addRelation() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-4
/
+4
2009-12-21
Convert collectTE() to manipulate the tsort data from tsortInfo directly
Panu Matilainen
1
-10
/
+10
2009-12-21
Avoid some unnecessary rpmteTSI() calls in collectTE()
Panu Matilainen
1
-8
/
+8
2009-09-07
Eliminate unused variable and pointless null-check
Panu Matilainen
1
-4
/
+0
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts code
Panu Matilainen
1
-1
/
+1
2009-08-17
Eliminate unused code (leftover from ordering rewrite)
Panu Matilainen
1
-18
/
+0
2009-06-11
Add preferred color to rpmal
Panu Matilainen
1
-1
/
+1
2009-06-10
Split ordering code to separate source file
Panu Matilainen
1
-0
/
+708