| Commit message (Expand) | Author | Age | Files | Lines |
| * | even the default case in a switch requires some action (add break;) | Bill Fumerola | 2003-02-03 | 1 | -1/+2 |
| * | No need for the OPENSSL_NO_KRB5 switch anymore. | Mark Murray | 2003-01-31 | 1 | -1/+0 |
| * | iAdjust for OpenSSL 0.9.7. | Mark Murray | 2003-01-28 | 1 | -0/+1 |
| * | Note that -c is no longer supported. This was requested by a few users and | Tom Rhodes | 2003-01-27 | 1 | -0/+4 |
| * | Actually, the canonical way would be syntactically correct. | Dag-Erling Smørgrav | 2003-01-09 | 1 | -1/+1 |
| * | Canonical way of determining whether or not to use crypto. | Dag-Erling Smørgrav | 2003-01-09 | 1 | -1/+1 |
| * | Prevent buffer overflow in format_cmd() by properly tracking maximum | Jordan K. Hubbard | 2003-01-06 | 4 | -16/+24 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Back out rev 1.33; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -1/+1 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 2 | -4/+4 |
| * | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 2 | -2/+2 |
| * | Minimal change to cause pkg_version to examine the new INDEX-5 file | Kris Kennaway | 2002-12-04 | 2 | -2/+3 |
| * | Assume that packages passed on stdin are in bzip2 format, not gzip. | Bruce A. Mah | 2002-11-14 | 1 | -1/+2 |
| * | Clean up a little. Don't need to include fetch.h any more, and I can't | David E. O'Brien | 2002-11-06 | 1 | -7/+0 |
| * | Break fileGetURL() out into its own file so that pkg_install/lib consumers | David E. O'Brien | 2002-11-06 | 5 | -117/+149 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2002-10-29 | 1 | -5/+5 |
| * | getbsize() now takes a pointer to a size_t as its first arg. A pointer | Andrew Gallatin | 2002-10-24 | 1 | -1/+1 |
| * | Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate | Bruce A. Mah | 2002-10-08 | 1 | -0/+1 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -2/+2 |
| * | Update to use *.tbz suffix, also update example URL. | Bruce A. Mah | 2002-09-10 | 1 | -3/+3 |
| * | Sigh, finally activate pkgwrap.c. | Maxim Sobolev | 2002-09-09 | 1 | -1/+1 |
| * | Fix minor off-by-one error. | Bruce A. Mah | 2002-09-09 | 1 | -1/+1 |
| * | Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASE | Bruce A. Mah | 2002-09-09 | 1 | -0/+2 |
| * | Introduce notion of the package tools revision and allow to wrap all tools | Maxim Sobolev | 2002-09-09 | 5 | -18/+131 |
| * | Kill debugging line occasionally slipped into rev.1.3. | Maxim Sobolev | 2002-09-09 | 1 | -2/+0 |
| * | Vastly decrease amount of memory comsumed in the case when we have to read | Maxim Sobolev | 2002-09-09 | 2 | -4/+11 |
| * | Use --fast-read mode to extract metadata from package file. Since metadata | Maxim Sobolev | 2002-09-09 | 1 | -2/+16 |
| * | When installing package from a local file assume that all subsequent | Maxim Sobolev | 2002-09-03 | 1 | -2/+6 |
| * | Don't treat unknown commands as fatal errors: they are probably just | Kris Kennaway | 2002-08-31 | 1 | -2/+3 |
| * | Don't dump core on packages with an invalid or empty PLIST. | Jeremy Lea | 2002-08-26 | 1 | -0/+4 |
| * | Grrr.... mumble.... a linger gzip'ism still existed. | David E. O'Brien | 2002-08-26 | 1 | -1/+1 |
| * | Reorg just a tad to better express our bzip intentions. | David E. O'Brien | 2002-08-25 | 1 | -6/+6 |
| * | Find remaining hardcoded gzip bits and change to bzip2 bits. | David E. O'Brien | 2002-08-25 | 3 | -9/+15 |
| * | Preserve suid/gid permissions when extracting packages remotelly | Mario Sergio Fujikawa Ferreira | 2002-08-24 | 1 | -1/+1 |
| * | Ensure that origin field in the packing list structure is initialised. This | Maxim Sobolev | 2002-08-12 | 1 | -0/+1 |
| * | Fix typos; each file has at least one s/seperat/separat/ | Jens Schweikhardt | 2002-08-11 | 1 | -6/+6 |
| * | Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. | Akinori MUSHA | 2002-08-04 | 1 | -1/+1 |
| * | Drop support for the .tbz2 suffix. One would not want pkg_create(1) | Akinori MUSHA | 2002-08-04 | 2 | -6/+2 |
| * | Use an 8.3 friendly extension when compressing with bzip2. | David E. O'Brien | 2002-08-04 | 1 | -1/+1 |
| * | When extracting package pass `-p' option to tar(1), so that files are | Maxim Sobolev | 2002-08-02 | 1 | -1/+1 |
| * | C replacement for the Perl5 code. | Mark Murray | 2002-06-24 | 9 | -680/+570 |
| * | Reorder libraries to fix static linking (libssl depends on libcrypto, so | Dag-Erling Smørgrav | 2002-06-12 | 4 | -8/+8 |
| * | libfetch now depends on libcrypto and libssl. | Ruslan Ermilov | 2002-06-06 | 4 | -0/+20 |
| * | Grammar nit. | David E. O'Brien | 2002-06-04 | 1 | -1/+1 |
| * | pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because | Bruce A. Mah | 2002-05-31 | 1 | -0/+24 |
| * | mdoc(7) police: markup nits. | Ruslan Ermilov | 2002-05-30 | 1 | -2/+4 |
| * | MFS: two more testcases highlighting recently discovered problem with version | Maxim Sobolev | 2002-05-28 | 1 | -0/+2 |
| * | Eliminate free'ing already freed chunks. | Maxim Sobolev | 2002-05-22 | 1 | -2/+3 |
| * | MFS: silence compiler warnings. | Maxim Sobolev | 2002-05-20 | 1 | -7/+7 |
| * | Remove cross reference to pkg_update(1). | Eric Melville | 2002-05-16 | 1 | -1/+0 |