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
/
rpmte.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-24
Remove rpmteColorDS() from the API/ABI
Panu Matilainen
1
-1
/
+2
2010-03-22
Lose completely unused rpmte_debug junk
Panu Matilainen
1
-2
/
+0
2010-03-22
Lose the useless rpmio refcounting debug junk
Panu Matilainen
1
-3
/
+3
2010-03-22
Lose the useless rpmps refcounting debug junk
Panu Matilainen
1
-1
/
+1
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-18
Add a new problem type for obsoletes
Panu Matilainen
1
-0
/
+1
2010-03-17
Use a switch-case when switch-case is called for
Panu Matilainen
1
-16
/
+9
2010-03-12
Add a few API bits for problem sets in transaction elements
Panu Matilainen
1
-1
/
+29
2010-03-12
Move rpmte-specific problem creation to a helper function
Panu Matilainen
1
-6
/
+14
2010-03-12
Split file state structures + routines out of rpmte to separate sources
Panu Matilainen
1
-98
/
+0
2010-02-25
Improve failed transaction element behavior + logging
Panu Matilainen
1
-1
/
+1
2010-02-25
Count the number of failures for transaction elements
Panu Matilainen
1
-4
/
+3
2010-02-25
Move rpmteTypeString() back to rpmte, internal only though
Panu Matilainen
1
-0
/
+9
2010-02-22
Remove unused os and arch score from transaction elements
Panu Matilainen
1
-5
/
+0
2010-02-09
Use a more reasonable type for rpmteHeaderSize()
Panu Matilainen
1
-2
/
+2
2010-02-05
Add rpmteHeaderSize
Florian Festi
1
-0
/
+6
2009-12-21
Bury ordering structures and their alloc+free inside order.c
Panu Matilainen
1
-25
/
+2
2009-12-21
Eliminate the rpmte tsort info manipulation public API
Panu Matilainen
1
-60
/
+0
2009-12-21
Move tsort data out of rpmte into, duh, tsortInfo
Panu Matilainen
1
-20
/
+16
2009-12-18
Move transaction element iterator into rpmts.c where it logically belongs
Panu Matilainen
1
-49
/
+0
2009-12-17
Eliminate unused and unnecessary rpmteBreadth() and rpmteSetBreadth()
Panu Matilainen
1
-16
/
+0
2009-12-17
Eliminate unnecessary rpmtsiOc()
Panu Matilainen
1
-7
/
+0
2009-12-17
Eliminate unused + unnecessary transaction element iterator mode
Panu Matilainen
1
-7
/
+2
2009-12-17
Eliminate unnecessary ts ping-pong inside rpmte
Panu Matilainen
1
-11
/
+8
2009-12-17
Fix ts element package file size on large packages
Panu Matilainen
1
-6
/
+1
2009-12-17
Eliminate now unnecessary rpmteFd()
Panu Matilainen
1
-5
/
+0
2009-12-17
Move payload open into rpmte (internal) method
Panu Matilainen
1
-1
/
+13
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-22
/
+9
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
Don't bother relocating packages no files
Panu Matilainen
1
-1
/
+1
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-1
/
+0
2009-07-09
Fix package relocatability checking, broken since forever
Panu Matilainen
1
-6
/
+12
2009-06-04
Rewrite ordering
Florian Festi
1
-12
/
+15
2009-04-03
Make sure installed files have state (rhbz#492947)
Panu Matilainen
1
-6
/
+6
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
1
-20
/
+1
2009-03-26
Also order erases.
Florian Festi
1
-2
/
+2
2009-03-26
Implement rpmteSetDependsOn and rpmteDependsOn using a rpmte
Florian Festi
1
-4
/
+7
2009-03-09
Fix RPMTAG_FILESTATES in rpmdb
Panu Matilainen
1
-1
/
+1
2009-01-15
Add extra parameter to rpmteClose() to control fi behavior
Panu Matilainen
1
-3
/
+5
2009-01-07
rpmRelocateFileList() doesn't need rpmte for anything, just file states
Panu Matilainen
1
-1
/
+1
2009-01-05
Validate + sort relocations in rpmte at create time
Panu Matilainen
1
-22
/
+95
2009-01-05
Relocation needs to be called even if no relocs specified
Panu Matilainen
1
-1
/
+1
2009-01-02
rpmte struct is now fully opaque throughout rpm
Panu Matilainen
1
-0
/
+53
2009-01-02
Add rpmteSetFd() (internal) function
Panu Matilainen
1
-0
/
+11
2008-12-22
Perform relocations from rpmte instead of rpmfi
Panu Matilainen
1
-14
/
+17
2008-12-19
Optionally reload ts element file info in rpmteOpen(), free in close
Panu Matilainen
1
-1
/
+10
2008-12-19
Add rpmteSetFI() ts element method
Panu Matilainen
1
-0
/
+10
2008-12-10
Move ->actions from rpmfi to rpmfs
Florian Festi
1
-0
/
+22
2008-12-10
Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi ...
Florian Festi
1
-1
/
+28
2008-12-10
Create a new datastructure rpmfs aka File States that contains the informatio...
Florian Festi
1
-0
/
+68
[next]