summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Connect lukemftp to the build as the default ftp client. Lukemftpmikeh2001-12-131-733/+0
* strtol -> strtoll (for off_t file size)ache2001-09-011-1/+1
* Remove whitespace at end of line I happened to find during my last edit.alex2001-08-301-2/+2
* Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.alex2001-08-301-3/+10
* Add support for HTTP/1.1 name-based virtual hosts. Also, usemike2001-08-301-7/+12
* Fix my previous snprintf() patches (which were largely no-ops).brian2001-08-231-2/+2
* Display a better error message when snprintf() returns < 0brian2001-08-211-1/+5
* Handle snprintf() returning -1.brian2001-08-201-1/+1
* Do not call freeaddrinfo(res0) twice.ru2000-09-251-0/+1
* - Reflect `gateport' variable type change.ru2000-06-241-0/+2
* Make sure to use native IPv4 addrerss even if getaddrinfo()ume2000-06-141-0/+1
* Add -4 and -6 options.shin2000-02-151-1/+1
* Add more dual stack consideration.shin2000-02-121-6/+27
* Fix parsing problems.shin2000-02-121-1/+20
* Fix several bogus bugsshin2000-02-121-2/+7
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-43/+64
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - add "-s src_addr" option to allow setting of the source IP address;ru1999-06-251-1/+7
* One more ctype castache1997-12-161-2/+2
* Add more (unsigned char) casts to ctype macrosache1997-12-161-2/+2
* Sync with NetBSD v1.3.pst1997-12-131-41/+74
* Localize it (ctype)ache1997-06-271-4/+4
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-251-0/+608
OpenPOWER on IntegriCloud