summaryrefslogtreecommitdiff
path: root/lib/rpmio.h
AgeCommit message (Expand)AuthorFilesLines
1999-12-16diddle some names to keep my C++ brethern happy (i.e. kpackage port).jbj1-9/+9
1999-12-15expose enough of legacy fdio interface to compile gnorpm.jbj1-2/+4
1999-12-10add contentLength sanity check on rpmdb headerWrite.jbj1-0/+1
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-2/+2
1999-12-05expose enough of the legacy fdio interface to compile rpmfind/rpm2html.jbj1-35/+17
1999-12-01Solaris fiddles.jbj1-3/+6
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-24/+24
1999-11-27lib/stubs.c: Add portability routines to rpmlib for portable shared rpmlib.jbj1-0/+15
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-1/+10
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-7/+24
1999-11-15rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity).jbj1-39/+40
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-4/+11
1999-11-12Use Fstrerror on ufdio throughut.jbj1-12/+22
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-2/+6
1999-11-09fix: typo in error message (#6858).jbj1-2/+6
1999-11-05rpmio.c: Add per FD_t syserrno, read timers and simple counting statistics.jbj1-0/+2
1999-11-04Use Fopen almost everywhere.jbj1-5/+4
1999-11-03First use of libio.jbj1-13/+44
1999-11-02Move most of the ftp and http interface to rpmio.c.jbj1-23/+17
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-35/+58
1999-11-01ftp.c: Preserve FD_t abstraction by creating fdDebug()/ufdSetFd().jbj1-3/+5
1999-10-31Spec: Add rootdir (as in chroot).jbj1-11/+17
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-19/+45
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-2/+6
1999-10-29fix: resurrect multiple target platform builds.jbj1-0/+5
1999-10-27use compressed filenames on install side.jbj1-23/+19
1999-10-20lclint annotations.jbj1-12/+12
1999-09-17lclint annotations.jbj1-14/+14
1999-04-03Portability fiddles (Tim Mooney).jbj1-1/+1
1999-01-06Eliminate inline functions (the inline, not the function).jbj1-134/+17
1998-12-14permit http:// and file:// url's as well as ftp://.jbj1-2/+0
1998-12-10Move inlines to rpmio.c.jbj1-84/+15
1998-12-02made rpmio.o contiain the functions properlyewt1-1/+6
1998-12-01Sanity.jbj1-4/+10
1998-11-22Start abstracting compressed I/O.jbj1-3/+176
1998-11-20Sanity.jbj1-19/+30
1998-11-18implement abstract fd type almost everywhere.jbj1-0/+90