summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Add couple of new rpmPubkey() methodsPanu Matilainen2-0/+44
2008-07-17Add (and use) refcounting for rpmKeyring and rpmPubkeyPanu Matilainen2-4/+79
2008-07-16Make rpmExpand() smarter wrt memory allocationsPanu Matilainen1-1/+12
2008-07-16Eliminate another unnecessary temp variablePanu Matilainen1-4/+2
2008-07-16Eliminate unnecessary variablePanu Matilainen1-3/+2
2008-07-16Macro argument handling regression (rhbz#455333)Panu Matilainen1-2/+4
2008-07-12NSS uses unsigned int, not size_t for hash lengthsPanu Matilainen1-1/+1
2008-07-08Add a new legacy compatibility header, kill rpmints.hPanu Matilainen1-1/+1
2008-07-07Teach Fflush() about lzdioPanu Matilainen1-0/+4
2008-07-07Kick out ftpStrerror() and related error code definesPanu Matilainen2-94/+3
2008-07-04Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]Panu Matilainen4-205/+2
2008-07-04Make ufdClose() static, nothing outside rpmio.c needs directlyPanu Matilainen2-5/+1
2008-07-04Remove unused ufdGetFile() from librpmioPanu Matilainen2-17/+0
2008-07-04Remove unused _url_debugPanu Matilainen1-4/+0
2008-07-02Add documentation for keyringPanu Matilainen1-0/+44
2008-07-02Make rpmkeyring.h public headerPanu Matilainen2-2/+2
2008-07-02Some keyring improvementsPanu Matilainen1-12/+37
2008-07-01Move keyring related typedefs to rpmtypes.hPanu Matilainen1-3/+0
2008-07-01Beginnings of an abstract keyringPanu Matilainen3-1/+142
2008-07-01Create ascii armor that rpm itself acceptsPanu Matilainen1-1/+1
2008-07-01Eliminate the nasty global _dig and _digp variables from rpmpgpPanu Matilainen1-24/+26
2008-07-01Unexport all the umphteen pgp related tablesPanu Matilainen2-52/+10
2008-07-01Make every pgp function not needed by other parts of rpm staticPanu Matilainen2-221/+158
2008-06-11Enable rpmDoDigest() to pass large file sizesPanu Matilainen2-4/+4
2008-06-10fwrite() returns size_t, use correct typePanu Matilainen1-2/+3
2008-06-10Use correct type for strlen()Panu Matilainen1-1/+1
2008-06-10Silly signedness mismatch in pgpMpiSet()Panu Matilainen1-1/+1
2008-06-09FD_t contentLength field is useless for us too...Panu Matilainen2-15/+3
2008-06-09Lose bunch of unused fields from FD_tPanu Matilainen2-11/+0
2008-06-09Use 64bit type for fdSet/GetCpioPos() in rpmioPanu Matilainen1-3/+3
2008-06-03Unexport rpmsqCaught now that nothing needs itPanu Matilainen2-3/+1
2008-06-03Add rpmsqIsCaught() for testing if a signal has been caughtPanu Matilainen2-0/+13
2008-06-03Unexpose signal queue and direct manipulation functionsPanu Matilainen2-20/+14
2008-06-02Remove bogus comment on rpmDoDigest() ignoring algorithmPanu Matilainen1-1/+1
2008-06-02Document rpmDigestLength() error behaviorPanu Matilainen1-1/+1
2008-05-22Remove some leftover doxygen @todo markersPanu Matilainen2-2/+1
2008-05-21Include stdlib.h for free()Panu Matilainen1-0/+1
2008-05-12Rip old, bit-rotten librpmio test programsPanu Matilainen13-1215/+0
2008-05-06Eliminate static buffer in lua findkey()Panu Matilainen1-2/+12
2008-05-03Temp file handling tweaksPanu Matilainen3-12/+29
2008-04-30Kill of alloca() from tufdio testsPanu Matilainen1-4/+2
2008-04-29Plug a memleak in lzclose()Panu Matilainen1-2/+3
2008-04-29Plug memleak in macro doFoo()Panu Matilainen1-0/+1
2008-04-29Don't use alloca in rpmGenPath()Jindrich Novy1-2/+3
2008-04-29Rewrite rpmioMkpath()Jindrich Novy1-28/+19
2008-04-28Remove alloca() from argv.cJindrich Novy1-1/+2
2008-04-28Remove unused variablePanu Matilainen1-1/+0
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-3/+3
2008-04-22Main lzma rpmio part based on SuSE patches, thanks for them!Jindrich Novy1-1/+334
2008-04-22Check for lzma library in configure.ac and reference it in Makefile.amJindrich Novy1-0/+1