summaryrefslogtreecommitdiff
path: root/rpmdb/header.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-07Fix field-width specifiers when no space between (rhbz#323221)Panu Matilainen1-1/+3
2008-01-02Teach (unused) headerFreeTag about RPM_FORCEFREE_TYPEPanu Matilainen1-1/+1
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen1-7/+7
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-37/+38
2007-12-19Const-pedantry here and there...Panu Matilainen1-4/+4
2007-12-18Stick constfree to extension cache cleanupPanu Matilainen1-1/+1
2007-12-18Drop bogus const from headerFreeTag() data pointerPanu Matilainen1-1/+1
2007-12-17Drop const from temporary variablePanu Matilainen1-1/+1
2007-12-17Unbreak array query formatsPanu Matilainen1-5/+7
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-30/+30
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-19/+20
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-5/+7
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-20/+22
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-13Fix rpm -K segfaulting on corrupted headerPanu Matilainen1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-86/+86
2007-10-10Un-inline common header access functionsPanu Matilainen1-3/+1
2007-10-06Rename static headerXXX functions into _headerXXX to avoid clashes with stati...Ralf Corsépius1-104/+104
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius1-3/+14
2007-10-05Use size_t for sizes.Ralf Corsépius1-4/+4
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-11Remove splint tags.Ralf Corsépius1-535/+106
2007-09-05Make formatValue() use the bin2hex helper.Panu Matilainen1-19/+2
2007-09-05Nuke RHL 5.2 specific hack.Panu Matilainen1-11/+0
2007-07-11More char ptr signedness fixes.Panu Matilainen1-6/+6
2004-10-09Splint fiddles.jbj1-2/+8
2004-06-15Use tag table passed to headerSprintf rather than tagName() for xml lookup.jbj1-18/+48
2003-12-30- use -fPIC -DPIC on all platforms, not just mandatory (#112713).jbj1-1/+2
2003-06-04dump xml queryformat debugging code.jbj1-24/+0
2003-04-03Gettextify output strftime(3) formats (#83611).jbj1-2/+3
2003-04-02Splint fiddles.jbj1-1/+8
2003-03-24Add benchmark stopwatch, change precision from milli- to micro-secs.jbj1-3/+5
2003-03-14Unchain iterator on NULL return.jbj1-2/+2
2003-03-12Sanity.jbj1-4/+4
2003-03-12Don't put newlines in base64 tag, add rpmHeader tag.jbj1-6/+35
2003-03-12- --queryformat '[%{*:xml}\n]' to dump header content in XML.jbj1-85/+159
2003-03-11Use an iterator to hide pattern matching on tag/ext names.jbj1-144/+192
2003-03-10- upgrade to zlib-1.2.beta7.jbj1-7/+9
2003-03-10Minimize ars passed throuch headerSprintf call chain.jbj1-325/+250
2003-01-08- python: put rpmmodule.so where python expects to find.jbj1-2/+1
2002-12-29- fix :armor query extension, tgpg mktmp handling (#80684).jbj1-3/+5
2002-12-28splint fiddles.jbj1-14/+19
2002-12-28- error if querying with iterator on different sized arrays.jbj1-100/+214
2002-11-19Correct doxygen-1.2.18 warnings.jbj1-1/+1
2002-10-25- fix: /dev/initctl has not MD5 segfault (#76718).jbj1-0/+1
2002-09-17- lclint clean.jbj1-0/+10
2002-09-16Sync with rpm-4.1 parsing changes.jbj1-20/+77
2002-09-04- fix: register SIGCHLD handler before forking (#73134).jbj1-2/+3