summaryrefslogtreecommitdiff
path: root/lib/formats.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-04Splint fiddles.jbj1-2/+2
2004-10-31- python: remove ".A" from creaky ts.check() tuple return (#135008).jbj1-5/+18
2004-06-14Typo.jbj1-5/+4
2004-06-14- xml: <integer/> instead of <integer>0</integer> markup.jbj1-2/+4
2004-06-14- xml: use <foo/> markup for empty tags.jbj1-6/+13
2004-04-01revert buildtime tie breaking, not the right thing to do.jbj1-4/+4
2003-12-23- fix some small memory leaks (valgrind).jbj1-4/+0
2003-12-22Add --filecontext, --fscontext, --recontext for 3 sources of security contexts.jbj1-1/+76
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-6/+9
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-5/+5
2003-04-09Splint fiddles.jbj1-4/+6
2003-04-02Splint clean.jbj1-3/+25
2003-03-12Sanity.jbj1-2/+41
2003-03-12Don't put newlines in base64 tag, add rpmHeader tag.jbj1-1/+4
2003-03-12- --queryformat '[%{*:xml}\n]' to dump header content in XML.jbj1-70/+77
2003-03-10- upgrade to zlib-1.2.beta7.jbj1-6/+80
2002-12-30- fix: typo in assertion.jbj1-3/+6
2002-12-28splint fiddles.jbj1-55/+6
2002-12-28- error if querying with iterator on different sized arrays.jbj1-14/+14
2002-12-24- add %%pubkey attribute to read armored pubkey files into header.jbj1-3/+10
2002-12-21splint fiddles.jbj1-2/+2
2002-12-18- add --file{class,provide,require} popt aliases and header extensionsjbj1-65/+148
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-2/+3
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-9/+6
2002-08-13- supply transitive closure for CLI packages from rpmdb-redhat database.jbj1-1/+1
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-3/+6
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-2/+8
2002-07-12- display signature details using rpm -qijbj1-7/+77
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-49/+67
2002-06-22Factor bounds checking annotations into source code.jbj1-1/+31
2002-06-10- document digital signature verification in rpm.8.jbj1-0/+10
2002-04-08doxygen cleanup.jbj1-10/+20