summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2009-10-14Make fdUpdateDigests() static now that its possiblePanu Matilainen2-6/+8
2009-10-14Make FD_t struct opaque, finallyPanu Matilainen2-47/+42
2009-10-14Eliminate last remaining FD_t struct privacy violationPanu Matilainen2-6/+14
2009-10-14Remove cpio stuff from FD_tPanu Matilainen2-23/+0
2009-10-14Move debug goo defs to rpmio.cPanu Matilainen2-9/+7
2009-10-14Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuffPanu Matilainen2-122/+58
2009-10-14Move fd statistics foo inside rpmio.c now that it canPanu Matilainen2-63/+55
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen3-31/+30
2009-10-14Remove pointless inlining of stuff in rpmioPanu Matilainen1-9/+8
2009-10-14Use common "not implemented" implementation of Fseek()Panu Matilainen1-22/+4
2009-10-09Add an interface to parse armored OpenPGP from memoryPanu Matilainen2-19/+37
2009-10-06Decompress lzma files with xz.Ville Skyttä1-2/+0
2009-09-22Missing <string.h> includePanu Matilainen1-0/+1
2009-09-17EXIT_FAILURE being defined is already handled in system.hPanu Matilainen1-4/+0
2009-09-17Compare pointers against NULL, not 0Panu Matilainen1-4/+4
2009-09-17Add runtime settable custom memory allocation failure callback routinePanu Matilainen2-3/+44
2009-09-17Always use build + use our own allocator functionsPanu Matilainen2-8/+35
2009-09-07Eliminate unused variablePanu Matilainen1-2/+2
2009-09-07Avoid potentially calling a NULL function pointerPanu Matilainen1-1/+1
2009-09-07Remove redundant reinitialization, cleanupPanu Matilainen1-6/+1
2009-09-07Add RPM_GNUC_NONNULL macro for portable use of gcc nonnull attributePanu Matilainen1-2/+5
2009-08-31Ugh, fix brokenness from previous commitPanu Matilainen2-1/+2
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io codePanu Matilainen5-10/+8
2009-08-31Hum, rename rstrneq() to rstreqn() to avoid confusing neq with "not equal"Panu Matilainen1-1/+1
2009-08-31Accept direct compressor names as Fopen() modes tooPanu Matilainen1-4/+4
2009-08-31Switch rpmio mode checking to use rstreq()Panu Matilainen1-8/+8
2009-08-31Add two helper functions for comparing string equalityPanu Matilainen1-0/+23
2009-08-13Add missing <pthread.h> include in rpmsq.h (ticket #87)Panu Matilainen1-0/+3
2009-07-14Dont treat filenames starting with - as stdinPanu Matilainen1-1/+2
2009-06-26Handle hook unregistering itselfPanu Matilainen1-1/+3
2009-06-26Fix rpm.unregister() Lua extensionPanu Matilainen1-1/+1
2009-06-26Add base64 encode and decode extensions to the lua interfacePanu Matilainen1-0/+34
2009-06-25Kick out silly constfree() usePanu Matilainen1-2/+2
2009-06-24Simplify logging a bitPanu Matilainen1-52/+33
2009-06-23Check arg in argvJoin() before dereferencingJindrich Novy1-1/+1
2009-05-22Couple of documentation typosPanu Matilainen1-2/+2
2009-05-22Include from src, not build dirPanu Matilainen1-1/+1
2009-05-20Eliminate useless pgpDig nbytes counterPanu Matilainen1-2/+0
2009-05-08Fix parsing of pubkey signature packets. Ick.Panu Matilainen1-3/+3
2009-04-23Hide NSS peculiarities from APIPanu Matilainen1-0/+27
2009-04-16Pad RSA signatures up to modulus size if necessary (rhbz#494049)Panu Matilainen1-1/+20
2009-04-09Fix PGP v4 fingerprint calculation (rhbz#493777)Panu Matilainen1-1/+7
2009-03-27Handle XZ in %uncompress macroPanu Matilainen1-0/+3
2009-03-27Add built-in %getconfdir macro for getting rpmConfigDir() valuePanu Matilainen1-0/+4
2009-03-25process the "./" in file paths correctly (rhbz#491388)Jindrich Novy1-4/+12
2009-03-25Push signature identification to librpmio / pgp handlingPanu Matilainen2-0/+26
2009-03-25Push signature verification down to librpmioPanu Matilainen2-0/+84
2009-03-25Eliminate header/payload digests from pgpDig_s, they dont belongPanu Matilainen4-56/+7
2009-03-25Implement fdUpdateDigests() and friends using digest bundlePanu Matilainen3-80/+45
2009-03-25Add a type + basic api for bundle of digests (on same data)Panu Matilainen2-0/+139