W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Sep 1 12:58:40 2000 UTC (23 years, 7 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.158: preferred, colored
Changes since revision 1.158: +2 -2 lines
JK: Wayne Davison, typo fix

Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Jul 11 15:52:30 2000 UTC (23 years, 9 months ago) by kahan
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
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +3 -2 lines
JK: when doing a PUT, the resource to be uploaded is stored in memory,
but this memory wasn't being freed.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Jun 23 14:21:37 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-3-2
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +13 -1 lines
JK: Added a Cache-Control: no-cache to PUT requests, as some proxies (squid)
aren't cleaning up their cache when the PUT is redirected.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Mon Jun 19 14:28:27 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +9 -4 lines
JK: a file I had forgotten to commit in the previous patch (fixing the
cache entries after a PUT)

Revision 1.155.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 29 08:17:31 2000 UTC (24 years, 1 month ago) by kahan
Diff to: previous 1.155: preferred, colored; next MAIN 1.156: preferred, colored
Changes since revision 1.155: +6 -1 lines
JK: fixed a dangling pointer problem

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu May 20 19:17:17 1999 UTC (24 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Amaya_2_4
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
Not being able to write to the outputfile is a fatal error

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

Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Feb 19 23:09:35 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +7 -7 lines
Changed some of the trace flags from the general WWWTRACE to a more specific *_TRACE one

Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Dec 15 05:34:27 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +30 -1 lines
patch for handling server requests in libwww

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Dec 3 02:56:04 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +29 -11 lines
Made sure that all if-header are set in set_preconditions()

Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Nov 20 22:06:26 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +8 -1 lines
Added HT_NO_MATCH to switch statement in order to avoid gcc warning

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Nov 19 17:14:39 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +38 -24 lines
Expanded the support for preconditions (HTTP if-* headers) and added use for them in the HTAccess module

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Sep 3 19:45:26 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +14 -7 lines
allowed HTAccess save filter to also work with a local cache so that the source can already be in cache. Also moved the handling of etags to the persistent cache

Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Aug 10 17:05:18 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +35 -1 lines
Added automatic rule file parser that doesn't ask the user and also a method in HTAccess to support it. This makes it easier to use by applications like robots etc.

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jul 27 23:53:30 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +25 -1 lines
Added a method for posting forms and returning the response in a chunk

Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Jul 24 16:37:02 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +4 -1 lines
remove access authentication duplicates when doing a GET/PUT using the savefilter on the same resource

Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Jul 17 17:15:14 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +25 -6 lines
Added support for preconditions in the PUT methods

Revision 1.143: download - view: text, markup, annotated - select for diffs
Thu Jul 9 16:51:30 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +10 -2 lines
Fixed a problem when PUT'ing to a non-existant host (or invalid portnumber) in the Save Filter

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:08 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
version 5.1m

Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Mar 25 15:09:54 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +18 -1 lines
*** empty log message ***

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

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Feb 27 18:35:42 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +4 -2 lines
*** empty log message ***

Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Nov 26 16:05:12 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e, Release-5-1d
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +5 -3 lines
version 5.1c

Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Apr 5 00:25:14 1997 UTC (27 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +16 -1 lines
libwww release 5.1b update

Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Mar 21 19:32:56 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1a
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +7 -9 lines
public version 5.1

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sat Nov 30 23:30:57 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2 lines
merge for pipelining

Revision 1.134.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 26 18:02:56 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.134: preferred, colored; next MAIN 1.135: preferred, colored
Changes since revision 1.134: +2 -2 lines
time warp

Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:17 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a
Branch point for: PIPELINE1
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +13 -6 lines
libvwww 5.0a

Revision 1.133: download - view: text, markup, annotated - select for diffs
Sat Aug 24 18:09:42 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0, Release-4-1b5
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +9 -6 lines
updates from test against CL server

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

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Aug 20 04:53:28 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +20 -8 lines
4.1beta4

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

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Aug 13 02:17:10 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
Fix in proxy authentication and local file name conversion on Windows

Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:43:16 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +14 -4 lines
News news module

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Aug 9 14:10:45 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +66 -2 lines
Trace method introduced

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:16:40 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +32 -3 lines
Henrik: chunked PUT and proxy authentication

Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:22:05 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +109 -19 lines
Recovery from a weird crash in Library and LineMode volumes

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Jul 18 03:56:20 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +475 -33 lines
next version

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

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:30:48 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +53 -187 lines
version 4.1b2

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 21 17:47:59 1996 UTC (27 years, 10 months ago) by frystyk
Branches: cern-update
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +5 -7 lines
new server branch

Revision 1.121: download - view: text, markup, annotated - select for diffs
Mon May 20 15:06:18 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +30 -7 lines
close to 4.1 pre1

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed May 15 22:33:58 1996 UTC (27 years, 11 months ago) by eric
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +3 -51 lines
fix HTEvent dereference and names

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

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Mar 11 16:53:26 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -1 lines
fixup for WWW_MSWINDOWS after automake port

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:11:52 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +16 -18 lines
Autoconf

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:25:01 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +5 -2 lines
new AA

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

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

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Feb 7 15:03:29 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +14 -4 lines
new

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Feb 4 04:12:31 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -0 lines
update version

Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Feb 1 23:31:46 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +77 -22 lines
4.0D

Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:38:51 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +5 -26 lines
4.0D

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Jan 24 20:11:53 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +23 -25 lines
merge between main branch and 4.0 branch

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

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Jan 15 07:29:31 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +3 -3 lines
updated version

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

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

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Dec 1 20:27:11 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +42 -0 lines
version 4.0!

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Nov 27 03:04:23 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +27 -6 lines
alpha 7

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

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Nov 17 01:29:41 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
getting closer

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:22:44 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +6 -15 lines
pre and post callback

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Nov 15 00:39:27 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +0 -16 lines
Better interface for DLL

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:28:37 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +44 -171 lines
Better interface for DLL

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

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:12:44 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +30 -14 lines
fprintf replaced with TTYPrint for windows

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Nov 3 22:34:43 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
new Header support

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Oct 31 21:18:23 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +4 -4 lines
version 4.0pre4

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Oct 31 00:31:29 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +0 -1 lines
most of alpha 4

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Oct 28 21:25:19 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +42 -23 lines
improved API

Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:09:52 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -0 lines
First version of a new News module

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:25:45 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +8 -8 lines
TRACE changed to WWWTRACE)

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

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:24:29 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
most of version 4.0

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

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

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

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

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Aug 14 03:56:58 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +26 -136 lines
Cache

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jul 13 00:02:28 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NNTP
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
Merge of NT into main branch

Revision 1.82.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 12 03:27:31 1995 UTC (28 years, 9 months ago) by frystyk
Branches: NT1
Diff to: previous 1.82: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82: +1 -1 lines
Win NT branch

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Jul 11 18:05:11 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
Branch point for: NT1
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
most things for 3.1

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Jul 8 03:22:50 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -106 lines
most of version 3.1pre3

Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 30 19:38:56 1995 UTC (28 years, 10 months ago) by cbrooks
Branches: NT
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +1 -1 lines
new NT port by charlie

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:20:28 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2
Branch point for: NT
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +260 -173 lines
most of 3.1pre2

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:18:34 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
no more cern stuff :-)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jun 12 04:14:58 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +56 -24 lines
File is now workin for upload + other major changes

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Jun 7 20:16:27 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +69 -43 lines
Basics of Version 3.1pre2

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri May 19 21:22:35 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
Some NT fixes

Revision 1.75.2.2: download - view: text, markup, annotated - select for diffs
Fri May 19 21:03:16 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WinNT
Diff to: previous 1.75.2.1: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75.2.1: +1415 -1415 lines
Remove CRLFs from files before committing to CVS
otherwise, each line is different

Revision 1.75.2.1: download - view: text, markup, annotated - select for diffs
Fri May 19 20:24:27 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WinNT
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1415 -1415 lines
OSF/RI NT Merge

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri May 19 02:04:13 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Branch point for: WinNT
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
final swap to MIT statements

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri May 19 00:52:53 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +22 -5 lines
Windows NT back on main branch

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu May 18 14:46:00 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +17 -52 lines
New Bind module

Revision 1.67.2.3: download - view: text, markup, annotated - select for diffs
Wed May 17 22:29:07 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.67.2.2: preferred, colored; branchpoint 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.2: +268 -148 lines
merging with rest of 3.1

Revision 1.67.2.2: download - view: text, markup, annotated - select for diffs
Tue May 16 20:10:20 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WindowsNT
Diff to: previous 1.67.2.1: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.1: +28 -13 lines
OSF/RI NT Changes

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun May 7 03:36:06 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +33 -12 lines
Changes to anchors and some other stuff

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat May 6 22:41:29 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -1 lines
update on timezone for sunos

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

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Apr 27 23:17:41 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Small change

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Apr 27 23:11:40 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -5 lines
DIRECT_WAIS -> HT_DIRECT_WAIS

Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 17:40:16 1995 UTC (29 years, 1 month ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +14 -1 lines
Windows NT spwaned on its own branch

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

Revision 1.65.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:15:17 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 1.65.2.3: preferred, colored; branchpoint 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65.2.3: +79 -40 lines
Library version 3.0beta

Revision 1.65.2.3: download - view: text, markup, annotated - select for diffs
Mon Jan 23 12:36:42 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.65.2.2: preferred, colored; branchpoint 1.65: preferred, colored
Changes since revision 1.65.2.2: +44 -47 lines
THE LAST COMMIT

Revision 1.65.2.2: download - view: text, markup, annotated - select for diffs
Tue Jan 17 16:59:29 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.65.2.1: preferred, colored; branchpoint 1.65: preferred, colored
Changes since revision 1.65.2.1: +5 -2 lines
Changes in gopher and CSO

Revision 1.65.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 6 22:23:20 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +4 -7 lines
Mainly adjustments in HTTP.c

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

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Dec 2 19:25:08 1994 UTC (29 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2
Branch point for: without-configure
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +10 -5 lines
Before release

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Dec 2 12:44:33 1994 UTC (29 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -4 lines
change in HTProtocolBlocking

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Dec 2 11:28:39 1994 UTC (29 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +44 -24 lines
Lots of memory cleanup and improved event loop

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Nov 25 14:26:10 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre1
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +10 -9 lines
bugfix in HTLibInit

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:08 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +144 -93 lines
New COPYRIGHT HEADERS and BETTER multi :-)

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

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:43:33 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +251 -216 lines
MULTI-THREADED VERSION

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Nov 3 14:50:21 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +8 -11 lines
Bug fix in HTParse and other minor things

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Oct 12 03:57:55 1994 UTC (29 years, 6 months ago) by howcome
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +83 -3 lines
HWL adde the external parse module, and (more) support for mailcap in HTFormat.c

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Oct 1 10:27:12 1994 UTC (29 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -7 lines
It now compilen using g++

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Sep 25 18:54:54 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v2/17
Branch point for: cern-update
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +0 -3 lines
compilation problems :-(

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Sep 25 13:49:08 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +19 -21 lines
A whole bunch of changes

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

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jun 4 12:16:34 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +48 -21 lines
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Jun 2 21:45:14 1994 UTC (29 years, 10 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -58 lines
Added Guenther Fisher's AddHfer patch, and removed HTAddError()'s.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:31:14 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -5 lines
I/O cache of host names introduced in HTTCP.c; HTDoConnect and
HTDoAccept moved to HTTCP.c; Added one parameter to HTParseInet in
order to tell if it is a multihomed host. Automatic redirection
introduced into HTTP.c

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:17 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +57 -5 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.48: download - view: text, markup, annotated - select for diffs
Thu May 19 13:54:47 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -0 lines
httpd 3.0pre5.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed May 18 13:32:12 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +12 -13 lines
FTP content-encoding fix; my error_stack => old_error_stack

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon May 16 10:16:24 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -3 lines
Removed my last "fix" ... ;-)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 16 09:59:00 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -5 lines
In get_physical() fixed the problem that caused a crash in
HTAnchor_setPhysical().

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu May 12 16:45:14 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -1 lines
This went out with httpd 3.0pre4.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 9 11:03:22 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +15 -11 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.41: download - view: text, markup, annotated - select for diffs
Sun May 8 17:59:45 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -0 lines
Now compiles with freeWAIS-0.3.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed May 4 19:05:31 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -4 lines
strcasestr() which is like strstr() but not case-sensitive.
HTErrnoString() that returns the errno translated to the string (does
something like HTInetStatus(), but doesn't print it to stderr but
gives it as result so we can send it to client).

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Apr 27 12:50:35 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +60 -3 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.38: download - view: text, markup, annotated - select for diffs
Wed Apr 20 09:41:47 1994 UTC (30 years ago) by timbl
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Enable caching of image files only

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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Mar 23 12:36:57 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
CVS tags: v2/15
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Just took a couple of extra typecasts away.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 23 12:20:42 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +14 -6 lines
FTP is how handled uniformly like all the other protocols by protocol
module (no longer goes thru HTLoadFile()).  Also, now file: which
actually means ftp: gets transformed into ftp: and handled correctly.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:06:58 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +12 -17 lines
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 13 17:33:30 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +82 -1 lines
Fixed AA, Welcome pages, and some minor fixes.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 8 09:31:28 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
New HTML to LaTeX converter

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Mar 2 16:10:03 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 27 15:41:36 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Sun cc doesn't init non-static aggregate variables...

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Feb 27 12:01:50 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -8 lines
Changed HTSearch() in HTAccess.c and some small bugs in HTNews.c

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 27 01:50:50 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Leak fix to HTRequest_free() and some minor stuff.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 21 15:07:40 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +42 -31 lines
Took daemon-specific stuff away from HTRequest structure.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 17 19:55:43 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +26 -0 lines
HTBindAnchor() is appended to HTAccess.c

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 17 16:04:55 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -5 lines
URLs from HTTP servers < version 1.0 is no longer cached

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:06:53 1994 UTC (30 years, 2 months ago) by timbl
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -0 lines
cache_fix

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 7 20:31:48 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +25 -4 lines
After purify

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 2 03:24:32 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +69 -6 lines
Multiformat handling works!

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:29:47 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +29 -22 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.20: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:08 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +36 -17 lines
First version having AA using HTRequest structure.  This seems to work
pretty well with server, but I've been unable to test it with linemode
which doesn't compile currently, so prepare yourself for client
coredumps. :-(  It may also be that AA just simply doesn't let you know
about itself at all -- so it may also appear to be dead instead of
killing the whole client.  Now I'm going home to get some sleep --
staying up 34 hours is starting to get to me.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 10 14:49:23 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +53 -41 lines
Anchor selection into HTML2.c

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 6 15:50:39 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -3 lines
few updates for ari, untested - tim

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Dec 3 16:36:33 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +30 -3 lines
First compile with cache code in

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 30 08:10:10 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
adding HTMLPDTD files

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 27 14:10:11 1993 UTC (30 years, 7 months ago) by duns
Branches: MAIN
CVS tags: v2/14, v2/13, v2/12a
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Duns' mods for VMS - not VMS tested yet

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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 15 11:52:49 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +27 -1 lines
HTSecure introduced for telnet servers

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 10 12:11:39 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Fix bug when no home page available locally

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 28 13:56:35 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +20 -8 lines
Untested!  WAIS stuff changing. Pass over to Arthur for fopen() mods.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 27 14:18:29 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +17 -4 lines
Fix bug in HTTP.c: with old servers, missed first bit of reply.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 13 11:22:26 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
c
Now the BTRHTBTree.c and .h are now used to sort filses and directories
in HTFile.c and HTFTP.c

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 3 12:31:10 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Bug fix HTAcess.c

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 3 09:55:00 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
try

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:39:24 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +307 -147 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:37 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:36 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