W3C CVS Root

CVS log for libwww/Library/src/HTUtils.html

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.95: download - view: text, markup, annotated - select for diffs
Fri Nov 11 14:03:16 2005 UTC (18 years, 5 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 2.94: preferred, colored
Changes since revision 2.94: +9 -1 lines
add extern c and HTFile_dirent_buf_size

Revision 2.94.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 13 15:07:00 2002 UTC (21 years, 10 months ago) by kahan
Branches: Amaya
Diff to: previous 2.94: preferred, colored; next MAIN 2.95: preferred, colored
Changes since revision 2.94: +12 -1 lines
restoring the previous Amaya tagged version

Revision 2.94: download - view: text, markup, annotated - select for diffs
Tue Jun 4 15:14:11 2002 UTC (21 years, 11 months ago) by kirschpi
Branches: MAIN
CVS tags: repeat-requests, Release-5-4-0
Branch point for: Amaya
Diff to: previous 2.93: preferred, colored
Changes since revision 2.93: +231 -171 lines
Fix some format for HTML header files.
Manuele

Revision 2.93: download - view: text, markup, annotated - select for diffs
Thu Mar 21 14:13:47 2002 UTC (22 years, 1 month ago) by kirschpi
Branches: MAIN
Diff to: previous 2.92: preferred, colored
Changes since revision 2.92: +175 -226 lines
New WebDAV module and new Extension Methods for experimenting with HTTP.
Manuele Kirsch

Revision 2.92.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 29 17:11:53 2000 UTC (24 years, 2 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 2.92: preferred, colored; next MAIN 2.93: preferred, colored
Changes since revision 2.92: +12 -1 lines
JK: Small changes needed for the Amaya/libwww windows version

Revision 2.92: 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
CVS tags: before_webdav, Release-5-3-1
Diff to: previous 2.91: preferred, colored
Changes since revision 2.91: +2 -2 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 2.91.2.1: download - view: text, markup, annotated - select for diffs
Thu May 20 14:44:31 1999 UTC (24 years, 11 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 2.91: preferred, colored; next MAIN 2.92: preferred, colored
Changes since revision 2.91: +12 -1 lines
JK: Small change for compiling with Amaya/Windows

Revision 2.91: download - view: text, markup, annotated - select for diffs
Sun Apr 4 00:10:14 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.90: preferred, colored
Changes since revision 2.90: +2 -1 lines
Make sure we undef '_' as this may be used for other things in other packages

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

Revision 2.89: download - view: text, markup, annotated - select for diffs
Fri Feb 5 17:31:28 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.88: preferred, colored
Changes since revision 2.88: +3 -3 lines
Changed the TOLOWER and TOUPPER to cast to (int)

Revision 2.88: download - view: text, markup, annotated - select for diffs
Tue Jan 19 11:56:45 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.87: preferred, colored
Changes since revision 2.87: +2 -1 lines
Added status code for unknown hosts (DNS lookup problems)

Revision 2.87: download - view: text, markup, annotated - select for diffs
Sun Nov 15 02:04:07 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.86: preferred, colored
Changes since revision 2.86: +2 -1 lines
New status code needed by the HTNews.c patch

Revision 2.86: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:20 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.85: preferred, colored
Changes since revision 2.85: +2 -1 lines
A set of changes: 1) Added support for etags in 201 responses. This will help avoiding overrides of PUT 2) Added timeout support. Default timeout in webbot and command line tool is 20secs. Can be changed using the -timeout option 3) Fixed a problem that prevented idle connections to be closed after 60 secs idle time. Client side closes are a lot easier to deal with 4) Expanded progress flags in HTAlert to be 32 bit instead of 16 bit as I was running out of flags.

Revision 2.85: download - view: text, markup, annotated - select for diffs
Fri Jul 17 17:01:01 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.84: preferred, colored
Changes since revision 2.84: +2 -2 lines
Made WWW_TraceFlag unsigned integer in HTUtils.html (was signed) and changed order in wwwsys.html so that netinet/in.h now is included before netinet/tcp.h in wwwsys.html. This was a problem on RC6000

Revision 2.84: download - view: text, markup, annotated - select for diffs
Tue May 19 16:49:45 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.83: preferred, colored
Changes since revision 2.83: +3 -1 lines
Almost 5.1m

Revision 2.83: download - view: text, markup, annotated - select for diffs
Thu May 14 02:11:16 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.82: preferred, colored
Changes since revision 2.82: +2 -2 lines
Changing old pub/WWW links

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

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

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

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

