W3C CVS Root

CVS log for libwww/Robot/src/HTRobot.c

[BACK] Up to [Public] / libwww / Robot / src

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Mar 19 20:20:14 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, HEAD
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +9 -2 lines
Now BFS method handle redirection in the same way as DFS

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Mar 10 19:49:20 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +8 -1 lines
Added flag for deletin metadata if not needed

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Mar 8 16:54:33 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +138 -71 lines
Moved the rediction code to an after filter instead of a mix of before filters and after filters

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Mar 7 17:17:19 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +15 -4 lines
The 'check' regular expression had fallen out - put back in

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Mar 5 20:03:03 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +157 -50 lines
John Punin: Added support for handling redirection in the robot - that is, now it can follow redirection links instead of just recording the redirection. This can be enabled using the -redir command line option

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Mar 5 14:28:05 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +3 -2 lines
Erik B. Andersen: added support for INPUT tag images

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Mar 3 20:02:38 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +12 -2 lines
Don't clean up before we are really done

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Feb 23 17:53:30 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-6
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -3 lines
Changed some of the stadout/stderr handling in the sample apps to use the libwww versions so that they work on winnt command shell

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Feb 22 22:10:12 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +49 -89 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:05:59 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +8 -3 lines
Fixed minor memory leak in robot

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Jan 6 15:38:48 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +33 -68 lines
A completely rewritten HText interface that makes it a lot easier to use the libwww HTML parser and also doesn't throw away tags or entities that are not defined in the libwww HTML DTD. The new interface is based on registering callbacks so that the application doesn't have to provide the old HText functions that it didn't use. The HTML parser itself has also improved as it now knows about several HTML 4.0 tags. Finally, there are three new sample applications called showtags, showtext, and showlinks which illustrate how to use the new HText interface. Currently the line mode browser hasn't been updated so it doesn't compile for the moment.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Nov 7 19:00:45 1998 UTC (25 years, 5 months ago) by br334
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +16 -1 lines

