W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.26: download - view: text, markup, annotated - select for diffs
Fri Jun 23 14:27:34 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, HEAD, 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, Amaya
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +3 -1 lines
JK: bug fix: the current channel structure wasn't being reset to zero
after freeing it up

Revision 2.25: download - view: text, markup, annotated - select for diffs
Wed Jul 7 15:43:28 1999 UTC (24 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +51 -20 lines
Committing a set of patches that fixed the problem with listening on
sockets. The implementation is still client specific - it doesn't
handle generic incoming connections. However, it works for FTP and the
simple listen sample application. A future architecture should support
incoming connections as well as outgoing connections. For now, the
mget tool also works when downloading multiple files from an FTP
server using both PASV and PORT.

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

Revision 2.23: download - view: text, markup, annotated - select for diffs
Mon Feb 22 15:58:04 1999 UTC (25 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +25 -1 lines
Added two functions used by Amaya, so that we can compile Amaya with
the dev.w3.org libwww repository. These functions may disappear later on,
as integration progress. These functions are used for clearing the timers
and channels.

Revision 2.22: 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
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +4 -5 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 2.21: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:02:19 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +1 -2 lines
Committing timer fixes to these two files as well - cont from before

Revision 2.20: download - view: text, markup, annotated - select for diffs
Fri Jan 15 04:36:10 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +2 -2 lines
If the socket isn't unregistered for all events when closed, it can make select fail. Thanks to Olga Antropova

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

Revision 2.18: download - view: text, markup, annotated - select for diffs
Tue Jul 7 12:57:48 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +3 -2 lines
Made sure that local files are closed when using ANSI C file descriptors

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Sat Feb 7 23:59:16 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +24 -1 lines
*** empty log message ***

Revision 2.15: download - view: text, markup, annotated - select for diffs
Tue Dec 16 21:09:07 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.14: preferred, colored
Changes since revision 2.14: +3 -3 lines
fixed pipelining

Revision 2.14: download - view: text, markup, annotated - select for diffs
Tue Feb 11 23:15:20 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +22 -7 lines
Moved fp from host to channel

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sat Nov 30 23:31:04 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +126 -36 lines
merge for pipelining

Revision 2.12.2.6: download - view: text, markup, annotated - select for diffs
Thu Nov 21 19:42:18 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.5: preferred, colored; branchpoint 2.12: preferred, colored; next MAIN 2.13: preferred, colored
Changes since revision 2.12.2.5: +92 -8 lines
handled pipelined host closing its connection

Revision 2.12.2.5: download - view: text, markup, annotated - select for diffs
Wed Nov 6 15:27:04 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.4: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.4: +1 -7 lines
S'more fixes after moving bodyLength around

Revision 2.12.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 6 00:38:33 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.3: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.3: +5 -1 lines
MUX fixes

Revision 2.12.2.3: download - view: text, markup, annotated - select for diffs
Sun Nov 3 00:49:38 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.2: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.2: +7 -3 lines
NULL out net->readStream after it is freed

Revision 2.12.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 2 19:26:20 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.1: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.1: +3 -2 lines
HTEventType and some cleanup

Revision 2.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:26:43 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +28 -25 lines
1st pass at pipelines - eric

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

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

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

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

Revision 2.8: download - view: text, markup, annotated - select for diffs
Thu Jul 18 03:56:34 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +3 -2 lines
next version

Revision 2.7: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:54:17 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +15 -1 lines
4.1b2

Revision 2.6: download - view: text, markup, annotated - select for diffs
Mon Jun 3 19:25:08 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +12 -4 lines
removed HTHashList

Revision 2.5: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:34:44 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +4 -5 lines
new doc

Revision 2.4: download - view: text, markup, annotated - select for diffs
Mon May 20 15:06:28 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +9 -1 lines
close to 4.1 pre1

Revision 2.3: download - view: text, markup, annotated - select for diffs
Wed May 15 22:34:00 1996 UTC (27 years, 11 months ago) by eric
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +2 -2 lines
fix HTEvent dereference and names

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:46:12 1996 UTC (28 years ago) by frystyk
Branches: MAIN
new transport and Content Coding support

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