summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2012-09-13Add a string equality check function to string pool APIPanu Matilainen2-0/+13
2012-09-12Only rehash the pool on insert if the data area actually movedPanu Matilainen1-2/+3
2012-09-12Allow keeping hash table around on pool freeze, adjust callersPanu Matilainen2-18/+29
2012-09-12String pool id 0 equals NULLPanu Matilainen1-1/+1
2012-09-12Avoid doing anything if pool is already frozenPanu Matilainen1-1/+1
2012-09-11Fix segfault on rpmstrPoolId() on frozen poolPanu Matilainen1-2/+2
2012-09-11Make rpmstrPoolUnfreeze() safe to call on unfrozen poolPanu Matilainen1-1/+1
2012-09-09And now, on to the embarrassing string-pool reimplementation bugs, take IPanu Matilainen1-4/+14
2012-09-07Move string pool typedefs to rpmtypes.hPanu Matilainen1-2/+1
2012-09-07First cut of a libsolv-style string <-> id pool APIPanu Matilainen3-1/+198
2012-09-03Minor optimization to rnibble()Panu Matilainen1-2/+2
2012-08-17Revert "Always return NULL from fdFree()"Panu Matilainen1-1/+1
2012-07-02Dont use mmap() for anything, axe the code insteadPanu Matilainen1-38/+0
2012-05-31Only use local mempcpy() if system libraries dont provide onePanu Matilainen1-0/+2
2012-05-31xmalloc() and xrealloc() never fail, remove redundant checksPanu Matilainen1-46/+1
2012-05-31Call alloca() and stat() by their own names...Panu Matilainen1-14/+12
2012-05-31Eliminate unnecessary glob portability fiddlesPanu Matilainen1-14/+0
2012-05-31Eliminate VMS, MS-DOS, Windows and Amiga compatibility hacks in rpmglobPanu Matilainen1-77/+4
2012-05-31Eliminate shell interruptability hack in rpmglobPanu Matilainen1-16/+1
2012-05-31We always have xstrdup() available, eliminate redundant alternatvePanu Matilainen1-10/+0
2012-05-31Eliminate getpwnam_r() and getlogin_r() uses from rpmglobPanu Matilainen1-60/+0
2012-05-31Eliminate mempcpy() related conditionals from rpmglobPanu Matilainen1-65/+4
2012-05-31Remove __GNUC__ conditionals on variable sized local arraysPanu Matilainen1-22/+0
2012-05-31Eliminate unnecessary libc header typedeffery from rpmglobPanu Matilainen1-86/+25
2012-05-31Run indent -kr on the glob implementationPanu Matilainen1-942/+847
2012-05-31Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen2-5/+1275
2012-05-31Export our own version of glob_pattern_p() as rpmIsGlob()Panu Matilainen2-1/+13
2012-05-31Split rpmGlob() to a separate source filePanu Matilainen3-141/+149
2012-05-22Add support for 7zip compressed tarballsChristophe Fergeau3-1/+9
2012-05-21Split prelink checking into a helper functionPanu Matilainen1-42/+42
2012-05-10Keep the macro buffer terminated on appendPanu Matilainen1-1/+2
2012-05-10Fix off-by-ones in mbAppend() and mbAppendStr()Panu Matilainen1-2/+2
2012-04-18Always return NULL from fdFree()Panu Matilainen1-1/+1
2012-03-22Oops, "magic eight" is necessary here afterallPanu Matilainen1-2/+2
2012-03-20Bump library sonames in preparation for new releasePanu Matilainen1-1/+1
2012-03-14Unbreak lua's base64 encode/decode extensionsPanu Matilainen1-4/+4
2012-03-14Fix ufdCopy() for large (> 2GB) filesPanu Matilainen2-23/+17
2011-11-10Doh, somehow managed to miss the warnings from these missing includes :(Panu Matilainen1-0/+1
2011-11-09Make base64 encoding/decoding part of rpmio public APIPanu Matilainen7-26/+25
2011-11-09Add a signature verification method to keyringPanu Matilainen2-0/+27
2011-11-09Split keyring find-by-signature to helper function, document...Panu Matilainen1-16/+31
2011-11-09Parse pubkey parameters on rpmPubkeyNew() already and store resultsPanu Matilainen1-0/+7
2011-11-09Add an alternative API for parsing PGP packetsPanu Matilainen2-6/+45
2011-11-09Allocate signature and pubkey dynamically within pgpDig on PGP parsePanu Matilainen1-23/+35
2011-11-09Use pgpDigGetParams() in pgpVerifySig() compat wrapper tooPanu Matilainen1-1/+2
2011-11-08Revert "Take advantage of pgpDigParamsCmp() in rpmKeyringLookup()"Panu Matilainen1-1/+3
2011-11-08Tolerate NULL key in pgpVerifySignature()Panu Matilainen1-3/+3
2011-11-07Eliminate unused params member from pgpDigParamsPanu Matilainen2-4/+0
2011-11-07Take advantage of pgpDigParamsCmp() in rpmKeyringLookup()Panu Matilainen1-3/+1
2011-11-07Add ad API for retrieving algorithm values from digest parameter containersPanu Matilainen2-0/+24