Age | Commit message (Expand) | Author | Files | Lines |
2009-11-25 | We can't handle OpenPGP subkeys or secret keys, so dont even try | Panu Matilainen | 1 | -5/+3 |
2009-10-17 | Unbreak lzdio/xzdio | Panu Matilainen | 1 | -7/+11 |
2009-10-16 | Use a helper function for finding fileno of specific io type | Panu Matilainen | 1 | -39/+24 |
2009-10-16 | Lose unnecessary url type checking from fdSize() | Panu Matilainen | 1 | -15/+2 |
2009-10-16 | Lose unused leftover definitions | Panu Matilainen | 1 | -14/+0 |
2009-10-16 | Eliminate ufdio-specific read, write, seek and close | Panu Matilainen | 1 | -162/+3 |
2009-10-15 | Add ftell() clone to FD_t | Panu Matilainen | 2 | -0/+20 |
2009-10-14 | Make fdUpdateDigests() static now that its possible | Panu Matilainen | 2 | -6/+8 |
2009-10-14 | Make FD_t struct opaque, finally | Panu Matilainen | 2 | -47/+42 |
2009-10-14 | Eliminate last remaining FD_t struct privacy violation | Panu Matilainen | 2 | -6/+14 |
2009-10-14 | Remove cpio stuff from FD_t | Panu Matilainen | 2 | -23/+0 |
2009-10-14 | Move debug goo defs to rpmio.c | Panu Matilainen | 2 | -9/+7 |
2009-10-14 | Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuff | Panu Matilainen | 2 | -122/+58 |
2009-10-14 | Move fd statistics foo inside rpmio.c now that it can | Panu Matilainen | 2 | -63/+55 |
2009-10-14 | Move fdDigest*() to rpmio.c where they better belong | Panu Matilainen | 3 | -31/+30 |
2009-10-14 | Remove pointless inlining of stuff in rpmio | Panu Matilainen | 1 | -9/+8 |
2009-10-14 | Use common "not implemented" implementation of Fseek() | Panu Matilainen | 1 | -22/+4 |
2009-10-09 | Add an interface to parse armored OpenPGP from memory | Panu Matilainen | 2 | -19/+37 |
2009-10-06 | Decompress lzma files with xz. | Ville Skyttä | 1 | -2/+0 |
2009-09-22 | Missing <string.h> include | Panu Matilainen | 1 | -0/+1 |
2009-09-17 | EXIT_FAILURE being defined is already handled in system.h | Panu Matilainen | 1 | -4/+0 |
2009-09-17 | Compare pointers against NULL, not 0 | Panu Matilainen | 1 | -4/+4 |
2009-09-17 | Add runtime settable custom memory allocation failure callback routine | Panu Matilainen | 2 | -3/+44 |
2009-09-17 | Always use build + use our own allocator functions | Panu Matilainen | 2 | -8/+35 |
2009-09-07 | Eliminate unused variable | Panu Matilainen | 1 | -2/+2 |
2009-09-07 | Avoid potentially calling a NULL function pointer | Panu Matilainen | 1 | -1/+1 |
2009-09-07 | Remove redundant reinitialization, cleanup | Panu Matilainen | 1 | -6/+1 |
2009-09-07 | Add RPM_GNUC_NONNULL macro for portable use of gcc nonnull attribute | Panu Matilainen | 1 | -2/+5 |
2009-08-31 | Ugh, fix brokenness from previous commit | Panu Matilainen | 2 | -1/+2 |
2009-08-31 | Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io code | Panu Matilainen | 5 | -10/+8 |
2009-08-31 | Hum, rename rstrneq() to rstreqn() to avoid confusing neq with "not equal" | Panu Matilainen | 1 | -1/+1 |
2009-08-31 | Accept direct compressor names as Fopen() modes too | Panu Matilainen | 1 | -4/+4 |
2009-08-31 | Switch rpmio mode checking to use rstreq() | Panu Matilainen | 1 | -8/+8 |
2009-08-31 | Add two helper functions for comparing string equality | Panu Matilainen | 1 | -0/+23 |
2009-08-13 | Add missing <pthread.h> include in rpmsq.h (ticket #87) | Panu Matilainen | 1 | -0/+3 |
2009-07-14 | Dont treat filenames starting with - as stdin | Panu Matilainen | 1 | -1/+2 |
2009-06-26 | Handle hook unregistering itself | Panu Matilainen | 1 | -1/+3 |
2009-06-26 | Fix rpm.unregister() Lua extension | Panu Matilainen | 1 | -1/+1 |
2009-06-26 | Add base64 encode and decode extensions to the lua interface | Panu Matilainen | 1 | -0/+34 |
2009-06-25 | Kick out silly constfree() use | Panu Matilainen | 1 | -2/+2 |
2009-06-24 | Simplify logging a bit | Panu Matilainen | 1 | -52/+33 |
2009-06-23 | Check arg in argvJoin() before dereferencing | Jindrich Novy | 1 | -1/+1 |
2009-05-22 | Couple of documentation typos | Panu Matilainen | 1 | -2/+2 |
2009-05-22 | Include from src, not build dir | Panu Matilainen | 1 | -1/+1 |
2009-05-20 | Eliminate useless pgpDig nbytes counter | Panu Matilainen | 1 | -2/+0 |
2009-05-08 | Fix parsing of pubkey signature packets. Ick. | Panu Matilainen | 1 | -3/+3 |
2009-04-23 | Hide NSS peculiarities from API | Panu Matilainen | 1 | -0/+27 |
2009-04-16 | Pad RSA signatures up to modulus size if necessary (rhbz#494049) | Panu Matilainen | 1 | -1/+20 |
2009-04-09 | Fix PGP v4 fingerprint calculation (rhbz#493777) | Panu Matilainen | 1 | -1/+7 |
2009-03-27 | Handle XZ in %uncompress macro | Panu Matilainen | 1 | -0/+3 |