W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue May 28 18:36:25 2002 UTC (21 years, 11 months ago) by kirschpi
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, Release-5-4-0, HEAD, Amaya
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +5 -2 lines
A minor fix, when handling the 207 Multi Status status code.
Now, once this status code is received, the http->result is
set to HT_MULTI_STATUS (line 310).

Revision 1.191: download - view: text, markup, annotated - select for diffs
Thu Mar 21 14:13:47 2002 UTC (22 years, 1 month ago) by kirschpi
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +59 -1 lines
New WebDAV module and new Extension Methods for experimenting with HTTP.
Manuele Kirsch

Revision 1.190: download - view: text, markup, annotated - select for diffs
Mon Oct 30 10:04:23 2000 UTC (23 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, 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 1.189: preferred, colored
Changes since revision 1.189: +5 -1 lines
JK: Enhancement, added a new field to the HTResponse object to
store the HTTP reason sent by the server. Two new functions to
get it/set it: HTResponse_reason(), HTResponse_setReason()

Revision 1.189: 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: Release-5-3-1
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +2 -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 1.186.2.1.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-1, Amaya-3-2
Diff to: previous 1.186.2.1: preferred, colored; next MAIN 1.187: preferred, colored
Changes since revision 1.186.2.1: +34 -26 lines
JK: Aligning with libwwwv3.0.0

Revision 1.188: download - view: text, markup, annotated - select for diffs
Mon Jun 19 14:35:15 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +2 -1 lines
JK: added an extra line

Revision 1.187: download - view: text, markup, annotated - select for diffs
Mon Jun 19 10:38:58 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +34 -25 lines
JK: fixed two bad memory access problems.
Added more code to protect against an error occuring after a POST or PUT.

Revision 1.186.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:02:48 2000 UTC (24 years ago) by kahan
Diff to: previous 1.186: preferred, colored; next MAIN 1.187: preferred, colored
Changes since revision 1.186: +7 -5 lines
JK: fixed some problems where non-allocated memory was accesed.
    Fixed an infinite loop while freeing resources.

Revision 1.186: download - view: text, markup, annotated - select for diffs
Tue Feb 29 14:17:07 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +6 -2 lines
JK: removed the HTTP/0.9 downgrade. Many times, because of timeouts,
this mode kicked in and messed everything.

Revision 1.182.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 19 16:28:12 1999 UTC (24 years, 6 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 1.182: preferred, colored; next MAIN 1.183: preferred, colored
Changes since revision 1.182: +2 -2 lines
JK: redirections weren't working well under Windows. Applied a patch from
the libwww-dev tree

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Jul 20 00:56:59 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +2 -2 lines
fixed spelling error

Revision 1.184: 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 1.183: preferred, colored
Changes since revision 1.183: +2 -2 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 1.183: download - view: text, markup, annotated - select for diffs
Wed Jun 23 19:09:31 1999 UTC (24 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +2 -2 lines
Raffaele Sena: Auth problem: On Windows (maybe because the page I was
trying to access, because I'm sure I tested this a long time ago and
it worked) the next event after 401 was HTEvent_CLOSE.  This caused
the initial code in HTTPEvent to do an HTTPCleanup() with status
HT_LOADED (and consequently to not process the filter for the
authentication error).

I changed the code to do a HTTPCleanup with the current result stored
in http->result and everything seems to work, both on Linux and
Windows, for authenticated pages or regular pages.

Revision 1.182: 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 1.181: preferred, colored
Changes since revision 1.181: +17 -4 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 1.181: download - view: text, markup, annotated - select for diffs
Wed Mar 31 20:13:22 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +22 -7 lines
Committed patch to HTTP module which allows a data feeding callback
(for example used to PUT or POST) to be called multiple times. Before
it was only called once but now it is called as long as it returns
HT_OK. It stops being called when the callback returns something else
than HT_OK.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Sat Feb 27 01:28:40 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +22 -10 lines
added stream handler for HTTP 101 Switching Protocol Status code

Revision 1.179: 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 1.178: preferred, colored
Changes since revision 1.178: +18 -4 lines
Fixed a problem handling HTTP/1.0 style connection close with no content-length but only a TCP close

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

Revision 1.177: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:32:25 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +9 -10 lines
Updated HTTP to use the more normal DEBUG define and not HTTP_DUMP for enabling saving requests and responses asis to wwwhttp.out

Revision 1.176: 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.175: preferred, colored
Changes since revision 1.175: +10 -4 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.175: download - view: text, markup, annotated - select for diffs
Sun Jan 31 23:25:44 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +5 -3 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.174: download - view: text, markup, annotated - select for diffs
Wed Jan 27 13:56:31 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +6 -3 lines
Don't send out Connection: Keep-alive if the user has added a Connection: close directive

Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Jan 26 20:35:10 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +16 -6 lines
Added debug stream to HTTP reader stream so that the raw content on the HTTP response is logged as well as the raw content of the HTTP request in the wwwhttp.out file when running with protocol trace turned on

Revision 1.172: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:01:23 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +3 -2 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 1.171: download - view: text, markup, annotated - select for diffs
Tue Jan 19 11:58:09 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +17 -5 lines
Changed support for HTTP/0.9 as it is more likely a broken HTTP/1.0 server than actually an HTTP/0.9 server. If anybody has problems with this then we will have to make the check more suphisticated. Also added fix to handle broken NCSA server

Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Nov 24 03:18:44 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +3 -2 lines
cvs likes a terminating LF which some editors don't seem to add

Revision 1.169: download - view: text, markup, annotated - select for diffs
Thu Nov 19 17:03:24 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +24 -2 lines
Added support for setting the delay for writing the body of an HTTP PUT or POST request (the delay is necessary to make the operations reliable)

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Oct 26 21:38:04 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -4 lines
Fixed a bug in HTTP.c pointed out by Mike Bennett. When a write fails the correct behavior is to attempt too recover the pipeline and not to abort it.

Revision 1.167: download - view: text, markup, annotated - select for diffs
Tue Oct 20 13:20:45 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +27 -40 lines
Adding support for killing a pipeline and also the patch provided by Mike Bennett on the memory leak in the stream stack builder

Revision 1.166: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:20 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +18 -7 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.165: download - view: text, markup, annotated - select for diffs
Wed Jul 22 01:31:16 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +8 -5 lines
Fixed PUT problem when a 100 Continue code came more than 2 secs after the request.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue Jul 21 13:45:57 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +7 -1 lines
Added interrupt alert message to HTTP.c

Revision 1.163: download - view: text, markup, annotated - select for diffs
Tue May 19 18:08:04 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +3 -2 lines
100 response bug

Revision 1.162: download - view: text, markup, annotated - select for diffs
Tue May 19 16:49:41 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +10 -6 lines
Almost 5.1m

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

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

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

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Mar 4 15:46:24 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +340 -319 lines
*** empty log message ***

Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Feb 27 18:35:56 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +132 -120 lines
*** empty log message ***

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

Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:09:11 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 1.154: preferred, colored
Changes since revision 1.154: +41 -35 lines
version 5.1d

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

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

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

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

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

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

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Feb 6 16:33:50 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +2 -1 lines
zip updates

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

Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Jan 29 19:22:21 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +4 -2 lines
*** empty log message ***

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

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

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

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

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

Revision 1.140.2.15: download - view: text, markup, annotated - select for diffs
Tue Nov 26 23:22:41 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.14: preferred, colored; branchpoint 1.140: preferred, colored; next MAIN 1.141: preferred, colored
Changes since revision 1.140.2.14: +1 -2 lines
HTWatch-be-gone

Revision 1.140.2.14: download - view: text, markup, annotated - select for diffs
Tue Nov 26 19:30:29 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.13: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.13: +14 -14 lines
typos

Revision 1.140.2.13: download - view: text, markup, annotated - select for diffs
Tue Nov 26 14:40:30 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.12: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.12: +27 -19 lines
goin' to wurk

Revision 1.140.2.12: download - view: text, markup, annotated - select for diffs
Fri Nov 22 16:46:36 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.11: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.11: +2 -2 lines
some logging

Revision 1.140.2.11: download - view: text, markup, annotated - select for diffs
Thu Nov 21 19:43:05 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.10: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.10: +44 -26 lines
handled pipelined host closing its connection

Revision 1.140.2.10: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:01:38 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.9: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.9: +6 -1 lines
may have some versioning probs (update from v -1)

Revision 1.140.2.9: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:52:08 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.140.2.8: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.8: +12 -13 lines
timers introduced in event manager

Revision 1.140.2.8: download - view: text, markup, annotated - select for diffs
Fri Nov 8 21:28:07 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.140.2.7: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.7: +2 -1 lines
muxi

Revision 1.140.2.7: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:52 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 1.140.2.6: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.6: +15 -4 lines
s'more robot fixin's

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

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

Revision 1.140.2.4: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:43:20 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.140.2.3: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.3: +2 -2 lines
byte counting

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

Revision 1.140.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 30 23:22:12 1996 UTC (27 years, 6 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 1.140.2.1: preferred, colored; branchpoint 1.140: preferred, colored
Changes since revision 1.140.2.1: +20 -7 lines
 MUMUXUXUXUXUXUXUXXU

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

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

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

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue Sep 10 00:22:02 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +9 -1 lines
last version

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon Sep 9 20:53:36 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -1 lines
new version

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

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

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

Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:31:09 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +49 -12 lines
pipeline in place

Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:17:03 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +9 -1 lines
Henrik: chunked PUT and proxy authentication

Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:22:49 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +31 -12 lines
Recovery from a weird crash in Library and LineMode volumes

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

Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:11:03 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +5 -1 lines
a first version of PEP

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Jul 4 18:40:31 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +8 -2 lines
beta 2

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:55:11 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +32 -14 lines
4.1b2

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

Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon May 20 15:07:19 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +7 -12 lines
close to 4.1 pre1

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

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

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Mar 19 14:28:39 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -0 lines
keyword test

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Mar 19 00:13:11 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +12 -11 lines
Introduction of channels

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Mar 4 15:25:27 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
eric fixes some status passing and adds HTSocket_DLLHackFclose

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

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

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:25:12 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +7 -9 lines
new AA

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

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:26:55 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +8 -7 lines
post HT_Mem

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sun Feb 4 19:54:22 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
update

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:40:51 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +38 -12 lines
4.0D

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Jan 24 20:12:19 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +108 -210 lines
merge between main branch and 4.0 branch

Revision 1.111.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 23 20:07:52 1996 UTC (28 years, 3 months ago) by frystyk
Branches: v4/0B
CVS tags: v4/0C
Diff to: previous 1.111: preferred, colored; next MAIN 1.112: preferred, colored
Changes since revision 1.111: +108 -210 lines
4.0C

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Dec 12 02:28:46 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +4 -3 lines
Next version

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Dec 7 06:21:49 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
more robot stuff

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Dec 7 00:07:24 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +11 -8 lines
next version

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Nov 20 17:57:21 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +8 -0 lines
DLL version ready

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:15:15 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +6 -11 lines
Merged Error and Dialog system

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:24:06 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +6 -6 lines
pre and post callback

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

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Nov 8 23:51:27 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +25 -24 lines
Version 4.0pre5

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sun Nov 5 23:09:30 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +12 -19 lines
4.0pre5

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:13:47 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +7 -7 lines
fprintf replaced with TTYPrint for windows

Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Nov 3 22:38:04 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +4 -4 lines
new Header support

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

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Sep 28 01:46:16 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -6 lines
timeout in select

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Sep 25 05:22:58 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -4 lines
just before alpha

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Sep 21 19:54:53 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
Relative URLs

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Sep 19 02:39:54 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -3 lines
Version 4.0 alpha

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:25:32 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +21 -2 lines
most of version 4.0

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

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Sep 1 17:11:26 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -0 lines
Progress report in place!

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Aug 24 17:09:23 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -2 lines
Changes to HTAlert and context swapping

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:51:40 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +62 -13 lines
better PUT & POST - work on cache

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

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jul 13 22:37:54 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
new docs

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:21:26 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT1, NT, NNTP
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +140 -93 lines
most of 3.1pre2

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jun 12 04:15:21 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +44 -14 lines
File is now workin for upload + other major changes

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Jun 10 16:53:21 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -2 lines
Getting close to 3.1pre2

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

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

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

Revision 1.79.2.2: download - view: text, markup, annotated - select for diffs
Wed May 17 22:32:33 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 1.79.2.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.2.1: +228 -378 lines
merging with rest of 3.1

Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Tue May 16 20:12:19 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WindowsNT
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +34 -5 lines
OSF/RI NT Changes

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun May 7 04:01:56 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
bug in cache

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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:41 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +170 -312 lines
Basics of release 3.1

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:44:20 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Official version

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:44:39 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +135 -135 lines
Getting Library back on main branch

Revision 1.76.2.6: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:03:34 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
Diff to: previous 1.76.2.5: preferred, colored; branchpoint 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.5: +1 -1 lines
Getting ready for merge

Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 21 14:18:25 1995 UTC (29 years, 1 month ago) by frystyk
Branches: with-configure
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -6 lines
GNU configure spawned off on its own branch

Revision 1.76.2.5: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:28:48 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 1.76.2.4: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.4: +25 -25 lines
Library version 3.0beta

Revision 1.76.2.4: download - view: text, markup, annotated - select for diffs
Wed Mar 1 11:16:37 1995 UTC (29 years, 2 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.76.2.3: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.3: +1 -0 lines
Bug fix for HTTP 0.9 responses

Revision 1.76.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 24 09:21:52 1995 UTC (29 years, 3 months ago) by howcome
Branches: without-configure
Diff to: previous 1.76.2.2: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.2: +11 -5 lines
small fixes to make Arena run better

Revision 1.76.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 7 15:20:44 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.76.2.1: preferred, colored; branchpoint 1.76: preferred, colored
Changes since revision 1.76.2.1: +1 -1 lines
bugfix in gethostname, and HTTP AA

Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 6 22:23:50 1995 UTC (29 years, 3 months ago) by frystyk
Branches: without-configure
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +98 -105 lines
Mainly adjustments in HTTP.c

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:28:43 1994 UTC (29 years, 4 months ago) by roeber
Branches: MAIN
Branch point for: with-configure
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Now uses GNU Autoconf

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Nov 25 18:09:56 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.75: preferred, colored
Changes since revision 1.75: +3 -3 lines
compiles on g++

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Nov 25 14:26:21 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +7 -7 lines
bugfix in HTLibInit

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:11:43 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +21 -10 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:43:27 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -0 lines
Introduced Interrupt All

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Nov 9 16:58:10 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
better spec

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:44:26 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +638 -729 lines
MULTI-THREADED VERSION

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Oct 12 03:58:39 1994 UTC (29 years, 6 months ago) by howcome
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +16 -4 lines
HWL adde the external parse module, and (more) support for mailcap in HTFormat.c

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

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

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Jul 12 14:48:53 1994 UTC (29 years, 9 months ago) by duns
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -2 lines
field test version 2

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Jun 19 18:55:34 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
memory leak in HTTP

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jun 17 18:44:41 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
extra commas removed

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jun 16 19:23:35 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre1
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +6 -7 lines
Final commit before 2.16pre1 is out

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jun 15 10:59:16 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +9 -0 lines
Error in HTSimplify fixed. From introduced

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Jun 14 16:11:21 1994 UTC (29 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -0 lines
Fixed HTMLGen.c

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jun 14 12:33:13 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
fixed bug with too early init of input buffer in HTTP.c

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Jun 8 15:20:30 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Typo in variable

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jun 8 14:31:20 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +93 -65 lines
Introduction of referer field in the HTTP request. Automatic
redirection on client side (max 10) and a whole lot of other changes

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jun 4 12:16:44 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +33 -11 lines
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jun 3 12:04:32 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
HTFWriter_filename made PUBLIC; ERR_INFO introduced into HTError.c

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:31:29 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +110 -17 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.55: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:46 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +358 -327 lines
A whole lot of changes. Maimly in HTFile.c where directory stuff is
removed; HTTP where structure is changed and HTFTP where HTDoConnect
now is ported to VMS (I hope ;-))

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu May 19 13:54:55 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +14 -0 lines
httpd 3.0pre5.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed May 18 17:55:23 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -0 lines
Fixed the bug in HTDirBrw.c that handled failing of stat() to abort --
with e.g. AFS it's not fatal if stat() fails.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu May 12 16:45:30 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +0 -3 lines
This went out with httpd 3.0pre4.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed May 4 19:05:42 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -5 lines
strcasestr() which is like strstr() but not case-sensitive.
HTErrnoString() that returns the errno translated to the string (does
something like HTInetStatus(), but doesn't print it to stderr but
gives it as result so we can send it to client).

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue May 3 15:48:38 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +9 -1 lines
Fixed security holes with gopher, ftp, news, and especially telnet.
Also fixed unescaping problem in news module.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Apr 27 12:50:59 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +10 -2 lines
Some small fixes to make proxy server work better + added no-close
option for HTWriter + fixed conflicts in FTP module after Henrik's
rewrite.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 20 09:42:04 1994 UTC (30 years ago) by timbl
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
Enable caching of image files only

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Mar 25 11:49:39 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Guessing stream.

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Mar 13 17:33:44 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -0 lines
Fixed AA, Welcome pages, and some minor fixes.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Mar 8 09:31:37 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -2 lines
New HTML to LaTeX converter

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Mar 2 16:10:26 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Feb 27 01:50:56 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +0 -2 lines
Leak fix to HTRequest_free() and some minor stuff.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 24 17:41:19 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4 lines
Found bug in HTNews.c (read_group and HTSetNewsHost)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:27:49 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -3 lines
Changes to HTSimplify(), in HTML.c and SGML.c (that is, only on client side!)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Feb 21 17:07:04 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
New try on HTCache_old

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Feb 21 16:53:13 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -2 lines
HTCache is changed i HTTP.c

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 21 15:08:08 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +26 -101 lines
Took daemon-specific stuff away from HTRequest structure.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Feb 17 16:05:03 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -3 lines
URLs from HTTP servers < version 1.0 is no longer cached

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Feb 10 16:50:10 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Accept <NAME> and quality factor are now separated by ; according to specs

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:48:29 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
Quality factor used as weight in HTStreamStack()

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Feb 9 17:30:10 1994 UTC (30 years, 2 months ago) by timbl
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +13 -2 lines
HTTP: special case always convert MIME even if source requested

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Feb 9 17:08:49 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -7 lines
Content-Length no longer set for directories (because it was WRONG!)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 9 10:41:17 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Now stdout is not closed in HTFWriter

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:32:11 1994 UTC (30 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
Buf fix

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:31:45 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -0 lines
Commented out gateway caching

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:09:35 1994 UTC (30 years, 2 months ago) by timbl
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
little merges

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 7 20:32:06 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +35 -170 lines
After purify

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 4 17:17:24 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -0 lines
Took away the wrap()-thing from HTRules

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Feb 4 17:00:01 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -0 lines
Defined S_ISDIR and S_ISREG for NeXT.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 4 14:25:30 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +93 -36 lines
Daemon-specific stuff from rule file removed.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 2 03:24:57 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +127 -2 lines
Multiformat handling works!

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:30:27 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +74 -12 lines
- moved daemon-access-authorization files to daemon
- fixed directory indexing with trailing slash
- access authorization now works through firewalls
- Users and Anybody now special predifined group names
- multilanguage/encoding handling -- intelligent algorithm still
  missing
- so suffixes now handle also encoding/language
- content-length, last-modified

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:36:00 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +205 -274 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.20: download - view: text, markup, annotated - select for diffs
Thu Dec 9 11:58:33 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
progress continues.. untested

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 30 08:10:55 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3 lines
adding HTMLPDTD files

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Nov 29 08:50:25 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +329 -317 lines
Comnpiles but untested

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 10 15:56:53 1993 UTC (30 years, 5 months ago) by duns
Branches: MAIN
CVS tags: v2/14
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
VMS update of library: not all AA taken care of yet...
CVS:

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 13 15:29:38 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/13, v2/12a
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +40 -29 lines
Bug fixes for first AA release :-(
1. Now doesn't skip every other ACL entry.
2. Fixed another problem with ACL reading: didn't handle correctly
   multiple whitespaces inside ACL entries.
3. Fixed a short-cut in authorization checker (previously first IP
   address mismatch caused a fail).
4. Doesn't crash if group file is not set.
5. Doesn't hold the connection open while prompting password from user
   (connects only after Authorization: field is already composed).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:37:25 1993 UTC (30 years, 7 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +84 -3 lines
Added first version of access authorization in.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 27 14:10:32 1993 UTC (30 years, 7 months ago) by duns
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -3 lines
Duns' mods for VMS - not VMS tested yet

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 3 13:20:31 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
buf fix sgml.c?

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:56:41 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +99 -44 lines
Binary transfer problems fixed, quick etst ok

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 18 14:30:01 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +17 -28 lines
Now tested on VM/CMS

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 7 13:21:40 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
More bug fixes

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 7 08:25:33 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Compiles on all unix OK

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 27 14:18:38 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +53 -41 lines
Fix bug in HTTP.c: with old servers, missed first bit of reply.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 12 16:01:37 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +27 -4 lines
bug fixes for nicola etc ... exit 6996 problem.

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 28 17:37:48 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -5 lines
Fixed formatting big and WAIS agteay bug

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 27 10:40:20 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +76 -50 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:42:32 1993 UTC (31 years, 1 month ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +221 -19 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:56 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:55 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