]> sjero.net Git - wget/history - src/ftp-basic.c
[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
[wget] / src / ftp-basic.c
2003-11-21 hniksic[svn] Remove the "rbuf" buffering layer. Provide peeki...
2003-11-20 hniksic[svn] Renamed xread/xwrite/xclose to fd_read/fd_write...
2003-11-16 hniksic[svn] No longer include INET headers in ftp-basic.c.
2003-11-13 hniksic[svn] Rewrote bindport and acceptport to use a more...
2003-11-08 hniksic[svn] Support Windows-2000 ftp servers. By Gisle Vanem.
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-03 hniksic[svn] Don't shadow SEED.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-11-01 hniksic[svn] Document the Opie code better. Use uint32_t...
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Imported Mauro's IPv6 changes.
2003-10-11 hniksic[svn] Look for and use socklen_t.
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-18 hniksic[svn] Add support for OS/400 ftp server.
2003-09-09 hniksic[svn] IPv6 configure auto-detection.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-02-19 hniksic[svn] Add the necessary includes for compilation under...
2002-01-31 hniksic[svn] Enable compilation on Windows.
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2001-12-10 hniksic[svn] Rename long_to_string to number_to_string, and...
2001-12-03 hniksic[svn] Declare h_errno in host.c, but not elsewhere.
2001-12-01 hniksic[svn] When PWD fails, assume "/".
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-20 hniksic[svn] Support the SIZE command.
2001-05-27 hniksic[svn] Update copyright notices.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-02-13 janp[svn] Removed ftpparse dependencies. New parser for...
2000-12-17 hniksic[svn] Include <netdb.h> where h_errno is used. Likewis...
2000-12-05 hniksic[svn] Commit my url.c fix (space as unsafe character...
2000-11-22 hniksic[svn] Committed <sxsbsv854j9.fsf@florida.arsdigita...
2000-11-21 hniksic[svn] Committed Jan's ftpparse patch with Hrvoje's...
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-02 hniksic[svn] Contributed fix.
1999-12-02 kwget[svn] Initial revision