W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.160 / (download) - annotate - [select for diffs] , Fri Nov 11 16:07:49 2005 UTC (3 years ago) by vbancrof
CVS Tags: candidate-5-4-1, HEAD
Changes since 1.159: +3 -3 lines
Diff to previous 1.159 (colored)
update HTFile_dirent_buf_size avoiding unsafe HP-UX NAME_MAX value

Revision 1.159 / (download) - annotate - [select for diffs] , Fri Nov 11 14:03:15 2005 UTC (3 years ago) by vbancrof
Changes since 1.158: +27 -1 lines
Diff to previous 1.158 (colored)
add extern c and HTFile_dirent_buf_size

Revision 1.158 / (download) - annotate - [select for diffs] , Thu Aug 10 16:05:39 2000 UTC (8 years, 3 months ago) by kahan
CVS Tags: repeat-requests, before_webdav, Release-5-4-0, Amaya
Changes since 1.157: +31 -3 lines
Diff to previous 1.157 (colored)
JK Because (IMO) a very imbricated protocol stack, the Robot
could hang when accessing local files, as it become starved
on it's own sockets. I fixed the problem by adding a new
state in HTFile:FileEvent() to take into account the case when
a request goes pending. This is mostly based on a previous
(not commited) patch by Kinuko Yasuda, plus some long debugging to
find out what was happening and a fix to a memory bug that the
other patch had.
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0148.html

Revision 1.155.2.1 / (download) - annotate - [select for diffs] , Mon Jun 19 15:37:48 2000 UTC (8 years, 5 months ago) by kahan
CVS Tags: 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
Changes since 1.155: +5 -3 lines
Diff to previous 1.155 (colored) next main 1.156 (colored)
JK: Aligning with libwwwv3.0.0

Revision 1.157 / (download) - annotate - [select for diffs] , Mon Jun 19 14:34:29 2000 UTC (8 years, 5 months ago) by kahan
CVS Tags: Release-5-3-1
Changes since 1.156: +1 -3 lines
Diff to previous 1.156 (colored)
JK: removed extra lines

Revision 1.156 / (download) - annotate - [select for diffs] , Thu Jun 15 14:45:39 2000 UTC (8 years, 5 months ago) by kahan
Changes since 1.155: +7 -3 lines
Diff to previous 1.155 (colored)
JK: first try at fixing a hangup condition when opening multiple files.

Revision 1.155 / (download) - annotate - [select for diffs] , Thu Jan 6 10:48:50 2000 UTC (8 years, 10 months ago) by kahan
Changes since 1.154: +8 -3 lines
Diff to previous 1.154 (colored)
JK: Adding patches proposed by Joe bester (bester@mcs.anl.gov):

 This fixes some compile problems and coredumps
 on Linux, Irix, and AIX.

 This patch adds configure-time checks for ctime_r(), readdir_r(),
 gethostbyname_r(), gethostbyaddr_r(), and getlogin_r().
 I also have a couple of minor modifications to some of the html
 headers to get them to compile with the AIX compiler. The cast in
 HTUtils.html works around the fact that xlc thinks that
 0xFFFFFFFF is too large for a 32-bit enumeration value (weird,
 yes?).

 Finally, there is am increase of the HOSTENT_MAX value. I kept
 running into trouble with the DNS resolver with the default
 buffer size.

Revision 1.154 / (download) - annotate - [select for diffs] , Wed Mar 24 16:25:59 1999 UTC (9 years, 8 months ago) by frystyk
CVS Tags: Release-5-2-8, Amaya_2_4
Changes since 1.153: +10 -3 lines
Diff to previous 1.153 (colored)
Made suer that we can't do a HEAD request on a local file

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

Revision 1.152 / (download) - annotate - [select for diffs] , Sun Feb 7 18:24:19 1999 UTC (9 years, 9 months ago) by frystyk
CVS Tags: Before-New-Trace-Messages
Changes since 1.151: +2 -1 lines
Diff to previous 1.151 (colored)
Selected the include files more carefully to avoid unnecessary linking to modules that are not directly used

Revision 1.151 / (download) - annotate - [select for diffs] , Fri Jan 29 14:26:30 1999 UTC (9 years, 9 months ago) by frystyk
Changes since 1.150: +18 -46 lines
Diff to previous 1.150 (colored)
Checked that local file access looks at the method

Revision 1.150 / (download) - annotate - [select for diffs] , Fri Jan 22 14:01:24 1999 UTC (9 years, 10 months ago) by frystyk
Changes since 1.149: +2 -1 lines
Diff to previous 1.149 (colored)
Fixed timer problems that gave confusion about who should delete timers. Now they are always deleted by the creater. This also affects some of the problems that people may have experienced with lack of timeouts. Ths fix also involves a pending queue fix to the Host manager when running out of available sockets

Revision 1.149 / (download) - annotate - [select for diffs] , Sun Nov 15 01:50:47 1998 UTC (10 years ago) by frystyk
Changes since 1.148: +8 -10 lines
Diff to previous 1.148 (colored)
Cleaned up old code in HTFile.c which isn't used anymore

Revision 1.148 / (download) - annotate - [select for diffs] , Mon Aug 10 02:43:48 1998 UTC (10 years, 3 months ago) by frystyk
CVS Tags: Release-5-2
Changes since 1.147: +12 -10 lines
Diff to previous 1.147 (colored)
Changed the rules for what to do when loading preemptively or non-preemptively so that it takes into account whether it is the protocol loader that can't handle it or a user request.

Revision 1.147 / (download) - annotate - [select for diffs] , Fri Jul 17 17:17:43 1998 UTC (10 years, 4 months ago) by frystyk
Changes since 1.146: +10 -2 lines
Diff to previous 1.146 (colored)
The last modified time is now stored in the anchor object when opening a local file

Revision 1.146 / (download) - annotate - [select for diffs] , Sun May 31 18:55:47 1998 UTC (10 years, 5 months ago) by frystyk
Changes since 1.145: +2 -2 lines
Diff to previous 1.145 (colored)
new version of WinCom and change to open files as binary on Windows

Revision 1.145 / (download) - annotate - [select for diffs] , Mon May 25 02:47:39 1998 UTC (10 years, 6 months ago) by frystyk
CVS Tags: Release-5-1m
Changes since 1.144: +2 -2 lines
Diff to previous 1.144 (colored)
*** empty log message ***

Revision 1.144 / (download) - annotate - [select for diffs] , Tue May 19 16:49:28 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 1.143: +2 -3 lines
Diff to previous 1.143 (colored)
Almost 5.1m

Revision 1.143 / (download) - annotate - [select for diffs] , Mon May 4 19:36:36 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 1.142: +19 -7 lines
Diff to previous 1.142 (colored)
version 5.1m

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

Revision 1.141 / (download) - annotate - [select for diffs] , Sun Mar 22 21:39:38 1998 UTC (10 years, 8 months ago) by frystyk
CVS Tags: Release-5-1k
Changes since 1.140: +3 -2 lines
Diff to previous 1.140 (colored)
*** empty log message ***

Revision 1.140 / (download) - annotate - [select for diffs] , Wed Mar 4 15:46:19 1998 UTC (10 years, 8 months ago) by frystyk
CVS Tags: Release-5-1j
Changes since 1.139: +38 -6 lines
Diff to previous 1.139 (colored)
*** empty log message ***

Revision 1.139 / (download) - annotate - [select for diffs] , Fri Mar 21 19:33:05 1997 UTC (11 years, 8 months ago) by frystyk
CVS Tags: Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a
Changes since 1.138: +25 -24 lines
Diff to previous 1.138 (colored)
public version 5.1

Revision 1.138 / (download) - annotate - [select for diffs] , Thu Feb 13 17:09:41 1997 UTC (11 years, 9 months ago) by eric
CVS Tags: Release-5-1
Changes since 1.137: +3 -2 lines
Diff to previous 1.137 (colored)
multiple concurrent file access

Revision 1.137 / (download) - annotate - [select for diffs] , Tue Feb 11 23:15:23 1997 UTC (11 years, 9 months ago) by frystyk
Changes since 1.136: +2 -3 lines
Diff to previous 1.136 (colored)
Moved fp from host to channel

Revision 1.136 / (download) - annotate - [select for diffs] , Fri Jan 24 21:33:19 1997 UTC (11 years, 9 months ago) by eric
Changes since 1.135: +4 -9 lines
Diff to previous 1.135 (colored)
some debugging stuff and updated cache

Revision 1.135 / (download) - annotate - [select for diffs] , Tue Dec 3 05:46:01 1996 UTC (11 years, 11 months ago) by eric
Changes since 1.134: +12 -1 lines
Diff to previous 1.134 (colored)
lost the write polling select problem somewhere

Revision 1.134 / (download) - annotate - [select for diffs] , Sat Nov 30 23:31:20 1996 UTC (11 years, 11 months ago) by frystyk
Changes since 1.133: +38 -25 lines
Diff to previous 1.133 (colored)
merge for pipelining

Revision 1.133.2.5 / (download) - annotate - [select for diffs] , Fri Nov 8 19:49:35 1996 UTC (12 years ago) by eric
Branch: PIPELINE1
Changes since 1.133.2.4: +2 -2 lines
Diff to previous 1.133.2.4 (colored) to branchpoint 1.133 (colored) next main 1.134 (colored)
s'more robot fixin's

