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
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-09
Initialize diff on declaration where it fits comfortably on one line
Panu Matilainen
1
-6
/
+3
2009-09-09
Move variable to block local scope, not needed elsewhere
Panu Matilainen
1
-2
/
+1
2009-09-09
Remove unnecessary assignment, diff is block local scope here
Panu Matilainen
1
-2
/
+1
2009-09-07
Eliminate unused variable
Panu Matilainen
1
-2
/
+0
2009-09-07
Remove unused initialization
Panu Matilainen
1
-1
/
+1
2009-09-04
Fix memleak in headerGetDumber() .. err .. Number()
Panu Matilainen
1
-0
/
+1
2009-09-02
Add convenience function for retrieving numeric header data
Panu Matilainen
1
-0
/
+12
2009-09-02
Oops, dont leak memory on invalid types to headerGet[As]String()
Panu Matilainen
1
-4
/
+8
2009-09-02
Add two new convenience functions for header string data
Panu Matilainen
1
-0
/
+25
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header code
Panu Matilainen
1
-5
/
+5
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-1
/
+0
2009-07-03
Unify extension + header data getter calling conventions
Panu Matilainen
1
-29
/
+10
2009-07-03
Pass headerGet flags to extensions too (unused for now)
Panu Matilainen
1
-2
/
+3
2009-07-03
Eliminate unused calculations originating from the "8/98 bug"
Panu Matilainen
1
-44
/
+3
2009-07-03
Re-enable rdlen vs dl header check
Panu Matilainen
1
-2
/
+0
2009-06-23
Set HEADERFLAGS_ALLOCATED centrally from headerLoad()
Panu Matilainen
1
-13
/
+6
2009-03-10
Don't return data from headerGet() on regionSwab() failure
Panu Matilainen
1
-0
/
+4
2009-01-20
Add headerGet() flag to request argv-style NULL-terminated string arrays
Panu Matilainen
1
-2
/
+7
2009-01-19
Fix memleak from i18n strings if retrieved with HEADERGET_ALLOC
Panu Matilainen
1
-0
/
+1
2009-01-05
Eliminate header magic duplication all over the place, export it
Panu Matilainen
1
-5
/
+5
2009-01-05
Remove unnecessary HEADER_FOOTAG definitions
Panu Matilainen
1
-2
/
+2
2008-11-30
Add and use (internal) method for setting header instance
Panu Matilainen
1
-0
/
+5
2008-11-12
Add rpmdb record number to headers retrieved from rpmdb
Panu Matilainen
1
-0
/
+6
2008-08-07
Permit i18nstring in headerPutString()
Panu Matilainen
1
-1
/
+1
2008-07-07
Eliminate couple of timedRead() uses where we control how fd is opened
Panu Matilainen
1
-1
/
+0
2008-07-03
Change headerPutString() arg name to match the others
Panu Matilainen
1
-3
/
+3
2008-06-19
Dumb, dumb thinko/leftover from earlier prototype...
Panu Matilainen
1
-1
/
+2
2008-06-19
Add type-safe headerPutFoo() methods for supported tag data types
Panu Matilainen
1
-0
/
+93
2008-06-18
Convert headerAddI18NString() to use headerPut()
Panu Matilainen
1
-3
/
+16
2008-06-18
Switch around headerAdd*Entry() family vs headerPut()
Panu Matilainen
1
-27
/
+20
2008-06-18
Switch around headerMod() and headerModifyEntry()
Panu Matilainen
1
-12
/
+6
2008-06-18
Stuff legacy compat wrappers out of sight into header_internal.c
Panu Matilainen
1
-94
/
+0
2008-06-18
Start shredding legacy cruft out of header code
Panu Matilainen
1
-43
/
+3
2008-06-18
Add headerMod() to headerPut() etc family
Panu Matilainen
1
-0
/
+5
2008-06-17
Replace headerRemoveEntry() with headerDel() everywhere
Panu Matilainen
1
-2
/
+2
2008-06-17
Rename headerRemoveEntry() to headerDel(), add compat wrapper
Panu Matilainen
1
-1
/
+6
2008-06-16
Preserve headerNext() allocation behavior
Panu Matilainen
1
-1
/
+1
2008-06-12
Dumb thinko in header data allocation
Panu Matilainen
1
-3
/
+2
2008-06-11
Add headerGet() flag to force allocation of returned data
Panu Matilainen
1
-11
/
+40
2008-06-09
Change tag extension returns codes to match headerGet()
Panu Matilainen
1
-2
/
+1
2008-06-06
Handle RPM_INT64_TYPE in header functions
Jindrich Novy
1
-1
/
+20
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-05-21
Turn rpmtd freeData into flag bitfield, allowing more precise control
Panu Matilainen
1
-1
/
+5
2008-05-21
Avoid leaking memory on legacy header interface emulation
Panu Matilainen
1
-0
/
+2
2008-05-17
Move all i18n string munging into separate function
Panu Matilainen
1
-19
/
+28
2008-05-17
Add HEADERGET_RAW flag to disable i18n lookups
Panu Matilainen
1
-9
/
+13
2008-05-17
Push header getter flags down to internal helpers
Panu Matilainen
1
-8
/
+7
2008-05-17
Add typedefs for header get/put flags, use instead of int
Panu Matilainen
1
-2
/
+2
2008-05-16
Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the API
Panu Matilainen
1
-0
/
+2
2008-05-16
Push finding of formatter and tag extension functions down to formats.c
Panu Matilainen
1
-16
/
+1
[prev]
[next]