W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.101: download - view: text, markup, annotated - select for diffs
Mon Aug 1 19:39:35 2005 UTC (18 years, 9 months ago) by vbancrof
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD
Diff to: previous 2.100: preferred, colored
Changes since revision 2.100: +2 -1 lines
Patch to greatly speed up repeated requests, from Arthur Smith

Revision 2.99.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 30 13:57:59 2001 UTC (22 years, 8 months ago) by kahan
CVS tags: Amaya-6-3, Amaya-6-1, Amaya-5-2
Diff to: previous 2.99: preferred, colored; next MAIN 2.100: preferred, colored
Changes since revision 2.99: +4 -1 lines
JK: handling of content-location

Revision 2.100: download - view: text, markup, annotated - select for diffs
Mon Dec 18 17:00:56 2000 UTC (23 years, 4 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-4-0, Amaya
Diff to: previous 2.99: preferred, colored
Changes since revision 2.99: +4 -1 lines
JK: Removing the MIME/CACHE minilibs dependency

Revision 2.99: download - view: text, markup, annotated - select for diffs
Tue Apr 13 00:02:42 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-3-1, Release-5-2-8, Amaya_2_4, 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.98: preferred, colored
Changes since revision 2.98: +3 -1 lines
By default MD5 is compiled in but it is possible to not compile if
using --with-md5=no when running the configure script

Revision 2.98: download - view: text, markup, annotated - select for diffs
Sun Apr 4 00:14:38 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.97: preferred, colored
Changes since revision 2.97: +1 -17 lines
Introduced the SSL setup if HT_SSL is defined (which it is if you
compile with --with-ssl and haev the SSL libraries of course

Revision 2.97: download - view: text, markup, annotated - select for diffs
Wed Mar 31 00:54:32 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.96: preferred, colored
Changes since revision 2.96: +5 -2 lines
Added comment that many of the default initialization stuff should be moved to the various packages instead of being here

Revision 2.96: download - view: text, markup, annotated - select for diffs
Sat Feb 27 01:28:40 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.95: preferred, colored
Changes since revision 2.95: +2 -1 lines
added stream handler for HTTP 101 Switching Protocol Status code

Revision 2.95: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:29:44 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-6, Before-New-Trace-Messages
Diff to: previous 2.94: preferred, colored
Changes since revision 2.94: +14 -1 lines
Added the default HTSaveLocally and HTSaveAndExecute streams to the default initialization of libwww (based on profiles)

Revision 2.94: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:46:37 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.93: preferred, colored
Changes since revision 2.93: +11 -1 lines
Moved initialization of cache filters to HTCacheInit instead of in HTInit. This means that if you are setting up the cache yourself then you should now only call HTCacheInit - no filters. The rest is done for you. Also fixed bug where the cache meta files were read more than once for no good reason

Revision 2.93: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:52:02 1999 UTC (25 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 2.92: preferred, colored
Changes since revision 2.92: +5 -3 lines
* Modified the authentication module interface so that it's possible to use a
  filter for authentication information. This removed the dependency problems
  we had with the Windows DLLs

Note that the API for HTAA_newModule changed to allow registering the filter
for the authentication information. If you were previously
 using the library's initialization functions (e.g., HTAAInit), the change will
be transparent for you. Otherwise, you'll have to take into account the new
interface:

==============
PUBLIC HTAAModule * HTAA_newModule (const char *        scheme,
                                    HTNetBefore *       before,
                                    HTNetAfter *        after,
                                    HTNetAfter *        update,
                                    HTUTree_gc *        gc)
==============

If you don't have a filter for the authentication information, just use the NULL
parameter. You may look at HTInit.c:HTAAInit() to see how it is done.

-Jose Kahan

Revision 2.92: download - view: text, markup, annotated - select for diffs
Fri Jan 8 14:55:01 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.91: preferred, colored
Changes since revision 2.91: +9 -1 lines
Added first go at the Expat parser as libwww converter

Revision 2.91: download - view: text, markup, annotated - select for diffs
Wed Dec 16 10:59:08 1998 UTC (25 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 2.90: preferred, colored
Changes since revision 2.90: +5 -1 lines
Jose Kahan: message digest authentication

Revision 2.90: download - view: text, markup, annotated - select for diffs
Wed Sep 2 19:46:48 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.89: preferred, colored
Changes since revision 2.89: +4 -1 lines
Added deflate as transfer coding to the TE header field (was only sent as content encoding header). Changed 'chunked' to 'trailers' as a result of HTTP/1.1 spec work

Revision 2.89: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:47 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.88: preferred, colored
Changes since revision 2.88: +2 -2 lines
version 5.1m

Revision 2.88: download - view: text, markup, annotated - select for diffs
Mon Mar 23 16:39:08 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l
Diff to: previous 2.87: preferred, colored
Changes since revision 2.87: +2 -2 lines
*** empty log message ***

Revision 2.87: download - view: text, markup, annotated - select for diffs
Fri Mar 20 17:52:57 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1k
Diff to: previous 2.86: preferred, colored
Changes since revision 2.86: +26 -4 lines
version 5.1k

Revision 2.86: download - view: text, markup, annotated - select for diffs
Mon Mar 9 15:31:56 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 2.85: preferred, colored
Changes since revision 2.85: +4 -1 lines
*** empty log message ***

Revision 2.85: download - view: text, markup, annotated - select for diffs
Thu Mar 5 21:56:17 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.84: preferred, colored
Changes since revision 2.84: +3 -3 lines
Fixed multiple transfer problem

Revision 2.84: download - view: text, markup, annotated - select for diffs
Wed Mar 4 15:46:22 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.83: preferred, colored
Changes since revision 2.83: +8 -3 lines
*** empty log message ***

Revision 2.83: download - view: text, markup, annotated - select for diffs
Sat Feb 7 23:59:19 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.82: preferred, colored
Changes since revision 2.82: +4 -1 lines
*** empty log message ***

Revision 2.82: download - view: text, markup, annotated - select for diffs
Tue Dec 16 21:09:17 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e, Release-5-1d
Diff to: previous 2.81: preferred, colored
Changes since revision 2.81: +1 -2 lines
fixed pipelining

Revision 2.81: download - view: text, markup, annotated - select for diffs
Wed Nov 26 16:05:27 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.80: preferred, colored
Changes since revision 2.80: +6 -2 lines
version 5.1c

Revision 2.80: download - view: text, markup, annotated - select for diffs
Fri Mar 21 19:33:10 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a
Diff to: previous 2.79: preferred, colored
Changes since revision 2.79: +3 -2 lines
public version 5.1

Revision 2.79: download - view: text, markup, annotated - select for diffs
Tue Jan 28 14:30:50 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 2.78: preferred, colored
Changes since revision 2.78: +3 -3 lines
Fix to makefile

Revision 2.78: download - view: text, markup, annotated - select for diffs
Sun Jan 26 08:13:47 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.77: preferred, colored
Changes since revision 2.77: +15 -4 lines
first attempt to use zlib

Revision 2.77: download - view: text, markup, annotated - select for diffs
Fri Jan 10 20:59:39 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.76: preferred, colored
Changes since revision 2.76: +2 -2 lines
fixup 1.0

Revision 2.76: download - view: text, markup, annotated - select for diffs
Thu Dec 5 01:16:22 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.75: preferred, colored
Changes since revision 2.75: +2 -2 lines
minor stuff

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

Revision 2.73.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 28 00:30:21 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.73.2.3: preferred, colored; next MAIN 2.74: preferred, colored
Changes since revision 2.73.2.3: +2 -18 lines
last commit on pipeline branch

Revision 2.73.2.3: download - view: text, markup, annotated - select for diffs
Fri Nov 8 21:28:05 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.73.2.2: preferred, colored
Changes since revision 2.73.2.2: +7 -5 lines
muxi

Revision 2.73.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 30 23:21:57 1996 UTC (27 years, 6 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.73.2.1: preferred, colored
Changes since revision 2.73.2.1: +8 -2 lines
 MUMUXUXUXUXUXUXUXXU

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

Revision 2.74: download - view: text, markup, annotated - select for diffs
Thu Oct 10 22:34:47 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a
Diff to: previous 2.73: preferred, colored
Changes since revision 2.73: +15 -15 lines
Libww 5.0a

Revision 2.73: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:50 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
Branch point for: PIPELINE1
Diff to: previous 2.72: preferred, colored
Changes since revision 2.72: +20 -38 lines
libvwww 5.0a

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

Revision 2.71: download - view: text, markup, annotated - select for diffs
Sat Aug 24 18:10:06 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b5
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +2 -1 lines
updates from test against CL server

Revision 2.70: download - view: text, markup, annotated - select for diffs
Tue Aug 20 04:53:41 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 2.69: preferred, colored
Changes since revision 2.69: +2 -1 lines
4.1beta4

Revision 2.69: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:30:39 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.68: preferred, colored
Changes since revision 2.68: +9 -5 lines
pipeline in place

Revision 2.68: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:43:24 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +5 -3 lines
News news module

Revision 2.67: download - view: text, markup, annotated - select for diffs
Mon Aug 5 21:36:15 1996 UTC (27 years, 8 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +1 -11 lines
eventrg

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

Revision 2.65: download - view: text, markup, annotated - select for diffs
Tue Jul 16 02:26:58 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +36 -4 lines
a lot of new things

Revision 2.64: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:10:46 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +46 -8 lines
a first version of PEP

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

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

Revision 2.61: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:31:11 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +87 -245 lines
version 4.1b2

Revision 2.60: download - view: text, markup, annotated - select for diffs
Mon Jun 24 16:56:59 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +1 -11 lines
hmm, why didn't these make it in before?

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

Revision 2.58: download - view: text, markup, annotated - select for diffs
Tue Jun 4 14:16:45 1996 UTC (27 years, 11 months ago) by eric
Branches: MAIN
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +195 -3 lines
oops

Revision 2.57: download - view: text, markup, annotated - select for diffs
Mon Jun 3 19:25:18 1996 UTC (27 years, 11 months ago) by eric
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +51 -1 lines
removed HTHashList

Revision 2.56: download - view: text, markup, annotated - select for diffs
Thu May 16 19:03:05 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +11 -1 lines
4.1 alpha

Revision 2.55: download - view: text, markup, annotated - select for diffs
Thu Apr 18 01:41:41 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +10 -1 lines
chunked encoding

Revision 2.54: download - view: text, markup, annotated - select for diffs
Sun Apr 14 01:23:10 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +11 -7 lines
Context pointer in the Net callback

Revision 2.53: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:47:27 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +22 -11 lines
new transport and Content Coding support

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

Revision 2.51: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:39:59 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D, autoconf
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +2 -1 lines
4.0D

Revision 2.50: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:43:38 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +0 -110 lines
Upgrade release for 4.0

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

Revision 2.48: download - view: text, markup, annotated - select for diffs
Mon Nov 27 03:04:59 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: +50 -15 lines
alpha 7

Revision 2.47: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:14:23 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: +35 -5 lines
Merged Error and Dialog system

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

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

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

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

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

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

Revision 2.40: download - view: text, markup, annotated - select for diffs
Tue Oct 31 21:18:53 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +88 -88 lines
version 4.0pre4

Revision 2.39: download - view: text, markup, annotated - select for diffs
Tue Oct 31 00:32:02 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +8 -0 lines
most of alpha 4

Revision 2.38: download - view: text, markup, annotated - select for diffs
Sat Oct 28 21:25:36 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.37: preferred, colored
Changes since revision 2.37: +23 -28 lines
improved API

Revision 2.37: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:11:17 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +2 -1 lines
First version of a new News module

Revision 2.36: download - view: text, markup, annotated - select for diffs
Sun Oct 8 02:01:02 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +0 -9 lines
small changes

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

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

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

Revision 2.32: download - view: text, markup, annotated - select for diffs
Mon Aug 28 22:27:36 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +1 -1 lines
NT port prob in HTCache

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

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

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

Revision 2.28: download - view: text, markup, annotated - select for diffs
Sat Jul 8 03:23:08 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NT1, NNTP
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +12 -9 lines
most of version 3.1pre3

Revision 2.27: download - view: text, markup, annotated - select for diffs
Sat Jun 10 16:53:15 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +1 -1 lines
Getting close to 3.1pre2

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

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

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

Revision 2.22.2.1: download - view: text, markup, annotated - select for diffs
Wed May 17 22:31:12 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 2.22: preferred, colored; next MAIN 2.23: preferred, colored
Changes since revision 2.22: +48 -45 lines
merging with rest of 3.1

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

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

Revision 2.20.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:23:25 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 2.20: preferred, colored; next MAIN 2.21: preferred, colored
Changes since revision 2.20: +5 -4 lines
Library version 3.0beta

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

Revision 2.20: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:11:07 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.19: preferred, colored
Changes since revision 2.19: +7 -8 lines
New COPYRIGHT HEADERS and BETTER multi :-)

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

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

Revision 2.17: download - view: text, markup, annotated - select for diffs
Fri Mar 25 11:49:31 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +1 -1 lines
Guessing stream.

Revision 2.16: download - view: text, markup, annotated - select for diffs
Tue Mar 8 09:31:31 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v2/15
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +2 -0 lines
New HTML to LaTeX converter

Revision 2.15: download - view: text, markup, annotated - select for diffs
Wed Mar 2 16:10:17 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +22 -2 lines
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:32:08 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +4 -2 lines
Buf fix

Revision 2.12: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:30:04 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +88 -88 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 2.11: download - view: text, markup, annotated - select for diffs
Mon Nov 29 08:49:40 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +21 -20 lines
Comnpiles but untested

Revision 2.10: download - view: text, markup, annotated - select for diffs
Tue Nov 2 13:34:35 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/14, v2/13
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +111 -67 lines
Added (hopefully) complete filename suffix recognition.

Revision 2.9: download - view: text, markup, annotated - select for diffs
Mon Sep 27 14:10:21 1993 UTC (30 years, 7 months ago) by duns
Branches: MAIN
CVS tags: v2/12a
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +1 -0 lines
Duns' mods for VMS - not VMS tested yet

Revision 2.8: download - view: text, markup, annotated - select for diffs
Thu Sep 2 17:02:48 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +11 -8 lines
Compiles on unix platforms now

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

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Fri Apr 30 16:17:23 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +0 -0 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:38:55 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +8 -2 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:40:55 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