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
2013-02-02
Extending rpm plugin interface, part 1
Elena Reshetova
1
-1
/
+1
2013-02-02
remove patch from suse
Anas Nashif
1
-2
/
+0
2013-02-02
add packaging files
Anas Nashif
1
-0
/
+2
2012-11-01
Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for now
Panu Matilainen
1
-0
/
+4
2012-10-02
Dont bother with rpmRelocateFileList() if relocations have been specified
Panu Matilainen
1
-1
/
+1
2012-09-27
Remove leftover, no longer valid comment
Panu Matilainen
1
-1
/
+0
2012-09-13
Put transaction element "self" dependency set into global pool too
Panu Matilainen
1
-1
/
+1
2012-09-12
Add infastructure for global transaction set string pool
Panu Matilainen
1
-6
/
+8
2012-08-24
Make rpmteHaveTransScript() available internally
Panu Matilainen
1
-1
/
+1
2012-08-07
Fix RPMPROB_FILTER_FORCERELOCATE aka --badreloc (RhBug:828784)
Panu Matilainen
1
-2
/
+18
2012-04-24
Eliminate header and rpmte knowledge from rpmfs
Panu Matilainen
1
-2
/
+6
2012-03-21
Transaction element file info can be legally NULL in some cases
Panu Matilainen
1
-3
/
+4
2012-03-20
Don't free up file info sets on transaction test-runs, take II
Panu Matilainen
1
-1
/
+2
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
1
-1
/
+5
2012-01-28
Add some basic sanity checks to rpmte creation, allow rpmteNew() to fail
Panu Matilainen
1
-3
/
+23
2012-01-28
Move TR_ADDED file size init into addTE()
Panu Matilainen
1
-8
/
+4
2011-12-01
Allow pre- and posttrans to omit interpreter or body (again)
Panu Matilainen
1
-2
/
+2
2011-11-22
Ehm, %pretrans failure shouldn't abort the entire transaction
Panu Matilainen
1
-2
/
+1
2011-09-01
Source formatting cosmetics: function blocks start on the next line
Panu Matilainen
1
-3
/
+6
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part IV
Panu Matilainen
1
-1
/
+1
2011-05-25
Don't run collections on script stages like %pre/posttrans, ugh.
Panu Matilainen
1
-3
/
+7
2011-04-05
Dont reference transaction set from transaction elements
Panu Matilainen
1
-2
/
+1
2010-12-22
Make rpmplugins.h private for now
Panu Matilainen
1
-1
/
+1
2010-12-13
Implement transaction ordering hinting
Panu Matilainen
1
-0
/
+4
2010-10-26
Bury stripTrailingChar() inside the only remaining user
Panu Matilainen
1
-0
/
+8
2010-10-22
Switch rpmte API and internals to use rpmTagVal instead of rpmTag
Panu Matilainen
1
-2
/
+2
2010-09-21
Avoid stepping on toes of relatives, part 1
Panu Matilainen
1
-4
/
+4
2010-09-13
Fix some broken fooUnlink() usages
Panu Matilainen
1
-1
/
+1
2010-09-01
Update the plugin architecture to allow for remembering state
Steve Lawrence
1
-98
/
+38
2010-06-23
Use rpmlog() instead of fprintf() for collection error messages
Panu Matilainen
1
-4
/
+5
2010-06-22
Determine when to perform Collection actions
Steve Lawrence
1
-0
/
+65
2010-06-22
Add plugin calling support
Steve Lawrence
1
-0
/
+130
2010-05-07
Convert rpmte internals to use the transaction pointer from element itself
Panu Matilainen
1
-25
/
+25
2010-05-07
Store pointer to transaction set in transaction elements
Panu Matilainen
1
-6
/
+5
2010-05-06
Move header filecount retrieve from addTE() to rpmfsNew()
Panu Matilainen
1
-9
/
+1
2010-05-06
Move delTE() inline to rpmteFree()
Panu Matilainen
1
-41
/
+26
2010-03-29
Hide rpmte open/close/error etc logic inside rpmteProcess()
Panu Matilainen
1
-5
/
+33
2010-03-29
Remove unused dependency set file reference count
Panu Matilainen
1
-12
/
+2
2010-03-26
Take advantage of rpmdsInstance() in dependency problem reporting
Panu Matilainen
1
-2
/
+2
2010-03-26
Avoid unnecessary argument now that problem pkgNEVRA is always te NEVRA
Panu Matilainen
1
-5
/
+4
2010-03-26
Change the problem data arrangement for dependency problems
Panu Matilainen
1
-2
/
+2
2010-03-26
Filter out duplicate problems when adding to element problem sets
Panu Matilainen
1
-4
/
+15
2010-03-26
Eliminate rpmpsAppend() from the API
Panu Matilainen
1
-7
/
+14
2010-03-26
Push problem creation argument sanitation to the level below
Panu Matilainen
1
-2
/
+2
2010-03-26
Sanitize rpmteAddProblem() arguments
Panu Matilainen
1
-5
/
+4
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
[next]