W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Mar 6 16:25:09 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, HEAD, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +33 -1 lines
JK: Commited Serge Adda's patch that fixes a bug in HTDelete.c
(the ref. to a deleted anchor wasn't being removed).
http://lists.w3.org/Archives/Public/www-lib/2001JanMar/0133.html

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Feb 29 14:47:57 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -2 lines
JK: etags weren't always being updated.

Revision 1.87.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 20 11:36:49 2000 UTC (24 years, 3 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 1.87: preferred, colored; next MAIN 1.88: preferred, colored
Changes since revision 1.87: +4 -2 lines
JK: the etag update was broken because a comparition was comparing pointer
addresses, rather than etag strings.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Mar 8 16:52:17 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Added simple check to avoid silly problems

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

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:20:31 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +9 -9 lines
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 1.84: 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 1.83: preferred, colored
Changes since revision 1.83: +17 -15 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 1.83: download - view: text, markup, annotated - select for diffs
Sun Jan 31 23:25:45 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
Fixed cache bug that caused the error message from failed authentication etc. to be cached in stead of the 200 OK style response. Also fixed a memory leak where the response headers weren't free'd when getting the meta information from the cache

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Dec 22 19:59:58 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +31 -1 lines
Added HTAnchor_clearAll() which deletes all the metainformation we know about a resource but not the anchor structure itself and how anchors are deleted

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Nov 25 22:21:29 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -1 lines
For some reason the etag wasn't updated on a 204 response

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Oct 20 13:08:29 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -1 lines
The content encodings were not moved from the HTResponse object to the HTAnchor object after having received a response. This caused the information to be lost when the response object went away and only the anchor object remainded

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:18 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +32 -23 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 1.78: download - view: text, markup, annotated - select for diffs
Fri Jul 24 15:39:09 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Checks that etags are not the same when setting a new one. This caused first the old (which was also the new) to be deleted and then created again.

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

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

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

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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Mar 5 21:56:10 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +5 -5 lines
Fixed multiple transfer problem

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:48:12 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +37 -1 lines
*** empty log message ***

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

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:53:52 1998 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3 lines
version 5.1e

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

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:54:44 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Bug fixes for writing

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Feb 16 17:49:04 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 1.66: preferred, colored
Changes since revision 1.66: +7 -1 lines
content encoding fix and FTP fix

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

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Jan 23 19:49:50 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3 lines
updated libwww

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

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:20 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: PIPELINE1
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +227 -149 lines
libvwww 5.0a

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Sep 13 02:05:20 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -12 lines
some bug fixed to 5.0

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Sep 10 00:54:28 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -1 lines
No default lm

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Sep 9 16:22:53 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Small fixes

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:08:06 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +132 -30 lines
Persistent Cache

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

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

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

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

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

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

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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:30:54 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +30 -4 lines
version 4.1b2

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:34:42 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3 lines
new doc

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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:05:45 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +10 -12 lines
C-T-E now supported

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

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Feb 26 22:08:04 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
g++ fixes

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

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:25:38 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +43 -41 lines
post HT_Mem

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Dec 18 22:02:51 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
4.0B

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

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Nov 27 03:04:37 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -26 lines
alpha 7

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:22:47 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
pre and post callback

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:12:47 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +12 -12 lines
fprintf replaced with TTYPrint for windows

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

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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:29:17 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +28 -33 lines
Snapshot getting ready

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

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

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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 24 17:08:57 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Changes to HTAlert and context swapping

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 21 19:58:07 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
new version of Library and LIneMode

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

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

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jul 1 18:05:03 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
3.1 prerelease 2

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:20:38 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: NT
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +109 -40 lines
most of 3.1pre2

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

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

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

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Wed May 17 22:29:30 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +491 -268 lines
merging with rest of 3.1

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 10 23:49:37 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +14 -2 lines
charset and level

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 10 00:59:54 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +94 -10 lines
Cleanup of anchors

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

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

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

Revision 1.14.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:16:08 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 1.14.2.3: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.3: +25 -32 lines
Library version 3.0beta

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Tue Mar 7 11:32:38 1995 UTC (29 years, 2 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.14.2.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.2: +10 -5 lines
HTAnchor.c again...

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 7 11:20:27 1995 UTC (29 years, 2 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.2.1: +2 -2 lines
Bug fix in HTAnchor

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 6 18:03:43 1995 UTC (29 years, 2 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +52 -56 lines
Bugfix in HTAnchor.c

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:13 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 1.13: preferred, colored
Changes since revision 1.13: +7 -6 lines
New COPYRIGHT HEADERS and BETTER multi :-)

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

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

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:31:15 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +27 -24 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 1.9: download - view: text, markup, annotated - select for diffs
Wed May 18 11:40:03 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -1 lines
New version of HTGopher, improved FTP and a whole lot of other things

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:07:01 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v2/15
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -5 lines
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:14 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -7 lines
First version having AA using HTRequest structure.  This seems to work
pretty well with server, but I've been unable to test it with linemode
which doesn't compile currently, so prepare yourself for client
coredumps. :-(  It may also be that AA just simply doesn't let you know
about itself at all -- so it may also appear to be dead instead of
killing the whole client.  Now I'm going home to get some sleep --
staying up 34 hours is starting to get to me.

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

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

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:39:39 1993 UTC (31 years, 1 month ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +57 -10 lines
basically works, no WAIS

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:52:38 1993 UTC (31 years, 3 months ago) by timbl
Branches: CERN
CVS tags: R1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines

First import of WWW Library source files. (not in working state)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:52:37 1993 UTC (31 years, 3 months ago) by timbl
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster