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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-22
Change most of the FDSANE() asserts into good old NULL-checks
Panu Matilainen
1
-28
/
+22
2010-03-22
Lose the useless rpmio refcounting debug junk
Panu Matilainen
8
-62
/
+49
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
5
-39
/
+16
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
9
-49
/
+19
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
There's nothing to translate in fts.c, remove from POTFILES.in
Panu Matilainen
1
-1
/
+0
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
3
-3
/
+7
2010-03-19
Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()
Panu Matilainen
3
-46
/
+13
2010-03-19
Bury FTS inside librpmbuild and eliminate from public ABI
Panu Matilainen
5
-6
/
+14
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
5
-79
/
+8
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
7
-57
/
+4
2010-03-19
Eliminate --wtfwalk .. err, --ftswalk and everything implementing it
Panu Matilainen
9
-191
/
+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
Verify the various version comparison results in testsuite
Panu Matilainen
1
-15
/
+24
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
2010-03-19
Use the element color instead of header color
Panu Matilainen
1
-1
/
+1
2010-03-18
Oops, more leftovers from rpmal debug goo
Panu Matilainen
1
-4
/
+0
2010-03-18
Lose leftovers from former rpmal implementation
Panu Matilainen
2
-10
/
+0
2010-03-18
Helper function for pruned iterators used in dependency checking
Panu Matilainen
1
-15
/
+12
2010-03-18
Lose anaconda-specific check from 2000
Panu Matilainen
1
-23
/
+18
2010-03-18
rpmalAdd() prototype cosmetics
Panu Matilainen
1
-3
/
+1
2010-03-18
Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() static
Panu Matilainen
4
-19
/
+4
2010-03-18
Make rpmalAllFileSatisfiesDepend() and rpmalAllSatisfiesDepend() static
Panu Matilainen
2
-26
/
+4
2010-03-18
Minor cleanups to rpmtsAddInstallElement()
Panu Matilainen
1
-12
/
+4
2010-03-18
Eww, we dont want obsoletion by file names
Panu Matilainen
1
-4
/
+1
2010-03-18
Refuse to install obsoleted packages (RhBug:486565)
Panu Matilainen
1
-0
/
+6
2010-03-18
Replace the checkPackageDeps() monster with per-ds problem check helper
Panu Matilainen
1
-42
/
+21
2010-03-18
Lump the copy-paste checkDependentFoo() functions into one
Panu Matilainen
1
-27
/
+9
2010-03-18
Add a new problem type for obsoletes
Panu Matilainen
4
-0
/
+8
2010-03-18
Lose deprecated rpmtsFindPubkey()
Panu Matilainen
2
-24
/
+0
[next]