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