summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Return proper exit code when exec*() functions failJindrich Novy1-1/+1
2008-11-04Fix building on systems where SA_SIGINFO isn't available (ticket #4)Panu Matilainen2-1/+10
2008-11-04Use more portable file access mode tests (ticket #5)Panu Matilainen1-2/+6
2008-10-19Permit tab as whitespace between macro arguments (rhbz#467567)Panu Matilainen1-1/+1
2008-10-14Move luaext include fiddling out of toplevel configurePanu Matilainen1-0/+1
2008-10-14Sanitize libluaext linkagePanu Matilainen1-0/+4
2008-10-10Add rpmMkdirs() to librpmioPanu Matilainen2-0/+33
2008-10-09rstrcasecmp() and rstrncasecmp() are "pure" functionsPanu Matilainen1-0/+2
2008-10-09Mark risalpha() and friends as "const functions"Panu Matilainen1-0/+10
2008-10-09Add RPM_GNUC_INTERNAL macroPanu Matilainen1-0/+7
2008-09-25Use safer xrealloc() instead of realloc()Jindrich Novy1-1/+1
2008-09-25Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy1-1/+1
2008-09-11Macro argument handling regression regression (rhbz#461180)Panu Matilainen1-6/+3
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