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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-25
Split rpm problem type + its "methods" to separate source + header
Panu Matilainen
5
-347
/
+375
2010-03-25
Add public function for testing problem equality
Panu Matilainen
2
-20
/
+30
2010-03-25
Lose unused ignoreProblem from rpmProblem struct
Panu Matilainen
1
-10
/
+0
2010-03-25
Minor cleanup to rpmpsGetProblem()
Panu Matilainen
1
-3
/
+3
2010-03-25
Minor cleanup to rpmpsAppendProblem()
Panu Matilainen
1
-4
/
+2
2010-03-25
Minor cleanup to rpmpsFreeIterator()
Panu Matilainen
1
-2
/
+1
2010-03-25
Dont bother allocating iterator if there's no data to iterate
Panu Matilainen
1
-1
/
+1
2010-03-25
Clean up verifyDependencies() a bit, no functional changes
Panu Matilainen
1
-17
/
+14
2010-03-25
Sanitize verifyscript handling a bit
Panu Matilainen
1
-12
/
+6
2010-03-25
Revert "Transaction element type is not a bitfield but a plain old enum"
Panu Matilainen
1
-2
/
+2
2010-03-24
Remove rpmteColorDS() from the API/ABI
Panu Matilainen
2
-8
/
+2
2010-03-23
First take at pluggable file attribute + dependency extraction system
Panu Matilainen
1
-0
/
+1
2010-03-23
Fix fallout from rpmgi.h moving to internal path
Panu Matilainen
5
-5
/
+4
2010-03-22
Lose leftover RPMDBI_ARGLIST rpmgi pseudo tag
Panu Matilainen
2
-8
/
+0
2010-03-22
Mop up leftovers from past times
Panu Matilainen
1
-3
/
+0
2010-03-22
Oops, remember to free transaction set in rpmgi
Panu Matilainen
1
-0
/
+1
2010-03-22
Lose completely unused rpmte_debug junk
Panu Matilainen
3
-10
/
+0
2010-03-22
Take a transaction set reference on verified db iteration
Panu Matilainen
1
-2
/
+3
2010-03-22
Document rpmteHeader() returning a new header reference
Panu Matilainen
1
-1
/
+1
2010-03-22
Lose the useless rpmio refcounting debug junk
Panu Matilainen
4
-12
/
+10
2010-03-22
Lose the useless rpmdb refcounting debug junk + switches
Panu Matilainen
3
-24
/
+12
2010-03-22
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
4
-38
/
+15
2010-03-22
Lose the useless rpmps refcounting debug junk
Panu Matilainen
4
-20
/
+9
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
7
-45
/
+16
2010-03-22
Lose the useless rpmts refcounting debug messages + debug switches
Panu Matilainen
6
-27
/
+15
2010-03-22
Handle obsoletions within the added package set automatically
Panu Matilainen
1
-6
/
+28
2010-03-22
Use package NEVRA for replaced/skipped messages, simplify
Panu Matilainen
1
-24
/
+12
2010-03-22
Avoid redundant headerGet()'s on arch and os
Panu Matilainen
1
-2
/
+2
2010-03-22
Refactor duplicate checking out of rpmtsAddInstallElement()
Panu Matilainen
1
-67
/
+58
2010-03-22
Eliminate redundant if
Panu Matilainen
1
-4
/
+1
2010-03-19
Dont bother hanging onto header in rpmgi
Panu Matilainen
3
-37
/
+14
2010-03-19
Lose some unused leftover rpmgi goo
Panu Matilainen
3
-15
/
+0
2010-03-19
Return headers from rpmgiNext() directly
Panu Matilainen
3
-24
/
+8
2010-03-19
Eliminate rpmgi from public API & ABI
Panu Matilainen
2
-2
/
+7
2010-03-19
Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()
Panu Matilainen
3
-46
/
+13
2010-03-19
Rip RPMDBI_PACKAGES iteration support out of rpmgi
Panu Matilainen
2
-100
/
+51
2010-03-19
One helluva complicated way to pass our own arg back to us
Panu Matilainen
4
-43
/
+6
2010-03-19
Lose unused temporary/pseudo rpmdbi tags
Panu Matilainen
4
-75
/
+7
2010-03-19
Eliminate RPMDBI_ADDED iterator mode from rpmgi
Panu Matilainen
1
-27
/
+0
2010-03-19
Eliminate hysterical --hdlist query option and everything implementing it
Panu Matilainen
6
-53
/
+2
2010-03-19
Eliminate --wtfwalk .. err, --ftswalk and everything implementing it
Panu Matilainen
8
-188
/
+5
2010-03-19
Lose useless rpmgi reference counting
Panu Matilainen
2
-48
/
+0
2010-03-19
Lose the hidden and useless transaction add/order through rpmgi hackery
Panu Matilainen
5
-65
/
+0
2010-03-19
Lose unused rpmgiTs()
Panu Matilainen
2
-12
/
+0
2010-03-19
Lose unused qva_char and qva_rc fields from rpmQVKArguments struct
Panu Matilainen
3
-5
/
+2
2010-03-19
Split upgrade + obsolete erasure element addition to helper functions
Panu Matilainen
1
-55
/
+68
2010-03-19
Lose unused/useless variable
Panu Matilainen
1
-2
/
+1
2010-03-19
Use a macro for the common color skipping checks
Panu Matilainen
1
-8
/
+7
2010-03-19
Dont bother taking ds reference on obsoletes, we dont do it elsewhere either
Panu Matilainen
1
-3
/
+1
2010-03-19
Dead code removal
Panu Matilainen
1
-4
/
+2
[next]