]> sjero.net Git - wget/history - src/ftp-basic.c
Updated config.guess, config.sub, install.sh.
[wget] / src / ftp-basic.c
2009-07-05 Micah CowanAdjust some typos from vms merge, and remove some eleme...
2009-07-04 Micah CowanAutomated merge.
2009-07-01 Micah CowanAutomated merge.
2009-06-25 Micah CowanMerge with mainline.
2008-11-27 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-08-28 Micah CowanAutomated merge.
2008-08-14 Xavier SaintAutomated merge.
2008-08-07 Xavier SaintAutomated merge.
2008-07-23 Saint XavierAutomated merge.
2008-07-20 Saint XavierAutomated merge.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-30 Saint Xavierescnonprint has been replaced by quotearg_style; reflec...
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in ftp-basic.c.
2008-04-22 Micah CowanSteven Schweda's VMS patch.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
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-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-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-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2007-01-09 mtortonesi[svn] Fixed segfault if response text is missing
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-03-09 mtortonesi[svn] Add support for download of hidden files from...
2005-08-10 hniksic[svn] Simplify the ip_address data union. Always use...
2005-07-07 hniksic[svn] In for loops with empty body, put the ";" on...
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-19 hniksic[svn] Remove K&R support.
2005-06-15 hniksic[svn] Handle invalid response to PWD gracefully.
2005-05-16 hniksic[svn] Fix erroneous comments in ftp_eprt.
2005-05-16 hniksic[svn] Don't xfree() the line returned by ftp_response...
2005-05-07 hniksic[svn] Prevent newlines in FTP command arguments causing...
2005-05-05 hniksic[svn] Fix printing of FTP response.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-06 hniksic[svn] Added NTLM support.
2005-04-02 hniksic[svn] Use the xzero shorthand for memset(..., 0, ...).
2005-03-19 hniksic[svn] Limit the maximum amount of memory allocated...
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
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