Revision 2.78: download - view: text, markup, annotated - select for diffs
Sun Feb 16 18:43:13 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1
Diff to: previous 2.77: preferred, colored
Changes since revision 2.77: +3 -3 lines
Changed name of sample coed library

Revision 2.77: download - view: text, markup, annotated - select for diffs
Fri Dec 13 22:06:26 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.76: preferred, colored
Changes since revision 2.76: +4 -4 lines
some timing fixes

Revision 2.76: download - view: text, markup, annotated - select for diffs
Sat Nov 30 23:32:01 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.75: preferred, colored
Changes since revision 2.75: +46 -16 lines
merge for pipelining

Revision 2.75.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 26 23:22:50 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.75.2.2: preferred, colored; branchpoint 2.75: preferred, colored; next MAIN 2.76: preferred, colored
Changes since revision 2.75.2.2: +28 -1 lines
HTWatch-be-gone

Revision 2.75.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:43:21 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.75.2.1: preferred, colored; branchpoint 2.75: preferred, colored
Changes since revision 2.75.2.1: +18 -16 lines
byte counting

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

Revision 2.75: download - view: text, markup, annotated - select for diffs
Tue Aug 20 04:53:49 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, Release-5-0, Release-4-1b5, Release-4-1b4
Branch point for: PIPELINE1
Diff to: previous 2.74: preferred, colored
Changes since revision 2.74: +37 -21 lines
4.1beta4

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

Revision 2.73: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:22:52 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.72: preferred, colored
Changes since revision 2.72: +2 -1 lines
Recovery from a weird crash in Library and LineMode volumes

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

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

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

Revision 2.69: download - view: text, markup, annotated - select for diffs
Mon May 20 15:07:26 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.68: preferred, colored
Changes since revision 2.68: +105 -111 lines
close to 4.1 pre1

Revision 2.68: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:49:37 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +5 -3 lines
new transport and Content Coding support

Revision 2.67: download - view: text, markup, annotated - select for diffs
Wed Apr 3 22:10:10 1996 UTC (28 years, 1 month ago) by hallam
Branches: MAIN
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +9 -3 lines
Eric's Lib changes

Revision 2.66: download - view: text, markup, annotated - select for diffs
Tue Mar 12 22:45:52 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 2.65: preferred, colored
Changes since revision 2.65: +0 -32 lines
moving BOOLEANs to the sysdep domain

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

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

Revision 2.63: download - view: text, markup, annotated - select for diffs
Sun Mar 10 21:57:48 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +1 -1 lines
4.1 autoconf

Revision 2.62: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:13:51 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.61: preferred, colored
Changes since revision 2.61: +6 -101 lines
Autoconf

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

Revision 2.60: download - view: text, markup, annotated - select for diffs
Thu Feb 15 17:49:52 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +15 -15 lines
HTUtils.html

Revision 2.59: download - view: text, markup, annotated - select for diffs
Wed Feb 14 15:02:10 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.58: preferred, colored
Changes since revision 2.58: +34 -31 lines
small changes

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

Revision 2.57: download - view: text, markup, annotated - select for diffs
Sat Feb 10 18:16:12 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +2 -0 lines
cleanup of HTUtils

Revision 2.56: download - view: text, markup, annotated - select for diffs
Sat Feb 10 17:27:33 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +116 -111 lines
cleanup of HTUtils

Revision 2.55: download - view: text, markup, annotated - select for diffs
Fri Feb 9 22:37:50 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +2 -2 lines
new dos

Revision 2.54: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:27:04 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +10 -7 lines
post HT_Mem

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

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

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

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

Revision 2.50: download - view: text, markup, annotated - select for diffs
Mon Dec 18 22:03:19 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +5 -1 lines
4.0B

Revision 2.49: download - view: text, markup, annotated - select for diffs
Tue Dec 12 02:29:01 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.48: preferred, colored
Changes since revision 2.48: +4 -61 lines
Next version

Revision 2.48: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:35:13 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 2.47: preferred, colored
Changes since revision 2.47: +1 -17 lines
Integration of server START

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

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

Revision 2.45: download - view: text, markup, annotated - select for diffs
Thu Nov 16 23:51:00 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.44: preferred, colored
Changes since revision 2.44: +1 -1 lines
getting closer

Revision 2.44: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:24:10 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +30 -5 lines
pre and post callback

