]> sjero.net Git - wget/history - src/ftp-ls.c
[svn] Remember the position of the previous token instead of backtracking to it.
[wget] / src / ftp-ls.c
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