netwerk/streamconv/converters/parse-ftp/3-guess.in

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 I couldn't find any SuperTCP or Chameleon/Newt FTP servers, so the
michael@0 2 following is based on guesswork from the mirror.pl and lynx projects.
michael@0 3 The first 8 are Chameleon/Newt, the remaining 16 entries are SuperTCP
michael@0 4 with two different date styles. The precise amount of whitespace
michael@0 5 between columns might not be correct, but the parser shouldn't care.
michael@0 6
michael@0 7 . <DIR> Nov 16 1994 17:16
michael@0 8 .. <DIR> Nov 16 1994 17:16
michael@0 9 INSTALL <DIR> Nov 16 1994 17:17
michael@0 10 CMT <DIR> Nov 21 1994 10:17
michael@0 11 DESIGN1.DOC 11264 May 11 1995 14:20 A
michael@0 12 README.TXT 1045 May 10 1995 11:01
michael@0 13 WPKIT1.EXE 960338 Jun 21 1995 17:01 R
michael@0 14 CMT.CSV 0 Jul 06 1995 14:56 RHA
michael@0 15 . <DIR> 11-16-94 17:16
michael@0 16 .. <DIR> 11-16-94 17:16
michael@0 17 INSTALL <DIR> 11-16-94 17:17
michael@0 18 CMT <DIR> 11-21-94 10:17
michael@0 19 DESIGN1.DOC 11264 05-11-95 14:20
michael@0 20 README.TXT 1045 05-10-95 11:01
michael@0 21 WPKIT1.EXE 960338 06-21-95 17:01
michael@0 22 CMT.CSV 0 07-06-95 14:56
michael@0 23 . <DIR> 11/16/94 17:16
michael@0 24 .. <DIR> 11/16/94 17:16
michael@0 25 INSTALL <DIR> 11/16/94 17:17
michael@0 26 CMT <DIR> 11/21/94 10:17
michael@0 27 DESIGN1.DOC 11264 05/11/95 14:20
michael@0 28 README.TXT 1045 05/10/95 11:01
michael@0 29 WPKIT1.EXE 960338 06/21/95 17:01
michael@0 30 CMT.CSV 0 07/06/95 14:56

mercurial