Revision 1.133.2.4 / (download) - annotate - [select for diffs] , Wed Nov 6 15:27:12 1996 UTC (12 years ago) by eric
Branch: PIPELINE1
Changes since 1.133.2.3: +4 -4 lines
Diff to previous 1.133.2.3 (colored) to branchpoint 1.133 (colored)
S'more fixes after moving bodyLength around

Revision 1.133.2.3 / (download) - annotate - [select for diffs] , Wed Nov 6 00:38:38 1996 UTC (12 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.133.2.2: +2 -2 lines
Diff to previous 1.133.2.2 (colored) to branchpoint 1.133 (colored)
MUX fixes

Revision 1.133.2.2 / (download) - annotate - [select for diffs] , Sat Nov 2 19:26:45 1996 UTC (12 years ago) by eric
Branch: PIPELINE1
Changes since 1.133.2.1: +3 -3 lines
Diff to previous 1.133.2.1 (colored) to branchpoint 1.133 (colored)
HTEventType and some cleanup

Revision 1.133.2.1 / (download) - annotate - [select for diffs] , Tue Oct 29 21:26:55 1996 UTC (12 years ago) by eric
Branch: PIPELINE1
Changes since 1.133: +35 -22 lines
Diff to previous 1.133 (colored)
1st pass at pipelines - eric

Revision 1.133 / (download) - annotate - [select for diffs] , Mon Oct 7 02:04:37 1996 UTC (12 years, 1 month ago) by frystyk
CVS Tags: Release-5-0a
Branch point for: PIPELINE1
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored)
libvwww 5.0a

Revision 1.132 / (download) - annotate - [select for diffs] , Sun Sep 8 22:08:16 1996 UTC (12 years, 2 months ago) by frystyk
CVS Tags: Release-5-0
Changes since 1.131: +7 -14 lines
Diff to previous 1.131 (colored)
Persistent Cache

Revision 1.131 / (download) - annotate - [select for diffs] , Mon Aug 19 18:30:32 1996 UTC (12 years, 3 months ago) by frystyk
CVS Tags: Release-4-1b5, Release-4-1b4
Changes since 1.130: +3 -3 lines
Diff to previous 1.130 (colored)
pipeline in place

Revision 1.130 / (download) - annotate - [select for diffs] , Mon Aug 12 16:43:21 1996 UTC (12 years, 3 months ago) by frystyk
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored)
News news module

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

Revision 1.128 / (download) - annotate - [select for diffs] , Mon Aug 5 17:22:21 1996 UTC (12 years, 3 months ago) by frystyk
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored)
Recovery from a weird crash in Library and LineMode volumes

Revision 1.127 / (download) - annotate - [select for diffs] , Thu Jul 4 18:40:15 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 1.126: +6 -7 lines
Diff to previous 1.126 (colored)
beta 2

Revision 1.126 / (download) - annotate - [select for diffs] , Tue Jul 2 22:54:26 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 1.125: +32 -81 lines
Diff to previous 1.125 (colored)
4.1b2

Revision 1.125 / (download) - annotate - [select for diffs] , Sat Jun 8 01:52:09 1996 UTC (12 years, 5 months ago) by frystyk
CVS Tags: Release-4-1b1
Changes since 1.124: +54 -49 lines
Diff to previous 1.124 (colored)
Version 4.1beta1

Revision 1.124 / (download) - annotate - [select for diffs] , Sun Jun 2 00:34:52 1996 UTC (12 years, 5 months ago) by frystyk
Changes since 1.123: +23 -19 lines
Diff to previous 1.123 (colored)
new doc

Revision 1.123 / (download) - annotate - [select for diffs] , Mon May 20 15:06:43 1996 UTC (12 years, 6 months ago) by frystyk
Changes since 1.122: +7 -4 lines
Diff to previous 1.122 (colored)
close to 4.1 pre1

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

Revision 1.121 / (download) - annotate - [select for diffs] , Thu Apr 25 22:56:10 1996 UTC (12 years, 6 months ago) by eric
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored)
hide some function in HTFile.c from makedefs

Revision 1.120 / (download) - annotate - [select for diffs] , Fri Apr 12 17:46:56 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 1.119: +66 -145 lines
Diff to previous 1.119 (colored)
new transport and Content Coding support

Revision 1.119 / (download) - annotate - [select for diffs] , Thu Mar 21 00:16:24 1996 UTC (12 years, 8 months ago) by eric
Changes since 1.118: +11 -4 lines
Diff to previous 1.118 (colored)
day from hell

Revision 1.118 / (download) - annotate - [select for diffs] , Wed Mar 20 16:29:16 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 1.117: +1 -1 lines
Diff to previous 1.117 (colored)
htfile

Revision 1.117 / (download) - annotate - [select for diffs] , Wed Mar 20 16:10:30 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 1.116: +7 -1 lines
Diff to previous 1.116 (colored)
PICS version ready

Revision 1.116 / (download) - annotate - [select for diffs] , Tue Mar 19 00:12:41 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 1.115: +13 -6 lines
Diff to previous 1.115 (colored)
Introduction of channels

Revision 1.115 / (download) - annotate - [select for diffs] , Tue Mar 12 02:47:30 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 1.114: +6 -0 lines
Diff to previous 1.114 (colored)
small ac adjustments

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

Revision 1.113 / (download) - annotate - [select for diffs] , Mon Mar 4 15:25:18 1996 UTC (12 years, 8 months ago) by eric
Changes since 1.112: +5 -1 lines
Diff to previous 1.112 (colored)
eric fixes some status passing and adds HTSocket_DLLHackFclose

Revision 1.112 / (download) - annotate - [select for diffs] , Mon Mar 4 03:12:41 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 1.111: +21 -26 lines
Diff to previous 1.111 (colored)
Autoconf

Revision 1.111 / (download) - annotate - [select for diffs] , Wed Feb 14 00:33:35 1996 UTC (12 years, 9 months ago) by eric
CVS Tags: autoconf
Changes since 1.110: +19 -19 lines
Diff to previous 1.110 (colored)
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

Revision 1.110 / (download) - annotate - [select for diffs] , Fri Feb 9 19:26:06 1996 UTC (12 years, 9 months ago) by frystyk
CVS Tags: v4/0D
Changes since 1.109: +12 -11 lines
Diff to previous 1.109 (colored)
post HT_Mem

Revision 1.109 / (download) - annotate - [select for diffs] , Thu Feb 8 16:47:12 1996 UTC (12 years, 9 months ago) by frystyk
Changes since 1.108: +1 -0 lines
Diff to previous 1.108 (colored)
bugfiexs

Revision 1.108 / (download) - annotate - [select for diffs] , Wed Jan 31 22:39:39 1996 UTC (12 years, 9 months ago) by frystyk
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored)
4.0D

Revision 1.107 / (download) - annotate - [select for diffs] , Wed Jan 24 20:12:01 1996 UTC (12 years, 10 months ago) by frystyk
Changes since 1.106: +27 -43 lines
Diff to previous 1.106 (colored)
merge between main branch and 4.0 branch

Revision 1.106.2.1 / (download) - annotate - [select for diffs] , Tue Jan 23 20:07:33 1996 UTC (12 years, 10 months ago) by frystyk
Branch: v4/0B
CVS Tags: v4/0C
Changes since 1.106: +26 -42 lines
Diff to previous 1.106 (colored) next main 1.107 (colored)
4.0C

Revision 1.106 / (download) - annotate - [select for diffs] , Tue Dec 12 02:28:15 1995 UTC (12 years, 11 months ago) by frystyk
Branch point for: v4/0B
Changes since 1.105: +17 -3 lines
Diff to previous 1.105 (colored)
Next version

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

Revision 1.104 / (download) - annotate - [select for diffs] , Thu Dec 7 00:06:40 1995 UTC (12 years, 11 months ago) by frystyk
Changes since 1.103: +4 -4 lines
Diff to previous 1.103 (colored)
next version

Revision 1.103 / (download) - annotate - [select for diffs] , Thu Nov 16 23:50:36 1995 UTC (13 years ago) by frystyk
CVS Tags: v4/0pre6, v4/0
Changes since 1.102: +1 -1 lines
Diff to previous 1.102 (colored)
getting closer

Revision 1.102 / (download) - annotate - [select for diffs] , Tue Nov 14 23:29:27 1995 UTC (13 years ago) by frystyk
Changes since 1.101: +3 -1 lines
Diff to previous 1.101 (colored)
Better interface for DLL

Revision 1.101 / (download) - annotate - [select for diffs] , Mon Nov 13 00:13:56 1995 UTC (13 years ago) by frystyk
Changes since 1.100: +1 -1 lines
Diff to previous 1.100 (colored)
Better News support

Revision 1.100 / (download) - annotate - [select for diffs] , Wed Nov 8 23:48:24 1995 UTC (13 years ago) by frystyk
CVS Tags: v4/0pre5
Changes since 1.99: +8 -8 lines
Diff to previous 1.99 (colored)
Version 4.0pre5

Revision 1.99 / (download) - annotate - [select for diffs] , Sun Nov 5 23:08:55 1995 UTC (13 years ago) by frystyk
Changes since 1.98: +19 -23 lines
Diff to previous 1.98 (colored)
4.0pre5

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

Revision 1.97 / (download) - annotate - [select for diffs] , Fri Nov 3 22:35:54 1995 UTC (13 years ago) by frystyk
Changes since 1.96: +1 -1 lines
Diff to previous 1.96 (colored)
new Header support

Revision 1.96 / (download) - annotate - [select for diffs] , Fri Oct 27 19:11:06 1995 UTC (13 years ago) by frystyk
CVS Tags: v4/0pre4
Changes since 1.95: +8 -8 lines
Diff to previous 1.95 (colored)
First version of a new News module

Revision 1.95 / (download) - annotate - [select for diffs] , Wed Oct 4 21:36:17 1995 UTC (13 years, 1 month ago) by frystyk
CVS Tags: v4/0pre3
Changes since 1.94: +198 -162 lines
Diff to previous 1.94 (colored)
next alpha version

Revision 1.94 / (download) - annotate - [select for diffs] , Mon Sep 25 05:22:14 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)
just before alpha

Revision 1.93 / (download) - annotate - [select for diffs] , Wed Sep 20 18:29:33 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.92: +1 -2 lines
Diff to previous 1.92 (colored)
Snapshot getting ready

Revision 1.92 / (download) - annotate - [select for diffs] , Sat Sep 16 21:24:54 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.91: +1 -1 lines
Diff to previous 1.91 (colored)
most of version 4.0

Revision 1.91 / (download) - annotate - [select for diffs] , Tue Sep 12 23:39:00 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.90: +75 -131 lines
Diff to previous 1.90 (colored)
Most of new version

Revision 1.90 / (download) - annotate - [select for diffs] , Fri Sep 1 20:43:05 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)
porting problems

Revision 1.89 / (download) - annotate - [select for diffs] , Fri Sep 1 17:11:03 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored)
Progress report in place!

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

Revision 1.87 / (download) - annotate - [select for diffs] , Sun Aug 20 06:51:04 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.86: +30 -10 lines
Diff to previous 1.86 (colored)
better PUT & POST - work on cache

Revision 1.86 / (download) - annotate - [select for diffs] , Mon Aug 14 03:57:27 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 1.85: +26 -7 lines
Diff to previous 1.85 (colored)
Cache

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

Revision 1.84.2.1 / (download) - annotate - [select for diffs] , Wed Jul 12 03:27:39 1995 UTC (13 years, 4 months ago) by frystyk
Branch: NT1
Changes since 1.84: +40 -38 lines
Diff to previous 1.84 (colored) next main 1.85 (colored)
Win NT branch

Revision 1.83.2.1 / (download) - annotate - [select for diffs] , Tue Jul 11 17:38:54 1995 UTC (13 years, 4 months ago) by cbrooks
Branch: NT
Changes since 1.83: +40 -38 lines
Diff to previous 1.83 (colored) next main 1.84 (colored)
Windows/NT Update

Revision 1.84 / (download) - annotate - [select for diffs] , Sat Jul 8 03:23:04 1995 UTC (13 years, 4 months ago) by frystyk
Branch point for: NT1
Changes since 1.83: +3 -8 lines
Diff to previous 1.83 (colored)
most of version 3.1pre3

Revision 1.83 / (download) - annotate - [select for diffs] , Tue Jun 27 20:20:52 1995 UTC (13 years, 4 months ago) by frystyk
CVS Tags: v3/1pre2
Branch point for: NT
Changes since 1.82: +64 -15 lines
Diff to previous 1.82 (colored)
most of 3.1pre2

Revision 1.82 / (download) - annotate - [select for diffs] , Mon Jun 12 04:15:10 1995 UTC (13 years, 5 months ago) by frystyk
Changes since 1.81: +52 -51 lines
Diff to previous 1.81 (colored)
File is now workin for upload + other major changes

Revision 1.81 / (download) - annotate - [select for diffs] , Sat Jun 10 16:53:08 1995 UTC (13 years, 5 months ago) by frystyk
Changes since 1.80: +3 -1 lines
Diff to previous 1.80 (colored)
Getting close to 3.1pre2

Revision 1.80 / (download) - annotate - [select for diffs] , Wed Jun 7 20:17:11 1995 UTC (13 years, 5 months ago) by frystyk
Changes since 1.79: +378 -209 lines
Diff to previous 1.79 (colored)
Basics of Version 3.1pre2

Revision 1.79 / (download) - annotate - [select for diffs] , Fri May 19 02:05:03 1995 UTC (13 years, 6 months ago) by frystyk
CVS Tags: v3/1pre1, WinNT
Changes since 1.78: +1 -1 lines
Diff to previous 1.78 (colored)
final swap to MIT statements

Revision 1.78 / (download) - annotate - [select for diffs] , Thu May 18 14:46:21 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 1.77: +12 -366 lines
Diff to previous 1.77 (colored)
New Bind module

