]> sjero.net Git - wget/history - src/ftp.c
Merging my botched import with Alex's original commit.
[wget] / src / ftp.c
2008-04-12 Micah CowanMerging my botched import with Alex's original commit.
2008-04-11 Micah CowanDon't append to an existing .listing when --continue...
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanPrint arguments of fnmatch properly; don't use fnmatch...
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-13 Micah CowanAutomated merge with file:/home/micah/devel/wget/mailin...
2007-10-09 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-09 Micah CowanAutomated merge with file:/home/micah/devel/wget/fix...
2007-10-06 Micah CowanApplying Gisle's latest MS-DOS patches.
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-10-03 Micah CowanDates as well as times in output timestamps
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-30 micah[svn] Fix for bug #20296: User:pass@ given in Referer...
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-10-18 hniksic[svn] Would incorrectly skip changing working directory...
2006-08-08 hniksic[svn] Avoid code repetition between time_str and dateti...
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2005-10-05 mtortonesi[svn] Fixed typo
2005-08-10 hniksic[svn] Simplify the ip_address data union. Always use...
2005-08-08 hniksic[svn] Don't free RESPLINE if ftp_response returns a...
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-30 hniksic[svn] Renamed "pretty_print_address" to "print_address".
2005-06-28 hniksic[svn] Delete trailing newlines from LIST output when...
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-26 hniksic[svn] When the download is finished, print the time...
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
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.
next