W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 2.31: 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.30: preferred, colored
Changes since revision 2.30: +56 -49 lines
Patch to greatly speed up repeated requests, from Arthur Smith

Revision 2.30: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:15:50 2001 UTC (22 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-4-0, Amaya
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +2 -6 lines
JK:  HTProfile_newPreemptiveClient wasn't intializing the
	  default event loop in all cases (bug reported by
	  Olivier Steinau).

Revision 2.29: download - view: text, markup, annotated - select for diffs
Mon Apr 12 20:34:02 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-3-1, Release-5-2-8, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +1 -10 lines
Removed the ssl initialization as we are doing this in a separate
library due to US export restrictions.

Revision 2.28: 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.27: preferred, colored
Changes since revision 2.27: +10 -1 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.27: download - view: text, markup, annotated - select for diffs
Tue Mar 30 22:31:58 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +2 -1 lines
Updated WWWInit to become its own package

Revision 2.26: download - view: text, markup, annotated - select for diffs
Mon Feb 22 01:56:59 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.25: preferred, colored
Changes since revision 2.25: +7 -1 lines
Fixes for msvc - the chunkbody and chunk sample apps now work

Revision 2.25: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:31:24 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +15 -5 lines
Removed the suffix bindings from the code and added them to the local file set of interfaces as this doens't really belong in the core

Revision 2.24: download - view: text, markup, annotated - select for diffs
Thu Jan 28 21:46:19 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +6 -1 lines
Raffaele Sena: When calling my module a second time, the library crashed because some pointers to bad memory. They need to be reset in HTProfile_delete, to allow the library to reinitialized them.

Revision 2.23: download - view: text, markup, annotated - select for diffs
Fri Jan 22 13:53:04 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +3 -3 lines
Changed default max sockets to 32 as some OSes can't handle very many

Revision 2.22: download - view: text, markup, annotated - select for diffs
Tue Jan 19 11:58:46 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +3 -3 lines
Set default number of max open sockets to 60 instead of 64

Revision 2.21: download - view: text, markup, annotated - select for diffs
Wed Jan 6 15:38:47 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +32 -6 lines
A completely rewritten HText interface that makes it a lot easier to use the libwww HTML parser and also doesn't throw away tags or entities that are not defined in the libwww HTML DTD. The new interface is based on registering callbacks so that the application doesn't have to provide the old HText functions that it didn't use. The HTML parser itself has also improved as it now knows about several HTML 4.0 tags. Finally, there are three new sample applications called showtags, showtext, and showlinks which illustrate how to use the new HText interface. Currently the line mode browser hasn't been updated so it doesn't compile for the moment.

Revision 2.20: download - view: text, markup, annotated - select for diffs
Sat Dec 5 22:24:52 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +2 -2 lines
type in robot profile - max 4 sockets should be max 64

Revision 2.19: download - view: text, markup, annotated - select for diffs
Tue Nov 24 03:24:41 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +5 -2 lines
Increased the default number of simultaneous TCP connections to different hosts:ports (always only one to the same host:port) to 64 as this is not often a real limitation.

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

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

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

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

Revision 2.14: download - view: text, markup, annotated - select for diffs
Sat Apr 5 00:25:37 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +3 -3 lines
libwww release 5.1b update

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sun Jan 26 08:13:49 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1a, Release-5-1
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +30 -8 lines
first attempt to use zlib

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

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

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

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

Revision 2.8: download - view: text, markup, annotated - select for diffs
Mon Sep 9 16:23:05 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +2 -2 lines
Small fixes

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

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:41:02 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4, Release-4-1b3
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +6 -3 lines
Ajustments because of compiler errors

Revision 2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 8 15:10:40 1996 UTC (27 years, 8 months ago) by eric
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +7 -2 lines
whoa, I already typed this once.

Revision 2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 8 12:35:40 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +1 -6 lines
Commit from pub/WWW

Revision 2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 5 21:36:18 1996 UTC (27 years, 8 months ago) by eric
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +7 -12 lines
eventrg

Revision 2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 16 02:27:05 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
a lot of new things

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