W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.46: download - view: text, markup, annotated - select for diffs
Mon Apr 4 12:31:15 2005 UTC (19 years ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD
Diff to: previous 2.45: preferred, colored
Changes since revision 2.45: +40 -12 lines
cleaning

Revision 2.45: download - view: text, markup, annotated - select for diffs
Wed Aug 2 10:38:07 2000 UTC (23 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-4-0, 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
Diff to: previous 2.44: preferred, colored
Changes since revision 2.44: +7 -1 lines
JK: different patches contributed by JensM and GertjanvW
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0095.html
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0091.html
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0014.html

Revision 2.44: download - view: text, markup, annotated - select for diffs
Mon Jul 10 11:30:23 2000 UTC (23 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-3-2-1
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +4 -2 lines
JK: When the Windows event handler received a FD_CLOSE event, it was
sending an HTEvent_Closed event to the event dispatcher. It should have been
sending HTEvent_read, as the socket's shutdown is detected in the recv call.
With this change, it's now possible to reliable make a PUT through s Squid
proxy.

Revision 2.41.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:37:48 2000 UTC (23 years, 10 months ago) by kahan
CVS tags: Amaya-3-2
Diff to: previous 2.41: preferred, colored; next MAIN 2.42: preferred, colored
Changes since revision 2.41: +27 -1 lines
JK: Aligning with libwwwv3.0.0

Revision 2.43: download - view: text, markup, annotated - select for diffs
Wed Jun 7 14:36:35 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.42: preferred, colored
Changes since revision 2.42: +10 -1 lines
JK: A channel could be deleted even if it was used by other objects.
Added some protection against using INVSOC to register, unregister events.

Revision 2.42: download - view: text, markup, annotated - select for diffs
Wed Jun 7 10:14:27 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.41: preferred, colored
Changes since revision 2.41: +18 -1 lines
JK: Adding diverse bug patches for Winsocks, submitted by Yovav Meydad.
http://lists.w3.org/Archives/Public/www-lib/2000AprJun/0125.html

Revision 2.41: 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.40: preferred, colored
Changes since revision 2.40: +28 -7 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.40: download - view: text, markup, annotated - select for diffs
Wed Jun 23 18:00:53 1999 UTC (24 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +10 -8 lines
As a result of reports by Michael Saunders, there is now a single exit
from the event loop where we ensure that HTEndLoop is reset.

Revision 2.39: download - view: text, markup, annotated - select for diffs
Sat May 22 18:26:10 1999 UTC (24 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Amaya_2_4
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +15 -8 lines
Gary_Johnson: GetModuleHandle(NULL) works on NT as well. The old GetCurrentProcess() only is for threads

Revision 2.38: download - view: text, markup, annotated - select for diffs
Tue Apr 6 14:02:14 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.37: preferred, colored
Changes since revision 2.37: +10 -5 lines
Moved the initialization of the active file descriptors that we use
for the select call to after the timeout handlers as the y may in fact
change the current set of active file descriptors.

Revision 2.37: download - view: text, markup, annotated - select for diffs
Sun Apr 4 00:12:32 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +35 -13 lines
Improved trace messages in event loop

Revision 2.36: 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-6
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +86 -91 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.35: download - view: text, markup, annotated - select for diffs
Fri Feb 19 23:09:35 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +3 -3 lines
Changed some of the trace flags from the general WWWTRACE to a more specific *_TRACE one

Revision 2.34: download - view: text, markup, annotated - select for diffs
Tue Feb 16 13:17:28 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +319 -387 lines
Cleaned up the code and simplified it so that it is easier to see what is going on

Revision 2.33: download - view: text, markup, annotated - select for diffs
Sun Feb 14 04:00:10 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +3 -2 lines
Incorporated the external parse stream into the wwwstream module

Revision 2.32: 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.31: preferred, colored
Changes since revision 2.31: +6 -7 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.31: download - view: text, markup, annotated - select for diffs
Fri Feb 5 22:19:54 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +13 -3 lines
Raffaele Sena: In Windows, HTEventTerminate should destroy the window and unregister the class (in order to be able to correctly re-initialize the library with a new HTEventInit).

Revision 2.30: download - view: text, markup, annotated - select for diffs
Thu Jan 28 21:13:24 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +2 -2 lines
Raffaele Sena: While testing an application both in Linux and Windows I noticed that while on Linux it was correctly terminating after calling HTEventList_stopLoop, on Windows I couldn't get out of the loop. This fixes it.

Revision 2.29: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:01:24 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +2 -3 lines
Fixed timer problems that gave confusion about who should delete timers. Now they are always deleted by the creater. This also affects some of the problems that people may have experienced with lack of timeouts. Ths fix also involves a pending queue fix to the Host manager when running out of available sockets

Revision 2.28: download - view: text, markup, annotated - select for diffs
Tue Jan 19 12:00:15 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +14 -1 lines
Added check to selct loop to see whether we got a select error caused by a bad file descriotor. It seems that half open (SYN out only) sockets make select fail on certain platforms.

Revision 2.27: download - view: text, markup, annotated - select for diffs
Tue Dec 22 19:32:29 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +3 -3 lines
Moved check for going in to the event loop to the top of the while loop instead of at the bottom. Proposed by Jim Raven.

Revision 2.26: download - view: text, markup, annotated - select for diffs
Tue Nov 24 03:26:18 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +4 -3 lines
Enabled support for dumping the current set of file descriptors when select{} for some reason returns -1

Revision 2.25: download - view: text, markup, annotated - select for diffs
Sat Nov 21 02:44:42 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +22 -10 lines
Added code to reset the private HTEndLoop variable and added a new function to start the eventloop without the request object

Revision 2.24: download - view: text, markup, annotated - select for diffs
Tue Oct 20 13:14:34 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +9 -1 lines
Commented out adding error messages to the request object in the default event loop as it may have gone away at the time

Revision 2.23: download - view: text, markup, annotated - select for diffs
Thu Oct 1 03:05:35 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +1 -2 lines
Fixed bug - removed dublicate HTEndLoop variable in HTEvtLst.c. Thanks to mike bennett

Revision 2.22: download - view: text, markup, annotated - select for diffs
Tue May 19 16:49:23 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +2 -2 lines
Almost 5.1m

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

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

Revision 2.19: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:54:48 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +29 -16 lines
Bug fixes for writing

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

Revision 2.17: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:40:53 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1a, Release-5-1
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +3 -1 lines
cache updates

Revision 2.16: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:04:26 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +1 -6 lines
cache updates

Revision 2.15: download - view: text, markup, annotated - select for diffs
Fri Jan 31 22:55:21 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +50 -23 lines
bug fixes in buffer flush and event loop

Revision 2.14: download - view: text, markup, annotated - select for diffs
Wed Jan 29 16:54:48 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +2 -1 lines
cache validation

Revision 2.13: download - view: text, markup, annotated - select for diffs
Mon Jan 27 20:54:40 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +2 -2 lines
minor windows things

Revision 2.12: download - view: text, markup, annotated - select for diffs
Fri Jan 24 21:33:13 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +14 -1 lines
some debugging stuff and updated cache

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

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

Revision 2.9: download - view: text, markup, annotated - select for diffs
Fri Jan 3 01:03:37 1997 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +25 -18 lines
some windows fixes

Revision 2.8: download - view: text, markup, annotated - select for diffs
Fri Dec 27 16:13:16 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +26 -1 lines
win port

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Dec 23 21:06:17 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +3 -2 lines
libwww 5.1

Revision 2.6: download - view: text, markup, annotated - select for diffs
Thu Dec 19 21:16:03 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +12 -2 lines
eric's quick mods

Revision 2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 13 22:06:06 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +107 -58 lines
some timing fixes

Revision 2.4: download - view: text, markup, annotated - select for diffs
Sat Dec 7 00:06:19 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +87 -40 lines
back from the hell of windows

Revision 2.3: download - view: text, markup, annotated - select for diffs
Thu Dec 5 23:19:59 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +260 -110 lines
goin' back to Cali

Revision 2.2: download - view: text, markup, annotated - select for diffs
Tue Dec 3 05:45:36 1996 UTC (27 years, 5 months ago) by eric
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +168 -48 lines
lost the write polling select problem somewhere

Revision 2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 1 00:26:35 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
new pipeline

Revision 1.1.2.10: download - view: text, markup, annotated - select for diffs
Tue Nov 26 23:22:13 1996 UTC (27 years, 5 months ago) by eric
Diff to: previous 1.1.2.9: preferred, colored; next MAIN 2.1: preferred, colored
Changes since revision 1.1.2.9: +5 -5 lines
HTWatch-be-gone

Revision 1.1.2.9: download - view: text, markup, annotated - select for diffs
Tue Nov 26 14:40:17 1996 UTC (27 years, 5 months ago) by eric
Diff to: previous 1.1.2.8: preferred, colored
Changes since revision 1.1.2.8: +3 -2 lines
goin' to wurk

Revision 1.1.2.8: download - view: text, markup, annotated - select for diffs
Sat Nov 23 00:59:01 1996 UTC (27 years, 5 months ago) by frystyk
Diff to: previous 1.1.2.7: preferred, colored
Changes since revision 1.1.2.7: +2 -2 lines
libwww pipeline

Revision 1.1.2.7: download - view: text, markup, annotated - select for diffs
Fri Nov 22 22:42:26 1996 UTC (27 years, 5 months ago) by eric
Diff to: previous 1.1.2.6: preferred, colored
Changes since revision 1.1.2.6: +5 -1 lines
a little more logging

Revision 1.1.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:00:53 1996 UTC (27 years, 5 months ago) by eric
Diff to: previous 1.1.2.5: preferred, colored
Changes since revision 1.1.2.5: +65 -140 lines
may have some versioning probs (update from v -1)

Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:52:03 1996 UTC (27 years, 5 months ago) by frystyk
Diff to: previous 1.1.2.4: preferred, colored
Changes since revision 1.1.2.4: +257 -203 lines
timers introduced in event manager

Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:27 1996 UTC (27 years, 5 months ago) by eric
Diff to: previous 1.1.2.3: preferred, colored
Changes since revision 1.1.2.3: +3 -2 lines
s'more robot fixin's

Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 4 16:31:56 1996 UTC (27 years, 6 months ago) by eric
Diff to: previous 1.1.2.2: preferred, colored
Changes since revision 1.1.2.2: +9 -1 lines
add HTEventList_lookup

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 2 19:26:27 1996 UTC (27 years, 6 months ago) by eric
Diff to: previous 1.1.2.1: preferred, colored
Changes since revision 1.1.2.1: +4 -4 lines
HTEventType and some cleanup

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:26:50 1996 UTC (27 years, 6 months ago) by eric
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +420 -0 lines
1st pass at pipelines - eric

Revision 1.1
Tue Oct 29 21:26:50 1996 UTC (27 years, 6 months ago) by eric
FILE REMOVED
file HTEvtLst.c was initially added on branch PIPELINE1.

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