Revision 1.76.2.4 / (download) - annotate - [select for diffs] , Wed May 17 22:30:36 1995 UTC (13 years, 6 months ago) by frystyk
Branch: WindowsNT
Changes since 1.76.2.3: +41 -51 lines
Diff to previous 1.76.2.3 (colored) to branchpoint 1.76 (colored) next main 1.77 (colored)
merging with rest of 3.1

Revision 1.76.2.3 / (download) - annotate - [select for diffs] , Tue May 16 20:11:16 1995 UTC (13 years, 6 months ago) by cbrooks
Branch: WindowsNT
Changes since 1.76.2.2: +14 -16 lines
Diff to previous 1.76.2.2 (colored) to branchpoint 1.76 (colored)
OSF/RI NT Changes

Revision 1.77 / (download) - annotate - [select for diffs] , Thu May 4 22:07:53 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 1.76: +36 -37 lines
Diff to previous 1.76 (colored)
Basics of release 3.1

Revision 1.76.2.2 / (download) - annotate - [select for diffs] , Sat Apr 1 03:11:39 1995 UTC (13 years, 7 months ago) by frystyk
Branch: WindowsNT
Changes since 1.76.2.1: +1 -1 lines
Diff to previous 1.76.2.1 (colored) to branchpoint 1.76 (colored)
REMOVE_FILE define introduced

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

Revision 1.76 / (download) - annotate - [select for diffs] , Tue Mar 21 20:43:26 1995 UTC (13 years, 8 months ago) by frystyk
CVS Tags: v3/0
Branch point for: WindowsNT
Changes since 1.75: +6 -6 lines
Diff to previous 1.75 (colored)
Official version

Revision 1.75 / (download) - annotate - [select for diffs] , Tue Mar 21 17:37:59 1995 UTC (13 years, 8 months ago) by frystyk
Changes since 1.74: +53 -50 lines
Diff to previous 1.74 (colored)
Getting Library back on main branch

Revision 1.73.2.3 / (download) - annotate - [select for diffs] , Thu Mar 9 18:20:52 1995 UTC (13 years, 8 months ago) by frystyk
Branch: without-configure
CVS Tags: v3/0pre3
Changes since 1.73.2.2: +29 -42 lines
Diff to previous 1.73.2.2 (colored) to branchpoint 1.73 (colored) next main 1.74 (colored)
Library version 3.0beta

Revision 1.73.2.2 / (download) - annotate - [select for diffs] , Wed Mar 1 15:57:08 1995 UTC (13 years, 8 months ago) by frystyk
Branch: without-configure
Changes since 1.73.2.1: +4 -3 lines
Diff to previous 1.73.2.1 (colored) to branchpoint 1.73 (colored)
Content-type now in request structure

Revision 1.73.2.1 / (download) - annotate - [select for diffs] , Fri Jan 6 22:23:38 1995 UTC (13 years, 10 months ago) by frystyk
Branch: without-configure
Changes since 1.73: +9 -17 lines
Diff to previous 1.73 (colored)
Mainly adjustments in HTTP.c

Revision 1.74 / (download) - annotate - [select for diffs] , Tue Dec 6 14:27:46 1994 UTC (13 years, 11 months ago) by roeber
CVS Tags: with-configure
Changes since 1.73: +5 -28 lines
Diff to previous 1.73 (colored)
Now uses GNU Autoconf

Revision 1.73 / (download) - annotate - [select for diffs] , Fri Dec 2 11:28:49 1994 UTC (13 years, 11 months ago) by frystyk
CVS Tags: v3/0pre2
Branch point for: without-configure
Changes since 1.72: +18 -0 lines
Diff to previous 1.72 (colored)
Lots of memory cleanup and improved event loop

Revision 1.72 / (download) - annotate - [select for diffs] , Thu Nov 24 21:10:51 1994 UTC (14 years ago) by frystyk
CVS Tags: v3/0pre1
Changes since 1.71: +5 -2 lines
Diff to previous 1.71 (colored)
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 1.71 / (download) - annotate - [select for diffs] , Wed Nov 9 14:43:59 1994 UTC (14 years ago) by frystyk
Changes since 1.70: +3 -5 lines
Diff to previous 1.70 (colored)
MULTI-THREADED VERSION

Revision 1.70 / (download) - annotate - [select for diffs] , Wed Oct 12 03:58:18 1994 UTC (14 years, 1 month ago) by howcome
Changes since 1.69: +1 -1 lines
Diff to previous 1.69 (colored)
HWL adde the external parse module, and (more) support for mailcap in HTFormat.c