apply exclusion/inclusion rules to images

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Nov 1 15:52:00 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +34 -7 lines
Fixed lacking update in the Robot

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Oct 30 01:15:56 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Added a -nometatags as command line option to the robot. See full set of options at http://www.w3.org/Robot/User/CommandLine.html

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Oct 27 17:42:53 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -1 lines
Fixed a few portability problems in the nwe robot code

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Oct 26 22:45:34 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +231 -719 lines
New version of libwww webbot hacked up by John Punin: Conatins a full robots.txt parser and breadth first search algorithm

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:20 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +4 -3 lines
A set of changes: 1) Added support for etags in 201 responses. This will help avoiding overrides of PUT 2) Added timeout support. Default timeout in webbot and command line tool is 20secs. Can be changed using the -timeout option 3) Fixed a problem that prevented idle connections to be closed after 60 secs idle time. Client side closes are a lot easier to deal with 4) Expanded progress flags in HTAlert to be 32 bit instead of 16 bit as I was running out of flags.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Aug 29 19:59:17 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Changed the rule file loading to use the new non-interactive load function, HTLoadRulesAutomatically

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Aug 29 16:49:58 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +55 -0 lines
Support for frames in HTML parser and persistent cache fixes for NT. Slight changes to HText interface to better support nwe HTML elements

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun May 24 19:39:41 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
Made SQL module into a DLL with its own WWWSQL.html

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue May 19 21:15:13 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
*** empty log message ***

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue May 19 16:49:54 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +13 -8 lines
Almost 5.1m

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 4 19:38:22 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +230 -31 lines
version 5.1m

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 20 17:53:18 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
version 5.1k

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Feb 27 18:36:04 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -2 lines
*** empty log message ***

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:48:38 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +27 -5 lines
*** empty log message ***

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Feb 7 23:59:38 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +89 -21 lines
*** empty log message ***

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:25:10 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +151 -26 lines
*** empty log message ***

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Feb 1 19:04:31 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +135 -75 lines
*** empty log message ***

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jan 30 16:38:21 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +10 -2 lines
*** empty log message ***

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jan 21 17:24:49 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +138 -42 lines
*** empty log message ***

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jan 6 14:15:01 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1e
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +82 -35 lines
*** empty log message ***

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:54:22 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +307 -22 lines
version 5.1e

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:09:20 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1d
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +17 -1 lines
version 5.1d

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:46:35 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +11 -9 lines
*** empty log message ***

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Dec 16 21:09:49 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +145 -9 lines
fixed pipelining

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Feb 6 16:33:55 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +10 -4 lines
zip updates

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:04:45 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
cache updates

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Feb 1 16:16:31 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -1 lines
variable write delay

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jan 31 22:55:32 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +10 -1 lines
bug fixes in buffer flush and event loop

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jan 29 19:22:27 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -5 lines
*** empty log message ***

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jan 29 16:54:59 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -0 lines
cache validation

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jan 23 19:50:34 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +59 -4 lines
updated libwww

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Dec 23 21:06:23 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -2 lines
libwww 5.1

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Dec 13 22:06:38 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +14 -7 lines
some timing fixes

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Dec 7 19:14:39 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +12 -5 lines
lib and robot

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 5 23:20:33 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
goin' back to Cali

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Dec 3 14:49:23 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +12 -2 lines
support for disabling Nagle

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Dec 3 05:47:48 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
lost the write polling select problem somewhere

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 1 02:13:50 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -3 lines
Savings from pipeline merge

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Nov 28 00:30:32 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +7 -26 lines
last commit on pipeline branch

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Nov 26 23:23:05 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -131 lines
HTWatch-be-gone

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 26 14:40:48 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +32 -2 lines
goin' to wurk

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Nov 23 00:59:11 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +18 -19 lines
libwww pipeline

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 22 16:47:01 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +92 -0 lines
some logging

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Nov 21 19:43:48 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4 lines
handled pipelined host closing its connection

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:02:01 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +74 -50 lines
may have some versioning probs (update from v -1)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Nov 6 15:29:06 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -3 lines
S'more fixes after moving bodyLength around

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:05:59 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, PIPELINE1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -2 lines
libvwww 5.0a

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Aug 21 00:07:29 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0, Release-4-1b5, Release-4-1b4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -2 lines
4.1beta4 again

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:31:54 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +10 -3 lines
pipeline in place

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 5 21:47:57 1996 UTC (27 years, 8 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2 lines
eventrg

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jul 19 07:42:16 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
next version

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 16 02:27:34 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +13 -95 lines
a lot of new things

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:11:31 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -2 lines
a first version of PEP

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 4 18:40:44 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -4 lines
beta 2

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:52:04 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -19 lines
4.1b2

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 27 19:49:03 1996 UTC (27 years, 10 months ago) by manoli
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -0 lines
manolis' robot now works!

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 24 17:00:33 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
hmm, why didn't these make it in before

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 15 00:24:58 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
NEW INIT FILE

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 5 17:20:32 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
add HTMIMEInit to clients

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:35:13 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
new doc

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 1 19:23:02 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
robot

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jun 1 17:47:04 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -10 lines
updated docs

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 16 19:03:46 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -2 lines
4.1 alpha

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 14 01:23:48 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Context pointer in the Net callback

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:14:39 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -12 lines
Autoconf

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 14 00:37:48 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
CVS tags: autoconf
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +37 -22 lines
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 10 22:27:59 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +17 -2 lines
HTMIME_putBlock optimized

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:55:52 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +14 -14 lines
small changes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 2 19:41:38 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
update

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 1 23:33:57 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -0 lines
4.0D

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:44:42 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +35 -3 lines
4.0D

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 24 20:12:46 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +41 -21 lines
merge between main branch and 4.0 branch

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Tue Jan 23 20:08:25 1996 UTC (28 years, 3 months ago) by frystyk
Branches: v4/0B
CVS tags: v4/0C
Diff to: previous 1.6.2.1: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.1: +8 -7 lines
4.0C

Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 17 16:26:10 1996 UTC (28 years, 3 months ago) by frystyk
Branches: v4/0B
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +24 -5 lines
updated version of robot

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 18 22:03:36 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
4.0B

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:44:29 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -6 lines
Upgrade release for 4.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 7 21:16:53 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +25 -7 lines
more robot stuff

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 7 19:43:23 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Robot

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 7 06:21:57 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +144 -69 lines
more robot stuff

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 7 00:07:58 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
next version

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster