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
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
4
-23
/
+36
2008-05-16
Make extension formatter functions opaque
Panu Matilainen
4
-62
/
+58
2008-05-16
Eliminate the now unnecessary extension type fields
Panu Matilainen
4
-43
/
+30
2008-05-16
Split format and tag extensions to separate tables
Panu Matilainen
4
-4
/
+9
2008-05-15
Dumb segfault in %posttrans
Panu Matilainen
1
-0
/
+1
2008-05-15
Unbreak conditional formatting
Panu Matilainen
1
-1
/
+2
2008-05-15
Change headerTagTagFunction() to take tag container as arg
Panu Matilainen
3
-172
/
+90
2008-05-15
Eliminate unnecessary extension fields
Panu Matilainen
1
-13
/
+14
2008-05-15
Permit tags down to HEADER_IMAGE in queries to match previous behavior
Panu Matilainen
1
-1
/
+1
2008-05-15
Unify header and extension tag handling of headerFormat()
Panu Matilainen
1
-114
/
+49
2008-05-15
Convert rpmtsAddInstallElement() to new headerGet()
Panu Matilainen
1
-7
/
+7
2008-05-14
Commentary fixes
Panu Matilainen
1
-1
/
+2
2008-05-14
Teach headerGet() to retrieve extension tags if enabled with flags
Panu Matilainen
2
-2
/
+43
2008-05-14
Simplify rpmDisplayQueryTags()
Panu Matilainen
1
-14
/
+0
2008-05-14
Teach rpm tag table about extensions
Panu Matilainen
3
-3
/
+15
2008-05-14
Convert headerRegenSigHeader() to new header iterator interface
Panu Matilainen
1
-24
/
+15
2008-05-14
Convert headerMergeLegacySigs() to new header iterator interface
Panu Matilainen
1
-28
/
+21
2008-05-14
Convert headerGetColor() to use new headerGet() interface
Panu Matilainen
1
-12
/
+6
2008-05-14
Convert addTE() to new headerGet() interface
Panu Matilainen
1
-24
/
+12
2008-05-14
Convert rpmteNew() to use new headerGet() interface
Panu Matilainen
1
-6
/
+5
2008-05-13
Simplify rpmInstallLoadMacros() a bit
Panu Matilainen
1
-17
/
+10
2008-05-13
Add some more rpmtd access methods
Panu Matilainen
2
-0
/
+92
2008-05-13
Convert runInstScript() to use new style headerGet()
Panu Matilainen
1
-25
/
+12
2008-05-13
Simplify prefix shuffling in psm runScript()
Panu Matilainen
1
-23
/
+13
2008-05-13
Add methods to construct tag containers from argv and argi arrays
Panu Matilainen
2
-0
/
+71
2008-05-13
Add support for iterating over tag data container
Panu Matilainen
2
-0
/
+63
2008-05-13
Add rpmtdTag() method
Panu Matilainen
2
-0
/
+14
2008-05-13
Convert headerCopyTags() to use rpmtd internally
Panu Matilainen
1
-7
/
+4
2008-05-13
Convert headerCopy() to use the new interfaces internally
Panu Matilainen
1
-9
/
+7
2008-05-13
Add headerPut() for adding data to headers through tag container
Panu Matilainen
2
-0
/
+27
2008-05-13
Use a macro for copying td entries in compat wrappers
Panu Matilainen
1
-18
/
+12
2008-05-13
Convert header tag iterator to use rpmtd
Panu Matilainen
2
-8
/
+35
2008-05-13
Convert headerGetEntry() internals to use rpmtd for data
Panu Matilainen
2
-18
/
+61
2008-05-13
Start converting header internals to use the rpmtd struct
Panu Matilainen
1
-20
/
+47
2008-05-13
New "tag data" container struct + some basic methods to deal with it
Panu Matilainen
5
-1
/
+103
2008-05-12
Remove tags from headerSprintfArguments
Panu Matilainen
1
-2
/
+0
2008-05-12
Use rpmTagGetFoo() instead of local myTagFoo() versions
Panu Matilainen
1
-47
/
+3
2008-05-12
Push extension defaults one level deeper into headerFormat()
Panu Matilainen
2
-13
/
+5
2008-05-12
Simplify header extension handling
Panu Matilainen
4
-37
/
+11
2008-05-12
Move headerVerifyInfo() to header.[ch] where it logically belongs
Panu Matilainen
4
-60
/
+38
2008-05-12
Eliminate copy-paste versions of hdrchkFoo() macros
Panu Matilainen
3
-54
/
+27
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
5
-11
/
+8
2008-05-12
Add simpler headerFormat() function, deprecate headerSprintf()
Panu Matilainen
2
-4
/
+30
2008-05-12
Split header sprintf formatting to separate source
Panu Matilainen
4
-1123
/
+1132
2008-05-12
Move header "default" formats to formats.c along with the rest of 'em
Panu Matilainen
2
-165
/
+165
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
23
-37
/
+174
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
20
-0
/
+13104
2008-05-12
Rip old, bit-rotten librpm test programs
Panu Matilainen
7
-672
/
+0
2008-05-08
Caught pants down with strlcpy() vs strncpy() semantics
Panu Matilainen
1
-2
/
+2
2008-05-08
Check for transaction root sanity in rpmtsSetRootDir()
Panu Matilainen
2
-10
/
+12
[next]