summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen1-0/+1
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-0/+6
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-1/+1
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
2010-01-04Remove further replacement functions for POSIX 2001 required bitsPanu Matilainen1-16/+0
2010-01-04Remove unnecessary setenv() replacement functionPanu Matilainen1-4/+0
2010-01-04Remove largely unnecessary putenv() replacementPanu Matilainen1-4/+0
2010-01-04Eliminate myrealloc() replacement functionPanu Matilainen1-5/+0
2010-01-04Remove unneeded strdup() replacement in misc/Panu Matilainen1-4/+0
2010-01-04Always free locally defined macros when they go out of scopePanu Matilainen1-3/+2
2010-01-04Remove -98 vintage ifdef'ed dead codePanu Matilainen1-13/+0
2009-12-23Oops, update stubs.c too for the removed replacementsPanu Matilainen1-24/+0
2009-12-23Move getopt() portability fiddles out of system.hPanu Matilainen1-0/+6
2009-12-23Move malloc portability tweaks out of system.hPanu Matilainen1-0/+10
2009-12-07Bump soname for all our librariesPanu Matilainen1-1/+1
2009-11-25We can't handle OpenPGP subkeys or secret keys, so dont even tryPanu Matilainen1-5/+3
2009-10-17Unbreak lzdio/xzdioPanu Matilainen1-7/+11
2009-10-16Use a helper function for finding fileno of specific io typePanu Matilainen1-39/+24
2009-10-16Lose unnecessary url type checking from fdSize()Panu Matilainen1-15/+2
2009-10-16Lose unused leftover definitionsPanu Matilainen1-14/+0
2009-10-16Eliminate ufdio-specific read, write, seek and closePanu Matilainen1-162/+3
2009-10-15Add ftell() clone to FD_tPanu Matilainen2-0/+20
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