| Age | Commit message (Expand) | Author |
| 2003-12-20 | use the --use-compress-program argument to tar and do away with | grant |
| 2003-12-20 | suppress a diagnostic message unless -v is used. | grant |
| 2003-10-06 | minor style nit | grant |
| 2003-10-03 | Indent, and remove some #if 0-ed code. | wiz |
| 2003-10-03 | Add HTTP support. | wiz |
| 2003-09-25 | Make compile with STANDALONE defined. | wiz |
| 2003-09-25 | s/lukemftp/nbftp/, fix two typos. | wiz |
| 2003-09-23 | Get rid of lots of system(3) (partly via vsystem) calls. | wiz |
| 2003-09-03 | Check the return from read on the file descriptor for the ftp process: if | jlam |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-07-14 | use bounded string op as much as possible | itojun |
| 2003-06-23 | Call tgetent only when TERM environment is set. | tacha |
| 2003-05-14 | Uppercase URL. | wiz |
| 2003-01-05 | Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) and | agc |
| 2002-12-06 | Avoid conflict with reserved identifier "exp". | thorpej |
| 2002-10-26 | Properly re-implement hilighting of the dialogue with the ftp(1) | hubertf |
| 2002-10-26 | use size of the right buffer | hubertf |
| 2002-10-17 | Fix typo in last (hi christos). | wiz |
| 2002-10-17 | Jeez! Delete hard-coded vt100 sequences. This could be done using termcap, | christos |
| 2002-10-17 | - eliminate the hard-coding of pathnames in the default install. | christos |
| 2002-09-19 | select() -> poll() | mycroft |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-07-19 | - remove handling of PKG_ADD_BASE. | yamt |
| 2002-07-09 | - use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place. | yamt |
| 2002-06-21 | Avoid hardcoding /usr/bin/ftp in the pkg_add binary. | agc |
| 2002-06-10 | constify and make WARNS=2 clean. | yamt |
| 2002-06-09 | - constify. | yamt |
| 2002-04-23 | Add more error checking, and tell the user what's up when he runs | hubertf |
| 2001-12-30 | don't hardcode "tar"'s program name, use TAR_FULLPATHNAME instead | hubertf |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-07-15 | Interface change for strip_txz(): now stores suffix | hubertf |
| 2001-04-28 | * add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from a | hubertf |
| 2001-04-09 | do not terminate on EINTR. with previous behavior pkg_add terminates | itojun |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2000-12-13 | * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and | hubertf |
| 2000-11-28 | Fix timeout in expect(): | hubertf |
| 2000-10-09 | Only pull in <vis.h> when debugging expect(), i.e. EXPECT_DEBUG is set. | hubertf |
| 2000-10-01 | Not every FTP server says nicely "Goodbye". | hubertf |
| 2000-09-01 | When downloading and extracting a file (in ftp: | hubertf |
| 2000-08-29 | Make pkg_add & friends print the files they push through tar(1) to | hubertf |
| 2000-08-28 | * Make a few functions public so this code can be used by other programs | hubertf |
| 2000-07-06 | remove/hide some debugging code | hubertf |
| 2000-06-18 | use /var/tmp consistently. (XXX need to re-visit if we ever | hubertf |
| 2000-06-08 | ftp(1)'s "ls" now lists files/dirs plus attributes (much like "dir" did | hubertf |
| 2000-02-27 | - Bump timeout in select() to 10 minutes | hubertf |
| 2000-02-22 | adjust copyright | hubertf |
| 2000-02-04 | init buffer differently | hubertf |
| 2000-02-02 | remove clutter left after switching to mkstemp | hubertf |
| 2000-02-02 | Use mkstemp instead of mkstemp. | hubertf |
| 2000-02-02 | add copyright and (more important!) _RCS_ID() | hubertf |