index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
/
fetch.c
Age
Commit message (
Expand
)
Author
2003-08-15
remove extra \n in {warn,err}{,x} calls
Theo de Raadt
2003-04-05
string fixes; ok miod henning
Theo de Raadt
2003-03-31
Treat empty environment variables the same as NULL. henning@ OK
Todd C. Miller
2003-03-10
correct use of getnameinfo. PR 3138
Jun-ichiro itojun Hagino
2003-02-17
Fix double free; Brian Poole
Todd C. Miller
2002-12-30
minor KNF
Theo de Raadt
2002-12-19
only do "Trying ..." if verbose
Theo de Raadt
2002-11-08
http redirect support; adapted from NetBSD.
Federico G. Schwindt
2002-05-30
-4 and -6 options; kanai@big.or.jp; itojun ok
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-14
o Don't accept URLs with user:pass@ and an extra unencoded @.
Heikki Korpela
2001-10-27
Send User-Agent: OpenBSD ftp to WWW servers and proxies.
Heikki Korpela
2001-10-03
o Only send port number in the HTTP request 'Host: ' specification
Heikki Korpela
2001-06-23
remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat...
Todd C. Miller
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-05-25
do not attach incorrect Host: directive if we are using proxy.
Jun-ichiro itojun Hagino
2000-05-15
parse RFC2732 ftp URL (ftp://[::1]:21/readme)
Jun-ichiro itojun Hagino
2000-05-03
if no /etc/services file, use defaults. found by millert, fixed by itojun
Theo de Raadt
2000-05-02
always attach port in numeric, for HTTP Host: header.
Jun-ichiro itojun Hagino
2000-04-24
support RFC2732 IPv6 address literal URLs (http://[::1]:80/index.html).
Jun-ichiro itojun Hagino
2000-01-09
Make 'ftp host:/path/to/file' work again. This got broken during IPV6
Todd C. Miller
2000-01-04
fix file:// URL support; broken by KAME support
Theo de Raadt
1999-12-08
ftp(1) from KAME, should be good for testing.
Jun-ichiro itojun Hagino
1999-02-09
if we read less than Content-Length, whine and error
Theo de Raadt
1998-09-30
something was too verboase in http fetch mode
Theo de Raadt
1998-09-28
first cut at file:/ URL support
Theo de Raadt
1998-09-11
don't display Retrieving... message unless verbose output desired
Marco S Hyman
1998-05-13
oops
Theo de Raadt
1998-05-13
try other h_addr_list addresses when connecting, and handle EINTR
Theo de Raadt
1998-03-26
pass host name with GET request so servers hosting multiple virtual
Marco S Hyman
1998-02-17
Add a new option "-o filename" for autofetch mode. Allows use of
Todd C. Miller
1997-09-11
- Move `parsed_url' label such that the next statement after the label is
Todd C. Miller
1997-09-04
Updtaes from NetBSD (lukem)
Todd C. Miller
1997-07-25
Updates from NetBSD (lukem) include -Wall cleanup.
Todd C. Miller
1997-07-24
no content-length is OK; cato@ulysses.df.lth.se
Theo de Raadt
1997-05-19
Make ftp ftp://anonymous:root@your.dom.ain@ftp.our.place.foo/pub/OpenBSD/
Todd C. Miller
1997-04-28
From NetBSD (lukem):
Todd C. Miller
1997-04-23
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
Theo de Raadt
1997-04-18
Fix problem when fetching files with -a.
Todd C. Miller
1997-04-16
Sync with NetBSD (lukem):
Todd C. Miller
1997-04-14
URL specifiers are case insensitive. Noticed by Theo.
Todd C. Miller
1997-04-10
Sync with NetBSD (lukem)
Todd C. Miller
1997-03-21
Add in recent NetBSD changes we didn't already have:
Todd C. Miller
1997-03-14
Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter
Todd C. Miller
1997-02-05
Include signal.h where reasonable and make signal handlers match
Todd C. Miller
1997-02-03
Add back ``-r'' option and fix strncpy() usage and other nits because
Todd C. Miller
1997-02-03
Sync with NetBSD
Todd C. Miller