W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.73: download - view: text, markup, annotated - select for diffs
Fri Apr 18 13:52:31 2003 UTC (21 years ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD, Amaya
Diff to: previous 2.72: preferred, colored
Changes since revision 2.72: +6 -1 lines
JK for RA: A pipelining error didn't close the connection.

Revision 2.72: download - view: text, markup, annotated - select for diffs
Fri Jul 28 13:56:08 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
Diff to: previous 2.71: preferred, colored
Changes since revision 2.71: +2 -2 lines
JK: added the date to my previous comment.

Revision 2.71: download - view: text, markup, annotated - select for diffs
Fri Jul 28 13:52:23 2000 UTC (23 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +14 -1 lines
JK: fixing a recursive bug fix related to the SSL code. This fixes up
a problem, and, as far as I can tell, doesn't introduce any other side effect.
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0072.html
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0083.html

Revision 2.70: download - view: text, markup, annotated - select for diffs
Fri Jun 23 14:23:52 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.69: preferred, colored
Changes since revision 2.69: +9 -5 lines
JK: added a trace message for knowing when we clear a channel

Revision 2.68.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:37:47 2000 UTC (23 years, 10 months ago) by kahan
Diff to: previous 2.68: preferred, colored; next MAIN 2.69: preferred, colored
Changes since revision 2.68: +3 -3 lines
JK: Aligning with libwwwv3.0.0

Revision 2.69: 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.68: preferred, colored
Changes since revision 2.68: +3 -3 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.68: download - view: text, markup, annotated - select for diffs
Tue Feb 29 14:42:15 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +6 -4 lines
JK: NETREAD could be called with an INVSOC parameter,  resulting
in an error in some architectures.

Revision 2.67: download - view: text, markup, annotated - select for diffs
Sat Jul 31 01:46:42 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +6 -3 lines
two bug fixes:

- If HostEvent(Event_CLOSE) is called before HTimer_delete, the timer
  gets deleted twice (since it's also pointed by host->timer).

  [ I guess the order of calls is not important here, otherwise a
  different fix can be to set host->timer to NULL before calling HostEvent ]

- When resetting the host in HTHost_clearChannel, reset also host->recovered
  otherwise after we try to recover too many times the host become inaccessible
  even after resetting the channel.

Revision 2.66: 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.65: preferred, colored
Changes since revision 2.65: +62 -40 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.65: download - view: text, markup, annotated - select for diffs
Mon May 3 15:56:46 1999 UTC (24 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Amaya_2_4
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +2 -2 lines
Fixed comment which was malformed

Revision 2.64: download - view: text, markup, annotated - select for diffs
Sat Apr 17 20:39:17 1999 UTC (25 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +15 -3 lines
Changed behavior in failed PUT/POST operations where the server sends
back a 100 Continue temporary status code but then immediately closes
the connection without accepting the data that we are trying to
upload. The old behavior was to try and recover over and over again
which could cause a loop. Now, it only recovers 1 time after which it
fails and terminates the request.

Revision 2.63: download - view: text, markup, annotated - select for diffs
Mon Apr 12 15:01:21 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +2 -2 lines
Had to change the name of the function strcasestr to HTStrCaseStr as
the old name conflicted with a function exported in the MySQL library

Revision 2.62: download - view: text, markup, annotated - select for diffs
Wed Mar 31 19:48:21 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.61: preferred, colored
Changes since revision 2.61: +32 -3 lines
Raffaele Sena: Added HTHost internal table cleanup which is called when libwww is terminated. Also fixed a problem where a HTHost can get stuck with an old lock.

Revision 2.61: download - view: text, markup, annotated - select for diffs
Mon Mar 1 13:40:17 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +2 -2 lines
Added HTEvent_ACCEPT as supported event type in host event handler (equivalent to HTEvent_READ on Unix)

Revision 2.60: download - view: text, markup, annotated - select for diffs
Sat Feb 27 01:13:30 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +11 -1 lines
Fixed a problem handling HTTP/1.0 style connection close with no content-length but only a TCP close

Revision 2.59: 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.58: preferred, colored
Changes since revision 2.58: +100 -143 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.58: download - view: text, markup, annotated - select for diffs
Sat Jan 23 18:59:20 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +2 -1 lines
When killing a pipeline, the lock wasn't moved along - it is now (patch 2)

Revision 2.57: download - view: text, markup, annotated - select for diffs
Sat Jan 23 18:45:48 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +2 -1 lines
When killing a pipeline, the lock wasn't moved along - it is now

Revision 2.56: 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.55: preferred, colored
Changes since revision 2.55: +45 -36 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.55: download - view: text, markup, annotated - select for diffs
Tue Jan 19 12:02:35 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +57 -23 lines
Fixed lock problem in HTHost object

Revision 2.54: download - view: text, markup, annotated - select for diffs
Tue Dec 15 05:34:28 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +58 -1 lines
patch for handling server requests in libwww

Revision 2.53: download - view: text, markup, annotated - select for diffs
Sun Nov 29 20:03:05 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +33 -44 lines
Updated documetation on the HTHost object and added control of active timeout on idle connections

Revision 2.52: download - view: text, markup, annotated - select for diffs
Tue Nov 24 23:05:44 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.51: preferred, colored
Changes since revision 2.51: +58 -82 lines
Fixed the handling of pending requests when running out of available sockets and made the no pipelining mode work so taht you can now set if using the HTTP connection modes described in the HTTP module

Revision 2.51: download - view: text, markup, annotated - select for diffs
Tue Oct 20 13:17:19 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +53 -27 lines
substantial fixes to the pipeline management including adding a method in the Host object, HTHost_killPipe(..), for killing an entire pipeline associated with a host. Also has done a lot of testing with real world and often very buggy HTTP/1.1 servers

Revision 2.50: download - view: text, markup, annotated - select for diffs
Fri Sep 18 03:44:39 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +2 -2 lines
Limited the number of recoveries as this is too tricky. Now works on hard cases like MS servers etc.

Revision 2.49: download - view: text, markup, annotated - select for diffs
Thu Sep 3 19:43:54 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.48: preferred, colored
Changes since revision 2.48: +14 -1 lines
Added fix (only on Windows?) for handling 'dangling sockets' that take some time to close. Thanks to Bob Racko!

Revision 2.48: 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
Diff to: previous 2.47: preferred, colored
Changes since revision 2.47: +77 -30 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.47: download - view: text, markup, annotated - select for diffs
Mon Jul 6 19:39:08 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.46: preferred, colored
Changes since revision 2.46: +2 -1 lines
Fixed strange deletion of semaphore control for non-persistent connections

Revision 2.46: download - view: text, markup, annotated - select for diffs
Tue Jun 2 15:28:36 1998 UTC (25 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.45: preferred, colored
Changes since revision 2.45: +9 -2 lines
Made sure that sockets are always regstered for CLOSE on windows

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

Revision 2.44: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:43 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +55 -23 lines
version 5.1m

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

Revision 2.42: download - view: text, markup, annotated - select for diffs
Fri Mar 20 17:52:55 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.41: preferred, colored
Changes since revision 2.41: +32 -7 lines
version 5.1k

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

Revision 2.40: download - view: text, markup, annotated - select for diffs
Fri Feb 27 19:33:36 1998 UTC (26 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +79 -10 lines
JK: Added some new functions to libwww
JK: Corrected a sigsev on HTTPReq.c

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

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

Revision 2.37: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:25:01 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +33 -5 lines
*** empty log message ***

Revision 2.36: download - view: text, markup, annotated - select for diffs
Sun Feb 1 19:04:07 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +3 -3 lines
*** empty log message ***

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

Revision 2.34: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:09:05 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1d
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +4 -2 lines
version 5.1d

Revision 2.33: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:46:03 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +9 -2 lines
*** empty log message ***

Revision 2.32: download - view: text, markup, annotated - select for diffs
Tue Dec 16 21:09:12 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +160 -144 lines
fixed pipelining

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

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

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

Revision 2.28: download - view: text, markup, annotated - select for diffs
Sun Feb 16 17:49:19 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +46 -27 lines
content encoding fix and FTP fix

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

Revision 2.26: download - view: text, markup, annotated - select for diffs
Sat Feb 1 16:16:23 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +39 -6 lines
variable write delay

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

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

Revision 2.23: download - view: text, markup, annotated - select for diffs
Sat Jan 11 10:21:45 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +20 -7 lines
Keep-alive: max=n

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

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

Revision 2.20: download - view: text, markup, annotated - select for diffs
Sat Dec 7 19:49:08 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +4 -1 lines
more traces

Revision 2.19: download - view: text, markup, annotated - select for diffs
Sat Dec 7 19:14:23 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +2 -8 lines
lib and robot

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

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Tue Dec 3 14:49:08 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +3 -3 lines
support for disabling Nagle

Revision 2.15: download - view: text, markup, annotated - select for diffs
Tue Dec 3 05:46:08 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +13 -8 lines
lost the write polling select problem somewhere

Revision 2.14: download - view: text, markup, annotated - select for diffs
Mon Dec 2 20:19:45 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +16 -19 lines
Timer fix

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

Revision 2.12.2.14: download - view: text, markup, annotated - select for diffs
Thu Nov 28 00:30:19 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.13: preferred, colored; branchpoint 2.12: preferred, colored; next MAIN 2.13: preferred, colored
Changes since revision 2.12.2.13: +14 -1 lines
last commit on pipeline branch

Revision 2.12.2.13: download - view: text, markup, annotated - select for diffs
Tue Nov 26 23:22:15 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.12: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.12: +8 -9 lines
HTWatch-be-gone

Revision 2.12.2.12: download - view: text, markup, annotated - select for diffs
Thu Nov 21 19:42:35 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.11: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.11: +24 -7 lines
handled pipelined host closing its connection

Revision 2.12.2.11: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:00:55 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.10: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.10: +72 -2 lines
may have some versioning probs (update from v -1)

Revision 2.12.2.10: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:52:04 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.9: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.9: +6 -7 lines
timers introduced in event manager

Revision 2.12.2.9: download - view: text, markup, annotated - select for diffs
Fri Nov 8 22:06:56 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.8: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.8: +2 -2 lines
embarassing free error

Revision 2.12.2.8: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:40 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.12.2.7: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.7: +16 -9 lines
s'more robot fixin's

Revision 2.12.2.7: download - view: text, markup, annotated - select for diffs
Thu Nov 7 18:47:27 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.6: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.6: +61 -60 lines
Mux again

Revision 2.12.2.6: download - view: text, markup, annotated - select for diffs
Wed Nov 6 15:27:23 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
Changes since revision 2.12.2.5: +5 -22 lines
S'more fixes after moving bodyLength around

Revision 2.12.2.5: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:43:08 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.4: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.4: +4 -3 lines
byte counting

Revision 2.12.2.4: download - view: text, markup, annotated - select for diffs
Sat Nov 2 20:10:20 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: +4 -4 lines
new version of MUX

Revision 2.12.2.3: download - view: text, markup, annotated - select for diffs
Sat Nov 2 19:26:54 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: +9 -6 lines
HTEventType and some cleanup

Revision 2.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 30 23:21:54 1996 UTC (27 years, 6 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.12.2.1: preferred, colored; branchpoint 2.12: preferred, colored
Changes since revision 2.12.2.1: +62 -7 lines
 MUMUXUXUXUXUXUXUXXU

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

Revision 2.12: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:46 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a
Branch point for: PIPELINE1
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +51 -1 lines
libvwww 5.0a

Revision 2.11: download - view: text, markup, annotated - select for diffs
Sat Sep 28 00:02:05 1996 UTC (27 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +13 -5 lines
JK.
Added a missing pair of brackets. This generated an error condition, where NULL net objects got stacked up in the hosts request structure.

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

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

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

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

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

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

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

Revision 2.3: download - view: text, markup, annotated - select for diffs
Wed May 1 12:40:34 1996 UTC (28 years ago) by eric
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +5 -2 lines
asdf

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:47:18 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