CVS log for libwww/Library/src/HTTP.c
Up to [Public] / libwww / Library / src
Request diff between arbitrary revisions
Default branch: 1
Revision 1.192 / (download) - annotate - [select for diffs]
, Tue May 28 18:36:25 2002 UTC (7 years, 5 months ago) by kirschpi
CVS Tags: repeat-requests,
candidate-5-4-1,
Release-5-4-0,
HEAD,
Amaya
Changes since 1.191: +5 -2
lines
Diff to previous 1.191
(colored)
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) - annotate - [select for diffs]
, Thu Mar 21 14:13:47 2002 UTC (7 years, 8 months ago) by kirschpi
Changes since 1.190: +59 -1
lines
Diff to previous 1.190
(colored)
New WebDAV module and new Extension Methods for experimenting with HTTP.
Manuele Kirsch
Revision 1.190 / (download) - annotate - [select for diffs]
, Mon Oct 30 10:04:23 2000 UTC (9 years ago) by kahan
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
Changes since 1.189: +5 -1
lines
Diff to previous 1.189
(colored)
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) - annotate - [select for diffs]
, Wed Aug 2 10:38:07 2000 UTC (9 years, 3 months ago) by kahan
CVS Tags: Release-5-3-1
Changes since 1.188: +2 -1
lines
Diff to previous 1.188
(colored)
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) - annotate - [select for diffs]
, Mon Jun 19 15:37:48 2000 UTC (9 years, 5 months ago) by kahan
CVS Tags: Amaya-3-2-1,
Amaya-3-2
Changes since 1.186.2.1: +34 -26
lines
Diff to previous 1.186.2.1
(colored)
next main 1.187
(colored)
JK: Aligning with libwwwv3.0.0
Revision 1.188 / (download) - annotate - [select for diffs]
, Mon Jun 19 14:35:15 2000 UTC (9 years, 5 months ago) by kahan
Changes since 1.187: +2 -1
lines
Diff to previous 1.187
(colored)
JK: added an extra line
Revision 1.187 / (download) - annotate - [select for diffs]
, Mon Jun 19 10:38:58 2000 UTC (9 years, 5 months ago) by kahan
Changes since 1.186: +34 -25
lines
Diff to previous 1.186
(colored)
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) - annotate - [select for diffs]
, Mon Apr 17 13:02:48 2000 UTC (9 years, 7 months ago) by kahan
Changes since 1.186: +7 -5
lines
Diff to previous 1.186
(colored)
next main 1.187
(colored)
JK: fixed some problems where non-allocated memory was accesed.
Fixed an infinite loop while freeing resources.
Revision 1.186 / (download) - annotate - [select for diffs]
, Tue Feb 29 14:17:07 2000 UTC (9 years, 8 months ago) by kahan
Changes since 1.185: +6 -2
lines
Diff to previous 1.185
(colored)
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) - annotate - [select for diffs]
, Tue Oct 19 16:28:12 1999 UTC (10 years, 1 month ago) by kahan
CVS Tags: Amaya_2_4
Changes since 1.182: +2 -2
lines
Diff to previous 1.182
(colored)
next main 1.183
(colored)
JK: redirections weren't working well under Windows. Applied a patch from
the libwww-dev tree
Revision 1.185 / (download) - annotate - [select for diffs]
, Tue Jul 20 00:56:59 1999 UTC (10 years, 4 months ago) by raff
Changes since 1.184: +2 -2
lines
Diff to previous 1.184
(colored)
fixed spelling error
Revision 1.184 / (download) - annotate - [select for diffs]
, Wed Jul 7 15:43:28 1999 UTC (10 years, 4 months ago) by frystyk
Changes since 1.183: +2 -2
lines
Diff to previous 1.183
(colored)
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) - annotate - [select for diffs]
, Wed Jun 23 19:09:31 1999 UTC (10 years, 5 months ago) by frystyk
Changes since 1.182: +2 -2
lines
Diff to previous 1.182
(colored)
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) - annotate - [select for diffs]
, Sat Apr 17 20:39:17 1999 UTC (10 years, 7 months ago) by frystyk
Changes since 1.181: +17 -4
lines
Diff to previous 1.181
(colored)
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) - annotate - [select for diffs]
, Wed Mar 31 20:13:22 1999 UTC (10 years, 7 months ago) by frystyk
CVS Tags: Release-5-2-8
Changes since 1.180: +22 -7
lines
Diff to previous 1.180
(colored)
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) - annotate - [select for diffs]
, Sat Feb 27 01:28:40 1999 UTC (10 years, 8 months ago) by frystyk
Changes since 1.179: +22 -10
lines
Diff to previous 1.179
(colored)
added stream handler for HTTP 101 Switching Protocol Status code
Revision 1.179 / (download) - annotate - [select for diffs]
, Sat Feb 27 01:13:30 1999 UTC (10 years, 9 months ago) by frystyk
Changes since 1.178: +18 -4
lines
Diff to previous 1.178
(colored)
Fixed a problem handling HTTP/1.0 style connection close with no content-length but only a TCP close
Revision 1.178 / (download) - annotate - [select for diffs]
, Mon Feb 22 22:10:12 1999 UTC (10 years, 9 months ago) by frystyk
CVS Tags: Release-5-2-6
Changes since 1.177: +27 -33
lines
Diff to previous 1.177
(colored)
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details
Revision 1.177 / (download) - annotate - [select for diffs]
, Sun Feb 7 18:32:25 1999 UTC (10 years, 9 months ago) by frystyk
CVS Tags: Before-New-Trace-Messages
Changes since 1.176: +9 -10
lines
Diff to previous 1.176
(colored)
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) - annotate - [select for diffs]
, Mon Feb 1 18:46:37 1999 UTC (10 years, 9 months ago) by frystyk
Changes since 1.175: +10 -4
lines
Diff to previous 1.175
(colored)
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) - annotate - [select for diffs]
, Sun Jan 31 23:25:44 1999 UTC (10 years, 9 months ago) by frystyk
Changes since 1.174: +5 -3
lines
Diff to previous 1.174
(colored)
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) - annotate - [select for diffs]
, Wed Jan 27 13:56:31 1999 UTC (10 years, 10 months ago) by frystyk
Changes since 1.173: +6 -3
lines
Diff to previous 1.173
(colored)
Don't send out Connection: Keep-alive if the user has added a Connection: close directive
Revision 1.173 / (download) - annotate - [select for diffs]
, Tue Jan 26 20:35:10 1999 UTC (10 years, 10 months ago) by frystyk
Changes since 1.172: +16 -6
lines
Diff to previous 1.172
(colored)
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) - annotate - [select for diffs]
, Fri Jan 22 14:01:23 1999 UTC (10 years, 10 months ago) by frystyk
Changes since 1.171: +3 -2
lines
Diff to previous 1.171
(colored)
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) - annotate - [select for diffs]
, Tue Jan 19 11:58:09 1999 UTC (10 years, 10 months ago) by frystyk
Changes since 1.170: +17 -5
lines
Diff to previous 1.170
(colored)
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) - annotate - [select for diffs]
, Tue Nov 24 03:18:44 1998 UTC (11 years ago) by frystyk
Changes since 1.169: +3 -2
lines
Diff to previous 1.169
(colored)
cvs likes a terminating LF which some editors don't seem to add
Revision 1.169 / (download) - annotate - [select for diffs]
, Thu Nov 19 17:03:24 1998 UTC (11 years ago) by frystyk
Changes since 1.168: +24 -2
lines
Diff to previous 1.168
(colored)
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) - annotate - [select for diffs]
, Mon Oct 26 21:38:04 1998 UTC (11 years, 1 month ago) by frystyk
CVS Tags: Release-5-2
Changes since 1.167: +2 -4
lines
Diff to previous 1.167
(colored)
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) - annotate - [select for diffs]
, Tue Oct 20 13:20:45 1998 UTC (11 years, 1 month ago) by frystyk
Changes since 1.166: +27 -40
lines
Diff to previous 1.166
(colored)
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) - annotate - [select for diffs]
, Tue Sep 1 18:02:20 1998 UTC (11 years, 2 months ago) by frystyk
Changes since 1.165: +18 -7
lines
Diff to previous 1.165
(colored)
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) - annotate - [select for diffs]
, Wed Jul 22 01:31:16 1998 UTC (11 years, 4 months ago) by frystyk
Changes since 1.164: +8 -5
lines
Diff to previous 1.164
(colored)
Fixed PUT problem when a 100 Continue code came more than 2 secs after the request.
Revision 1.164 / (download) - annotate - [select for diffs]
, Tue Jul 21 13:45:57 1998 UTC (11 years, 4 months ago) by frystyk
Changes since 1.163: +7 -1
lines
Diff to previous 1.163
(colored)
Added interrupt alert message to HTTP.c
Revision 1.163 / (download) - annotate - [select for diffs]
, Tue May 19 18:08:04 1998 UTC (11 years, 6 months ago) by frystyk
CVS Tags: Release-5-1m
Changes since 1.162: +3 -2
lines
Diff to previous 1.162
(colored)
100 response bug
Revision 1.162 / (download) - annotate - [select for diffs]
, Tue May 19 16:49:41 1998 UTC (11 years, 6 months ago) by frystyk
Changes since 1.161: +10 -6
lines
Diff to previous 1.161
(colored)
Almost 5.1m
Revision 1.161 / (download) - annotate - [select for diffs]
, Mon May 4 19:37:28 1998 UTC (11 years, 6 months ago) by frystyk
Changes since 1.160: +4 -2
lines
Diff to previous 1.160
(colored)
version 5.1m
Revision 1.160 / (download) - annotate - [select for diffs]
, Sun Mar 22 21:39:45 1998 UTC (11 years, 8 months ago) by frystyk
CVS Tags: Release-5-1l,
Release-5-1k
Changes since 1.159: +4 -4
lines
Diff to previous 1.159
(colored)
*** empty log message ***
Revision 1.159 / (download) - annotate - [select for diffs]
, Fri Mar 20 17:53:08 1998 UTC (11 years, 8 months ago) by frystyk
Changes since 1.158: +7 -3
lines
Diff to previous 1.158
(colored)
version 5.1k
Revision 1.158 / (download) - annotate - [select for diffs]
, Wed Mar 4 15:46:24 1998 UTC (11 years, 8 months ago) by frystyk
CVS Tags: Release-5-1j
Changes since 1.157: +340 -319
lines
Diff to previous 1.157
(colored)
*** empty log message ***
Revision 1.157 / (download) - annotate - [select for diffs]
, Fri Feb 27 18:35:56 1998 UTC (11 years, 8 months ago) by frystyk
Changes since 1.156: +132 -120
lines
Diff to previous 1.156
(colored)
*** empty log message ***
Revision 1.156 / (download) - annotate - [select for diffs]
, Sat Feb 7 23:59:27 1998 UTC (11 years, 9 months ago) by frystyk
Changes since 1.155: +19 -19
lines
Diff to previous 1.155
(colored)
*** empty log message ***
Revision 1.155 / (download) - annotate - [select for diffs]
, Wed Dec 24 17:09:11 1997 UTC (11 years, 11 months ago) by frystyk
CVS Tags: Release-5-1g,
Release-5-1e,
Release-5-1d
Changes since 1.154: +41 -35
lines
Diff to previous 1.154
(colored)
version 5.1d
Revision 1.154 / (download) - annotate - [select for diffs]
, Mon Dec 22 14:46:18 1997 UTC (11 years, 11 months ago) by frystyk
Changes since 1.153: +4 -3
lines
Diff to previous 1.153
(colored)
*** empty log message ***
Revision 1.153 / (download) - annotate - [select for diffs]
, Tue Dec 16 21:09:33 1997 UTC (11 years, 11 months ago) by frystyk
Changes since 1.152: +18 -10
lines
Diff to previous 1.152
(colored)
fixed pipelining
Revision 1.152 / (download) - annotate - [select for diffs]
, Wed Nov 26 16:05:53 1997 UTC (12 years ago) by frystyk
Changes since 1.151: +64 -3
lines
Diff to previous 1.151
(colored)
version 5.1c
Revision 1.151 / (download) - annotate - [select for diffs]
, Sat Apr 5 00:25:44 1997 UTC (12 years, 7 months ago) by frystyk
CVS Tags: Release-5-1b
Changes since 1.150: +7 -2
lines
Diff to previous 1.150
(colored)
libwww release 5.1b update
Revision 1.150 / (download) - annotate - [select for diffs]
, Fri Mar 21 19:33:23 1997 UTC (12 years, 8 months ago) by frystyk
CVS Tags: Release-5-1a
Changes since 1.149: +33 -11
lines
Diff to previous 1.149
(colored)
public version 5.1
Revision 1.149 / (download) - annotate - [select for diffs]
, Sun Feb 16 17:49:29 1997 UTC (12 years, 9 months ago) by frystyk
CVS Tags: Release-5-1
Changes since 1.148: +5 -5
lines
Diff to previous 1.148
(colored)
content encoding fix and FTP fix
Revision 1.148 / (download) - annotate - [select for diffs]
, Thu Feb 6 16:33:50 1997 UTC (12 years, 9 months ago) by frystyk
Changes since 1.147: +2 -1
lines
Diff to previous 1.147
(colored)
zip updates
Revision 1.147 / (download) - annotate - [select for diffs]
, Fri Jan 31 22:55:24 1997 UTC (12 years, 9 months ago) by frystyk
Changes since 1.146: +40 -21
lines
Diff to previous 1.146
(colored)
bug fixes in buffer flush and event loop
Revision 1.146 / (download) - annotate - [select for diffs]
, Wed Jan 29 19:22:21 1997 UTC (12 years, 9 months ago) by frystyk
Changes since 1.145: +4 -2
lines
Diff to previous 1.145
(colored)
*** empty log message ***
Revision 1.145 / (download) - annotate - [select for diffs]
, Thu Jan 23 19:50:03 1997 UTC (12 years, 10 months ago) by frystyk
Changes since 1.144: +8 -14
lines
Diff to previous 1.144
(colored)
updated libwww
Revision 1.144 / (download) - annotate - [select for diffs]
, Sat Dec 7 19:14:35 1996 UTC (12 years, 11 months ago) by frystyk
Changes since 1.143: +91 -99
lines
Diff to previous 1.143
(colored)
lib and robot
Revision 1.143 / (download) - annotate - [select for diffs]
, Thu Dec 5 01:16:25 1996 UTC (12 years, 11 months ago) by frystyk
Changes since 1.142: +21 -25
lines
Diff to previous 1.142
(colored)
minor stuff
Revision 1.142 / (download) - annotate - [select for diffs]
, Tue Dec 3 14:49:18 1996 UTC (12 years, 11 months ago) by frystyk
Changes since 1.141: +19 -2
lines
Diff to previous 1.141
(colored)
support for disabling Nagle
Revision 1.141 / (download) - annotate - [select for diffs]
, Sat Nov 30 23:31:55 1996 UTC (12 years, 11 months ago) by frystyk
Changes since 1.140: +165 -87
lines
Diff to previous 1.140
(colored)
merge for pipelining
Revision 1.140.2.15 / (download) - annotate - [select for diffs]
, Tue Nov 26 23:22:41 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.14: +1 -2
lines
Diff to previous 1.140.2.14
(colored)
to branchpoint 1.140
(colored)
next main 1.141
(colored)
HTWatch-be-gone
Revision 1.140.2.14 / (download) - annotate - [select for diffs]
, Tue Nov 26 19:30:29 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.13: +14 -14
lines
Diff to previous 1.140.2.13
(colored)
to branchpoint 1.140
(colored)
typos
Revision 1.140.2.13 / (download) - annotate - [select for diffs]
, Tue Nov 26 14:40:30 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.12: +27 -19
lines
Diff to previous 1.140.2.12
(colored)
to branchpoint 1.140
(colored)
goin' to wurk
Revision 1.140.2.12 / (download) - annotate - [select for diffs]
, Fri Nov 22 16:46:36 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.11: +2 -2
lines
Diff to previous 1.140.2.11
(colored)
to branchpoint 1.140
(colored)
some logging
Revision 1.140.2.11 / (download) - annotate - [select for diffs]
, Thu Nov 21 19:43:05 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.10: +44 -26
lines
Diff to previous 1.140.2.10
(colored)
to branchpoint 1.140
(colored)
handled pipelined host closing its connection
Revision 1.140.2.10 / (download) - annotate - [select for diffs]
, Mon Nov 18 05:01:38 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.9: +6 -1
lines
Diff to previous 1.140.2.9
(colored)
to branchpoint 1.140
(colored)
may have some versioning probs (update from v -1)
Revision 1.140.2.9 / (download) - annotate - [select for diffs]
, Mon Nov 11 20:52:08 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.8: +12 -13
lines
Diff to previous 1.140.2.8
(colored)
to branchpoint 1.140
(colored)
timers introduced in event manager
Revision 1.140.2.8 / (download) - annotate - [select for diffs]
, Fri Nov 8 21:28:07 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.7: +2 -1
lines
Diff to previous 1.140.2.7
(colored)
to branchpoint 1.140
(colored)
muxi
Revision 1.140.2.7 / (download) - annotate - [select for diffs]
, Fri Nov 8 19:49:52 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.6: +15 -4
lines
Diff to previous 1.140.2.6
(colored)
to branchpoint 1.140
(colored)
s'more robot fixin's
Revision 1.140.2.6 / (download) - annotate - [select for diffs]
, Thu Nov 7 18:47:38 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.5: +6 -3
lines
Diff to previous 1.140.2.5
(colored)
to branchpoint 1.140
(colored)
Mux again
Revision 1.140.2.5 / (download) - annotate - [select for diffs]
, Wed Nov 6 00:38:48 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.4: +5 -2
lines
Diff to previous 1.140.2.4
(colored)
to branchpoint 1.140
(colored)
MUX fixes
Revision 1.140.2.4 / (download) - annotate - [select for diffs]
, Tue Nov 5 21:43:20 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.3: +2 -2
lines
Diff to previous 1.140.2.3
(colored)
to branchpoint 1.140
(colored)
byte counting
Revision 1.140.2.3 / (download) - annotate - [select for diffs]
, Sat Nov 2 19:27:25 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140.2.2: +19 -5
lines
Diff to previous 1.140.2.2
(colored)
to branchpoint 1.140
(colored)
HTEventType and some cleanup
Revision 1.140.2.2 / (download) - annotate - [select for diffs]
, Wed Oct 30 23:22:12 1996 UTC (13 years ago) by frystyk
Branch: PIPELINE1
Changes since 1.140.2.1: +20 -7
lines
Diff to previous 1.140.2.1
(colored)
to branchpoint 1.140
(colored)
MUMUXUXUXUXUXUXUXXU
Revision 1.140.2.1 / (download) - annotate - [select for diffs]
, Tue Oct 29 21:27:21 1996 UTC (13 years ago) by eric
Branch: PIPELINE1
Changes since 1.140: +56 -52
lines
Diff to previous 1.140
(colored)
1st pass at pipelines - eric
Revision 1.140 / (download) - annotate - [select for diffs]
, Mon Oct 7 02:05:22 1996 UTC (13 years, 1 month ago) by frystyk
CVS Tags: Release-5-0a
Branch point for: PIPELINE1
Changes since 1.139: +78 -38
lines
Diff to previous 1.139
(colored)
libvwww 5.0a
Revision 1.139 / (download) - annotate - [select for diffs]
, Fri Sep 13 02:05:32 1996 UTC (13 years, 2 months ago) by frystyk
Changes since 1.138: +43 -13
lines
Diff to previous 1.138
(colored)
some bug fixed to 5.0
Revision 1.138 / (download) - annotate - [select for diffs]
, Tue Sep 10 00:22:02 1996 UTC (13 years, 2 months ago) by frystyk
CVS Tags: Release-5-0
Changes since 1.137: +9 -1
lines
Diff to previous 1.137
(colored)
last version
Revision 1.137 / (download) - annotate - [select for diffs]
, Mon Sep 9 20:53:36 1996 UTC (13 years, 2 months ago) by frystyk
Changes since 1.136: +2 -1
lines
Diff to previous 1.136
(colored)
new version
Revision 1.136 / (download) - annotate - [select for diffs]
, Sun Sep 8 22:08:46 1996 UTC (13 years, 2 months ago) by frystyk
Changes since 1.135: +58 -46
lines
Diff to previous 1.135
(colored)
Persistent Cache
Revision 1.135 / (download) - annotate - [select for diffs]
, Sat Aug 24 18:10:18 1996 UTC (13 years, 3 months ago) by frystyk
CVS Tags: Release-4-1b5
Changes since 1.134: +4 -4
lines
Diff to previous 1.134
(colored)
updates from test against CL server
Revision 1.134 / (download) - annotate - [select for diffs]
, Tue Aug 20 04:53:47 1996 UTC (13 years, 3 months ago) by frystyk
CVS Tags: Release-4-1b4
Changes since 1.133: +151 -158
lines
Diff to previous 1.133
(colored)
4.1beta4
Revision 1.133 / (download) - annotate - [select for diffs]
, Mon Aug 19 18:31:09 1996 UTC (13 years, 3 months ago) by frystyk
Changes since 1.132: +49 -12
lines
Diff to previous 1.132
(colored)
pipeline in place
Revision 1.132 / (download) - annotate - [select for diffs]
, Thu Aug 8 02:17:03 1996 UTC (13 years, 3 months ago) by frystyk
CVS Tags: Release-4-1b3
Changes since 1.131: +9 -1
lines
Diff to previous 1.131
(colored)
Henrik: chunked PUT and proxy authentication
Revision 1.131 / (download) - annotate - [select for diffs]
, Mon Aug 5 17:22:49 1996 UTC (13 years, 3 months ago) by frystyk
Changes since 1.130: +31 -12
lines
Diff to previous 1.130
(colored)
Recovery from a weird crash in Library and LineMode volumes
Revision 1.130 / (download) - annotate - [select for diffs]
, Thu Jul 18 03:56:53 1996 UTC (13 years, 4 months ago) by frystyk
Changes since 1.129: +47 -15
lines
Diff to previous 1.129
(colored)
next version
Revision 1.129 / (download) - annotate - [select for diffs]
, Mon Jul 8 19:11:03 1996 UTC (13 years, 4 months ago) by frystyk
Changes since 1.128: +5 -1
lines
Diff to previous 1.128
(colored)
a first version of PEP
Revision 1.128 / (download) - annotate - [select for diffs]
, Thu Jul 4 18:40:31 1996 UTC (13 years, 4 months ago) by frystyk
Changes since 1.127: +8 -2
lines
Diff to previous 1.127
(colored)
beta 2
Revision 1.127 / (download) - annotate - [select for diffs]
, Tue Jul 2 22:55:11 1996 UTC (13 years, 4 months ago) by frystyk
Changes since 1.126: +32 -14
lines
Diff to previous 1.126
(colored)
4.1b2
Revision 1.126 / (download) - annotate - [select for diffs]
, Sun Jun 2 00:35:01 1996 UTC (13 years, 5 months ago) by frystyk
CVS Tags: Release-4-1b1
Changes since 1.125: +55 -35
lines
Diff to previous 1.125
(colored)
new doc
Revision 1.125 / (download) - annotate - [select for diffs]
, Mon May 20 15:07:19 1996 UTC (13 years, 6 months ago) by frystyk
Changes since 1.124: +7 -12
lines
Diff to previous 1.124
(colored)
close to 4.1 pre1
Revision 1.124 / (download) - annotate - [select for diffs]
, Wed May 15 22:34:37 1996 UTC (13 years, 6 months ago) by eric
Changes since 1.123: +4 -4
lines
Diff to previous 1.123
(colored)
fix HTEvent dereference and names
Revision 1.123 / (download) - annotate - [select for diffs]
, Fri Apr 12 17:49:05 1996 UTC (13 years, 7 months ago) by frystyk
Changes since 1.122: +54 -57
lines
Diff to previous 1.122
(colored)
new transport and Content Coding support
Revision 1.122 / (download) - annotate - [select for diffs]
, Tue Mar 19 14:28:39 1996 UTC (13 years, 8 months ago) by frystyk
Changes since 1.121: +1 -0
lines
Diff to previous 1.121
(colored)
keyword test
Revision 1.121 / (download) - annotate - [select for diffs]
, Tue Mar 19 00:13:11 1996 UTC (13 years, 8 months ago) by frystyk
Changes since 1.120: +12 -11
lines
Diff to previous 1.120
(colored)
Introduction of channels
Revision 1.120 / (download) - annotate - [select for diffs]
, Mon Mar 4 15:25:27 1996 UTC (13 years, 8 months ago) by eric
Changes since 1.119: +1 -1
lines
Diff to previous 1.119
(colored)
eric fixes some status passing and adds HTSocket_DLLHackFclose
Revision 1.119 / (download) - annotate - [select for diffs]
, Mon Mar 4 03:13:43 1996 UTC (13 years, 8 months ago) by frystyk
Changes since 1.118: +5 -5
lines
Diff to previous 1.118
(colored)
Autoconf
Revision 1.118 / (download) - annotate - [select for diffs]
, Mon Feb 26 22:08:19 1996 UTC (13 years, 9 months ago) by frystyk
CVS Tags: autoconf
Changes since 1.117: +1 -1
lines
Diff to previous 1.117
(colored)
g++ fixes
Revision 1.117 / (download) - annotate - [select for diffs]
, Tue Feb 20 19:25:12 1996 UTC (13 years, 9 months ago) by frystyk
Changes since 1.116: +7 -9
lines
Diff to previous 1.116
(colored)
new AA
Revision 1.116 / (download) - annotate - [select for diffs]
, Wed Feb 14 00:34:20 1996 UTC (13 years, 9 months ago) by eric
Changes since 1.115: +5 -5
lines
Diff to previous 1.115
(colored)
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp
Revision 1.115 / (download) - annotate - [select for diffs]
, Fri Feb 9 19:26:55 1996 UTC (13 years, 9 months ago) by frystyk
CVS Tags: v4/0D
Changes since 1.114: +8 -7
lines
Diff to previous 1.114
(colored)
post HT_Mem
Revision 1.114 / (download) - annotate - [select for diffs]
, Sun Feb 4 19:54:22 1996 UTC (13 years, 9 months ago) by frystyk
Changes since 1.113: +2 -2
lines
Diff to previous 1.113
(colored)
update
Revision 1.113 / (download) - annotate - [select for diffs]
, Wed Jan 31 22:40:51 1996 UTC (13 years, 9 months ago) by frystyk
Changes since 1.112: +38 -12
lines
Diff to previous 1.112
(colored)
4.0D
Revision 1.112 / (download) - annotate - [select for diffs]
, Wed Jan 24 20:12:19 1996 UTC (13 years, 10 months ago) by frystyk
Changes since 1.111: +108 -210
lines
Diff to previous 1.111
(colored)
merge between main branch and 4.0 branch
Revision 1.111.2.1 / (download) - annotate - [select for diffs]
, Tue Jan 23 20:07:52 1996 UTC (13 years, 10 months ago) by frystyk
Branch: v4/0B
CVS Tags: v4/0C
Changes since 1.111: +108 -210
lines
Diff to previous 1.111
(colored)
next main 1.112
(colored)
4.0C
Revision 1.111 / (download) - annotate - [select for diffs]
, Tue Dec 12 02:28:46 1995 UTC (13 years, 11 months ago) by frystyk
Branch point for: v4/0B
Changes since 1.110: +4 -3
lines
Diff to previous 1.110
(colored)
Next version
Revision 1.110 / (download) - annotate - [select for diffs]
, Thu Dec 7 06:21:49 1995 UTC (13 years, 11 months ago) by frystyk
Changes since 1.109: +1 -1
lines
Diff to previous 1.109
(colored)
more robot stuff
Revision 1.109 / (download) - annotate - [select for diffs]
, Thu Dec 7 00:07:24 1995 UTC (13 years, 11 months ago) by frystyk
Changes since 1.108: +11 -8
lines
Diff to previous 1.108
(colored)
next version
Revision 1.108 / (download) - annotate - [select for diffs]
, Mon Nov 20 17:57:21 1995 UTC (14 years ago) by frystyk
CVS Tags: v4/0pre6,
v4/0
Changes since 1.107: +8 -0
lines
Diff to previous 1.107
(colored)
DLL version ready
Revision 1.107 / (download) - annotate - [select for diffs]
, Mon Nov 20 00:15:15 1995 UTC (14 years ago) by frystyk
Changes since 1.106: +6 -11
lines
Diff to previous 1.106
(colored)
Merged Error and Dialog system
Revision 1.106 / (download) - annotate - [select for diffs]
, Thu Nov 16 18:24:06 1995 UTC (14 years ago) by frystyk
Changes since 1.105: +6 -6
lines
Diff to previous 1.105
(colored)
pre and post callback
Revision 1.105 / (download) - annotate - [select for diffs]
, Tue Nov 14 23:30:13 1995 UTC (14 years ago) by frystyk
Changes since 1.104: +6 -6
lines
Diff to previous 1.104
(colored)
Better interface for DLL
Revision 1.104 / (download) - annotate - [select for diffs]
, Wed Nov 8 23:51:27 1995 UTC (14 years ago) by frystyk
CVS Tags: v4/0pre5
Changes since 1.103: +25 -24
lines
Diff to previous 1.103
(colored)
Version 4.0pre5
Revision 1.103 / (download) - annotate - [select for diffs]
, Sun Nov 5 23:09:30 1995 UTC (14 years ago) by frystyk
Changes since 1.102: +12 -19
lines
Diff to previous 1.102
(colored)
4.0pre5
Revision 1.102 / (download) - annotate - [select for diffs]
, Sun Nov 5 20:13:47 1995 UTC (14 years ago) by frystyk
Changes since 1.101: +7 -7
lines
Diff to previous 1.101
(colored)
fprintf replaced with TTYPrint for windows
Revision 1.101 / (download) - annotate - [select for diffs]
, Fri Nov 3 22:38:04 1995 UTC (14 years ago) by frystyk
Changes since 1.100: +4 -4
lines
Diff to previous 1.100
(colored)
new Header support
Revision 1.100 / (download) - annotate - [select for diffs]
, Fri Oct 27 19:12:21 1995 UTC (14 years, 1 month ago) by frystyk
CVS Tags: v4/0pre4
Changes since 1.99: +40 -36
lines
Diff to previous 1.99
(colored)
First version of a new News module
Revision 1.99 / (download) - annotate - [select for diffs]
, Thu Sep 28 01:46:16 1995 UTC (14 years, 2 months ago) by frystyk
CVS Tags: v4/0pre3
Changes since 1.98: +2 -6
lines
Diff to previous 1.98
(colored)
timeout in select
Revision 1.98 / (download) - annotate - [select for diffs]
, Mon Sep 25 05:22:58 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.97: +4 -4
lines
Diff to previous 1.97
(colored)
just before alpha
Revision 1.97 / (download) - annotate - [select for diffs]
, Thu Sep 21 19:54:53 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.96: +2 -2
lines
Diff to previous 1.96
(colored)
Relative URLs
Revision 1.96 / (download) - annotate - [select for diffs]
, Tue Sep 19 02:39:54 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.95: +1 -3
lines
Diff to previous 1.95
(colored)
Version 4.0 alpha
Revision 1.95 / (download) - annotate - [select for diffs]
, Sat Sep 16 21:25:32 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.94: +21 -2
lines
Diff to previous 1.94
(colored)
most of version 4.0
Revision 1.94 / (download) - annotate - [select for diffs]
, Tue Sep 12 23:40:12 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.93: +120 -168
lines
Diff to previous 1.93
(colored)
Most of new version
Revision 1.93 / (download) - annotate - [select for diffs]
, Fri Sep 1 17:11:26 1995 UTC (14 years, 2 months ago) by frystyk
Changes since 1.92: +1 -0
lines
Diff to previous 1.92
(colored)
Progress report in place!
Revision 1.92 / (download) - annotate - [select for diffs]
, Thu Aug 24 17:09:23 1995 UTC (14 years, 3 months ago) by frystyk
Changes since 1.91: +3 -2
lines
Diff to previous 1.91
(colored)
Changes to HTAlert and context swapping
Revision 1.91 / (download) - annotate - [select for diffs]
, Sun Aug 20 06:51:40 1995 UTC (14 years, 3 months ago) by frystyk
Changes since 1.90: +62 -13
lines
Diff to previous 1.90
(colored)
better PUT & POST - work on cache
Revision 1.90 / (download) - annotate - [select for diffs]
, Mon Aug 14 03:57:52 1995 UTC (14 years, 3 months ago) by frystyk
Changes since 1.89: +3 -1
lines
Diff to previous 1.89
(colored)
Cache
Revision 1.89 / (download) - annotate - [select for diffs]
, Thu Jul 13 22:37:54 1995 UTC (14 years, 4 months ago) by frystyk
CVS Tags: v3/1pre3,
v3/1
Changes since 1.88: +1 -1
lines
Diff to previous 1.88
(colored)
new docs
Revision 1.88 / (download) - annotate - [select for diffs]
, Tue Jun 27 20:21:26 1995 UTC (14 years, 5 months ago) by frystyk
CVS Tags: v3/1pre2,
NT1,
NT,
NNTP
Changes since 1.87: +140 -93
lines
Diff to previous 1.87
(colored)
most of 3.1pre2
Revision 1.87 / (download) - annotate - [select for diffs]
, Mon Jun 12 04:15:21 1995 UTC (14 years, 5 months ago) by frystyk
Changes since 1.86: +44 -14
lines
Diff to previous 1.86
(colored)
File is now workin for upload + other major changes
Revision 1.86 / (download) - annotate - [select for diffs]
, Sat Jun 10 16:53:21 1995 UTC (14 years, 5 months ago) by frystyk
Changes since 1.85: +0 -2
lines
Diff to previous 1.85
(colored)
Getting close to 3.1pre2
Revision 1.85 / (download) - annotate - [select for diffs]
, Wed Jun 7 20:18:42 1995 UTC (14 years, 5 months ago) by frystyk
Changes since 1.84: +67 -23
lines
Diff to previous 1.84
(colored)
Basics of Version 3.1pre2
Revision 1.84 / (download) - annotate - [select for diffs]
, Fri May 19 02:06:26 1995 UTC (14 years, 6 months ago) by frystyk
CVS Tags: v3/1pre1,
WinNT
Changes since 1.83: +1 -1
lines
Diff to previous 1.83
(colored)
final swap to MIT statements
Revision 1.83 / (download) - annotate - [select for diffs]
, Thu May 18 14:46:38 1995 UTC (14 years, 6 months ago) by frystyk
Changes since 1.82: +0 -3
lines
Diff to previous 1.82
(colored)
New Bind module
Revision 1.79.2.2 / (download) - annotate - [select for diffs]
, Wed May 17 22:32:33 1995 UTC (14 years, 6 months ago) by frystyk
Branch: WindowsNT
Changes since 1.79.2.1: +228 -378
lines
Diff to previous 1.79.2.1
(colored)
to branchpoint 1.79
(colored)
next main 1.80
(colored)
merging with rest of 3.1
Revision 1.79.2.1 / (download) - annotate - [select for diffs]
, Tue May 16 20:12:19 1995 UTC (14 years, 6 months ago) by cbrooks
Branch: WindowsNT
Changes since 1.79: +34 -5
lines
Diff to previous 1.79
(colored)
OSF/RI NT Changes
Revision 1.82 / (download) - annotate - [select for diffs]
, Sun May 7 04:01:56 1995 UTC (14 years, 6 months ago) by frystyk
Changes since 1.81: +1 -1
lines
Diff to previous 1.81
(colored)
bug in cache
Revision 1.81 / (download) - annotate - [select for diffs]
, Sun May 7 03:36:38 1995 UTC (14 years, 6 months ago) by frystyk
Changes since 1.80: +69 -48
lines
Diff to previous 1.80
(colored)
Changes to anchors and some other stuff
Revision 1.80 / (download) - annotate - [select for diffs]
, Thu May 4 22:08:41 1995 UTC (14 years, 6 months ago) by frystyk
Changes since 1.79: +170 -312
lines
Diff to previous 1.79
(colored)
Basics of release 3.1
Revision 1.79 / (download) - annotate - [select for diffs]
, Tue Mar 21 20:44:20 1995 UTC (14 years, 8 months ago) by frystyk
CVS Tags: v3/0
Branch point for: WindowsNT
Changes since 1.78: +2 -2
lines
Diff to previous 1.78
(colored)
Official version
Revision 1.78 / (download) - annotate - [select for diffs]
, Tue Mar 21 17:44:39 1995 UTC (14 years, 8 months ago) by frystyk
Changes since 1.77: +135 -135
lines
Diff to previous 1.77
(colored)
Getting Library back on main branch
Revision 1.76.2.6 / (download) - annotate - [select for diffs]
, Tue Mar 21 17:03:34 1995 UTC (14 years, 8 months ago) by frystyk
Branch: without-configure
Changes since 1.76.2.5: +1 -1
lines
Diff to previous 1.76.2.5
(colored)
to branchpoint 1.76
(colored)
next main 1.77
(colored)
Getting ready for merge
Revision 1.77.2.1 / (download) - annotate - [select for diffs]
, Tue Mar 21 14:18:25 1995 UTC (14 years, 8 months ago) by frystyk
Branch: with-configure
Changes since 1.77: +6 -6
lines
Diff to previous 1.77
(colored)
next main 1.78
(colored)
GNU configure spawned off on its own branch
Revision 1.76.2.5 / (download) - annotate - [select for diffs]
, Thu Mar 9 18:28:48 1995 UTC (14 years, 8 months ago) by frystyk
Branch: without-configure
CVS Tags: v3/0pre3
Changes since 1.76.2.4: +25 -25
lines
Diff to previous 1.76.2.4
(colored)
to branchpoint 1.76
(colored)
Library version 3.0beta
Revision 1.76.2.4 / (download) - annotate - [select for diffs]
, Wed Mar 1 11:16:37 1995 UTC (14 years, 8 months ago) by frystyk
Branch: without-configure
Changes since 1.76.2.3: +1 -0
lines
Diff to previous 1.76.2.3
(colored)
to branchpoint 1.76
(colored)
Bug fix for HTTP 0.9 responses
Revision 1.76.2.3 / (download) - annotate - [select for diffs]
, Tue Jan 24 09:21:52 1995 UTC (14 years, 10 months ago) by howcome
Branch: without-configure
Changes since 1.76.2.2: +11 -5
lines
Diff to previous 1.76.2.2
(colored)
to branchpoint 1.76
(colored)
small fixes to make Arena run better
Revision 1.76.2.2 / (download) - annotate - [select for diffs]
, Sat Jan 7 15:20:44 1995 UTC (14 years, 10 months ago) by frystyk
Branch: without-configure
Changes since 1.76.2.1: +1 -1
lines
Diff to previous 1.76.2.1
(colored)
to branchpoint 1.76
(colored)
bugfix in gethostname, and HTTP AA
Revision 1.76.2.1 / (download) - annotate - [select for diffs]
, Fri Jan 6 22:23:50 1995 UTC (14 years, 10 months ago) by frystyk
Branch: without-configure
Changes since 1.76: +98 -105
lines
Diff to previous 1.76
(colored)
Mainly adjustments in HTTP.c
Revision 1.77 / (download) - annotate - [select for diffs]
, Tue Dec 6 14:28:43 1994 UTC (14 years, 11 months ago) by roeber
Branch point for: with-configure
Changes since 1.76: +1 -1
lines
Diff to previous 1.76
(colored)
Now uses GNU Autoconf
Revision 1.76 / (download) - annotate - [select for diffs]
, Fri Nov 25 18:09:56 1994 UTC (15 years ago) by frystyk
CVS Tags: v3/0pre2,
v3/0pre1
Branch point for: without-configure
Changes since 1.75: +3 -3
lines
Diff to previous 1.75
(colored)
compiles on g++
Revision 1.75 / (download) - annotate - [select for diffs]
, Fri Nov 25 14:26:21 1994 UTC (15 years ago) by frystyk
Changes since 1.74: +7 -7
lines
Diff to previous 1.74
(colored)
bugfix in HTLibInit
Revision 1.74 / (download) - annotate - [select for diffs]
, Thu Nov 24 21:11:43 1994 UTC (15 years ago) by frystyk
Changes since 1.73: +21 -10
lines
Diff to previous 1.73
(colored)
New COPYRIGHT HEADERS and BETTER multi :-)
Revision 1.73 / (download) - annotate - [select for diffs]
, Wed Nov 23 16:43:27 1994 UTC (15 years ago) by frystyk
Changes since 1.72: +1 -0
lines
Diff to previous 1.72
(colored)
Introduced Interrupt All
Revision 1.72 / (download) - annotate - [select for diffs]
, Wed Nov 9 16:58:10 1994 UTC (15 years ago) by frystyk
Changes since 1.71: +1 -1
lines
Diff to previous 1.71
(colored)
better spec
Revision 1.71 / (download) - annotate - [select for diffs]
, Wed Nov 9 14:44:26 1994 UTC (15 years ago) by frystyk
Changes since 1.70: +638 -729
lines
Diff to previous 1.70
(colored)
MULTI-THREADED VERSION
Revision 1.70 / (download) - annotate - [select for diffs]
, Wed Oct 12 03:58:39 1994 UTC (15 years, 1 month ago) by howcome
Changes since 1.69: +16 -4
lines
Diff to previous 1.69
(colored)
HWL adde the external parse module, and (more) support for mailcap in HTFormat.c
Revision 1.69 / (download) - annotate - [select for diffs]
, Sat Oct 1 10:28:03 1994 UTC (15 years, 1 month ago) by frystyk
Changes since 1.68: +6 -6
lines
Diff to previous 1.68
(colored)
It now compilen using g++
Revision 1.68 / (download) - annotate - [select for diffs]
, Sun Sep 25 13:50:36 1994 UTC (15 years, 2 months ago) by frystyk
CVS Tags: v2/17,
cern-update
Changes since 1.67: +88 -19
lines
Diff to previous 1.67
(colored)
A whole bunch of changes
Revision 1.67 / (download) - annotate - [select for diffs]
, Tue Jul 12 14:48:53 1994 UTC (15 years, 4 months ago) by duns
Changes since 1.66: +3 -2
lines
Diff to previous 1.66
(colored)
field test version 2
Revision 1.66 / (download) - annotate - [select for diffs]
, Sun Jun 19 18:55:34 1994 UTC (15 years, 5 months ago) by frystyk
CVS Tags: v2/16pre2
Changes since 1.65: +1 -0
lines
Diff to previous 1.65
(colored)
memory leak in HTTP
Revision 1.65 / (download) - annotate - [select for diffs]
, Fri Jun 17 18:44:41 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.64: +1 -1
lines
Diff to previous 1.64
(colored)
extra commas removed
Revision 1.64 / (download) - annotate - [select for diffs]
, Thu Jun 16 19:23:35 1994 UTC (15 years, 5 months ago) by frystyk
CVS Tags: v2/16pre1
Changes since 1.63: +6 -7
lines
Diff to previous 1.63
(colored)
Final commit before 2.16pre1 is out
Revision 1.63 / (download) - annotate - [select for diffs]
, Wed Jun 15 10:59:16 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.62: +9 -0
lines
Diff to previous 1.62
(colored)
Error in HTSimplify fixed. From introduced
Revision 1.62 / (download) - annotate - [select for diffs]
, Tue Jun 14 16:11:21 1994 UTC (15 years, 5 months ago) by timbl
Changes since 1.61: +2 -0
lines
Diff to previous 1.61
(colored)
Fixed HTMLGen.c
Revision 1.61 / (download) - annotate - [select for diffs]
, Tue Jun 14 12:33:13 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.60: +1 -1
lines
Diff to previous 1.60
(colored)
fixed bug with too early init of input buffer in HTTP.c
Revision 1.60 / (download) - annotate - [select for diffs]
, Wed Jun 8 15:20:30 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.59: +1 -1
lines
Diff to previous 1.59
(colored)
Typo in variable
Revision 1.59 / (download) - annotate - [select for diffs]
, Wed Jun 8 14:31:20 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.58: +93 -65
lines
Diff to previous 1.58
(colored)
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) - annotate - [select for diffs]
, Sat Jun 4 12:16:44 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.57: +33 -11
lines
Diff to previous 1.57
(colored)
HTRequest_clear handling has been moved to library. Referer field in
HTTP request. HTError modification.
Revision 1.57 / (download) - annotate - [select for diffs]
, Fri Jun 3 12:04:32 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.56: +3 -3
lines
Diff to previous 1.56
(colored)
HTFWriter_filename made PUBLIC; ERR_INFO introduced into HTError.c
Revision 1.56 / (download) - annotate - [select for diffs]
, Wed Jun 1 17:31:29 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.55: +110 -17
lines
Diff to previous 1.55
(colored)
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) - annotate - [select for diffs]
, Mon May 30 09:54:46 1994 UTC (15 years, 5 months ago) by frystyk
Changes since 1.54: +358 -327
lines
Diff to previous 1.54
(colored)
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) - annotate - [select for diffs]
, Thu May 19 13:54:55 1994 UTC (15 years, 6 months ago) by luotonen
Changes since 1.53: +14 -0
lines
Diff to previous 1.53
(colored)
httpd 3.0pre5.
Revision 1.53 / (download) - annotate - [select for diffs]
, Wed May 18 17:55:23 1994 UTC (15 years, 6 months ago) by luotonen
Changes since 1.52: +3 -0
lines
Diff to previous 1.52
(colored)
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) - annotate - [select for diffs]
, Thu May 12 16:45:30 1994 UTC (15 years, 6 months ago) by luotonen
Changes since 1.51: +0 -3
lines
Diff to previous 1.51
(colored)
This went out with httpd 3.0pre4.
Revision 1.51 / (download) - annotate - [select for diffs]
, Wed May 4 19:05:42 1994 UTC (15 years, 6 months ago) by luotonen
Changes since 1.50: +5 -5
lines
Diff to previous 1.50
(colored)
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) - annotate - [select for diffs]
, Tue May 3 15:48:38 1994 UTC (15 years, 6 months ago) by luotonen
Changes since 1.49: +9 -1
lines
Diff to previous 1.49
(colored)
Fixed security holes with gopher, ftp, news, and especially telnet.
Also fixed unescaping problem in news module.
Revision 1.49 / (download) - annotate - [select for diffs]
, Wed Apr 27 12:50:59 1994 UTC (15 years, 7 months ago) by luotonen
Changes since 1.48: +10 -2
lines
Diff to previous 1.48
(colored)
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) - annotate - [select for diffs]
, Wed Apr 20 09:42:04 1994 UTC (15 years, 7 months ago) by timbl
Changes since 1.47: +2 -1
lines
Diff to previous 1.47
(colored)
Enable caching of image files only
Revision 1.47 / (download) - annotate - [select for diffs]
, Fri Mar 25 11:49:39 1994 UTC (15 years, 8 months ago) by luotonen
Changes since 1.46: +1 -1
lines
Diff to previous 1.46
(colored)
Guessing stream.
Revision 1.46 / (download) - annotate - [select for diffs]
, Mon Mar 14 20:07:11 1994 UTC (15 years, 8 months ago) by frystyk
CVS Tags: v2/15
Changes since 1.45: +4 -6
lines
Diff to previous 1.45
(colored)
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()
Revision 1.45 / (download) - annotate - [select for diffs]
, Sun Mar 13 17:33:44 1994 UTC (15 years, 8 months ago) by luotonen
Changes since 1.44: +9 -0
lines
Diff to previous 1.44
(colored)
Fixed AA, Welcome pages, and some minor fixes.
Revision 1.44 / (download) - annotate - [select for diffs]
, Tue Mar 8 09:31:37 1994 UTC (15 years, 8 months ago) by frystyk
Changes since 1.43: +3 -2
lines
Diff to previous 1.43
(colored)
New HTML to LaTeX converter
Revision 1.43 / (download) - annotate - [select for diffs]
, Wed Mar 2 16:10:26 1994 UTC (15 years, 8 months ago) by frystyk
Changes since 1.42: +2 -2
lines
Diff to previous 1.42
(colored)
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c
Revision 1.42 / (download) - annotate - [select for diffs]
, Sun Feb 27 01:50:56 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.41: +0 -2
lines
Diff to previous 1.41
(colored)
Leak fix to HTRequest_free() and some minor stuff.
Revision 1.41 / (download) - annotate - [select for diffs]
, Thu Feb 24 17:41:19 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.40: +4 -4
lines
Diff to previous 1.40
(colored)
Found bug in HTNews.c (read_group and HTSetNewsHost)
Revision 1.40 / (download) - annotate - [select for diffs]
, Thu Feb 24 09:27:49 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.39: +1 -3
lines
Diff to previous 1.39
(colored)
Changes to HTSimplify(), in HTML.c and SGML.c (that is, only on client side!)
Revision 1.39 / (download) - annotate - [select for diffs]
, Mon Feb 21 17:07:04 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.38: +2 -2
lines
Diff to previous 1.38
(colored)
New try on HTCache_old
Revision 1.38 / (download) - annotate - [select for diffs]
, Mon Feb 21 16:53:13 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.37: +7 -2
lines
Diff to previous 1.37
(colored)
HTCache is changed i HTTP.c
Revision 1.37 / (download) - annotate - [select for diffs]
, Mon Feb 21 15:08:08 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.36: +26 -101
lines
Diff to previous 1.36
(colored)
Took daemon-specific stuff away from HTRequest structure.
Revision 1.36 / (download) - annotate - [select for diffs]
, Thu Feb 17 16:05:03 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.35: +7 -3
lines
Diff to previous 1.35
(colored)
URLs from HTTP servers < version 1.0 is no longer cached
Revision 1.35 / (download) - annotate - [select for diffs]
, Thu Feb 10 16:50:10 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.34: +1 -1
lines
Diff to previous 1.34
(colored)
Accept <NAME> and quality factor are now separated by ; according to specs
Revision 1.34 / (download) - annotate - [select for diffs]
, Thu Feb 10 14:48:29 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.33: +2 -1
lines
Diff to previous 1.33
(colored)
Quality factor used as weight in HTStreamStack()
Revision 1.33 / (download) - annotate - [select for diffs]
, Wed Feb 9 17:30:10 1994 UTC (15 years, 9 months ago) by timbl
Changes since 1.32: +13 -2
lines
Diff to previous 1.32
(colored)
HTTP: special case always convert MIME even if source requested
Revision 1.32 / (download) - annotate - [select for diffs]
, Wed Feb 9 17:08:49 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.31: +0 -7
lines
Diff to previous 1.31
(colored)
Content-Length no longer set for directories (because it was WRONG!)
Revision 1.31 / (download) - annotate - [select for diffs]
, Wed Feb 9 10:41:17 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.30: +1 -1
lines
Diff to previous 1.30
(colored)
Now stdout is not closed in HTFWriter
Revision 1.30 / (download) - annotate - [select for diffs]
, Tue Feb 8 09:32:11 1994 UTC (15 years, 9 months ago) by frystyk
Changes since 1.29: +3 -2
lines
Diff to previous 1.29
(colored)
Buf fix
Revision 1.29 / (download) - annotate - [select for diffs]
, Tue Feb 8 09:31:45 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.28: +6 -0
lines
Diff to previous 1.28
(colored)
Commented out gateway caching
Revision 1.28 / (download) - annotate - [select for diffs]
, Tue Feb 8 09:09:35 1994 UTC (15 years, 9 months ago) by timbl
Changes since 1.27: +1 -0
lines
Diff to previous 1.27
(colored)
little merges
Revision 1.27 / (download) - annotate - [select for diffs]
, Mon Feb 7 20:32:06 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.26: +35 -170
lines
Diff to previous 1.26
(colored)
After purify
Revision 1.26 / (download) - annotate - [select for diffs]
, Fri Feb 4 17:17:24 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.25: +2 -0
lines
Diff to previous 1.25
(colored)
Took away the wrap()-thing from HTRules
Revision 1.25 / (download) - annotate - [select for diffs]
, Fri Feb 4 17:00:01 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.24: +5 -0
lines
Diff to previous 1.24
(colored)
Defined S_ISDIR and S_ISREG for NeXT.
Revision 1.24 / (download) - annotate - [select for diffs]
, Fri Feb 4 14:25:30 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.23: +93 -36
lines
Diff to previous 1.23
(colored)
Daemon-specific stuff from rule file removed.
Revision 1.23 / (download) - annotate - [select for diffs]
, Wed Feb 2 03:24:57 1994 UTC (15 years, 9 months ago) by luotonen
Changes since 1.22: +127 -2
lines
Diff to previous 1.22
(colored)
Multiformat handling works!
Revision 1.22 / (download) - annotate - [select for diffs]
, Fri Jan 28 13:30:27 1994 UTC (15 years, 10 months ago) by luotonen
Changes since 1.21: +74 -12
lines
Diff to previous 1.21
(colored)
- 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) - annotate - [select for diffs]
, Mon Dec 13 19:36:00 1993 UTC (15 years, 11 months ago) by luotonen
Changes since 1.20: +205 -274
lines
Diff to previous 1.20
(colored)
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) - annotate - [select for diffs]
, Thu Dec 9 11:58:33 1993 UTC (15 years, 11 months ago) by timbl
Changes since 1.19: +2 -0
lines
Diff to previous 1.19
(colored)
progress continues.. untested
Revision 1.19 / (download) - annotate - [select for diffs]
, Fri Dec 3 16:37:20 1993 UTC (15 years, 11 months ago) by timbl
Changes since 1.18: +12 -4
lines
Diff to previous 1.18
(colored)
First compile with cache code in
Revision 1.18 / (download) - annotate - [select for diffs]
, Tue Nov 30 08:10:55 1993 UTC (15 years, 11 months ago) by timbl
Changes since 1.17: +1 -3
lines
Diff to previous 1.17
(colored)
adding HTMLPDTD files
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon Nov 29 08:50:25 1993 UTC (15 years, 11 months ago) by timbl
Changes since 1.16: +329 -317
lines
Diff to previous 1.16
(colored)
Comnpiles but untested
Revision 1.16 / (download) - annotate - [select for diffs]
, Wed Nov 10 15:56:53 1993 UTC (16 years ago) by duns
CVS Tags: v2/14
Changes since 1.15: +1 -1
lines
Diff to previous 1.15
(colored)
VMS update of library: not all AA taken care of yet...
CVS:
Revision 1.15 / (download) - annotate - [select for diffs]
, Wed Oct 13 15:29:38 1993 UTC (16 years, 1 month ago) by luotonen
CVS Tags: v2/13,
v2/12a
Changes since 1.14: +40 -29
lines
Diff to previous 1.14
(colored)
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) - annotate - [select for diffs]
, Mon Oct 4 19:37:25 1993 UTC (16 years, 1 month ago) by luotonen
Changes since 1.13: +84 -3
lines
Diff to previous 1.13
(colored)
Added first version of access authorization in.
Revision 1.13 / (download) - annotate - [select for diffs]
, Mon Sep 27 14:10:32 1993 UTC (16 years, 2 months ago) by duns
Changes since 1.12: +6 -3
lines
Diff to previous 1.12
(colored)
Duns' mods for VMS - not VMS tested yet
Revision 1.12 / (download) - annotate - [select for diffs]
, Fri Sep 3 13:20:31 1993 UTC (16 years, 2 months ago) by timbl
Changes since 1.11: +4 -0
lines
Diff to previous 1.11
(colored)
buf fix sgml.c?
Revision 1.11 / (download) - annotate - [select for diffs]
, Thu Sep 2 15:56:41 1993 UTC (16 years, 2 months ago) by timbl
Changes since 1.10: +99 -44
lines
Diff to previous 1.10
(colored)
Binary transfer problems fixed, quick etst ok
Revision 1.10 / (download) - annotate - [select for diffs]
, Fri Jun 18 14:30:01 1993 UTC (16 years, 5 months ago) by timbl
Changes since 1.9: +17 -28
lines
Diff to previous 1.9
(colored)
Now tested on VM/CMS
Revision 1.9 / (download) - annotate - [select for diffs]
, Mon Jun 7 13:21:40 1993 UTC (16 years, 5 months ago) by timbl
Changes since 1.8: +2 -2
lines
Diff to previous 1.8
(colored)
More bug fixes
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Jun 7 08:25:33 1993 UTC (16 years, 5 months ago) by timbl
Changes since 1.7: +4 -3
lines
Diff to previous 1.7
(colored)
Compiles on all unix OK
Revision 1.7 / (download) - annotate - [select for diffs]
, Thu May 27 14:18:38 1993 UTC (16 years, 6 months ago) by timbl
Changes since 1.6: +53 -41
lines
Diff to previous 1.6
(colored)
Fix bug in HTTP.c: with old servers, missed first bit of reply.
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed May 12 16:01:37 1993 UTC (16 years, 6 months ago) by timbl
Changes since 1.5: +27 -4
lines
Diff to previous 1.5
(colored)
bug fixes for nicola etc ... exit 6996 problem.
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Apr 30 16:18:29 1993 UTC (16 years, 6 months ago) by timbl
Changes since 1.4: +2 -0
lines
Diff to previous 1.4
(colored)
dd missing HTWSRC files added. This version deisstributed as 2.05
Revision 1.4 / (download) - annotate - [select for diffs]
, Wed Apr 28 17:37:48 1993 UTC (16 years, 7 months ago) by timbl
Changes since 1.3: +3 -5
lines
Diff to previous 1.3
(colored)
Fixed formatting big and WAIS agteay bug
Revision 1.3 / (download) - annotate - [select for diffs]
, Tue Apr 27 10:40:20 1993 UTC (16 years, 7 months ago) by timbl
Changes since 1.2: +76 -50
lines
Diff to previous 1.2
(colored)
First commit with WAIS in. Basiclly works but probably lots of bugs.
Revision 1.2 / (download) - annotate - [select for diffs]
, Mon Apr 5 14:42:32 1993 UTC (16 years, 7 months ago) by timbl
Changes since 1.1: +221 -19
lines
Diff to previous 1.1
(colored)
basically works, no WAIS
Revision 1.1.1.1 / (download) - annotate - [select for diffs]
(vendor branch), Wed Feb 3 09:52:56 1993 UTC (16 years, 9 months ago) by timbl
Branch: CERN
CVS Tags: R1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1
(colored)
First import of WWW Library source files. (not in working state)
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Feb 3 09:52:55 1993 UTC (16 years, 9 months ago) by timbl
Diff
Initial revision
This form allows you to request diff's 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.
Webmaster