]> sjero.net Git - wget/history - src/ftp-ls.c
replaced read_whole_file() by getline()
[wget] / src / ftp-ls.c
2013-05-17 Tim Ruehsenreplaced read_whole_file() by getline()
2012-09-30 Nikolay MerinovSupport new WinNT ftp listing format
2011-03-11 Giuseppe ScrivanoFix some memory leaks.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-10-16 Giuseppe ScrivanoSilent warnings reported by clang.
2010-08-01 John Trengroveftp: display hour:minute information if it is available.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-09-04 Micah CowanReplace use of localtime with localtime_r.
2009-07-04 Micah CowanAutomated merge.
2008-12-01 Micah CowanAutomated merge.
2008-11-26 Micah CowanMerge with mainline.
2008-11-13 Micah CowanHTML-escape dirname in href (not perfect, good enough).
2008-11-13 Micah CowanHTML-escape dir name in title, h1.
2008-11-13 Micah CowanApplied Alexander Belopolsky's patch for htmlified...
2008-10-31 Alexander DrozdovFix underflow, incorrect assertion.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-26 Saint XavierAutomated merge.
2008-06-24 Micah CowanDon't assume time_t* is compatible with long*.
2008-04-26 Micah CowanFix ISDIGIT to c_isdigit.
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.
2006-05-21 hniksic[svn] Fix breakage in ls output parsing. By Larry...
2005-08-04 hniksic[svn] Remember the position of the previous token inste...
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-27 hniksic[svn] Move extern declarations to .h files.
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-12 hniksic[svn] Use the %d format to print port number, which...
2005-04-07 hniksic[svn] Extract timers to a separate file.
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-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-12-09 mtortonesi[svn] Fixed a problem in ftp_parse_winnt_ls that could...
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2001-12-11 hniksic[svn] Fix obvious memory leaks in the VMS directory...
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-06-03 hniksic[svn] ftp-ls.c typo fix by Karl Eichwalder.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-02 janp[svn] Correct the conversion of month entries for NT...
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-12 hniksic[svn] Use octal constants.
2001-04-12 hniksic[svn] Make seconds optional in VMS time specification.
2001-04-10 janp[svn] ftp_parse_winnt_ls(): Made the fix for AM/PM...
2001-04-08 janp[svn] The AM/PM change did assume 12:01PM == 00:01...
2001-04-08 janp[svn] ChangeLog: Removed an excess conflict marker...
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-05 hniksic[svn] Committed C. Frankel's SSL patch.
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-19 hniksic[svn] A bunch of new features:
2000-11-10 hniksic[svn] Better version of read_whole_line().
1999-12-02 kwget[svn] Initial revision