summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
1999-12-05expose enough of the legacy fdio interface to compile rpmfind/rpm2html.jbj2-35/+21
1999-12-02permit --whatprovides to lookup file dependencies.jbj1-10/+12
1999-12-01Solaris fiddles.jbj2-5/+8
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj13-49/+64
1999-11-30lib/transaction.c: Fix (in the right place) the dil memory leak.jbj1-2/+3
1999-11-30lib/depends.c: Fix minor memory leak.jbj5-80/+82
1999-11-30lib/install.c: Check errno and mkdir specdir/sourcedir only for local fs.jbj3-62/+79
1999-11-27lib/stubs.c: Add portability routines to rpmlib for portable shared rpmlib.jbj3-1/+83
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj11-248/+325
1999-11-26lib/macro.c: Create rpmCleanPath().jbj3-88/+112
1999-11-24build/files.c: Remove dead code.jbj3-4/+4
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj6-43/+124
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj5-41/+31
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj8-749/+82
1999-11-15Make static fd in transaction callback persistent.jbj2-4/+13
1999-11-15rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity).jbj2-45/+62
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj8-56/+75
1999-11-12Use Fstrerror on ufdio throughut.jbj12-134/+228
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj19-151/+182
1999-11-09fix: typo in error message (#6858).jbj9-193/+474
1999-11-06Sanity.jbj1-18/+40
1999-11-05rpmio.c: Add per FD_t syserrno, read timers and simple counting statistics.jbj4-92/+171
1999-11-04Use Fopen almost everywhere.jbj15-154/+135
1999-11-03First use of libio.jbj6-37/+78
1999-11-02Move most of the ftp and http interface to rpmio.c.jbj6-285/+51
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj17-140/+239
1999-11-01ftp.c: Preserve FD_t abstraction by creating fdDebug()/ufdSetFd().jbj2-34/+28
1999-10-31Spec: Add rootdir (as in chroot).jbj7-84/+101
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj8-167/+193
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj21-90/+149
1999-10-30Merged back into rpmio.c.jbj1-81/+0
1999-10-30Sanity.jbj1-1/+1
1999-10-29fix: resurrect multiple target platform builds.jbj8-155/+20
1999-10-29check for memory leaks (almost all leaks are plugged).jbj18-158/+162
1999-10-27use compressed filenames on install side.jbj28-360/+296
1999-10-21lclint annotations and compiler cruft.jbj7-26/+42
1999-10-21lclint annotations.jbj4-10/+10
1999-10-21got installs/removes working with new file listsewt7-41/+61
1999-10-20Use xmalloc/xrealloc/xstrdup.jbj2-6/+6
1999-10-20lclint annotations.jbj26-83/+87
1999-10-20Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.jbj4-8/+5
1999-10-20another batch of changes for new file list format -- one more to goewt6-180/+247
1999-10-17relocations work better nowewt1-58/+48
1999-10-08support new file list format for relocations and package removalewt5-62/+244
1999-10-08Do lseek as part of readp/writep.jbj1-99/+77
1999-10-08Use xmalloc/xstrdup rather than malloc/strdup.jbj6-9/+8
1999-10-06updated for compressed file lists -- dep check should stay much smallerewt2-35/+147
1999-10-06rpmdbFindByFile() deals with compressed file listsewt1-6/+20
1999-10-06moved removed of extra UID information from header here from dependencyewt1-0/+8
1999-10-06fixed bug w/ compressing file listsewt1-1/+3