Age | Commit message (Expand) | Author | Files | Lines |
1996-10-31 | use RPMVAR_DEFAULTDOCDIR | ewt | 2 | -2/+3 |
1996-10-31 | added RPMVAR_DEFAULTDOCDIR | ewt | 2 | -15/+17 |
1996-10-31 | 1) don't remove package when preinstall script fails | ewt | 1 | -3/+8 |
1996-10-31 | 1) removed \n from error() calls | ewt | 1 | -10/+22 |
1996-10-31 | --root should work with --initdb | ewt | 1 | -1/+1 |
1996-10-31 | kill(2) arguments were backwards | ewt | 1 | -2/+2 |
1996-10-31 | use separate chgrp/chown commands (slightly more portable, if a bit | ewt | 1 | -4/+3 |
1996-10-31 | moved optflags, topdir defaults from rpmrc to here, removed rpmrc | ewt | 1 | -0/+12 |
1996-10-31 | removed /etc/rpmrc install (as we don't ship a default anymore) | ewt | 1 | -3/+0 |
1996-10-31 | added real fix for 2.1 kernel write() behavior | ewt | 1 | -3/+4 |
1996-10-31 | fixed ultrasparc number <blush> | ewt | 1 | -1/+1 |
1996-10-31 | added ultrasparc arch tags | ewt | 1 | -0/+5 |
1996-10-30 | add %patch -E | root | 1 | -6/+13 |
1996-10-22 | 1) don't use getpwuid() to get username for uid 0, just use "root" | ewt | 1 | -4/+8 |
1996-10-21 | *** empty log message *** | ewt | 1 | -0/+7 |
1996-10-21 | 1) never removed files which are state RPMFILE_STATE_NOTINSTALLED | ewt | 1 | -1/+7 |
1996-10-21 | 1) added RPMVAR_NETSHAREDPATH | ewt | 1 | -2/+5 |
1996-10-21 | 1) added RPMVAR_NETSHAREDPATH | ewt | 1 | -1/+2 |
1996-10-21 | 1) moved code around to make things a bit more readable | ewt | 1 | -64/+76 |
1996-10-21 | conflict checking was using the wrong header | ewt | 1 | -1/+1 |
1996-10-21 | handles RPMFILE_STATE_NETSHARED, prints number of unknown states | ewt | 1 | -1/+4 |
1996-10-21 | passes netSharedPath() from rpmrc | ewt | 1 | -1/+4 |
1996-10-21 | added -Wall, -Wstrict-prototypes to flags | ewt | 1 | -1/+1 |
1996-10-21 | 1) free matches in findSharedFiles() | ewt | 1 | -4/+11 |
1996-10-21 | rpmdbRemove() should free header it read | ewt | 1 | -0/+4 |
1996-10-21 | 1) use freeHeader(), not free() after writeheader() | ewt | 1 | -1/+6 |
1996-10-21 | 1) free binaryHeaders w/ done with installs | ewt | 1 | -0/+7 |
1996-10-21 | rpmdepFreeConflicts() needs to be used, not plain free() | ewt | 1 | -1/+1 |
1996-10-20 | added conflict checking | ewt | 1 | -31/+130 |
1996-10-20 | added some comments, rpmdbFindByConflicts() | ewt | 1 | -1/+4 |
1996-10-20 | added conflicts index | ewt | 1 | -2/+47 |
1996-10-20 | changed to version 2.2.8 | ewt | 1 | -1/+1 |
1996-10-20 | *** empty log message *** | ewt | 1 | -0/+8 |
1996-10-20 | return rc from doUninstall() | ewt | 1 | -1/+2 |
1996-10-20 | print conflict problems differently then missing dependencies | ewt | 1 | -2/+7 |
1996-10-20 | added FTPPROXY, FTPPORT | ewt | 2 | -1/+3 |
1996-10-20 | added --nodeps, --showrc, info on ftp URL | ewt | 1 | -3/+51 |
1996-10-20 | added --ftpproxy, --ftpport | ewt | 1 | -12/+41 |
1996-10-20 | 1) display more intelligent errors when ftp queries fail | ewt | 1 | -5/+9 |
1996-10-20 | added ftp proxy support | ewt | 1 | -2/+14 |
1996-10-20 | 1) rewrite ftpCheckResult() to be more robust | ewt | 2 | -37/+59 |
1996-10-15 | use gettext() from libc if available | ewt | 1 | -4/+4 |
1996-10-15 | *** empty log message *** | ewt | 1 | -0/+1 |
1996-10-15 | 1) we must open RPM database for -Vp if dependencies need to be verified | ewt | 1 | -7/+4 |
1996-10-15 | *** empty log message *** | ewt | 1 | -0/+2 |
1996-10-15 | don't assume write(fd, buf, 0) always returns w/o error | ewt | 1 | -1/+1 |
1996-10-15 | Initial revision | ewt | 4 | -0/+265 |
1996-10-15 | added tread.c | ewt | 1 | -1/+2 |
1996-10-15 | use timedRead() instead of read() | ewt | 3 | -16/+26 |
1996-10-15 | moved timedRead() to tread.c | ewt | 1 | -36/+1 |