summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
1999-12-21lib/rpmio.c: Start weeding the debug messages.jbj1-25/+16
1999-12-19Initialize values behind pointers before calling rpmGet{Arch,Os}Info.jbj3-6/+10
1999-12-16fix: missing strdup when overriding buildroot from command linejbj1-2/+2
1999-12-12reload macros from cmd line when re-reading config files.jbj2-57/+4
1999-12-12lib/rpminstall.c: Perform glob on remote ftp install args.jbj1-6/+1
1999-12-12perform glob on remote ftp queries.jbj1-1/+14
1999-12-11partial implementation for ftp globbing.jbj1-32/+0
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-1/+1
1999-12-02fail to package if absolute symlink points within build root.jbj1-2/+14
1999-12-02permit --whatprovides to lookup file dependencies.jbj1-5/+2
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj2-2/+2
1999-11-26Minimal python compile.jbj1-21/+13
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj2-2/+4
1999-11-26lib/macro.c: Create rpmCleanPath().jbj2-26/+0
1999-11-24build/files.c: Remove dead code.jbj1-55/+1
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj8-191/+267
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj9-150/+233
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj4-14/+23
1999-11-15rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity).jbj1-4/+2
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj5-26/+56
1999-11-12Use Fstrerror on ufdio throughut.jbj5-58/+117
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj3-16/+16
1999-11-04Use Fopen almost everywhere.jbj6-62/+26
1999-11-03First use of libio.jbj1-0/+8
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj2-6/+6
1999-10-31Spec: Add rootdir (as in chroot).jbj6-81/+75
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj3-10/+14
1999-10-29fix: resurrect multiple target platform builds.jbj4-8/+27
1999-10-29check for memory leaks (almost all leaks are plugged).jbj5-29/+48
1999-10-27use compressed filenames on install side.jbj11-65/+64
1999-10-21lclint annotations and compiler cruft.jbj1-15/+9
1999-10-21lclint annotations.jbj8-24/+27
1999-10-06write out compressed file lists *only* -- this is for sanity, we'll writeewt2-3/+8
1999-10-04lclint annotations from build.jbj15-48/+51
1999-10-04fix: non-GNU globs burp on repeated '/' in patterns.jbj2-87/+128
1999-10-04Display errno on getOutputFrom() fork/exec failures.jbj1-2/+4
1999-09-30Build on solaris2.6 with gcc.jbj1-3/+1
1999-09-30More HPUX cc fiddles.jbj1-5/+7
1999-09-30HPUX cc compiler fidgets.jbj1-1/+1
1999-09-28portatbility fiddles (solaris).jbj1-1/+20
1999-09-26Search /usr/include before misc.jbj1-0/+1
1999-09-26Solaris compilation.jbj1-1/+2
1999-09-23Add rpminject.jbj2-1/+2
1999-09-21fix: command line install had header memory leak.jbj11-83/+83
1999-09-20Start experimental support for bzip2 payloads.jbj7-12/+29
1999-09-17Typo.jbj1-3/+5
1999-09-17lclint annotations.jbj3-3/+12
1999-09-10pgp and pgp5 have compatible RSA signature (#4780).jbj1-2/+1
1999-09-07Use sizeof("...")-1 throughout.jbj4-16/+16
1999-09-06fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)jbj2-7/+5