Revision 1.69 / (download) - annotate - [select for diffs] , Sat Oct 1 10:27:36 1994 UTC (14 years, 1 month ago) by frystyk
Changes since 1.68: +2 -3 lines
Diff to previous 1.68 (colored)
It now compilen using g++

Revision 1.68 / (download) - annotate - [select for diffs] , Sun Sep 25 18:54:57 1994 UTC (14 years, 2 months ago) by frystyk
CVS Tags: v2/17, cern-update
Changes since 1.67: +1 -1 lines
Diff to previous 1.67 (colored)
compilation problems :-(

Revision 1.67 / (download) - annotate - [select for diffs] , Sun Sep 25 13:49:43 1994 UTC (14 years, 2 months ago) by frystyk
Changes since 1.66: +14 -13 lines
Diff to previous 1.66 (colored)
A whole bunch of changes

Revision 1.66 / (download) - annotate - [select for diffs] , Fri Aug 12 10:34:01 1994 UTC (14 years, 3 months ago) by frystyk
Changes since 1.65: +3 -4 lines
Diff to previous 1.65 (colored)
Minor changes for portabaility

Revision 1.65 / (download) - annotate - [select for diffs] , Wed Jul 13 10:29:07 1994 UTC (14 years, 4 months ago) by duns
Changes since 1.64: +27 -54 lines
Diff to previous 1.64 (colored)
field test version 2, HTFile

Revision 1.64 / (download) - annotate - [select for diffs] , Tue Jul 5 10:41:01 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 1.63: +5 -0 lines
Diff to previous 1.63 (colored)
ISC 3.0 patches.

Revision 1.63 / (download) - annotate - [select for diffs] , Tue Jun 14 11:32:11 1994 UTC (14 years, 5 months ago) by frystyk
CVS Tags: v2/16pre2, v2/16pre1
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)
New Mail address and host name functions

Revision 1.62 / (download) - annotate - [select for diffs] , Sat Jun 4 12:16:40 1994 UTC (14 years, 5 months ago) by frystyk
Changes since 1.61: +9 -4 lines
Diff to previous 1.61 (colored)
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.

Revision 1.61 / (download) - annotate - [select for diffs] , Mon May 30 09:54:31 1994 UTC (14 years, 5 months ago) by frystyk
Changes since 1.60: +101 -522 lines
Diff to previous 1.60 (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.60 / (download) - annotate - [select for diffs] , Thu May 12 16:45:21 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 1.59: +7 -0 lines
Diff to previous 1.59 (colored)
This went out with httpd 3.0pre4.

Revision 1.59 / (download) - annotate - [select for diffs] , Fri May 6 14:26:39 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 1.58: +1 -2 lines
Diff to previous 1.58 (colored)
HTFTPLoad renamed to HTLoadFTP in order to have the same naming scheme in all protocol modules; HTChunkFree's moved in HTFTP.c

Revision 1.58 / (download) - annotate - [select for diffs] , Tue Mar 29 07:57:36 1994 UTC (14 years, 7 months ago) by frystyk
Changes since 1.57: +32 -20 lines
Diff to previous 1.57 (colored)
New HTSimplify(), HTBrowseDirectory(), HTFTPBrowseDirectory (not final), HTMLGen understands <IMG>, Nested <PRE> no more problem in HTML_start_element()

Revision 1.57 / (download) - annotate - [select for diffs] , Wed Mar 23 12:20:52 1994 UTC (14 years, 8 months ago) by luotonen
CVS Tags: v2/15
Changes since 1.56: +13 -2 lines
Diff to previous 1.56 (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.56 / (download) - annotate - [select for diffs] , Mon Mar 14 20:07:06 1994 UTC (14 years, 8 months ago) by frystyk
Changes since 1.55: +8 -8 lines
Diff to previous 1.55 (colored)
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

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

Revision 1.54 / (download) - annotate - [select for diffs] , Fri Mar 4 14:27:29 1994 UTC (14 years, 8 months ago) by luotonen
Changes since 1.53: +1 -0 lines
Diff to previous 1.53 (colored)
Header file for HTMulti.

Revision 1.53 / (download) - annotate - [select for diffs] , Fri Mar 4 12:05:13 1994 UTC (14 years, 8 months ago) by luotonen
Changes since 1.52: +6 -265 lines
Diff to previous 1.52 (colored)
Separated multiformat handling to its own module HTMulti.c
from HTFile.c.

Revision 1.52 / (download) - annotate - [select for diffs] , Tue Mar 1 10:32:51 1994 UTC (14 years, 8 months ago) by duns
Changes since 1.51: +8 -5 lines
Diff to previous 1.51 (colored)
VMS updates to 2.15-16

Revision 1.51 / (download) - annotate - [select for diffs] , Mon Feb 28 00:30:19 1994 UTC (14 years, 8 months ago) by luotonen
Changes since 1.50: +0 -2 lines
Diff to previous 1.50 (colored)
Fixed a bug in Henrik's load-ftp fix.

Revision 1.50 / (download) - annotate - [select for diffs] , Sun Feb 27 18:11:10 1994 UTC (14 years, 8 months ago) by frystyk
Changes since 1.49: +14 -0 lines
Diff to previous 1.49 (colored)
Now ftp accesses go directly to ftp with out trying locally first in HTLoadFile()

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

Revision 1.48 / (download) - annotate - [select for diffs] , Thu Feb 24 09:27:44 1994 UTC (14 years, 9 months ago) by frystyk
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)
Changes to HTSimplify(), in HTML.c and SGML.c (that is, only on client side!)

Revision 1.47 / (download) - annotate - [select for diffs] , Mon Feb 21 15:07:50 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.46: +170 -117 lines
Diff to previous 1.46 (colored)
Took daemon-specific stuff away from HTRequest structure.

Revision 1.46 / (download) - annotate - [select for diffs] , Fri Feb 11 17:28:46 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.45: +5 -2 lines
Diff to previous 1.45 (colored)
Dunno.

Revision 1.45 / (download) - annotate - [select for diffs] , Thu Feb 10 21:36:53 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.44: +5 -2 lines
Diff to previous 1.44 (colored)
HTLoadFile() didn't try ftp.

Revision 1.44 / (download) - annotate - [select for diffs] , Thu Feb 10 14:48:18 1994 UTC (14 years, 9 months ago) by frystyk
Changes since 1.43: +5 -1 lines
Diff to previous 1.43 (colored)
Quality factor used as weight in HTStreamStack()

Revision 1.43 / (download) - annotate - [select for diffs] , Wed Feb 9 17:08:46 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)
Content-Length no longer set for directories (because it was WRONG!)

