| Age | Commit message (Expand) | Author |
| 1999-06-18 | don't print a useless error message. | mrg |
| 1999-06-15 | Add support for fetching packages from HTTP URLs. Since 'ftp' is already | cgd |
| 1999-05-30 | Remove support for absolutes pathnames completely. This can't work with | tron |
| 1999-05-29 | Don't prepend directories if the plist files are absolute. | christos |
| 1999-04-12 | Use absolute path to tar(1) in execl() call. | hubertf |
| 1999-04-10 | Fix off-by-one error. (This was detected using libefence) | hubertf |
| 1999-03-22 | Replace static array of packages given to pkg_perform() with linear | hubertf |
| 1999-03-15 | Shut-up gcc-2.8.1 warnings. | christos |
| 1999-03-13 | set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | lukem |
| 1999-03-09 | Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference to | agc |
| 1999-03-06 | update comment for findmatchingname() | hubertf |
| 1999-03-03 | More helpful message on failure | hubertf |
| 1999-03-02 | use mkdtemp also on 1.3I and up | hubertf |
| 1999-03-01 | Include <fcntl.h> for the O_* definitions. | agc |
| 1999-02-13 | there is no ftplib.3 | hubertf |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-01-29 | Remove the "struct datum" and use DBT directly. | hubertf |
| 1999-01-26 | minor comments fixup | hubertf |
| 1999-01-26 | comment fileFindByPath(), reindent a bit | hubertf |
| 1999-01-19 | Add code for pkgdb. | hubertf |
| 1998-11-02 | include fcntl.h to get O_RDONLY; our headers include too much stuff. | christos |
| 1998-10-27 | Instead of ignoring any SIGINTs when cleaning up, allow them. The | agc |
| 1998-10-26 | Always tell the user about the temporary directory we're about to delete. | agc |
| 1998-10-21 | Add a -B option to pkg_info to print out the "Build Information" for | agc |
| 1998-10-13 | Add -b argument to pkg_info to display the +BUILD_VERSION file for the | agc |
| 1998-10-13 | Get rid of YES and NO definitions. NO was defined but never used. | agc |
| 1998-10-13 | Fixes for Alpha, from Hideo MASUDA (h-masuda@jm3spa.felix.or.jp), in | agc |
| 1998-10-12 | + Remove obsolete and unused string functions. | agc |
| 1998-10-09 | Use the same table for input and output of PLISTs. | agc |
| 1998-10-09 | More cleanup - various bits of KNF. | agc |
| 1998-10-09 | Fix a bug in pkg_info -f with @pkgcfl entries. | agc |
| 1998-10-09 | Garbage collect unused variable.. | agc |
| 1998-10-08 | Eliminate all use of sprintf(3), and replace it with snprintf(3). | agc |
| 1998-10-08 | One more piece of lint. | agc |
| 1998-10-08 | Get rid of some lint. | agc |
| 1998-10-05 | Squelch minor LP64-related compiler warning/error (-Werror) | ross |
| 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-08-27 | {} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs. | ross |
| 1998-08-25 | Don't exit cleanup() functions if not called from signal handler - this | hubertf |
| 1998-07-09 | Replace FreeBSD's libftpio with our calls to our great ftp client. | hubertf |
| 1998-07-08 | Abort on "rm -rf /"... | hubertf |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-06-05 | Add support for CONFLICTS entry, implement -C switch for pkg_create | frueauf |
| 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 |
| 1998-03-27 | When reading the PLIST file, don't abort everything if you don't | agc |