Revision 2.43: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:30:24 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.42: preferred, colored
Changes since revision 2.42: +9 -4 lines
Better interface for DLL

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

Revision 2.41: download - view: text, markup, annotated - select for diffs
Sun Nov 5 21:17:22 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.40: preferred, colored
Changes since revision 2.40: +2 -4 lines
windows

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

Revision 2.39: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:26:39 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +8 -16 lines
TRACE changed to WWWTRACE)

Revision 2.38: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:25:40 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 2.37: preferred, colored
Changes since revision 2.37: +2 -1 lines
most of version 4.0

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

Revision 2.36: download - view: text, markup, annotated - select for diffs
Fri Sep 8 17:42:19 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +1 -1 lines
new hypertext links in source

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

Revision 2.34: download - view: text, markup, annotated - select for diffs
Thu Aug 10 21:01:39 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +3 -1 lines
no more printf

Revision 2.33: download - view: text, markup, annotated - select for diffs
Sat Jul 8 19:54:08 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NT1, NNTP
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +2 -2 lines
change to W3C Reference Library

Revision 2.32: download - view: text, markup, annotated - select for diffs
Wed Jun 7 20:19:01 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +6 -6 lines
Basics of Version 3.1pre2

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

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

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

Revision 2.26.2.2: download - view: text, markup, annotated - select for diffs
Wed May 17 22:33:02 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 2.26.2.1: preferred, colored; branchpoint 2.26: preferred, colored; next MAIN 2.27: preferred, colored
Changes since revision 2.26.2.1: +24 -19 lines
merging with rest of 3.1

Revision 2.26.2.1: download - view: text, markup, annotated - select for diffs
Tue May 16 20:12:57 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WindowsNT
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +2 -0 lines
OSF/RI NT Changes

Revision 2.28: download - view: text, markup, annotated - select for diffs
Sun May 7 03:36:41 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +1 -0 lines
Changes to anchors and some other stuff

Revision 2.27: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:56 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +23 -19 lines
Basics of release 3.1

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

Revision 2.24.2.2: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:30:57 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 2.24.2.1: preferred, colored; branchpoint 2.24: preferred, colored; next MAIN 2.25: preferred, colored
Changes since revision 2.24.2.1: +92 -100 lines
Library version 3.0beta

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

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

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Wed Nov 9 12:02:34 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +4 -0 lines
Small changes for SCO

Revision 2.21: download - view: text, markup, annotated - select for diffs
Sat Oct 1 10:28:08 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +9 -4 lines
It now compilen using g++

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

Revision 2.19: download - view: text, markup, annotated - select for diffs
Tue Jul 12 14:49:04 1994 UTC (29 years, 9 months ago) by duns
Branches: MAIN
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +16 -0 lines
field test version 2

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

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Fri May 20 11:54:12 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +5 -0 lines
Mips diffs; #include <screwup> fixed.

Revision 2.15: download - view: text, markup, annotated - select for diffs
Wed May 18 11:54:16 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +1 -0 lines
HT_INTERRUPTED now put into HTUtils.html and NOT HTUtils.h :-(

Revision 2.14: download - view: text, markup, annotated - select for diffs
Mon May 2 12:47:58 1994 UTC (30 years ago) by timbl
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +2 -2 lines
A few bug fixes, HTStyle hidden

Revision 2.13: download - view: text, markup, annotated - select for diffs
Tue Mar 1 10:32:59 1994 UTC (30 years, 2 months ago) by duns
Branches: MAIN
CVS tags: v2/15
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +5 -0 lines
VMS updates to 2.15-16

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

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

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

Revision 2.9: download - view: text, markup, annotated - select for diffs
Wed Nov 10 15:00:00 1993 UTC (30 years, 5 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +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 2.8: download - view: text, markup, annotated - select for diffs
Mon Oct 11 10:51:28 1993 UTC (30 years, 6 months ago) by secret
Branches: MAIN
CVS tags: v2/13, v2/12a
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +1 -0 lines
bug for ultrix and 
OSF fixed about screen size

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:37:32 1993 UTC (30 years, 7 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +1 -0 lines
Added first version of access authorization in.

Revision 2.6: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:57:05 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +28 -6 lines
Binary transfer problems fixed, quick etst ok

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

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

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

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:42:49 1993 UTC (31 years, 1 month ago) by timbl
Branches: MAIN
basically works, no WAIS

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