CVS log for libwww/Library/src/wwwsys.html
Up to [Public] / libwww / Library / src
Request diff between arbitrary revisions
Default branch: 2
Revision 2.129 / (download) / (as text) - annotate - [select for diffs]
, Sun Mar 12 14:25:15 2006 UTC (2 years, 8 months ago) by vbancrof
CVS Tags: candidate-5-4-1,
HEAD
Changes since 2.128: +2 -2
lines
Diff to previous 2.128
(colored)
change genuine angle bracket characters (< and >) into the angle bracket entities (< and &rt;), thanks to Bobby Jack
Revision 2.128 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 5 21:43:50 2006 UTC (2 years, 9 months ago) by vbancrof
Changes since 2.127: +6 -1
lines
Diff to previous 2.127
(colored)
find standard definitions for directory entries
Revision 2.127 / (download) / (as text) - annotate - [select for diffs]
, Thu Jun 6 10:46:04 2002 UTC (6 years, 5 months ago) by kahan
CVS Tags: repeat-requests,
Release-5-4-0,
Amaya
Changes since 2.126: +6 -4
lines
Diff to previous 2.126
(colored)
JK: Commented an obsolete part in this file, as advised by Richard
Atterer.
Revision 2.126 / (download) / (as text) - annotate - [select for diffs]
, Wed Jun 5 13:46:07 2002 UTC (6 years, 5 months ago) by kahan
Changes since 2.125: +86 -3
lines
Diff to previous 2.125
(colored)
JK: Updated the autotools files, Added the mincygwin patch.
Revision 2.125 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 11 09:18:38 2000 UTC (8 years, 4 months ago) by kahan
CVS Tags: before_webdav,
Release-5-3-1,
Amaya-6-3,
Amaya-6-1,
Amaya-5-2,
Amaya-4-3-2,
Amaya-4-3-1,
Amaya-4-3,
Amaya-4-1-2,
Amaya-4-1-0,
Amaya-4-0-0,
Amaya-3-2-1
Changes since 2.124: +4 -1
lines
Diff to previous 2.124
(colored)
JK: completed the winsocks socket error codes
Revision 2.124 / (download) / (as text) - annotate - [select for diffs]
, Thu Jan 6 10:48:50 2000 UTC (8 years, 10 months ago) by kahan
CVS Tags: Amaya-3-2
Changes since 2.123: +2 -2
lines
Diff to previous 2.123
(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 2.123 / (download) / (as text) - annotate - [select for diffs]
, Sun Mar 14 02:22:04 1999 UTC (9 years, 8 months ago) by frystyk
CVS Tags: Release-5-2-8,
Amaya_2_4
Changes since 2.122: +17 -3
lines
Diff to previous 2.122
(colored)
Added more options for hashtable size vs. speed option.
Revision 2.122 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 7 18:20:31 1999 UTC (9 years, 9 months ago) by frystyk
CVS Tags: Release-5-2-6,
Before-New-Trace-Messages
Changes since 2.121: +23 -1
lines
Diff to previous 2.121
(colored)
Synchronized the various hash tables in libwww and made then tunable in wwwsys.h. This makes it easier to build a small libwww, for example with less memory requirements than the normal build. Also fixed the hash generator in HTBind so that it can handle suffic insentive searches
Revision 2.121 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 3 16:30:40 1999 UTC (9 years, 9 months ago) by frystyk
Changes since 2.120: +10 -1
lines
Diff to previous 2.120
(colored)
Jose and Benoit: Added OS specific directory separators
Revision 2.120 / (download) / (as text) - annotate - [select for diffs]
, Fri Jan 15 04:00:15 1999 UTC (9 years, 10 months ago) by frystyk
Changes since 2.119: +12 -1
lines
Diff to previous 2.119
(colored)
Added support for handling the definition of HT_LOGNAME_MAX in a more generic way
Revision 2.119 / (download) / (as text) - annotate - [select for diffs]
, Tue Oct 20 13:21:59 1998 UTC (10 years, 1 month ago) by frystyk
CVS Tags: Release-5-2
Changes since 2.118: +5 -1
lines
Diff to previous 2.118
(colored)
Added check for sys/syslog.h
Revision 2.118 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 22 19:23:54 1998 UTC (10 years, 4 months ago) by frystyk
Changes since 2.117: +21 -11
lines
Diff to previous 2.117
(colored)
Added support for regex handling of proxies
Revision 2.117 / (download) / (as text) - annotate - [select for diffs]
, Fri Jul 17 17:01:01 1998 UTC (10 years, 4 months ago) by frystyk
Changes since 2.116: +10 -10
lines
Diff to previous 2.116
(colored)
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.116 / (download) / (as text) - annotate - [select for diffs]
, Tue May 26 17:22:49 1998 UTC (10 years, 6 months ago) by veillard
CVS Tags: Release-5-1m
Changes since 2.115: +6 -6
lines
Diff to previous 2.115
(colored)
eric: fixed burried >s
Revision 2.115 / (download) / (as text) - annotate - [select for diffs]
, Sun May 24 19:39:41 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 2.114: +6 -1
lines
Diff to previous 2.114
(colored)
Made SQL module into a DLL with its own WWWSQL.html
Revision 2.114 / (download) / (as text) - annotate - [select for diffs]
, Thu May 14 02:11:23 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 2.113: +2 -2
lines
Diff to previous 2.113
(colored)
Changing old pub/WWW links
Revision 2.113 / (download) / (as text) - annotate - [select for diffs]
, Mon May 4 19:38:00 1998 UTC (10 years, 6 months ago) by frystyk
Changes since 2.112: +9 -9
lines
Diff to previous 2.112
(colored)
version 5.1m
Revision 2.112 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 20 17:53:13 1998 UTC (10 years, 8 months ago) by frystyk
CVS Tags: Release-5-1l,
Release-5-1k
Changes since 2.111: +24 -1
lines
Diff to previous 2.111
(colored)
version 5.1k
Revision 2.111 / (download) / (as text) - annotate - [select for diffs]
, Tue Dec 16 21:09:37 1997 UTC (10 years, 11 months ago) by frystyk
CVS Tags: Release-5-1j,
Release-5-1g,
Release-5-1e,
Release-5-1d
Changes since 2.110: +15 -46
lines
Diff to previous 2.110
(colored)
fixed pipelining
Revision 2.110 / (download) / (as text) - annotate - [select for diffs]
, Sat Apr 5 00:25:46 1997 UTC (11 years, 7 months ago) by frystyk
CVS Tags: Release-5-1b
Changes since 2.109: +9 -2
lines
Diff to previous 2.109
(colored)
libwww release 5.1b update
Revision 2.109 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 16 18:43:34 1997 UTC (11 years, 9 months ago) by frystyk
CVS Tags: Release-5-1a,
Release-5-1
Changes since 2.108: +3 -3
lines
Diff to previous 2.108
(colored)
Changed name of sample coed library
Revision 2.108 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 16 17:49:31 1997 UTC (11 years, 9 months ago) by frystyk
Changes since 2.107: +6 -1
lines
Diff to previous 2.107
(colored)
content encoding fix and FTP fix
Revision 2.107 / (download) / (as text) - annotate - [select for diffs]
, Tue Jan 28 14:30:52 1997 UTC (11 years, 9 months ago) by frystyk
Changes since 2.106: +4 -3
lines
Diff to previous 2.106
(colored)
Fix to makefile
Revision 2.106 / (download) / (as text) - annotate - [select for diffs]
, Mon Jan 27 20:54:43 1997 UTC (11 years, 9 months ago) by frystyk
Changes since 2.105: +3 -6
lines
Diff to previous 2.105
(colored)
minor windows things
Revision 2.105 / (download) / (as text) - annotate - [select for diffs]
, Thu Jan 23 19:50:07 1997 UTC (11 years, 10 months ago) by frystyk
Changes since 2.104: +7 -1
lines
Diff to previous 2.104
(colored)
updated libwww
Revision 2.104 / (download) / (as text) - annotate - [select for diffs]
, Fri Dec 13 22:06:30 1996 UTC (11 years, 11 months ago) by eric
Changes since 2.103: +4 -2
lines
Diff to previous 2.103
(colored)
some timing fixes
Revision 2.103 / (download) / (as text) - annotate - [select for diffs]
, Tue Dec 3 14:49:20 1996 UTC (11 years, 11 months ago) by frystyk
Changes since 2.102: +10 -1
lines
Diff to previous 2.102
(colored)
support for disabling Nagle
Revision 2.102 / (download) / (as text) - annotate - [select for diffs]
, Mon Dec 2 20:19:49 1996 UTC (11 years, 11 months ago) by frystyk
Changes since 2.101: +10 -1
lines
Diff to previous 2.101
(colored)
Timer fix
Revision 2.101 / (download) / (as text) - annotate - [select for diffs]
, Sat Nov 30 23:32:08 1996 UTC (11 years, 11 months ago) by frystyk
Changes since 2.100: +58 -10
lines
Diff to previous 2.100
(colored)
merge for pipelining
Revision 2.100.2.4 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 28 00:30:26 1996 UTC (11 years, 11 months ago) by frystyk
Branch: PIPELINE1
Changes since 2.100.2.3: +49 -7
lines
Diff to previous 2.100.2.3
(colored)
to branchpoint 2.100
(colored)
next main 2.101
(colored)
last commit on pipeline branch
Revision 2.100.2.3 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 22 22:00:39 1996 UTC (12 years ago) by frystyk
Branch: PIPELINE1
Changes since 2.100.2.2: +3 -3
lines
Diff to previous 2.100.2.2
(colored)
to branchpoint 2.100
(colored)
libwww
Revision 2.100.2.2 / (download) / (as text) - annotate - [select for diffs]
, Sat Nov 2 20:10:35 1996 UTC (12 years ago) by frystyk
Branch: PIPELINE1
Changes since 2.100.2.1: +5 -1
lines
Diff to previous 2.100.2.1
(colored)
to branchpoint 2.100
(colored)
new version of MUX
Revision 2.100.2.1 / (download) / (as text) - annotate - [select for diffs]
, Tue Oct 29 21:27:57 1996 UTC (12 years ago) by eric
Branch: PIPELINE1
Changes since 2.100: +4 -2
lines
Diff to previous 2.100
(colored)
1st pass at pipelines - eric
Revision 2.100 / (download) / (as text) - annotate - [select for diffs]
, Mon Aug 5 17:22:56 1996 UTC (12 years, 3 months ago) by frystyk
CVS Tags: Release-5-0a,
Release-5-0,
Release-4-1b5,
Release-4-1b4,
Release-4-1b3
Branch point for: PIPELINE1
Changes since 2.99: +8 -1
lines
Diff to previous 2.99
(colored)
Recovery from a weird crash in Library and LineMode volumes
Revision 2.99 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 16 02:27:19 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 2.98: +10 -2
lines
Diff to previous 2.98
(colored)
a lot of new things
Revision 2.98 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 2 22:55:25 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 2.97: +25 -15
lines
Diff to previous 2.97
(colored)
4.1b2
Revision 2.97 / (download) / (as text) - annotate - [select for diffs]
, Fri Jun 28 16:31:39 1996 UTC (12 years, 4 months ago) by frystyk
Changes since 2.96: +45 -100
lines
Diff to previous 2.96
(colored)
version 4.1b2
Revision 2.96 / (download) / (as text) - annotate - [select for diffs]
, Sat Jun 1 17:46:58 1996 UTC (12 years, 5 months ago) by frystyk
CVS Tags: Release-4-1b1
Changes since 2.95: +4 -2
lines
Diff to previous 2.95
(colored)
updated docs
Revision 2.95 / (download) / (as text) - annotate - [select for diffs]
, Mon May 20 15:07:36 1996 UTC (12 years, 6 months ago) by frystyk
Changes since 2.94: +285 -256
lines
Diff to previous 2.94
(colored)
close to 4.1 pre1
Revision 2.94 / (download) / (as text) - annotate - [select for diffs]
, Fri Apr 12 17:50:22 1996 UTC (12 years, 7 months ago) by frystyk
Changes since 2.93: +9 -9
lines
Diff to previous 2.93
(colored)
new transport and Content Coding support
Revision 2.93 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 19 00:13:17 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 2.92: +1 -6
lines
Diff to previous 2.92
(colored)
Introduction of channels
Revision 2.92 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 12 22:45:54 1996 UTC (12 years, 8 months ago) by eric
Changes since 2.91: +32 -0
lines
Diff to previous 2.91
(colored)
moving BOOLEANs to the sysdep domain
Revision 2.91 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 12 02:47:39 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 2.90: +5 -4
lines
Diff to previous 2.90
(colored)
small ac adjustments
Revision 2.90 / (download) / (as text) - annotate - [select for diffs]
, Mon Mar 11 16:53:39 1996 UTC (12 years, 8 months ago) by eric
Changes since 2.89: +9 -2
lines
Diff to previous 2.89
(colored)
fixup for WWW_MSWINDOWS after automake port
Revision 2.89 / (download) / (as text) - annotate - [select for diffs]
, Sun Mar 10 21:58:09 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 2.88: +1 -1
lines
Diff to previous 2.88
(colored)
4.1 autoconf
Revision 2.88 / (download) / (as text) - annotate - [select for diffs]
, Mon Mar 4 03:14:05 1996 UTC (12 years, 8 months ago) by frystyk
Changes since 2.87: +506 -564
lines
Diff to previous 2.87
(colored)
Autoconf
Revision 2.87 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 14 01:35:20 1996 UTC (12 years, 9 months ago) by frystyk
CVS Tags: autoconf
Changes since 2.86: +1 -1
lines
Diff to previous 2.86
(colored)
small things
Revision 2.86 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 4 04:12:49 1996 UTC (12 years, 9 months ago) by frystyk
CVS Tags: v4/0D
Changes since 2.85: +3 -1
lines
Diff to previous 2.85
(colored)
update version
Revision 2.85 / (download) / (as text) - annotate - [select for diffs]
, Wed Jan 31 22:44:03 1996 UTC (12 years, 9 months ago) by frystyk
Changes since 2.84: +8 -13
lines
Diff to previous 2.84
(colored)
4.0D
Revision 2.84 / (download) / (as text) - annotate - [select for diffs]
, Tue Jan 16 00:41:51 1996 UTC (12 years, 10 months ago) by frystyk
CVS Tags: v4/0C,
v4/0B
Changes since 2.83: +12 -20
lines
Diff to previous 2.83
(colored)
new windows make files
Revision 2.83 / (download) / (as text) - annotate - [select for diffs]
, Mon Jan 15 07:30:34 1996 UTC (12 years, 10 months ago) by frystyk
Changes since 2.82: +17 -4
lines
Diff to previous 2.82
(colored)
updated version
Revision 2.82 / (download) / (as text) - annotate - [select for diffs]
, Mon Dec 18 22:03:28 1995 UTC (12 years, 11 months ago) by frystyk
Changes since 2.81: +4 -2
lines
Diff to previous 2.81
(colored)
4.0B
Revision 2.81 / (download) / (as text) - annotate - [select for diffs]
, Tue Dec 12 04:02:02 1995 UTC (12 years, 11 months ago) by frystyk
Changes since 2.80: +8 -0
lines
Diff to previous 2.80
(colored)
Next version
Revision 2.80 / (download) / (as text) - annotate - [select for diffs]
, Fri Dec 1 20:27:38 1995 UTC (12 years, 11 months ago) by frystyk
CVS Tags: v4/0
Changes since 2.79: +3 -2
lines
Diff to previous 2.79
(colored)
version 4.0!
Revision 2.79 / (download) / (as text) - annotate - [select for diffs]
, Wed Nov 22 23:35:47 1995 UTC (13 years ago) by frystyk
Changes since 2.78: +11 -9
lines
Diff to previous 2.78
(colored)
Integration of server START
Revision 2.78 / (download) / (as text) - annotate - [select for diffs]
, Tue Nov 14 23:30:38 1995 UTC (13 years ago) by frystyk
CVS Tags: v4/0pre6
Changes since 2.77: +3 -3
lines
Diff to previous 2.77
(colored)
Better interface for DLL
Revision 2.77 / (download) / (as text) - annotate - [select for diffs]
, Sun Nov 5 20:13:59 1995 UTC (13 years ago) by frystyk
CVS Tags: v4/0pre5
Changes since 2.76: +22 -25
lines
Diff to previous 2.76
(colored)
fprintf replaced with TTYPrint for windows
Revision 2.76 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 3 22:38:23 1995 UTC (13 years ago) by frystyk
Changes since 2.75: +3 -2
lines
Diff to previous 2.75
(colored)
new Header support
Revision 2.75 / (download) / (as text) - annotate - [select for diffs]
, Wed Oct 4 21:36:59 1995 UTC (13 years, 1 month ago) by frystyk
CVS Tags: v4/0pre4,
v4/0pre3
Changes since 2.74: +1 -1
lines
Diff to previous 2.74
(colored)
next alpha version
Revision 2.74 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 12 23:40:40 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.73: +23 -4
lines
Diff to previous 2.73
(colored)
Most of new version
Revision 2.73 / (download) / (as text) - annotate - [select for diffs]
, Mon Sep 11 18:22:24 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.72: +9 -2
lines
Diff to previous 2.72
(colored)
bug fix for redirection from Netscape server
Revision 2.72 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 8 17:42:43 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.71: +1 -1
lines
Diff to previous 2.71
(colored)
new hypertext links in source
Revision 2.71 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 1 21:52:12 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.70: +2 -1
lines
Diff to previous 2.70
(colored)
porting problems
Revision 2.70 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 1 21:29:43 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.69: +1 -1
lines
Diff to previous 2.69
(colored)
porting problems
Revision 2.69 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 1 20:43:15 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.68: +6 -5
lines
Diff to previous 2.68
(colored)
porting problems
Revision 2.68 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 1 19:48:06 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.67: +42 -44
lines
Diff to previous 2.67
(colored)
MAC port :-)
Revision 2.67 / (download) / (as text) - annotate - [select for diffs]
, Fri Sep 1 17:11:33 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.66: +1 -22
lines
Diff to previous 2.66
(colored)
Progress report in place!
Revision 2.66 / (download) / (as text) - annotate - [select for diffs]
, Sun Aug 27 23:22:05 1995 UTC (13 years, 2 months ago) by frystyk
Changes since 2.65: +8 -7
lines
Diff to previous 2.65
(colored)
no more HText requirement :-)
Revision 2.65 / (download) / (as text) - annotate - [select for diffs]
, Sun Aug 20 06:51:55 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 2.64: +3 -3
lines
Diff to previous 2.64
(colored)
better PUT & POST - work on cache
Revision 2.64 / (download) / (as text) - annotate - [select for diffs]
, Tue Aug 8 23:33:49 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 2.63: +2 -1
lines
Diff to previous 2.63
(colored)
new HTTelnet module
Revision 2.63 / (download) / (as text) - annotate - [select for diffs]
, Tue Aug 8 22:58:37 1995 UTC (13 years, 3 months ago) by frystyk
Changes since 2.62: +7 -1
lines
Diff to previous 2.62
(colored)
new HTTelnet module
Revision 2.62 / (download) / (as text) - annotate - [select for diffs]
, Fri Jul 14 01:16:51 1995 UTC (13 years, 4 months ago) by frystyk
CVS Tags: v3/1pre3,
v3/1
Changes since 2.61: +5 -12
lines
Diff to previous 2.61
(colored)
netbsd support
Revision 2.61 / (download) / (as text) - annotate - [select for diffs]
, Fri Jul 14 00:47:03 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 2.60: +12 -0
lines
Diff to previous 2.60
(colored)
support for NetBSD
Revision 2.60 / (download) / (as text) - annotate - [select for diffs]
, Thu Jul 13 22:41:11 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 2.59: +22 -1
lines
Diff to previous 2.59
(colored)
Most of 3.1pre3
Revision 2.59 / (download) / (as text) - annotate - [select for diffs]
, Thu Jul 13 00:02:59 1995 UTC (13 years, 4 months ago) by frystyk
CVS Tags: NNTP
Changes since 2.58: +25 -2
lines
Diff to previous 2.58
(colored)
Merge of NT into main branch
Revision 2.58.2.1 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 12 03:27:55 1995 UTC (13 years, 4 months ago) by frystyk
Branch: NT1
Changes since 2.58: +25 -2
lines
Diff to previous 2.58
(colored)
next main 2.59
(colored)
Win NT branch
Revision 2.58 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 11 18:05:21 1995 UTC (13 years, 4 months ago) by frystyk
Branch point for: NT1
Changes since 2.57: +13 -0
lines
Diff to previous 2.57
(colored)
most things for 3.1
Revision 2.56.2.2 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 11 17:40:36 1995 UTC (13 years, 4 months ago) by cbrooks
Branch: NT
Changes since 2.56.2.1: +2 -1
lines
Diff to previous 2.56.2.1
(colored)
to branchpoint 2.56
(colored)
next main 2.57
(colored)
Windows/NT Update
Revision 2.57 / (download) / (as text) - annotate - [select for diffs]
, Sat Jul 8 19:54:25 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 2.56: +2 -2
lines
Diff to previous 2.56
(colored)
change to W3C Reference Library
Revision 2.56.2.1 / (download) / (as text) - annotate - [select for diffs]
, Fri Jun 30 19:40:11 1995 UTC (13 years, 4 months ago) by cbrooks
Branch: NT
Changes since 2.56: +22 -0
lines
Diff to previous 2.56
(colored)
new NT port by charlie
Revision 2.56 / (download) / (as text) - annotate - [select for diffs]
, Tue Jun 27 20:21:52 1995 UTC (13 years, 4 months ago) by frystyk
CVS Tags: v3/1pre2
Branch point for: NT
Changes since 2.55: +7 -3
lines
Diff to previous 2.55
(colored)
most of 3.1pre2
Revision 2.55 / (download) / (as text) - annotate - [select for diffs]
, Tue Jun 27 20:19:24 1995 UTC (13 years, 4 months ago) by frystyk
Changes since 2.54: +2 -2
lines
Diff to previous 2.54
(colored)
no more cern stuff :-)
Revision 2.54 / (download) / (as text) - annotate - [select for diffs]
, Sat Jun 10 16:53:29 1995 UTC (13 years, 5 months ago) by frystyk
Changes since 2.53: +3 -3
lines
Diff to previous 2.53
(colored)
Getting close to 3.1pre2
Revision 2.53 / (download) / (as text) - annotate - [select for diffs]
, Wed Jun 7 20:19:07 1995 UTC (13 years, 5 months ago) by frystyk
Changes since 2.52: +4 -0
lines
Diff to previous 2.52
(colored)
Basics of Version 3.1pre2
Revision 2.52 / (download) / (as text) - annotate - [select for diffs]
, Thu May 25 18:39:08 1995 UTC (13 years, 6 months ago) by frystyk
CVS Tags: v3/1pre1
Changes since 2.51: +1 -1
lines
Diff to previous 2.51
(colored)
Linux now supported
Revision 2.51 / (download) / (as text) - annotate - [select for diffs]
, Fri May 19 22:33:38 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.50: +2 -0
lines
Diff to previous 2.50
(colored)
NEXT IS A PAIN IN THE BUTT
Revision 2.50 / (download) / (as text) - annotate - [select for diffs]
, Fri May 19 21:22:45 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.49: +2 -2
lines
Diff to previous 2.49
(colored)
Some NT fixes
Revision 2.49.2.1 / (download) / (as text) - annotate - [select for diffs]
, Fri May 19 20:24:58 1995 UTC (13 years, 6 months ago) by cbrooks
Branch: WinNT
Changes since 2.49: +2 -2
lines
Diff to previous 2.49
(colored)
next main 2.50
(colored)
OSF/RI NT Merge
Revision 2.49 / (download) / (as text) - annotate - [select for diffs]
, Fri May 19 02:07:24 1995 UTC (13 years, 6 months ago) by frystyk
Branch point for: WinNT
Changes since 2.48: +1 -1
lines
Diff to previous 2.48
(colored)
final swap to MIT statements
Revision 2.48 / (download) / (as text) - annotate - [select for diffs]
, Fri May 19 00:53:22 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.47: +16 -15
lines
Diff to previous 2.47
(colored)
Windows NT back on main branch
Revision 2.47 / (download) / (as text) - annotate - [select for diffs]
, Thu May 18 14:46:46 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.46: +7 -1
lines
Diff to previous 2.46
(colored)
New Bind module
Revision 2.39.2.4 / (download) / (as text) - annotate - [select for diffs]
, Wed May 17 22:33:35 1995 UTC (13 years, 6 months ago) by frystyk
Branch: WindowsNT
Changes since 2.39.2.3: +103 -26
lines
Diff to previous 2.39.2.3
(colored)
to branchpoint 2.39
(colored)
next main 2.40
(colored)
merging with rest of 3.1
Revision 2.39.2.3 / (download) / (as text) - annotate - [select for diffs]
, Tue May 16 20:13:08 1995 UTC (13 years, 6 months ago) by cbrooks
Branch: WindowsNT
Changes since 2.39.2.2: +20 -30
lines
Diff to previous 2.39.2.2
(colored)
to branchpoint 2.39
(colored)
OSF/RI NT Changes
Revision 2.46 / (download) / (as text) - annotate - [select for diffs]
, Sat May 6 22:41:35 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.45: +1 -1
lines
Diff to previous 2.45
(colored)
update on timezone for sunos
Revision 2.45 / (download) / (as text) - annotate - [select for diffs]
, Fri May 5 22:31:45 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.44: +8 -6
lines
Diff to previous 2.44
(colored)
Fix for Solaris bug - SOLARIS SOCKS
Revision 2.44 / (download) / (as text) - annotate - [select for diffs]
, Fri May 5 22:10:23 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.43: +3 -12
lines
Diff to previous 2.43
(colored)
portable version of time
Revision 2.43 / (download) / (as text) - annotate - [select for diffs]
, Fri May 5 18:40:59 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.42: +13 -2
lines
Diff to previous 2.42
(colored)
new version of timezone
Revision 2.42 / (download) / (as text) - annotate - [select for diffs]
, Fri May 5 15:56:22 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.41: +14 -1
lines
Diff to previous 2.41
(colored)
changes on the timezone
Revision 2.41 / (download) / (as text) - annotate - [select for diffs]
, Thu May 4 22:09:16 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.40: +87 -16
lines
Diff to previous 2.40
(colored)
Basics of release 3.1
Revision 2.40 / (download) / (as text) - annotate - [select for diffs]
, Thu Apr 27 23:11:47 1995 UTC (13 years, 6 months ago) by frystyk
Changes since 2.39: +10 -0
lines
Diff to previous 2.39
(colored)
DIRECT_WAIS -> HT_DIRECT_WAIS
Revision 2.39.2.2 / (download) / (as text) - annotate - [select for diffs]
, Sat Apr 1 03:11:42 1995 UTC (13 years, 7 months ago) by frystyk
Branch: WindowsNT
Changes since 2.39.2.1: +8 -2
lines
Diff to previous 2.39.2.1
(colored)
to branchpoint 2.39
(colored)
REMOVE_FILE define introduced
Revision 2.39.2.1 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 31 17:40:32 1995 UTC (13 years, 7 months ago) by frystyk
Branch: WindowsNT
Changes since 2.39: +30 -4
lines
Diff to previous 2.39
(colored)
Windows NT spwaned on its own branch
Revision 2.39 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 21 22:43:29 1995 UTC (13 years, 8 months ago) by frystyk
CVS Tags: v3/0
Branch point for: WindowsNT
Changes since 2.38: +12 -6
lines
Diff to previous 2.38
(colored)
Last attempt before release
Revision 2.38 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 21 20:44:35 1995 UTC (13 years, 8 months ago) by frystyk
Changes since 2.37: +21 -5
lines
Diff to previous 2.37
(colored)
Official version
Revision 2.37 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 21 18:26:25 1995 UTC (13 years, 8 months ago) by frystyk
Changes since 2.36: +295 -103
lines
Diff to previous 2.36
(colored)
merge adjustments
Revision 2.36.2.2 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 21 17:04:21 1995 UTC (13 years, 8 months ago) by frystyk
Branch: without-configure
Changes since 2.36.2.1: +2 -0
lines
Diff to previous 2.36.2.1
(colored)
to branchpoint 2.36
(colored)
next main 2.37
(colored)
Getting ready for merge
Revision 2.36.2.1 / (download) / (as text) - annotate - [select for diffs]
, Thu Mar 9 18:33:10 1995 UTC (13 years, 8 months ago) by frystyk
Branch: without-configure
CVS Tags: v3/0pre3
Changes since 2.36: +293 -103
lines
Diff to previous 2.36
(colored)
Library version 3.0beta
Revision 2.36 / (download) / (as text) - annotate - [select for diffs]
, Sat Nov 26 16:03:14 1994 UTC (13 years, 11 months ago) by frystyk
CVS Tags: v3/0pre2,
v3/0pre1
Branch point for: without-configure
Changes since 2.35: +4 -0
lines
Diff to previous 2.35
(colored)
Did anyone say that NeXT is UNIX :-(
Revision 2.35 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 24 21:12:10 1994 UTC (14 years ago) by frystyk
Changes since 2.34: +17 -6
lines
Diff to previous 2.34
(colored)
New COPYRIGHT HEADERS and BETTER multi :-)
Revision 2.34 / (download) / (as text) - annotate - [select for diffs]
, Wed Nov 9 14:44:49 1994 UTC (14 years ago) by frystyk
Changes since 2.33: +13 -0
lines
Diff to previous 2.33
(colored)
MULTI-THREADED VERSION
Revision 2.33 / (download) / (as text) - annotate - [select for diffs]
, Sat Oct 1 10:28:17 1994 UTC (14 years, 1 month ago) by frystyk
Changes since 2.32: +1 -1
lines
Diff to previous 2.32
(colored)
It now compilen using g++
Revision 2.32 / (download) / (as text) - annotate - [select for diffs]
, Sun Sep 25 13:51:02 1994 UTC (14 years, 2 months ago) by frystyk
CVS Tags: v2/17,
cern-update
Changes since 2.31: +131 -83
lines
Diff to previous 2.31
(colored)
A whole bunch of changes
Revision 2.31 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 12 14:49:20 1994 UTC (14 years, 4 months ago) by duns
Changes since 2.30: +28 -1
lines
Diff to previous 2.30
(colored)
field test version 2
Revision 2.30 / (download) / (as text) - annotate - [select for diffs]
, Tue Jul 5 10:41:14 1994 UTC (14 years, 4 months ago) by luotonen
Changes since 2.29: +16 -22
lines
Diff to previous 2.29
(colored)
ISC 3.0 patches.
Revision 2.29 / (download) / (as text) - annotate - [select for diffs]
, Thu Jun 9 19:20:24 1994 UTC (14 years, 5 months ago) by frystyk
CVS Tags: v2/16pre2,
v2/16pre1
Changes since 2.28: +7 -0
lines
Diff to previous 2.28
(colored)
New version of HTHostName that also works on a sun!
Revision 2.28 / (download) / (as text) - annotate - [select for diffs]
, Thu Jun 2 21:45:30 1994 UTC (14 years, 5 months ago) by luotonen
Changes since 2.27: +19 -2
lines
Diff to previous 2.27
(colored)
Added Guenther Fisher's AddHfer patch, and removed HTAddError()'s.
Revision 2.27 / (download) / (as text) - annotate - [select for diffs]
, Mon May 30 10:01:00 1994 UTC (14 years, 5 months ago) by frystyk
Changes since 2.26: +2 -0
lines
Diff to previous 2.26
(colored)
Next doesn't act like ordinary unix :-(
Revision 2.26 / (download) / (as text) - annotate - [select for diffs]
, Mon May 30 09:54:48 1994 UTC (14 years, 5 months ago) by frystyk
Changes since 2.25: +234 -202
lines
Diff to previous 2.25
(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 2.25 / (download) / (as text) - annotate - [select for diffs]
, Fri May 20 11:54:14 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 2.24: +25 -12
lines
Diff to previous 2.24
(colored)
Mips diffs; #include <screwup> fixed.
Revision 2.24 / (download) / (as text) - annotate - [select for diffs]
, Wed May 18 13:32:23 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 2.23: +1 -1
lines
Diff to previous 2.23
(colored)
FTP content-encoding fix; my error_stack => old_error_stack
Revision 2.23 / (download) / (as text) - annotate - [select for diffs]
, Wed May 18 11:40:26 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 2.22: +2 -2
lines
Diff to previous 2.22
(colored)
New version of HTGopher, improved FTP and a whole lot of other things
Revision 2.22 / (download) / (as text) - annotate - [select for diffs]
, Thu May 12 16:45:34 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 2.21: +49 -0
lines
Diff to previous 2.21
(colored)
This went out with httpd 3.0pre4.
Revision 2.21 / (download) / (as text) - annotate - [select for diffs]
, Thu May 12 09:43:33 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 2.20: +36 -9
lines
Diff to previous 2.20
(colored)
Definition of NGROUPS to tcp.h, HT_MAX_PATH moved to ditto from HTDirBrw.h
Revision 2.20 / (download) / (as text) - annotate - [select for diffs]
, Wed May 11 16:18:25 1994 UTC (14 years, 6 months ago) by frystyk
Changes since 2.19: +2 -1
lines
Diff to previous 2.19
(colored)
Removed d_namlen as this is non-portable, and added sco support in tcp.html
Revision 2.19 / (download) / (as text) - annotate - [select for diffs]
, Thu May 5 10:52:51 1994 UTC (14 years, 6 months ago) by luotonen
Changes since 2.18: +6 -3
lines
Diff to previous 2.18
(colored)
Added two mods for HP in tcp.html.
Revision 2.18 / (download) / (as text) - annotate - [select for diffs]
, Wed Apr 27 11:35:27 1994 UTC (14 years, 7 months ago) by frystyk
Changes since 2.17: +3 -0
lines
Diff to previous 2.17
(colored)
New FTP-module, new HTSimplify, HTInputSocket_get_character now returns int and not char
Revision 2.17 / (download) / (as text) -