FTP code turned into state machine. Not completely yet, but a good start.
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Feb 2005 13:06:40 +0000 (13:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Feb 2005 13:06:40 +0000 (13:06 +0000)
commit6a2e21ec8cbaf7c719902e06953d9dbec629ad4f
treec09552b516d0d6dadc999ef446843ba32db4f1e1
parent120f17ce04794f55603a1edcd8ec8f89a09fe4ca
FTP code turned into state machine. Not completely yet, but a good start.
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.
34 files changed:
include/curl/curl.h
lib/dict.c
lib/dict.h
lib/file.c
lib/file.h
lib/ftp.c
lib/ftp.h
lib/hostares.c
lib/hostasyn.c
lib/hostip.c
lib/hostip.h
lib/hostip6.c
lib/hostsyn.c
lib/hostthre.c
lib/http.c
lib/http.h
lib/ldap.c
lib/ldap.h
lib/multi.c
lib/multiif.h
lib/sendf.h
lib/telnet.c
lib/telnet.h
lib/transfer.c
lib/url.c
lib/url.h
lib/urldata.h
src/main.c
tests/data/test113
tests/data/test114
tests/data/test190
tests/data/test195
tests/data/test196
tests/libtest/lib511.c