W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.159 / (download) - annotate - [select for diffs] , Fri Sep 1 12:58:40 2000 UTC (8 years ago) by kahan
CVS Tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, HEAD, Amaya
Changes since 1.158: +2 -2 lines
Diff to previous 1.158 (colored)
JK: Wayne Davison, typo fix

Revision 1.158 / (download) - annotate - [select for diffs] , Tue Jul 11 15:52:30 2000 UTC (8 years, 1 month ago) by kahan
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
Changes since 1.157: +3 -2 lines
Diff to previous 1.157 (colored)
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) - annotate - [select for diffs] , Fri Jun 23 14:21:37 2000 UTC (8 years, 2 months ago) by kahan
CVS Tags: Amaya-3-2
Changes since 1.156: +13 -1 lines
Diff to previous 1.156 (colored)
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) - annotate - [select for diffs] , Mon Jun 19 14:28:27 2000 UTC (8 years, 2 months ago) by kahan
Changes since 1.155: +9 -4 lines
Diff to previous 1.155 (colored)
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) - annotate - [select for diffs] , Wed Mar 29 08:17:31 2000 UTC (8 years, 5 months ago) by kahan
Changes since 1.155: +6 -1 lines
Diff to previous 1.155 (colored) next main 1.156 (colored)
JK: fixed a dangling pointer problem

Revision 1.155 / (download) - annotate - [select for diffs] , Thu May 20 19:17:17 1999 UTC (9 years, 3 months ago) by frystyk
CVS Tags: Amaya_2_4
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored)
Not being able to write to the outputfile is a fatal error

Revision 1.154 / (download) - annotate - [select for diffs] , Mon Feb 22 22:10:10 1999 UTC (9 years, 6 months ago) by frystyk
CVS Tags: Release-5-2-8, Release-5-2-6
Changes since 1.153: +32 -34 lines
Diff to previous 1.153 (colored)
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 1.153 / (download) - annotate - [select for diffs] , Fri Feb 19 23:09:35 1999 UTC (9 years, 6 months ago) by frystyk
CVS Tags: Before-New-Trace-Messages
Changes since 1.152: +7 -7 lines
Diff to previous 1.152 (colored)
Changed some of the trace flags from the general WWWTRACE to a more specific *_TRACE one

Revision 1.152 / (download) - annotate - [select for diffs] , Tue Dec 15 05:34:27 1998 UTC (9 years, 8 months ago) by frystyk
Changes since 1.151: +30 -1 lines
Diff to previous 1.151 (colored)
patch for handling server requests in libwww

Revision 1.151 / (download) - annotate - [select for diffs] , Thu Dec 3 02:56:04 1998 UTC (9 years, 9 months ago) by frystyk
Changes since 1.150: +29 -11 lines
Diff to previous 1.150 (colored)
Made sure that all if-header are set in set_preconditions()

Revision 1.150 / (download) - annotate - [select for diffs] , Fri Nov 20 22:06:26 1998 UTC (9 years, 9 months ago) by frystyk
Changes since 1.149: +8 -1 lines
Diff to previous 1.149 (colored)
Added HT_NO_MATCH to switch statement in order to avoid gcc warning

Revision 1.149 / (download) - annotate - [select for diffs] , Thu Nov 19 17:14:39 1998 UTC (9 years, 9 months ago) by frystyk
Changes since 1.148: +38 -24 lines
Diff to previous 1.148 (colored)
Expanded the support for preconditions (HTTP if-* headers) and added use for them in the HTAccess module

Revision 1.148 / (download) - annotate - [select for diffs] , Thu Sep 3 19:45:26 1998 UTC (10 years ago) by frystyk
CVS Tags: Release-5-2
Changes since 1.147: +14 -7 lines
Diff to previous 1.147 (colored)
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) - annotate - [select for diffs] , Mon Aug 10 17:05:18 1998 UTC (10 years, 1 month ago) by frystyk
Changes since 1.146: +35 -1 lines
Diff to previous 1.146 (colored)
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) - annotate - [select for diffs] , Mon Jul 27 23:53:30 1998 UTC (10 years, 1 month ago) by frystyk
Changes since 1.145: +25 -1 lines
Diff to previous 1.145 (colored)
Added a method for posting forms and returning the response in a chunk

Revision 1.145 / (download) - annotate - [select for diffs] , Fri Jul 24 16:37:02 1998 UTC (10 years, 1 month ago) by frystyk
Changes since 1.144: +4 -1 lines
Diff to previous 1.144 (colored)
remove access authentication duplicates when doing a GET/PUT using the savefilter on the same resource

Revision 1.144 / (download) - annotate - [select for diffs] , Fri Jul 17 17:15:14 1998 UTC (10 years, 1 month ago) by frystyk
Changes since 1.143: +25 -6 lines
Diff to previous 1.143 (colored)
Added support for preconditions in the PUT methods

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

Revision 1.142 / (download) - annotate - [select for diffs] , Mon May 4 19:36:08 1998 UTC (10 years, 4 months ago) by frystyk
CVS Tags: Release-5-1m
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored)
version 5.1m

Revision 1.141 / (download) - annotate - [select for diffs] , Wed Mar 25 15:09:54 1998 UTC (10 years, 5 months ago) by frystyk
CVS Tags: Release-5-1l
Changes since 1.140: +18 -1 lines
Diff to previous 1.140 (colored)
*** empty log message ***

Revision 1.140 / (download) - annotate - [select for diffs] , Fri Feb 27 23:41:52 1998 UTC (10 years, 6 months ago) by frystyk
CVS Tags: Release-5-1k, Release-5-1j
Changes since 1.139: +1 -2 lines
Diff to previous 1.139 (colored)
*** empty log message ***

Revision 1.139 / (download) - annotate - [select for diffs] , Fri Feb 27 18:35:42 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 1.138: +4 -2 lines
Diff to previous 1.138 (colored)
*** empty log message ***

Revision 1.138 / (download) - annotate - [select for diffs] , Wed Nov 26 16:05:12 1997 UTC (10 years, 9 months ago) by frystyk
CVS Tags: Release-5-1g, Release-5-1e, Release-5-1d
Changes since 1.137: +5 -3 lines
Diff to previous 1.137 (colored)
version 5.1c

Revision 1.137 / (download) - annotate - [select for diffs] , Sat Apr 5 00:25:14 1997 UTC (11 years, 5 months ago) by frystyk
CVS Tags: Release-5-1b
Changes since 1.136: +16 -1 lines
Diff to previous 1.136 (colored)
libwww release 5.1b update

Revision 1.136 / (download) - annotate - [select for diffs] , Fri Mar 21 19:32:56 1997 UTC (11 years, 5 months ago) by frystyk
CVS Tags: Release-5-1a
Changes since 1.135: +7 -9 lines
Diff to previous 1.135 (colored)
public version 5.1

Revision 1.135 / (download) - annotate - [select for diffs] , Sat Nov 30 23:30:57 1996 UTC (11 years, 9 months ago) by frystyk
CVS Tags: Release-5-1
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored)
merge for pipelining

Revision 1.134.2.1 / (download) - annotate - [select for diffs] , Tue Nov 26 18:02:56 1996 UTC (11 years, 9 months ago) by frystyk
Branch: PIPELINE1
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) next main 1.135 (colored)
time warp

Revision 1.134 / (download) - annotate - [select for diffs] , Mon Oct 7 02:04:17 1996 UTC (11 years, 11 months ago) by frystyk
CVS Tags: Release-5-0a
Branch point for: PIPELINE1
Changes since 1.133: +13 -6 lines
Diff to previous 1.133 (colored)
libvwww 5.0a

Revision 1.133 / (download) - annotate - [select for diffs] , Sat Aug 24 18:09:42 1996 UTC (12 years ago) by frystyk
CVS Tags: Release-5-0, Release-4-1b5
Changes since 1.132: +9 -6 lines
Diff to previous 1.132 (colored)
updates from test against CL server

Revision 1.132 / (download) - annotate - [select for diffs] , Wed Aug 21 00:07:08 1996 UTC (12 years ago) by frystyk
CVS Tags: Release-4-1b4
Changes since 1.131: +3 -2 lines
Diff to previous 1.131 (colored)
4.1beta4 again

Revision 1.131 / (download) - annotate - [select for diffs] , Tue Aug 20 04:53:28 1996 UTC (12 years ago) by frystyk
Changes since 1.130: +20 -8 lines
Diff to previous 1.130 (colored)
4.1beta4

Revision 1.130 / (download) - annotate - [select for diffs] , Mon Aug 19 18:30:10 1996 UTC (12 years ago) by frystyk
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored)
pipeline in place

Revision 1.129 / (download) - annotate - [select for diffs] , Tue Aug 13 02:17:10 1996 UTC (12 years ago) by frystyk
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored)
Fix in proxy authentication and local file name conversion on Windows

Revision 1.128 / (download) - annotate - [select for diffs] , Mon Aug 12 16:43:16 1996 UTC (12 years ago) by frystyk
Changes since 1.127: +14 -4 lines
Diff to previous 1.127 (colored)
News news module

Revision 1.127 / (download) - annotate - [select for diffs] , Fri Aug 9 14:10:45 1996 UTC (12 years, 1 month ago) by frystyk
CVS Tags: Release-4-1b3
Changes since 1.126: +66 -2 lines
Diff to previous 1.126 (colored)
Trace method introduced

Revision 1.126 / (download) - annotate - [select for diffs] , Thu Aug 8 02:16:40 1996 UTC (12 years, 1 month ago) by frystyk
Changes since 1.125: +32 -3 lines
Diff to previous 1.125 (colored)
Henrik: chunked PUT and proxy authentication

Revision 1.125 / (download) - annotate - [select for diffs] , Mon Aug 5 17:22:05 1996 UTC (12 years, 1 month ago) by frystyk
Changes since 1.124: +109 -19 lines
Diff to previous 1.124 (colored)
Recovery from a weird crash in Library and LineMode volumes

Revision 1.124 / (download) - annotate - [select for diffs] , Thu Jul 18 03:56:20 1996 UTC (12 years, 1 month ago) by frystyk
Changes since 1.123: +475 -33 lines
Diff to previous 1.123 (colored)
next version

Revision 1.123 / (download) - annotate - [select for diffs] , Tue Jul 16 02:26:34 1996 UTC (12 years, 1 month ago) by frystyk
Changes since 1.122: +574 -69 lines
Diff to previous 1.122 (colored)
a lot of new things

Revision 1.122 / (download) - annotate - [select for diffs] , Fri Jun 28 16:30:48 1996 UTC (12 years, 2 months ago) by frystyk
Changes since 1.121: +53 -187 lines
Diff to previous 1.121 (colored)
version 4.1b2

Revision 1.55.2.1 / (download) - annotate - [select for diffs] , Fri Jun 21 17:47:59 1996 UTC (12 years, 2 months ago) by frystyk
Branch: cern-update
Changes since 1.55: +5 -7 lines
Diff to previous 1.55 (colored) next main 1.56 (colored)
new server branch

Revision 1.121 / (download) - annotate - [select for diffs] , Mon May 20 15:06:18 1996 UTC (12 years, 3 months ago) by frystyk
CVS Tags: Release-4-1b1
Changes since 1.120: +30 -7 lines
Diff to previous 1.120 (colored)
close to 4.1 pre1

Revision 1.120 / (download) - annotate - [select for diffs] , Wed May 15 22:33:58 1996 UTC (12 years, 3 months ago) by eric
Changes since 1.119: +3 -51 lines
Diff to previous 1.119 (colored)
fix HTEvent dereference and names

Revision 1.119 / (download) - annotate - [select for diffs] , Fri Apr 12 17:45:34 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 1.118: +1 -0 lines
Diff to previous 1.118 (colored)
new transport and Content Coding support

Revision 1.118 / (download) - annotate - [select for diffs] , Mon Mar 11 16:53:26 1996 UTC (12 years, 6 months ago) by eric
Changes since 1.117: +1 -1 lines
Diff to previous 1.117 (colored)
fixup for WWW_MSWINDOWS after automake port

Revision 1.117 / (download) - annotate - [select for diffs] , Mon Mar 4 03:11:52 1996 UTC (12 years, 6 months ago) by frystyk
Changes since 1.116: +16 -18 lines
Diff to previous 1.116 (colored)
Autoconf

Revision 1.116 / (download) - annotate - [select for diffs] , Tue Feb 20 19:25:01 1996 UTC (12 years, 6 months ago) by frystyk
CVS Tags: autoconf
Changes since 1.115: +5 -2 lines
Diff to previous 1.115 (colored)
new AA

Revision 1.115 / (download) - annotate - [select for diffs] , Wed Feb 14 00:33:07 1996 UTC (12 years, 6 months ago) by eric
Changes since 1.114: +17 -36 lines
Diff to previous 1.114 (colored)
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

Revision 1.114 / (download) - annotate - [select for diffs] , Fri Feb 9 19:25:33 1996 UTC (12 years, 7 months ago) by frystyk
CVS Tags: v4/0D
Changes since 1.113: +6 -6 lines
Diff to previous 1.113 (colored)
post HT_Mem

Revision 1.113 / (download) - annotate - [select for diffs] , Wed Feb 7 15:03:29 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.112: +14 -4 lines
Diff to previous 1.112 (colored)
new

Revision 1.112 / (download) - annotate - [select for diffs] , Sun Feb 4 04:12:31 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.111: +3 -0 lines
Diff to previous 1.111 (colored)
update version

Revision 1.111 / (download) - annotate - [select for diffs] , Thu Feb 1 23:31:46 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.110: +77 -22 lines
Diff to previous 1.110 (colored)
4.0D

Revision 1.110 / (download) - annotate - [select for diffs] , Wed Jan 31 22:38:51 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.109: +5 -26 lines
Diff to previous 1.109 (colored)
4.0D

Revision 1.109 / (download) - annotate - [select for diffs] , Wed Jan 24 20:11:53 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.108: +23 -25 lines
Diff to previous 1.108 (colored)
merge between main branch and 4.0 branch

Revision 1.108.2.1 / (download) - annotate - [select for diffs] , Tue Jan 23 20:07:24 1996 UTC (12 years, 7 months ago) by frystyk
Branch: v4/0B
CVS Tags: v4/0C
Changes since 1.108: +23 -25 lines
Diff to previous 1.108 (colored) next main 1.109 (colored)
4.0C

Revision 1.108 / (download) - annotate - [select for diffs] , Mon Jan 15 07:29:31 1996 UTC (12 years, 7 months ago) by frystyk
Branch point for: v4/0B
Changes since 1.107: +3 -3 lines
Diff to previous 1.107 (colored)
updated version

Revision 1.107 / (download) - annotate - [select for diffs] , Sat Dec 9 23:43:11 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored)
Upgrade release for 4.0

Revision 1.106 / (download) - annotate - [select for diffs] , Thu Dec 7 00:06:12 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.105: +20 -22 lines
Diff to previous 1.105 (colored)
next version

Revision 1.105 / (download) - annotate - [select for diffs] , Fri Dec 1 20:27:11 1995 UTC (12 years, 9 months ago) by frystyk
CVS Tags: v4/0
Changes since 1.104: +42 -0 lines
Diff to previous 1.104 (colored)
version 4.0!

Revision 1.104 / (download) - annotate - [select for diffs] , Mon Nov 27 03:04:23 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.103: +27 -6 lines
Diff to previous 1.103 (colored)
alpha 7

Revision 1.103 / (download) - annotate - [select for diffs] , Mon Nov 20 00:13:29 1995 UTC (12 years, 9 months ago) by frystyk
CVS Tags: v4/0pre6
Changes since 1.102: +6 -5 lines
Diff to previous 1.102 (colored)
Merged Error and Dialog system

Revision 1.102 / (download) - annotate - [select for diffs] , Fri Nov 17 01:29:41 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.101: +1 -1 lines
Diff to previous 1.101 (colored)
getting closer

Revision 1.101 / (download) - annotate - [select for diffs] , Thu Nov 16 18:22:44 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.100: +6 -15 lines
Diff to previous 1.100 (colored)
pre and post callback

Revision 1.100 / (download) - annotate - [select for diffs] , Wed Nov 15 00:39:27 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.99: +0 -16 lines
Diff to previous 1.99 (colored)
Better interface for DLL

Revision 1.99 / (download) - annotate - [select for diffs] , Tue Nov 14 23:28:37 1995 UTC (12 years, 9 months ago) by frystyk
Changes since 1.98: +44 -171 lines
Diff to previous 1.98 (colored)
Better interface for DLL

Revision 1.98 / (download) - annotate - [select for diffs] , Wed Nov 8 23:47:02 1995 UTC (12 years, 10 months ago) by frystyk
CVS Tags: v4/0pre5
Changes since 1.97: +1 -0 lines
Diff to previous 1.97 (colored)
Version 4.0pre5

Revision 1.97 / (download) - annotate - [select for diffs] , Sun Nov 5 20:12:44 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.96: +30 -14 lines
Diff to previous 1.96 (colored)
fprintf replaced with TTYPrint for windows

Revision 1.96 / (download) - annotate - [select for diffs] , Fri Nov 3 22:34:43 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.95: +1 -1 lines
Diff to previous 1.95 (colored)
new Header support

Revision 1.95 / (download) - annotate - [select for diffs] , Tue Oct 31 21:18:23 1995 UTC (12 years, 10 months ago) by frystyk
CVS Tags: v4/0pre4
Changes since 1.94: +4 -4 lines
Diff to previous 1.94 (colored)
version 4.0pre4

Revision 1.94 / (download) - annotate - [select for diffs] , Tue Oct 31 00:31:29 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.93: +0 -1 lines
Diff to previous 1.93 (colored)
most of alpha 4

Revision 1.93 / (download) - annotate - [select for diffs] , Sat Oct 28 21:25:19 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.92: +42 -23 lines
Diff to previous 1.92 (colored)
improved API

Revision 1.92 / (download) - annotate - [select for diffs] , Fri Oct 27 19:09:52 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.91: +3 -0 lines
Diff to previous 1.91 (colored)
First version of a new News module

Revision 1.91 / (download) - annotate - [select for diffs] , Sun Oct 15 03:25:45 1995 UTC (12 years, 10 months ago) by frystyk
Changes since 1.90: +8 -8 lines
Diff to previous 1.90 (colored)
TRACE changed to WWWTRACE)

Revision 1.90 / (download) - annotate - [select for diffs] , Wed Sep 20 18:29:09 1995 UTC (12 years, 11 months ago) by frystyk
CVS Tags: v4/0pre3
Changes since 1.89: +175 -362 lines
Diff to previous 1.89 (colored)
Snapshot getting ready

Revision 1.89 / (download) - annotate - [select for diffs] , Sat Sep 16 21:24:29 1995 UTC (12 years, 11 months ago) by frystyk
Changes since 1.88: +1 -1 lines
Diff to previous 1.88 (colored)
most of version 4.0

Revision 1.88 / (download) - annotate - [select for diffs] , Tue Sep 12 23:38:00 1995 UTC (12 years, 11 months ago) by frystyk
Changes since 1.87: +31 -647 lines
Diff to previous 1.87 (colored)
Most of new version

Revision 1.87 / (download) - annotate - [select for diffs] , Sun Aug 27 23:21:10 1995 UTC (13 years ago) by frystyk
Changes since 1.86: +29 -47 lines
Diff to previous 1.86 (colored)
no more HText requirement :-)

Revision 1.86 / (download) - annotate - [select for diffs] , Thu Aug 24 17:08:47 1995 UTC (13 years ago) by frystyk
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)
Changes to HTAlert and context swapping

Revision 1.85 / (download) - annotate - [select for diffs] , Sun Aug 20 06:50:39 1995 UTC (13 years ago) by frystyk
Changes since 1.84: +131 -48 lines
Diff to previous 1.84 (colored)
better PUT & POST - work on cache

Revision 1.84 / (download) - annotate - [select for diffs] , Mon Aug 14 03:56:58 1995 UTC (13 years ago) by frystyk
Changes since 1.83: +26 -136 lines
Diff to previous 1.83 (colored)
Cache

Revision 1.83 / (download) - annotate - [select for diffs] , Thu Jul 13 00:02:28 1995 UTC (13 years, 2 months ago) by frystyk
CVS Tags: v3/1pre3, v3/1, NNTP
Changes since 1.82: +1 -1 lines
Diff to previous 1.82 (colored)
Merge of NT into main branch

Revision 1.82.2.1 / (download) - annotate - [select for diffs] , Wed Jul 12 03:27:31 1995 UTC (13 years, 2 months ago) by frystyk
Branch: NT1
Changes since 1.82: +1 -1 lines
Diff to previous 1.82 (colored) next main 1.83 (colored)
Win NT branch

Revision 1.82 / (download) - annotate - [select for diffs] , Tue Jul 11 18:05:11 1995 UTC (13 years, 2 months ago) by frystyk
Branch point for: NT1
Changes since 1.81: +1 -1 lines
Diff to previous 1.81 (colored)
most things for 3.1

Revision 1.81 / (download) - annotate - [select for diffs] , Sat Jul 8 03:22:50 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.80: +4 -106 lines
Diff to previous 1.80 (colored)
most of version 3.1pre3

Revision 1.80.2.1 / (download) - annotate - [select for diffs] , Fri Jun 30 19:38:56 1995 UTC (13 years, 2 months ago) by cbrooks
Branch: NT
Changes since 1.80: +1 -1 lines
Diff to previous 1.80 (colored) next main 1.81 (colored)
new NT port by charlie

Revision 1.80 / (download) - annotate - [select for diffs] , Tue Jun 27 20:20:28 1995 UTC (13 years, 2 months ago) by frystyk
CVS Tags: v3/1pre2
Branch point for: NT
Changes since 1.79: +260 -173 lines
Diff to previous 1.79 (colored)
most of 3.1pre2

Revision 1.79 / (download) - annotate - [select for diffs] , Tue Jun 27 20:18:34 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored)
no more cern stuff :-)

Revision 1.78 / (download) - annotate - [select for diffs] , Mon Jun 12 04:14:58 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.77: +56 -24 lines
Diff to previous 1.77 (colored)
File is now workin for upload + other major changes

Revision 1.77 / (download) - annotate - [select for diffs] , Wed Jun 7 20:16:27 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.76: +69 -43 lines
Diff to previous 1.76 (colored)
Basics of Version 3.1pre2

Revision 1.76 / (download) - annotate - [select for diffs] , Fri May 19 21:22:35 1995 UTC (13 years, 3 months ago) by frystyk
CVS Tags: v3/1pre1
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)
Some NT fixes

Revision 1.75.2.2 / (download) - annotate - [select for diffs] , Fri May 19 21:03:16 1995 UTC (13 years, 3 months ago) by cbrooks
Branch: WinNT
Changes since 1.75.2.1: +1415 -1415 lines
Diff to previous 1.75.2.1 (colored) next main 1.76 (colored)
Remove CRLFs from files before committing to CVS
otherwise, each line is different

Revision 1.75.2.1 / (download) - annotate - [select for diffs] , Fri May 19 20:24:27 1995 UTC (13 years, 3 months ago) by cbrooks
Branch: WinNT
Changes since 1.75: +1415 -1415 lines
Diff to previous 1.75 (colored)
OSF/RI NT Merge

Revision 1.75 / (download) - annotate - [select for diffs] , Fri May 19 02:04:13 1995 UTC (13 years, 3 months ago) by frystyk
Branch point for: WinNT
Changes since 1.74: +1 -1 lines
Diff to previous 1.74 (colored)
final swap to MIT statements

Revision 1.74 / (download) - annotate - [select for diffs] , Fri May 19 00:52:53 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.73: +22 -5 lines
Diff to previous 1.73 (colored)
Windows NT back on main branch

Revision 1.73 / (download) - annotate - [select for diffs] , Thu May 18 14:46:00 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.72: +17 -52 lines
Diff to previous 1.72 (colored)
New Bind module

Revision 1.67.2.3 / (download) - annotate - [select for diffs] , Wed May 17 22:29:07 1995 UTC (13 years, 3 months ago) by frystyk
Branch: WindowsNT
Changes since 1.67.2.2: +268 -148 lines
Diff to previous 1.67.2.2 (colored) to branchpoint 1.67 (colored) next main 1.68 (colored)
merging with rest of 3.1

Revision 1.67.2.2 / (download) - annotate - [select for diffs] , Tue May 16 20:10:20 1995 UTC (13 years, 3 months ago) by cbrooks
Branch: WindowsNT
Changes since 1.67.2.1: +28 -13 lines
Diff to previous 1.67.2.1 (colored) to branchpoint 1.67 (colored)
OSF/RI NT Changes

Revision 1.72 / (download) - annotate - [select for diffs] , Sun May 7 03:36:06 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 1.71: +33 -12 lines
Diff to previous 1.71 (colored)
Changes to anchors and some other stuff

Revision 1.71 / (download) - annotate - [select for diffs] , Sat May 6 22:41:29 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 1.70: +3 -1 lines
Diff to previous 1.70 (colored)
update on timezone for sunos

Revision 1.70 / (download) - annotate - [select for diffs] , Thu May 4 22:07:13 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 1.69: +226 -116 lines
Diff to previous 1.69 (colored)
Basics of release 3.1

Revision 1.69 / (download) - annotate - [select for diffs] , Thu Apr 27 23:17:41 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 1.68: +1 -1 lines
Diff to previous 1.68 (colored)
Small change

Revision 1.68 / (download) - annotate - [select for diffs] , Thu Apr 27 23:11:40 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 1.67: +5 -5 lines
Diff to previous 1.67 (colored)
DIRECT_WAIS -> HT_DIRECT_WAIS

Revision 1.67.2.1 / (download) - annotate - [select for diffs] , Fri Mar 31 17:40:16 1995 UTC (13 years, 5 months ago) by frystyk
Branch: WindowsNT
Changes since 1.67: +14 -1 lines
Diff to previous 1.67 (colored)
Windows NT spwaned on its own branch

Revision 1.67 / (download) - annotate - [select for diffs] , Tue Mar 21 17:33:02 1995 UTC (13 years, 5 months ago) by frystyk
CVS Tags: v3/0
Branch point for: WindowsNT
Changes since 1.66: +138 -112 lines
Diff to previous 1.66 (colored)
Getting Library back on main branch

Revision 1.65.2.4 / (download) - annotate - [select for diffs] , Thu Mar 9 18:15:17 1995 UTC (13 years, 6 months ago) by frystyk
Branch: without-configure
CVS Tags: v3/0pre3
Changes since 1.65.2.3: +79 -40 lines
Diff to previous 1.65.2.3 (colored) to branchpoint 1.65 (colored) next main 1.66 (colored)
Library version 3.0beta

Revision 1.65.2.3 / (download) - annotate - [select for diffs] , Mon Jan 23 12:36:42 1995 UTC (13 years, 7 months ago) by frystyk
Branch: without-configure
Changes since 1.65.2.2: +44 -47 lines
Diff to previous 1.65.2.2 (colored) to branchpoint 1.65 (colored)
THE LAST COMMIT

Revision 1.65.2.2 / (download) - annotate - [select for diffs] , Tue Jan 17 16:59:29 1995 UTC (13 years, 7 months ago) by frystyk
Branch: without-configure
Changes since 1.65.2.1: +5 -2 lines
Diff to previous 1.65.2.1 (colored) to branchpoint 1.65 (colored)
Changes in gopher and CSO

Revision 1.65.2.1 / (download) - annotate - [select for diffs] , Fri Jan 6 22:23:20 1995 UTC (13 years, 8 months ago) by frystyk
Branch: without-configure
Changes since 1.65: +4 -7 lines
Diff to previous 1.65 (colored)
Mainly adjustments in HTTP.c

Revision 1.66 / (download) - annotate - [select for diffs] , Tue Dec 6 14:27:02 1994 UTC (13 years, 9 months ago) by roeber
CVS Tags: with-configure
Changes since 1.65: +27 -17 lines
Diff to previous 1.65 (colored)
Now uses GNU Autoconf

Revision 1.65 / (download) - annotate - [select for diffs] , Fri Dec 2 19:25:08 1994 UTC (13 years, 9 months ago) by frystyk
CVS Tags: v3/0pre2
Branch point for: without-configure
Changes since 1.64: +10 -5 lines
Diff to previous 1.64 (colored)
Before release

Revision 1.64 / (download) - annotate - [select for diffs] , Fri Dec 2 12:44:33 1994 UTC (13 years, 9 months ago) by frystyk
Changes since 1.63: +2 -4 lines
Diff to previous 1.63 (colored)
change in HTProtocolBlocking

Revision 1.63 / (download) - annotate - [select for diffs] , Fri Dec 2 11:28:39 1994 UTC (13 years, 9 months ago) by frystyk
Changes since 1.62: +44 -24 lines
Diff to previous 1.62 (colored)
Lots of memory cleanup and improved event loop

Revision 1.62 / (download) - annotate - [select for diffs] , Fri Nov 25 14:26:10 1994 UTC (13 years, 9 months ago) by frystyk
CVS Tags: v3/0pre1
Changes since 1.61: +10 -9 lines
Diff to previous 1.61 (colored)
bugfix in HTLibInit

Revision 1.61 / (download) - annotate - [select for diffs] , Thu Nov 24 21:10:08 1994 UTC (13 years, 9 months ago) by frystyk
Changes since 1.60: +144 -93 lines
Diff to previous 1.60 (colored)
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 1.60 / (download) - annotate - [select for diffs] , Wed Nov 23 16:43:13 1994 UTC (13 years, 9 months ago) by frystyk
Changes since 1.59: +4 -14 lines
Diff to previous 1.59 (colored)
Introduced Interrupt All

Revision 1.59 / (download) - annotate - [select for diffs] , Wed Nov 9 14:43:33 1994 UTC (13 years, 10 months ago) by frystyk
Changes since 1.58: +251 -216 lines
Diff to previous 1.58 (colored)
MULTI-THREADED VERSION

Revision 1.58 / (download) - annotate - [select for diffs] , Thu Nov 3 14:50:21 1994 UTC (13 years, 10 months ago) by frystyk
Changes since 1.57: +8 -11 lines
Diff to previous 1.57 (colored)
Bug fix in HTParse and other minor things

Revision 1.57 / (download) - annotate - [select for diffs] , Wed Oct 12 03:57:55 1994 UTC (13 years, 11 months ago) by howcome
Changes since 1.56: +83 -3 lines
Diff to previous 1.56 (colored)
HWL adde the external parse module, and (more) support for mailcap in HTFormat.c

Revision 1.56 / (download) - annotate - [select for diffs] , Sat Oct 1 10:27:12 1994 UTC (13 years, 11 months ago) by frystyk
Changes since 1.55: +5 -7 lines
Diff to previous 1.55 (colored)
It now compilen using g++

Revision 1.55 / (download) - annotate - [select for diffs] , Sun Sep 25 18:54:54 1994 UTC (13 years, 11 months ago) by frystyk
CVS Tags: v2/17
Branch point for: cern-update
Changes since 1.54: +0 -3 lines
Diff to previous 1.54 (colored)
compilation problems :-(

Revision 1.54 / (download) - annotate - [select for diffs] , Sun Sep 25 13:49:08 1994 UTC (13 years, 11 months ago) by frystyk
Changes since 1.53: +19 -21 lines
Diff to previous 1.53 (colored)
A whole bunch of changes

Revision 1.53 / (download) - annotate - [select for diffs] , Tue Jul 12 14:17:29 1994 UTC (14 years, 2 months ago) by duns
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)
field test version 2 for VMS

Revision 1.52 / (download) - annotate - [select for diffs] , Sat Jun 4 12:16:34 1994 UTC (14 years, 3 months ago) by frystyk
CVS Tags: v2/16pre2, v2/16pre1
Changes since 1.51: +48 -21 lines
Diff to previous 1.51 (colored)
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.

Revision 1.51 / (download) - annotate - [select for diffs] , Thu Jun 2 21:45:14 1994 UTC (14 years, 3 months ago) by luotonen
Changes since 1.50: +0 -58 lines
Diff to previous 1.50 (colored)
Added Guenther Fisher's AddHfer patch, and removed HTAddError()'s.

Revision 1.50 / (download) - annotate - [select for diffs] , Wed Jun 1 17:31:14 1994 UTC (14 years, 3 months ago) by frystyk
Changes since 1.49: +3 -5 lines
Diff to previous 1.49 (colored)
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) - annotate - [select for diffs] , Mon May 30 09:54:17 1994 UTC (14 years, 3 months ago) by frystyk
Changes since 1.48: +57 -5 lines
Diff to previous 1.48 (colored)
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) - annotate - [select for diffs] , Thu May 19 13:54:47 1994 UTC (14 years, 3 months ago) by luotonen
Changes since 1.47: +4 -0 lines
Diff to previous 1.47 (colored)
httpd 3.0pre5.

Revision 1.47 / (download) - annotate - [select for diffs] , Wed May 18 13:32:12 1994 UTC (14 years, 3 months ago) by luotonen
Changes since 1.46: +12 -13 lines
Diff to previous 1.46 (colored)
FTP content-encoding fix; my error_stack => old_error_stack

Revision 1.46 / (download) - annotate - [select for diffs] , Wed May 18 11:40:01 1994 UTC (14 years, 3 months ago) by frystyk
Changes since 1.45: +4 -0 lines
Diff to previous 1.45 (colored)
New version of HTGopher, improved FTP and a whole lot of other things

Revision 1.45 / (download) - annotate - [select for diffs] , Mon May 16 10:16:24 1994 UTC (14 years, 3 months ago) by luotonen
Changes since 1.44: +4 -3 lines
Diff to previous 1.44 (colored)
Removed my last "fix" ... ;-)

Revision 1.44 / (download) - annotate - [select for diffs] , Mon May 16 09:59:00 1994 UTC (14 years, 3 months ago) by luotonen
Changes since 1.43: +3 -5 lines
Diff to previous 1.43 (colored)
In get_physical() fixed the problem that caused a crash in
HTAnchor_setPhysical().

Revision 1.43 / (download) - annotate - [select for diffs] , Thu May 12 16:45:14 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 1.42: +5 -1 lines
Diff to previous 1.42 (colored)
This went out with httpd 3.0pre4.

Revision 1.42 / (download) - annotate - [select for diffs] , Mon May 9 11:03:22 1994 UTC (14 years, 4 months ago) by frystyk
Changes since 1.41: +15 -11 lines
Diff to previous 1.41 (colored)
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) - annotate - [select for diffs] , Sun May 8 17:59:45 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 1.40: +6 -0 lines
Diff to previous 1.40 (colored)
Now compiles with freeWAIS-0.3.

Revision 1.40 / (download) - annotate - [select for diffs] , Wed May 4 19:05:31 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)
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) - annotate - [select for diffs] , Wed Apr 27 12:50:35 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 1.38: +60 -3 lines
Diff to previous 1.38 (colored)
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) - annotate - [select for diffs] , Wed Apr 20 09:41:47 1994 UTC (14 years, 4 months ago) by timbl
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)
Enable caching of image files only

Revision 1.37 / (download) - annotate - [select for diffs] , Fri Mar 25 11:49:15 1994 UTC (14 years, 5 months ago) by luotonen
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)
Guessing stream.

Revision 1.36 / (download) - annotate - [select for diffs] , Wed Mar 23 12:36:57 1994 UTC (14 years, 5 months ago) by luotonen
CVS Tags: v2/15
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)
Just took a couple of extra typecasts away.

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Mar 23 12:20:42 1994 UTC (14 years, 5 months ago) by luotonen
Changes since 1.34: +14 -6 lines
Diff to previous 1.34 (colored)
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) - annotate - [select for diffs] , Mon Mar 14 20:06:58 1994 UTC (14 years, 5 months ago) by frystyk
Changes since 1.33: +12 -17 lines
Diff to previous 1.33 (colored)
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

Revision 1.33 / (download) - annotate - [select for diffs] , Sun Mar 13 17:33:30 1994 UTC (14 years, 5 months ago) by luotonen
Changes since 1.32: +82 -1 lines
Diff to previous 1.32 (colored)
Fixed AA, Welcome pages, and some minor fixes.

Revision 1.32 / (download) - annotate - [select for diffs] , Tue Mar 8 09:31:28 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)
New HTML to LaTeX converter

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Mar 2 16:10:03 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c

Revision 1.30 / (download) - annotate - [select for diffs] , Sun Feb 27 15:41:36 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)
Sun cc doesn't init non-static aggregate variables...

Revision 1.29 / (download) - annotate - [select for diffs] , Sun Feb 27 12:01:50 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 1.28: +9 -8 lines
Diff to previous 1.28 (colored)
Changed HTSearch() in HTAccess.c and some small bugs in HTNews.c

Revision 1.28 / (download) - annotate - [select for diffs] , Sun Feb 27 01:50:50 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)
Leak fix to HTRequest_free() and some minor stuff.

Revision 1.27 / (download) - annotate - [select for diffs] , Mon Feb 21 15:07:40 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 1.26: +42 -31 lines
Diff to previous 1.26 (colored)
Took daemon-specific stuff away from HTRequest structure.