summaryrefslogtreecommitdiff
path: root/lib/formats.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-03Initialize nb before usePanu Matilainen1-1/+1
2008-04-30Rewrite xmlFormat() and remove useless xmlstrlen() and xmlstrcpy()Jindrich Novy1-65/+37
2008-04-16Oops, only free if allocated ;)Panu Matilainen1-2/+4
2008-04-16Plug a memory leak in armorFormat()Panu Matilainen1-1/+4
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-1/+2
2008-04-07Missing rpmstring.h includePanu Matilainen1-0/+1
2008-04-03Simplify message key creation in i18nTag()Jindrich Novy1-13/+6
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-2/+2
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-23/+23
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-5/+7
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-2/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen1-8/+8
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-33/+33
2007-12-19Const pedantryPanu Matilainen1-8/+10
2007-12-15Avoid mixing local malloc with const parameter pointerPanu Matilainen1-5/+6
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-4/+4
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-23/+23
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-18/+20
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-1/+0
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen1-1/+1
2007-11-26Type pedantery.Ralf Corsépius1-1/+1
2007-11-26Eliminate type "byte"Ralf Corsépius1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-3/+3
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+1
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen1-1/+1
2007-11-07Remove unused variablePanu Matilainen1-1/+0
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-13/+12
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmfi.h" instead of <rpmfi.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-35/+35
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-1/+1
2007-09-20Remove unnecessary includePanu Matilainen1-1/+0
2007-09-11Remove splint tags.Ralf Corsépius1-212/+76
2007-09-03Rip out unnecessary selinux babbage.Panu Matilainen1-50/+0
2007-09-03Kill remaining uses of selinux filecontexts in headers..Panu Matilainen1-25/+0
2007-07-11Quiesce false gcc unused variable warning.Panu Matilainen1-1/+2
2007-06-18Don't segfault on a header without RPMTAG_NAME (rhbz#239557).Panu Matilainen1-2/+5
2005-01-26- add missing #if defined(ENABLE_NLS) (#146184).jbj1-0/+2
2005-01-17Build on macosx.jbj1-1/+5