Revision 1.42 / (download) - annotate - [select for diffs] , Wed Feb 9 16:13:10 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.41: +0 -1 lines
Diff to previous 1.41 (colored)
unistd.h away

Revision 1.41 / (download) - annotate - [select for diffs] , Wed Feb 9 16:04:17 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (colored)
Lou Mountulli's "bug" put back in :-(
In HTFormat.c I had taken WWW_SOURCE away, but now its back in
HTStreamStack() as a special case.

Revision 1.40 / (download) - annotate - [select for diffs] , Wed Feb 9 10:41:09 1994 UTC (14 years, 9 months ago) by frystyk
Changes since 1.39: +1 -1 lines
Diff to previous 1.39 (colored)
Now stdout is not closed in HTFWriter

Revision 1.39 / (download) - annotate - [select for diffs] , Tue Feb 8 16:24:29 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)
Little Solaris things

Revision 1.38 / (download) - annotate - [select for diffs] , Mon Feb 7 20:31:54 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.37: +73 -70 lines
Diff to previous 1.37 (colored)
After purify

Revision 1.37 / (download) - annotate - [select for diffs] , Wed Feb 2 03:24:42 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.36: +90 -153 lines
Diff to previous 1.36 (colored)
Multiformat handling works!

Revision 1.36 / (download) - annotate - [select for diffs] , Fri Jan 28 13:29:55 1994 UTC (14 years, 9 months ago) by luotonen
Changes since 1.35: +499 -110 lines
Diff to previous 1.35 (colored)
- 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.35 / (download) - annotate - [select for diffs] , Mon Dec 13 19:35:26 1993 UTC (14 years, 11 months ago) by luotonen
Changes since 1.34: +19 -29 lines
Diff to previous 1.34 (colored)
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.34 / (download) - annotate - [select for diffs] , Fri Dec 10 14:49:29 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)
Anchor selection into HTML2.c

Revision 1.33 / (download) - annotate - [select for diffs] , Thu Dec 9 11:58:25 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.32: +47 -8 lines
Diff to previous 1.32 (colored)
progress continues.. untested

Revision 1.32 / (download) - annotate - [select for diffs] , Fri Dec 3 16:36:51 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.31: +3 -4 lines
Diff to previous 1.31 (colored)
First compile with cache code in

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Dec 1 17:46:41 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)
Seems to work with NeXTStep editor so far

Revision 1.30 / (download) - annotate - [select for diffs] , Tue Nov 30 08:10:29 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.29: +8 -6 lines
Diff to previous 1.29 (colored)
adding HTMLPDTD files

Revision 1.29 / (download) - annotate - [select for diffs] , Mon Nov 29 08:49:27 1993 UTC (14 years, 11 months ago) by timbl
Changes since 1.28: +22 -23 lines
Diff to previous 1.28 (colored)
Comnpiles but untested

Revision 1.28 / (