summaryrefslogtreecommitdiff
path: root/rpmio/rpmio.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-04Clean up poll() vs select() testsPanu Matilainen1-0/+6
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 Matilainen1-0/+15
2009-10-14Make fdUpdateDigests() static now that its possiblePanu Matilainen1-1/+8
2009-10-14Make FD_t struct opaque, finallyPanu Matilainen1-0/+42
2009-10-14Eliminate last remaining FD_t struct privacy violationPanu Matilainen1-0/+12
2009-10-14Remove cpio stuff from FD_tPanu Matilainen1-3/+0
2009-10-14Move debug goo defs to rpmio.cPanu Matilainen1-0/+7
2009-10-14Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuffPanu Matilainen1-9/+58
2009-10-14Move fd statistics foo inside rpmio.c now that it canPanu Matilainen1-0/+55
2009-10-14Move fdDigest*() to rpmio.c where they better belongPanu Matilainen1-0/+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-09-07Avoid potentially calling a NULL function pointerPanu 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-03-25Implement fdUpdateDigests() and friends using digest bundlePanu Matilainen1-20/+11
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-12/+68
2009-03-18LZMA -> XZ renamingPanu Matilainen1-16/+16
2009-03-11Eliminate now unnecessary FDDIGEST_tPanu Matilainen1-4/+4
2009-03-09Port XZ payload compression to xz-4.999.8 APIJindrich Novy1-9/+3
2008-12-23Increase XZ decompression memlimitJindrich Novy1-2/+2
2008-11-26Increase memory limit for LZMA compressionJindrich Novy1-2/+2
2008-11-26Initialize the LZMA encoder/decoder on demand, not bothJindrich Novy1-1/+5
2008-11-25Port LZMA (XZ) support to the new APIJindrich Novy1-8/+9
2008-11-04Use more portable file access mode tests (ticket #5)Panu Matilainen1-2/+6
2008-07-07Teach Fflush() about lzdioPanu Matilainen1-0/+4
2008-07-07Kick out ftpStrerror() and related error code definesPanu Matilainen1-62/+3
2008-07-04Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]Panu Matilainen1-1/+0
2008-07-04Make ufdClose() static, nothing outside rpmio.c needs directlyPanu Matilainen1-1/+1
2008-07-04Remove unused ufdGetFile() from librpmioPanu Matilainen1-13/+0
2008-06-10fwrite() returns size_t, use correct typePanu Matilainen1-2/+3
2008-06-09FD_t contentLength field is useless for us too...Panu Matilainen1-5/+3
2008-06-09Lose bunch of unused fields from FD_tPanu Matilainen1-7/+0
2008-05-03Temp file handling tweaksPanu Matilainen1-1/+1
2008-04-29Plug a memleak in lzclose()Panu Matilainen1-2/+3
2008-04-22Main lzma rpmio part based on SuSE patches, thanks for them!Jindrich Novy1-1/+334
2008-04-11Simplify url io a lotPanu Matilainen1-26/+11
2008-04-03Shut up a few silly compiler warnings that have crept inPanu Matilainen1-0/+1
2008-04-01Fix off-by one in urlOpen()Jindrich Novy1-2/+1
2008-03-06Make rpmio vectors read-onlyPanu Matilainen1-16/+16
2008-02-26Remove hidden --nolibio cli switch, avoid exporting noLibioPanu Matilainen1-3/+2
2008-02-26Make the rest of rpmio vectors static inside rpmioPanu Matilainen1-5/+48
2008-02-26Remove the last remains of unused and unnecesary rpmio rpc vectorsPanu Matilainen1-5/+5
2008-02-01Avoid silly fixed size buffer in urlhelperPanu Matilainen1-1/+3