| Age | Commit message (Expand) | Author |
| 2003-02-02 | Allow '%D' to be used when no last_file available. Fixes binary package | abs |
| 2003-01-05 | Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) and | agc |
| 2002-10-17 | - eliminate the hard-coding of pathnames in the default install. | christos |
| 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-10 | constify and make WARNS=2 clean. | yamt |
| 2002-06-09 | constify. | yamt |
| 2002-06-09 | - free memory allocated by findbestmatchingname. | yamt |
| 2002-06-09 | - fix buffer size checks | yamt |
| 2001-09-26 | use full pathname of tar consistentlc | hubertf |
| 2001-03-05 | Fix command line for tar in the case that the file to be handled doesn't | wiz |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-12-13 | Strip not only .tgz but also .tbz etc. (missed from last commit) | hubertf |
| 2000-12-13 | * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and | hubertf |
| 2000-10-31 | Don't swallow '%' in file/directory names. | hubertf |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-11 | Check if $PKG_PATH is set AND contains something useful. Stops | hubertf |
| 2000-10-04 | Make even more silent, only spit out stuff if -v is given. | hubertf |
| 2000-08-28 | Hide "trying PKG_PATH ..." message, only print on -v | hubertf |
| 2000-07-06 | remove/hide some debugging code | hubertf |
| 2000-01-25 | some code cleanup | hubertf |
| 2000-01-19 | FTP wildcard depends code, initial commit. | hubertf |
| 1999-12-01 | - Comment code | hubertf |
| 1999-12-01 | Don't be verbose unnecessarily. (Instead, just remove this stale debug | hubertf |
| 1999-11-18 | Don't preserve uids or permissions of checked out files (MTREE, DEINSTALL, | fredb |
| 1999-08-24 | Bring closer to /usr/share/misc/style with the aid of indent(1). | hubertf |
| 1999-08-23 | Hide test for URLlength()>0 behind a macro (IS_URL()). | hubertf |
| 1999-08-20 | The copy_hierarchy function is never called. Remove its definition and | agc |
| 1999-08-19 | Consolidate URL handling into a table of valid leading strings for | agc |
| 1999-08-19 | Clean up minor nits in C code. | agc |
| 1999-06-15 | Add support for fetching packages from HTTP URLs. Since 'ftp' is already | cgd |
| 1999-04-12 | Use absolute path to tar(1) in execl() call. | hubertf |
| 1999-03-15 | Shut-up gcc-2.8.1 warnings. | christos |
| 1999-03-09 | Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference to | agc |
| 1999-01-26 | minor comments fixup | hubertf |
| 1999-01-26 | comment fileFindByPath(), reindent a bit | hubertf |
| 1998-11-02 | include fcntl.h to get O_RDONLY; our headers include too much stuff. | christos |
| 1998-10-13 | Fixes for Alpha, from Hideo MASUDA (h-masuda@jm3spa.felix.or.jp), in | agc |
| 1998-10-08 | Eliminate all use of sprintf(3), and replace it with snprintf(3). | agc |
| 1998-10-08 | Get rid of some lint. | agc |
| 1998-10-04 | fix some egcs warnings | hubertf |
| 1998-10-03 | Teach our tools about dependencies containing wildcards. | hubertf |
| 1998-10-01 | In an ideal world, make_playpen() and leave_playpen() would maintain | hubertf |
| 1998-08-27 | Allow symlinks to directories instead of pure directories in several | hubertf |
| 1998-07-09 | Replace FreeBSD's libftpio with our calls to our great ftp client. | hubertf |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-05-18 | return new dir; fixes PR 5456 by "Heiko W.Rupp" <hwr@pilhuhn.de> | hubertf |
| 1998-04-23 | In isdir() function, use lstat(2) instead of stat(2), so that we do | agc |
| 1998-03-27 | Clean up some lint warnings about return value of errx. | agc |