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-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
2003-12-30
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
jbj
1
-1
/
+2
2003-06-04
dump xml queryformat debugging code.
jbj
1
-24
/
+0
2003-04-03
Gettextify output strftime(3) formats (#83611).
jbj
1
-2
/
+3
2003-04-02
Splint fiddles.
jbj
1
-1
/
+8
2003-03-24
Add benchmark stopwatch, change precision from milli- to micro-secs.
jbj
1
-3
/
+5
2003-03-14
Unchain iterator on NULL return.
jbj
1
-2
/
+2
2003-03-12
Sanity.
jbj
1
-4
/
+4
2003-03-12
Don't put newlines in base64 tag, add rpmHeader tag.
jbj
1
-6
/
+35
2003-03-12
- --queryformat '[%{*:xml}\n]' to dump header content in XML.
jbj
1
-85
/
+159
2003-03-11
Use an iterator to hide pattern matching on tag/ext names.
jbj
1
-144
/
+192
2003-03-10
- upgrade to zlib-1.2.beta7.
jbj
1
-7
/
+9
2003-03-10
Minimize ars passed throuch headerSprintf call chain.
jbj
1
-325
/
+250
2003-01-08
- python: put rpmmodule.so where python expects to find.
jbj
1
-2
/
+1
2002-12-29
- fix :armor query extension, tgpg mktmp handling (#80684).
jbj
1
-3
/
+5
2002-12-28
splint fiddles.
jbj
1
-14
/
+19
2002-12-28
- error if querying with iterator on different sized arrays.
jbj
1
-100
/
+214
[next]