summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-2/+2
2009-03-06Dont leak memory from hdrmd5ctxPanu Matilainen1-2/+0
2009-02-26Switch to libtool versioning, starting at 0:0:0Panu Matilainen1-1/+1
2009-01-16Add getenv macro, use instead of $(echo $HOME) for defaulsPanu Matilainen1-0/+3
2009-01-15Make sure global state gets NULLed on freePanu Matilainen1-0/+1
2009-01-14Add rpmluaGetGlobalState() to internal lua apiPanu Matilainen2-0/+7
2009-01-09Don't try to create "" directoriesPanu Matilainen1-1/+1
2009-01-08Delay NSS initialization until actually usedPanu Matilainen1-1/+5
2009-01-08Only touch _crypto_initialized if we actually change itPanu Matilainen1-5/+6
2009-01-08Don't segfault in pgpPubkeyFingerprint() if rpmDigest* failsPanu Matilainen1-3/+5
2008-12-23Increase XZ decompression memlimitJindrich Novy1-2/+2
2008-12-09Oops, missing wrappers for C++ in headers (ticket #12)Panu Matilainen2-0/+14
2008-12-05Avoid "template" which is a reserved word in C++Panu Matilainen2-4/+4
2008-12-01Include rpmfileutil.h from rpmmacro.h so thatJindrich Novy1-0/+1
2008-11-26Increase memory limit for LZMA compressionJindrich Novy1-2/+2
2008-11-26Initialize the LZMA encoder/decoder on demand, not bothJindrich Novy2-2/+6
2008-11-25Port LZMA (XZ) support to the new APIJindrich Novy1-8/+9
2008-11-25Use the new LZMA (XZ) magicJindrich Novy1-3/+3
2008-11-22Use rpmConfigDir() instead of hardwired value in Lua initializationPanu Matilainen1-3/+6
2008-11-22Add function to retrieve rpm config base directoryPanu Matilainen3-1/+22
2008-11-21Permit relative paths in rpmioMkpath() and rpmMkdirs()Panu Matilainen1-2/+2
2008-11-06rpmsqAction() proto needs SA_SIGINFO conditionals too (ticket #4)Panu Matilainen2-0/+8
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