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
/
rpmdb
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-12
Start (re-)joining librpmdb and librpm
Panu Matilainen
1
-3039
/
+0
2008-04-29
Avoid alloca() in headerLoad()
Panu Matilainen
1
-1
/
+3
2008-04-29
Avoid alloca() in findTag()
Panu Matilainen
1
-8
/
+7
2008-04-29
Avoid alloca() in shescapeFormat()
Panu Matilainen
1
-4
/
+4
2008-04-29
Avoid alloca() in headerAddI18NString()
Panu Matilainen
1
-3
/
+5
2008-04-29
This code has been commented out since -99, time to let go...
Panu Matilainen
1
-36
/
+0
2008-04-28
Eliminate pointless alloca() of hsa struct
Panu Matilainen
1
-31
/
+32
2008-04-28
Remove bogus/misleading return value of hsaInit() and hsaFini()
Panu Matilainen
1
-8
/
+4
2008-04-28
Remove useless hsa != NULL checks
Panu Matilainen
1
-10
/
+6
2008-04-07
Eliminate several copy-paste hex converters, use pgpHexStr() instead
Panu Matilainen
1
-1
/
+2
2008-03-24
Remove bogus consts from rpmdb and dbi structs
Panu Matilainen
1
-2
/
+2
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-4
/
+4
2008-03-06
Make headerCopyTags() tag list const, the list isn't modified..
Panu Matilainen
1
-2
/
+3
2008-03-06
Mark various header tables and definitions as read-only
Panu Matilainen
1
-4
/
+4
2008-02-14
Improve header i18n locale matching
Panu Matilainen
1
-5
/
+7
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-18
/
+18
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-31
/
+31
2008-02-04
Remove double documention for exported header functions
Panu Matilainen
1
-209
/
+0
2008-02-04
Rip the useless header method vectors
Panu Matilainen
1
-143
/
+86
2008-02-04
Add rpm_time_t type for time types (in headers), use where spotted
Panu Matilainen
1
-2
/
+2
2008-01-30
Move rpmTagType stuff to rpmtag.h now that they can move
Panu Matilainen
1
-0
/
+1
2008-01-07
Fix field-width specifiers when no space between (rhbz#323221)
Panu Matilainen
1
-1
/
+3
2008-01-02
Teach (unused) headerFreeTag about RPM_FORCEFREE_TYPE
Panu Matilainen
1
-1
/
+1
2008-01-02
Use size_t, not int for header format padding args
Panu Matilainen
1
-7
/
+7
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-37
/
+38
2007-12-19
Const-pedantry here and there...
Panu Matilainen
1
-4
/
+4
2007-12-18
Stick constfree to extension cache cleanup
Panu Matilainen
1
-1
/
+1
2007-12-18
Drop bogus const from headerFreeTag() data pointer
Panu Matilainen
1
-1
/
+1
2007-12-17
Drop const from temporary variable
Panu Matilainen
1
-1
/
+1
2007-12-17
Unbreak array query formats
Panu Matilainen
1
-5
/
+7
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-30
/
+30
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-19
/
+20
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-5
/
+7
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-20
/
+22
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-1
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move the xstr*() string variants from rpmio.h to rpmstring.h
Panu Matilainen
1
-0
/
+1
2007-11-13
Fix rpm -K segfaulting on corrupted header
Panu Matilainen
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-86
/
+86
2007-10-10
Un-inline common header access functions
Panu Matilainen
1
-3
/
+1
2007-10-06
Rename static headerXXX functions into _headerXXX to avoid clashes with stati...
Ralf Corsépius
1
-104
/
+104
2007-10-06
Add description-stubs to doxygen blocks to silence doxygen warnings.
Ralf Corsépius
1
-3
/
+14
2007-10-05
Use size_t for sizes.
Ralf Corsépius
1
-4
/
+4
2007-09-20
Move _free() into system.h for now
Panu Matilainen
1
-12
/
+0
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-535
/
+106
2007-09-05
Make formatValue() use the bin2hex helper.
Panu Matilainen
1
-19
/
+2
2007-09-05
Nuke RHL 5.2 specific hack.
Panu Matilainen
1
-11
/
+0
2007-07-11
More char ptr signedness fixes.
Panu Matilainen
1
-6
/
+6
2004-10-09
Splint fiddles.
jbj
1
-2
/
+8
2004-06-15
Use tag table passed to headerSprintf rather than tagName() for xml lookup.
jbj
1
-18
/
+48
[next]