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