]> sjero.net Git - wget/history - src/ftp.c
[svn] Remove the "lockable boolean" setting for passive_ftp.
[wget] / src / ftp.c
2005-06-22 hniksic[svn] Remove the "lockable boolean" setting for passive...
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-15 hniksic[svn] Gettext-ize previously missed messages.
2005-05-17 hniksic[svn] Don't clobber the file when -c is specified and...
2005-05-16 hniksic[svn] Consistently print \n at the end of the "Length...
2005-05-08 hniksic[svn] Check for wildcards in unescaped URL path.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-27 mtortonesi[svn] Add the --user, --password, --ftp-user and -...
2005-04-12 hniksic[svn] Open the output file in binary mode.
2005-04-02 hniksic[svn] Use the xzero shorthand for memset(..., 0, ...).
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-29 hniksic[svn] Replace GETALL and others with GLOB_GETALL.
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-03-04 hniksic[svn] Fix a possible race condition when opening files.
2005-02-25 hniksic[svn] iInitialize err in getftp to suppress gcc warning.
2005-02-24 hniksic[svn] Fix infloop in ftp_expected_bytes introduced...
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-02-25 hniksic[svn] Revamped MS console logic. Submitted by David...
2004-01-28 hniksic[svn] Fixes by Christian Biere:
2003-12-06 hniksic[svn] Correctly calculate bandwidth as total data read...
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-30 hniksic[svn] Better documentation for fd_read_body args.
2003-11-26 hniksic[svn] Set con->csock to -1 where rbuf_uninitialize...
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...
next