]> sjero.net Git - wget/history - src/ftp.c
[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
[wget] / src / ftp.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-13 hniksic[svn] Use the new function retryable_socket_connect_err...
2003-11-13 hniksic[svn] Rewrote bindport and acceptport to use a more...
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-06 hniksic[svn] Applied Dennis Smit's --preserve-permissions...
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
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-14 hniksic[svn] Correctly loop through the linked list.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-10-01 hniksic[svn] Initialize local variable to shut up the compiler.
2003-09-30 hniksic[svn] Made --spider work with FTP downloads.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-18 hniksic[svn] Add support for OS/400 ftp server.
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2003-01-11 abbotti[svn] Fix for FTP directory traversal vulnerability...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-14 abbotti[svn] Don't ftruncate standard output.
2002-05-08 hniksic[svn] Allow match_tail to be case insensitive.
2002-04-16 hniksic[svn] Correctly merge DOS-like absolute directories.
2002-04-13 hniksic[svn] Support FWTK-style proxies.
2002-04-12 abbotti[svn] Compensate for MS Windows two-second granularity...
2002-04-08 hniksic[svn] Propagate the result of ftp_retrieve_glob to...
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
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-27 hniksic[svn] Fix FTP PASV output.
2001-11-26 hniksic[svn] Allocate a timer directly in get_contents.
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-25 hniksic[svn] Commit progress bar tweaks.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-20 hniksic[svn] Support the SIZE command.
2001-11-16 hniksic[svn] Don't call rate() with bogus data.
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-29 hniksic[svn] Refuse to download files from scratch if `-c...
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-23 hniksic[svn] Write percentages when the length is authoritative.
2001-04-11 hniksic[svn] Fix retrieval of directories when initial CWD...
2001-04-09 hniksic[svn] Fix recursive FTP retrieval so that
2001-04-03 hniksic[svn] Make `-c' and `-O' work together.
2001-04-01 hniksic[svn] Make sure opt.dfp is rewound only on the first...
2001-04-01 hniksic[svn] Wget was ignoring an error when getting a directo...
2001-04-01 hniksic[svn] Make sure -c doesn't truncate the file.
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-02-13 janp[svn] Removed ftpparse dependencies. New parser for...
2001-02-11 hniksic[svn] ChangeLog tweak; initialize con to appease the...
2001-02-11 hniksic[svn] Applied Jonas Jensen's download rate patch with...
2001-01-10 dan[svn] When did the bug get fixed where recursive FTP...
2000-12-31 dan[svn] 2000-12-31 Dan Harkless <wget@harkless.org>
2000-12-17 hniksic[svn] Include <netdb.h> where h_errno is used. Likewis...
2000-12-11 hniksic[svn] Fix -O timestamp bug.
2000-12-11 hniksic[svn] Set the timestamp even when -O is used.
2000-12-06 hniksic[svn] Fix opt.wait.
2000-12-05 hniksic[svn] Commit my url.c fix (space as unsafe character...
2000-11-25 hniksic[svn] Undo Jan's typo fix.
2000-11-22 hniksic[svn] Committed memory debugging stuff.
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-19 hniksic[svn] A bunch of new features:
2000-11-02 hniksic[svn] Update copyright blurbs with the year 2000.
2000-11-02 hniksic[svn] Hide password from URL when non-verbose, too.
2000-11-01 hniksic[svn] Gracefully handle opt.downloaded overflowing.
2000-10-31 hniksic[svn] Committed my patches from <sxsbsw16sbu.fsf@florid...
2000-10-24 dan[svn] --delete-after wasn't implemented for files retri...
2000-10-20 dan[svn] ftp.c (getftp): Applied Piotr Sulecki <Piotr...
2000-10-20 dan[svn] Applied John Daily <jdaily@cyberdude.com>'s patch...
2000-10-20 dan[svn] Implemented and documented new -E / --html-extens...
2000-08-30 dan[svn] * *.{gmo,po,pot}: Regenerated after modifying...
2000-06-01 hniksic[svn] Don't try to chmod() symlinks.
2000-05-19 hniksic[svn] Committed my patch from <dpd7mj3sap.fsf@mraz...
2000-04-12 hniksic[svn] Commit several fixes.
2000-03-02 dan[svn] Hrvoje didn't regenerate the .info files after...
2000-03-02 hniksic[svn] Applied contributed patches (see ChangeLog for...
2000-03-02 dan[svn] Implemented the item I formerly had in the TODO...
1999-12-02 kwget[svn] Initial revision