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
2010-02-24
Permit simple strings to be returned argv-style from headers too
Panu Matilainen
1
-1
/
+2
2010-01-05
Unconditionally include <netdb.h> where needed instead of system.h
Panu Matilainen
1
-1
/
+1
2009-12-22
Make header struct really opaque outside header.c
Panu Matilainen
1
-0
/
+26
2009-12-22
Move htonll() into header.c and make static, not needed elsewhere
Panu Matilainen
1
-0
/
+9
2009-12-22
Move the higher level convenience functions out of header.c
Panu Matilainen
1
-177
/
+0
2009-09-30
Add alternative header iterator method
Panu Matilainen
1
-9
/
+18
2009-09-09
Eliminate unused goo from findEntry()
Panu Matilainen
1
-11
/
+2
2009-09-09
Handle NULL header in doHeaderUnload()
Panu Matilainen
1
-2
/
+2
2009-09-09
Eliminate pointless increment
Panu Matilainen
1
-1
/
+0
2009-09-09
Eliminate yet more unused calculations from header code...
Panu Matilainen
1
-5
/
+1
2009-09-09
Eliminate unused pad calculations from header code
Panu Matilainen
1
-8
/
+0
2009-09-09
Eliminate yet another unused variable in header code
Panu Matilainen
1
-2
/
+0
2009-09-09
Eliminate last remaining leftovers from "8/98 bug" workaround
Panu Matilainen
1
-6
/
+0
2009-09-09
Eliminate unnecessary variable & related goo from regionSwab()
Panu Matilainen
1
-9
/
+5
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
[next]