Age | Commit message (Expand) | Author | Files | Lines |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -3/+3 |
2007-11-16 | Split digest-stuff out of rpmio_internal to separate header | Panu Matilainen | 1 | -1/+1 |
2007-11-07 | Document rpmio_internal.h uses outside rpmio/ | Panu Matilainen | 1 | -1/+1 |
2007-11-07 | Remove unused variable | Panu Matilainen | 1 | -1/+0 |
2007-11-02 | Use NSS instead of beecrypt for encryption (Tomas Mraz) | Panu Matilainen | 1 | -13/+12 |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmfi.h" instead of <rpmfi.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -35/+35 |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -1/+1 |
2007-09-20 | Remove unnecessary include | Panu Matilainen | 1 | -1/+0 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -212/+76 |
2007-09-03 | Rip out unnecessary selinux babbage. | Panu Matilainen | 1 | -50/+0 |
2007-09-03 | Kill remaining uses of selinux filecontexts in headers.. | Panu Matilainen | 1 | -25/+0 |
2007-07-11 | Quiesce false gcc unused variable warning. | Panu Matilainen | 1 | -1/+2 |
2007-06-18 | Don't segfault on a header without RPMTAG_NAME (rhbz#239557). | Panu Matilainen | 1 | -2/+5 |
2005-01-26 | - add missing #if defined(ENABLE_NLS) (#146184). | jbj | 1 | -0/+2 |
2005-01-17 | Build on macosx. | jbj | 1 | -1/+5 |
2005-01-04 | Splint fiddles. | jbj | 1 | -2/+2 |
2004-10-31 | - python: remove ".A" from creaky ts.check() tuple return (#135008). | jbj | 1 | -5/+18 |
2004-06-14 | Typo. | jbj | 1 | -5/+4 |
2004-06-14 | - xml: <integer/> instead of <integer>0</integer> markup. | jbj | 1 | -2/+4 |
2004-06-14 | - xml: use <foo/> markup for empty tags. | jbj | 1 | -6/+13 |
2004-04-01 | revert buildtime tie breaking, not the right thing to do. | jbj | 1 | -4/+4 |
2003-12-23 | - fix some small memory leaks (valgrind). | jbj | 1 | -4/+0 |
2003-12-22 | Add --filecontext, --fscontext, --recontext for 3 sources of security contexts. | jbj | 1 | -1/+76 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -6/+9 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -5/+5 |
2003-04-09 | Splint fiddles. | jbj | 1 | -4/+6 |
2003-04-02 | Splint clean. | jbj | 1 | -3/+25 |
2003-03-12 | Sanity. | jbj | 1 | -2/+41 |
2003-03-12 | Don't put newlines in base64 tag, add rpmHeader tag. | jbj | 1 | -1/+4 |
2003-03-12 | - --queryformat '[%{*:xml}\n]' to dump header content in XML. | jbj | 1 | -70/+77 |
2003-03-10 | - upgrade to zlib-1.2.beta7. | jbj | 1 | -6/+80 |
2002-12-30 | - fix: typo in assertion. | jbj | 1 | -3/+6 |
2002-12-28 | splint fiddles. | jbj | 1 | -55/+6 |
2002-12-28 | - error if querying with iterator on different sized arrays. | jbj | 1 | -14/+14 |
2002-12-24 | - add %%pubkey attribute to read armored pubkey files into header. | jbj | 1 | -3/+10 |
2002-12-21 | splint fiddles. | jbj | 1 | -2/+2 |
2002-12-18 | - add --file{class,provide,require} popt aliases and header extensions | jbj | 1 | -65/+148 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -2/+3 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -9/+6 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 1 | -1/+1 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 1 | -3/+6 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -2/+8 |
2002-07-12 | - display signature details using rpm -qi | jbj | 1 | -7/+77 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 1 | -49/+67 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -1/+31 |
2002-06-10 | - document digital signature verification in rpm.8. | jbj | 1 | -0/+10 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -10/+20 |