W3C CVS Root

CVS log for libwww/Library/src/HTML.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Aug 9 10:43:08 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, HEAD, Amaya
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
JK: Wayne Davison:
New function HTChunk_setSize(). Documentation fixes and related code
optimizations.
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0128.html

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Jun 25 19:09:20 1999 UTC (24 years, 10 months ago) by raff
Branches: MAIN
CVS tags: Release-5-3-1, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +48 -5 lines
Updated list of character entities with new entries from HTML 4.0 DTD.
Also made HTML.c use the definition HTML_ENTITIES from HTMLPDTD.h, so
that the compiler should catch differences in the two modules.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Apr 2 16:10:36 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -4 lines
Raffaele Sena: As promised, here is the HTML parser updated to support
all the tags and attributes defined in HTML 4.0.

I left all the deprecated tags, but removed all the tags that
basically never existed in the real world (H7 ? HTMLPLUS, etc.)

I added all the attributes as specified in the HTML 4.0 DTD, apart for
the SCRIPT/event related attributes ( ON* ).

I created a couple of macros to define attributes, so that basically
the same definition can be copied between HTMLPDTD.c and HTMLPDTD.h
(preserving the ordering and the spelling).

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Feb 22 22:10:11 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-6
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +9 -15 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:52:01 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +19 -1 lines
Added new HTML tags provided by Raffaele Sena - thanks

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Jan 22 13:54:17 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
Made sure that the HTextImp object is deleted (but not the HText object) when finished parsing. The app is responsible for deleting the HText object

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jan 6 15:38:47 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +312 -656 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.74: download - view: text, markup, annotated - select for diffs
Thu Oct 15 20:07:55 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Fixed silly bug in HTML.c where HTML headers were ignored due to a premature return

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Aug 29 16:49:57 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +27 -9 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.72: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:55 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
version 5.1m

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

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:48:31 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +16 -1 lines
*** empty log message ***

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

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

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 21 19:33:15 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +5 -1 lines
public version 5.1

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Feb 16 17:49:21 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +13 -1 lines
content encoding fix and FTP fix

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Feb 11 23:15:27 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -1 lines
Moved fp from host to channel

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

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:54:47 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, Release-5-0, Release-4-1b5, Release-4-1b4, Release-4-1b3, PIPELINE1
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +34 -120 lines
4.1b2

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 21 00:44:39 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +22 -4 lines
update of LMB

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:47:44 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
new transport and Content Coding support

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

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

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:26:27 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +6 -6 lines
post HT_Mem

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Feb 8 16:47:30 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -4 lines
bugfiexs

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:40:11 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +8 -12 lines
4.0D

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:43:44 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -6 lines
Upgrade release for 4.0

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Dec 7 00:06:56 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -3 lines
next version

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:14:27 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +40 -40 lines
Merged Error and Dialog system

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Nov 13 00:14:05 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
Better News support

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Nov 8 23:49:30 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Version 4.0pre5

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:13:22 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
fprintf replaced with TTYPrint for windows

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:29:57 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4, v4/0pre3
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -5 lines
Snapshot getting ready

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:39:23 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Most of new version

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Aug 27 23:21:40 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +14 -49 lines
no more HText requirement :-)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Aug 24 17:09:12 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Changes to HTAlert and context swapping

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:51:20 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
better PUT & POST - work on cache

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Aug 14 03:57:45 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +24 -12 lines
Cache

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri May 19 02:05:35 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1pre2, v3/1pre1, v3/1, WinNT, NT1, NT, NNTP
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
final swap to MIT statements

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Wed May 17 22:31:36 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +24 -13 lines
merging with rest of 3.1

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:19 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +24 -13 lines
Basics of release 3.1

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:40:47 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -10 lines
Getting Library back on main branch

Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:24:20 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +8 -11 lines
Library version 3.0beta

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:28:11 1994 UTC (29 years, 4 months ago) by roeber
Branches: MAIN
CVS tags: with-configure
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
Now uses GNU Autoconf

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:11:13 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2, v3/0pre1
Branch point for: without-configure
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -2 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:43:22 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Introduced Interrupt All

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:44:14 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -3 lines
MULTI-THREADED VERSION

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Sep 25 13:50:05 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v2/17, cern-update
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -3 lines
A whole bunch of changes

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jul 12 14:48:24 1994 UTC (29 years, 9 months ago) by duns
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1 lines
field test version 2

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jun 8 14:31:14 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -119 lines
Introduction of referer field in the HTTP request. Automatic
redirection on client side (max 10) and a whole lot of other changes

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jun 4 12:16:42 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +14 -4 lines
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:39 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +39 -30 lines
A whole lot of changes. Maimly in HTFile.c where directory stuff is
removed; HTTP where structure is changed and HTFTP where HTDoConnect
now is ported to VMS (I hope ;-))

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu May 19 15:01:10 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Better explanation in HTError.html

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu May 19 13:54:51 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
httpd 3.0pre5.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 19 12:56:31 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -3 lines
slightly changed format of HTErrorSysAdd

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu May 19 09:07:24 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +97 -0 lines
Better control of streams and error messages in HTError. HTErrorMsg
moved to HTML.c so that it might be overwritten.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 18 11:40:23 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -6 lines
New version of HTGopher, improved FTP and a whole lot of other things

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 9 11:03:28 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -0 lines
logfile renamed to HTlogfile; Very old code removed from HTOutReadme; HTCopyNoCR now has the right handling of characters (they are ints); HTML.c, no more problem with anchors like xxx/..

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 27 12:50:50 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Some small fixes to make proxy server work better + added no-close
option for HTWriter + fixed conflicts in FTP module after Henrik's
rewrite.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Mar 30 14:55:09 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +10 -9 lines
<IMG> Handling now OK in HTML.c

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 29 14:46:45 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +21 -5 lines
HTML_start_element() now supports <IMG>. Icon ALT-tag for blank icon changed to spaces only

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 29 07:57:39 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -1 lines
New HTSimplify(), HTBrowseDirectory(), HTFTPBrowseDirectory (not final), HTMLGen understands <IMG>, Nested <PRE> no more problem in HTML_start_element()

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 25 11:49:36 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Guessing stream.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Mar 8 09:31:33 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v2/15
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -0 lines
New HTML to LaTeX converter

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:46:09 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Small change to HTML_free() and HTML_abort()

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 21 16:53:11 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
HTCache is changed i HTTP.c

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:30:09 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- moved daemon-access-authorization files to daemon
- fixed directory indexing with trailing slash
- access authorization now works through firewalls
- Users and Anybody now special predifined group names
- multilanguage/encoding handling -- intelligent algorithm still
  missing
