summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj26-316/+355
1999-11-09fix: typo in error message (#6858).jbj11-252/+529
1999-11-06Sanity.jbj1-18/+40
1999-11-05rpmio.c: Add per FD_t syserrno, read timers and simple counting statistics.jbj5-128/+207
1999-11-04Use Fopen almost everywhere.jbj33-315/+251
1999-11-03First use of libio.jbj9-86/+138
1999-11-02Move most of the ftp and http interface to rpmio.c.jbj7-339/+105
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj32-235/+336
1999-11-01fix: expandNextArg() can't permit '\\' escapes.jbj2-1/+3
1999-11-01Typo.jbj1-1/+1
1999-11-01freshen.sh: detect when all packages are up to date (Ian Macdonald).jbj2-1/+7
1999-11-01ftp.c: Preserve FD_t abstraction by creating fdDebug()/ufdSetFd().jbj3-49/+43
1999-10-31Spec: Add rootdir (as in chroot).jbj17-483/+522
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj11-279/+313
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj34-526/+609
1999-10-30Merged back into rpmio.c.jbj1-81/+0
1999-10-30Sanity.jbj1-1/+1
1999-10-29fix: resurrect multiple target platform builds.jbj18-317/+237
1999-10-29check for memory leaks (almost all leaks are plugged).jbj33-410/+443
1999-10-27use compressed filenames on install side.jbj72-3514/+3622
1999-10-25Add poptDupArgv() and const's to popt.3 man page.jbj3-27/+35
1999-10-25lclint annotations.jbj3-6/+11
1999-10-25Lazy allocation of deleted arg bit map.jbj2-5/+5
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj17-176/+310
1999-10-22Modify test1 to do poptResetContext before parsing args.jbj2-14/+35
1999-10-22fix: long options like "--long=val" needed longArg reset to NULL at top ofjbj6-76/+233
1999-10-21Functional "make check".jbj2-29/+38
1999-10-21lclint annotations and compiler cruft.jbj14-139/+161
1999-10-21lclint annotations.jbj2-6/+6
1999-10-21Create.jbj1-0/+41
1999-10-21lclint annotations.jbj7-73/+90
1999-10-21lclint annotations.jbj14-64/+67
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.jbj27-85/+89
1999-10-20Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.jbj6-168/+176
1999-10-20perl from /usr/binjbj3-8/+3
1999-10-20Dependency code from Ken Estes.jbj3-166/+1460
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-11Start rpm-3.0.4.jbj3-4/+6
1999-10-11Add quotes to check for file list existence (nigel@pobox.com).jbj1-1/+1
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-06use OLDFILENAMES tagewt1-1/+1
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