W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Nov 11 16:07:49 2005 UTC (18 years, 5 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +3 -3 lines
update HTFile_dirent_buf_size avoiding unsafe HP-UX NAME_MAX value

Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Nov 11 14:03:15 2005 UTC (18 years, 5 months ago) by vbancrof
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +27 -1 lines
add extern c and HTFile_dirent_buf_size

Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Aug 10 16:05:39 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Amaya
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +31 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 19 15:37:48 2000 UTC (23 years, 10 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
Diff to: previous 1.155: preferred, colored; next MAIN 1.156: preferred, colored
Changes since revision 1.155: +5 -3 lines
JK: Aligning with libwwwv3.0.0

Revision 1.157: download - view: text, markup, annotated - select for diffs
Mon Jun 19 14:34:29 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +1 -3 lines
JK: removed extra lines

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Jun 15 14:45:39 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +7 -3 lines
JK: first try at fixing a hangup condition when opening multiple files.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Jan 6 10:48:50 2000 UTC (24 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +8 -3 lines
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 - view: text, markup, annotated - select for diffs
Wed Mar 24 16:25:59 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +10 -3 lines
Made suer that we can't do a HEAD request on a local file

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

Revision 1.152: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:24:19 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +2 -1 lines
Selected the include files more carefully to avoid unnecessary linking to modules that are not directly used

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Jan 29 14:26:30 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +18 -46 lines
Checked that local file access looks at the method

Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:01:24 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 15 01:50:47 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +8 -10 lines
Cleaned up old code in HTFile.c which isn't used anymore

Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Aug 10 02:43:48 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +12 -10 lines
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 - view: text, markup, annotated - select for diffs
Fri Jul 17 17:17:43 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +10 -2 lines
The last modified time is now stored in the anchor object when opening a local file

Revision 1.146: download - view: text, markup, annotated - select for diffs
Sun May 31 18:55:47 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -2 lines
new version of WinCom and change to open files as binary on Windows

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon May 25 02:47:39 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
*** empty log message ***

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

Revision 1.143: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:36 1998 UTC (26 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +19 -7 lines
version 5.1m

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

Revision 1.141: download - view: text, markup, annotated - select for diffs
Sun Mar 22 21:39:38 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1k
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +3 -2 lines
*** empty log message ***

Revision 1.140: download - view: text, markup, annotated - select for diffs
Wed Mar 4 15:46:19 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +38 -6 lines
*** empty log message ***

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

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Feb 13 17:09:41 1997 UTC (27 years, 2 months ago) by eric
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +3 -2 lines
multiple concurrent file access

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

Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Jan 24 21:33:19 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +4 -9 lines
some debugging stuff and updated cache

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

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sat Nov 30 23:31:20 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +38 -25 lines
merge for pipelining

Revision 1.133.2.5: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:35 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.133.2.4: preferred, colored; branchpoint 1.133: preferred, colored; next MAIN 1.134: preferred, colored
Changes since revision 1.133.2.4: +2 -2 lines
s'more robot fixin's

Revision 1.133.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 6 15:27:12 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.133.2.3: preferred, colored; branchpoint 1.133: preferred, colored
Changes since revision 1.133.2.3: +4 -4 lines
S'more fixes after moving bodyLength around

Revision 1.133.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 6 00:38:38 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.133.2.2: preferred, colored; branchpoint 1.133: preferred, colored
Changes since revision 1.133.2.2: +2 -2 lines
MUX fixes

Revision 1.133.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 2 19:26:45 1996 UTC (27 years, 6 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.133.2.1: preferred, colored; branchpoint 1.133: preferred, colored
Changes since revision 1.133.2.1: +3 -3 lines
HTEventType and some cleanup

Revision 1.133.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:26:55 1996 UTC (27 years, 6 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +35 -22 lines
1st pass at pipelines - eric

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

Revision 1.132: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:08:16 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +7 -14 lines
Persistent Cache

Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:30:32 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b5, Release-4-1b4
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -3 lines
pipeline in place

Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:43:21 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
News news module

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

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

Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Jul 4 18:40:15 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +6 -7 lines
beta 2

Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:54:26 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +32 -81 lines
4.1b2

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Jun 8 01:52:09 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +54 -49 lines
Version 4.1beta1

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:34:52 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +23 -19 lines
new doc

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon May 20 15:06:43 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +7 -4 lines
close to 4.1 pre1

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

Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Apr 25 22:56:10 1996 UTC (28 years ago) by eric
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
hide some function in HTFile.c from makedefs

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

Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Mar 21 00:16:24 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +11 -4 lines
day from hell

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Mar 20 16:29:16 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +1 -1 lines
htfile

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Mar 20 16:10:30 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +7 -1 lines
PICS version ready

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Mar 19 00:12:41 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +13 -6 lines
Introduction of channels

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Mar 12 02:47:30 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +6 -0 lines
small ac adjustments

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

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Mar 4 15:25:18 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +5 -1 lines
eric fixes some status passing and adds HTSocket_DLLHackFclose

Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:12:41 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +21 -26 lines
Autoconf

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

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

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

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

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

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

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Dec 12 02:28:15 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +17 -3 lines
Next version

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

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

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Nov 16 23:50:36 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
getting closer

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:29:27 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -1 lines
Better interface for DLL

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

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

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sun Nov 5 23:08:55 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +19 -23 lines
4.0pre5

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

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

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:11:06 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +8 -8 lines
First version of a new News module

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Oct 4 21:36:17 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +198 -162 lines
next alpha version

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Sep 25 05:22:14 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
just before alpha

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:29:33 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -2 lines
Snapshot getting ready

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

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

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Sep 1 20:43:05 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
porting problems

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Sep 1 17:11:03 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1 lines
Progress report in place!

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

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

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

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

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

Revision 1.83.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 11 17:38:54 1995 UTC (28 years, 9 months ago) by cbrooks
Branches: NT
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +40 -38 lines
Windows/NT Update

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Jul 8 03:23:04 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
Branch point for: NT1
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -8 lines
most of version 3.1pre3

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

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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Jun 10 16:53:08 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -1 lines
Getting close to 3.1pre2

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Jun 7 20:17:11 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +378 -209 lines
Basics of Version 3.1pre2

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

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

Revision 1.76.2.4: download - view: text, markup, annotated - select for diffs
Wed May 17 22:30:36 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.76.2.3: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.3: +41 -51 lines
merging with rest of 3.1

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

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu May 4 22:07:53 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +36 -37 lines
Basics of release 3.1

Revision 1.76.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 1 03:11:39 1995 UTC (29 years, 1 month ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.76.2.1: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.1: +1 -1 lines
REMOVE_FILE define introduced

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

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:43:26 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +6 -6 lines
Official version

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:37:59 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +53 -50 lines
Getting Library back on main branch

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

Revision 1.73.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 1 15:57:08 1995 UTC (29 years, 2 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.73.2.1: preferred, colored; branchpoint 1.73: preferred, colored
Changes since revision 1.73.2.1: +4 -3 lines
Content-type now in request structure

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

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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Dec 2 11:28:49 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2
Branch point for: without-configure
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +18 -0 lines
Lots of memory cleanup and improved event loop

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

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

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

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

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

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

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Aug 12 10:34:01 1994 UTC (29 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -4 lines
Minor changes for portabaility

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Jul 13 10:29:07 1994 UTC (29 years, 9 months ago) by duns
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +27 -54 lines
field test version 2, HTFile

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jul 5 10:41:01 1994 UTC (29 years, 10 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -0 lines
ISC 3.0 patches.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Jun 14 11:32:11 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -4 lines
New Mail address and host name functions

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

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:31 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +101 -522 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.60: download - view: text, markup, annotated - select for diffs
Thu May 12 16:45:21 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +7 -0 lines
This went out with httpd 3.0pre4.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri May 6 14:26:39 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Mar 29 07:57:36 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +32 -20 lines
New HTSimplify(), HTBrowseDirectory(), HTFTPBrowseDirectory (not final), HTMLGen understands <IMG>, Nested <PRE> no more problem in HTML_start_element()

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Mar 23 12:20:52 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
CVS tags: v2/15
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +13 -2 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.56: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:07:06 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +8 -8 lines
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 4 14:27:29 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
Header file for HTMulti.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Mar 4 12:05:13 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -265 lines
Separated multiformat handling to its own module HTMulti.c
from HTFile.c.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Mar 1 10:32:51 1994 UTC (30 years, 2 months ago) by duns
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +8 -5 lines
VMS updates to 2.15-16

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Feb 28 00:30:19 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -2 lines
Fixed a bug in Henrik's load-ftp fix.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Feb 27 18:11:10 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -0 lines
Now ftp accesses go directly to ftp with out trying locally first in HTLoadFile()

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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:27:44 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Changes to HTSimplify(), in HTML.c and SGML.c (that is, only on client side!)

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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Feb 11 17:28:46 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -2 lines
Dunno.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Feb 10 21:36:53 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -2 lines
HTLoadFile() didn't try ftp.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:48:18 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -1 lines
Quality factor used as weight in HTStreamStack()

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Feb 9 17:08:46 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Content-Length no longer set for directories (because it was WRONG!)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Feb 9 16:13:10 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -1 lines
unistd.h away

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 9 16:04:17 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 9 10:41:09 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Now stdout is not closed in HTFWriter

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:24:29 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Little Solaris things

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Feb 2 03:24:42 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +90 -153 lines
Multiformat handling works!

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:29:55 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +499 -110 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.35: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:26 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +19 -29 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.34: download - view: text, markup, annotated - select for diffs
Fri Dec 10 14:49:29 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Anchor selection into HTML2.c

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Dec 9 11:58:25 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +47 -8 lines
progress continues.. untested

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Dec 1 17:46:41 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Seems to work with NeXTStep editor so far

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

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 15 14:50:07 1993 UTC (30 years, 5 months ago) by duns
Branches: MAIN
CVS tags: v2/14
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +15 -73 lines
VMS update: AA checking, Scripts

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 10 15:56:45 1993 UTC (30 years, 5 months ago) by duns
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
VMS update of library: not all AA taken care of yet...
CVS:

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Nov 10 14:59:52 1993 UTC (30 years, 5 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
* Now if there is no HTBin (or BinDir, they're the same) rule
  the /htbin feature is not turned on at all.
* Added Search rule to tell the /htbin script doing index search.
* Bug fix: static string returned by crypt() was freed()'d :-(

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Nov 3 16:56:11 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/13
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +17 -6 lines
Now default filename suffix transalations are always loaded.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:37:06 1993 UTC (30 years, 7 months ago) by luotonen
Branches: MAIN
CVS tags: v2/12a
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
Added first version of access authorization in.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 27 14:10:17 1993 UTC (30 years, 7 months ago) by duns
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +28 -11 lines
Duns' mods for VMS - not VMS tested yet

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:53:26 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -3 lines
Binary transfer problems fixed, quick etst ok

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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 30 12:37:10 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -5 lines
Mods for MVS

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 23 18:43:24 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +64 -35 lines
Release 2.09

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 18 11:03:31 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Mods to compile under VM/CMS 8 char names

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jun 14 17:22:05 1993 UTC (30 years, 10 months ago) by secret
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +26 -26 lines
Now, local files are opened with fopen, and no longer open.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 9 13:20:54 1993 UTC (30 years, 10 months ago) by secret
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +24 -40 lines
little improvement in HTFile.c with sorting

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 28 16:23:41 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
bug fixed by joe@athena.mit.edu

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 14 12:47:44 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +31 -2 lines
Suffix representation defaults added.  Bug fix looped plain text fi

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 13 11:25:44 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +100 -76 lines
HTBTree.c and .h are now used to sort files and directories
 in HTFile.c and HTFTP.c

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 13 10:55:16 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Minor bug fixes

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 11 12:05:09 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +159 -89 lines
Now files and subdirectories are sorted.

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

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

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:40:26 1993 UTC (31 years, 1 month ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +481 -151 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:42 1993 UTC (31 years, 3 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:41 1993 UTC (31 years, 3 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