- so suffixes now handle also encoding/language
- content-length, last-modified

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 29 08:49:54 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +58 -42 lines
Comnpiles but untested

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 3 15:21:35 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
CVS tags: v2/14, v2/13
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +14 -1 lines
Some bits needed for editor

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:55:07 1993 UTC (30 years, 7 months ago) by timbl
Branches: MAIN
CVS tags: v2/12a
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -6 lines
Binary transfer problems fixed, quick etst ok

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 8 10:17:33 1993 UTC (30 years, 9 months ago) by timbl
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
xfer to arthur

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 29 13:32:41 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -0 lines
VM version runs

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 9 11:18:00 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +23 -13 lines
Allow personal home page

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 7 13:21:33 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +19 -2 lines
More bug fixes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 7 08:25:24 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -2 lines
Compiles on all unix OK

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 12 16:01:35 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
bug fixes for nicola etc ... exit 6996 problem.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 5 14:22:21 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
2.05a release

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 30 16:17:37 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -6 lines
dd missing HTWSRC files added.  This version deisstributed as 2.05

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 28 17:37:44 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Fixed formatting big and WAIS agteay bug

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 27 10:39:14 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +143 -124 lines
First commit with WAIS in.  Basiclly works but probably lots of bugs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 7 09:57:22 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
Fixing problem with root of /Public directory.
version for Carl to play with

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:41:16 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +634 -398 lines
basically works, no WAIS

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:52:49 1993 UTC (31 years, 2 months ago) by timbl
Branches: CERN
CVS tags: R1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines

First import of WWW Library source files. (not in working state)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:52:48 1993 UTC (31 years, 2 months ago) by timbl
Branches: MAIN
Initial revision

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