W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Aug 9 10:43:08 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, HEAD, Amaya
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -3 lines
JK: Wayne Davison:
New function HTChunk_setSize(). Documentation fixes and related code
optimizations.
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0128.html

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Jun 27 10:05:37 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -1 lines
JK: freed memory could be reused.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Feb 7 11:19:34 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +23 -4 lines
JK for Joe Bester: the FTP module wasn't compatible anymore with the
wu-2.6.0(3) ftp server. Added some to code to allow incremental
streaming ftp data into the user application via a PostCallback function.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Aug 2 22:59:46 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +27 -4 lines
Added support for FTP PUT.

Changes by Chris Nichols (cnichols@eurpd.csg.mot.com)
reposted by Michael Saunders <michael@amtec.com>

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Jul 7 17:11:22 1999 UTC (24 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +11 -5 lines
Fixed two more problems in FTP:

* Don't time out the control connection if we are actually recieving
  data on the data connection

* Don't treat the close of the control connection as an interrupt if
  we are done on the data connection

Revision 1.104: 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.103: preferred, colored
Changes since revision 1.103: +69 -119 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.103: download - view: text, markup, annotated - select for diffs
Mon Apr 12 15:01:21 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Had to change the name of the function strcasestr to HTStrCaseStr as
the old name conflicted with a function exported in the MySQL library

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

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:24:19 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
Selected the include files more carefully to avoid unnecessary linking to modules that are not directly used

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Jan 19 11:51:32 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +10 -2 lines
Added check to FTP module that we only support GET for now. You are more than welcome to add support for HEAD and PUT

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Nov 20 15:53:48 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +8 -7 lines
Added a progress notification for login and updated the progress notifiaction for reads and writes so that it is easier to report to the user what's going on.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Sep 24 19:48:51 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +36 -7 lines
Added support for interrupting and timing out FTP requests and added a mechanism for figuring out the length of a document fetched using FTP.

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

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

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Mar 20 17:52:52 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +180 -83 lines
version 5.1k

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

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

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

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

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

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

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

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:40:58 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -3 lines
Ajustments because of compiler errors

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

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Jun 8 01:52:05 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +10 -2 lines
Version 4.1beta1

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:34:49 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +21 -19 lines
new doc

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

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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:46:45 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +103 -45 lines
new transport and Content Coding support

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

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

Revision 1.78: download - view: text, markup, annotated - select for diffs
Wed Feb 14 00:33:30 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
CVS tags: autoconf
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +26 -26 lines
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

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

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

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:39:26 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +32 -26 lines
4.0D

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Dec 12 02:28:08 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Next version

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:43:28 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +13 -13 lines
Upgrade release for 4.0

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

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:32:54 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +5 -5 lines
Integration of server START

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:14:04 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +16 -11 lines
Merged Error and Dialog system

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

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

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

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Nov 3 22:35:27 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +17 -16 lines
new Header support

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

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Oct 8 19:53:03 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -1 lines
FTP

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Oct 4 21:36:12 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +70 -70 lines
next alpha version

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Sep 28 01:46:02 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +22 -9 lines
timeout in select

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Sep 25 05:51:33 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
fix

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

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

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:38:45 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +149 -552 lines
Most of new version

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

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

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Jul 13 22:40:59 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +18 -16 lines
Most of 3.1pre3

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:19:02 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT1, NT, NNTP
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
no more cern stuff :-)

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

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

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

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu May 4 22:07:45 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +23 -22 lines
Basics of release 3.1

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Mar 21 22:42:59 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Last attempt before release

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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:27:37 1994 UTC (29 years, 4 months ago) by roeber
Branches: MAIN
CVS tags: with-configure
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +83 -92 lines
Now uses GNU Autoconf

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:43 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.45: preferred, colored
Changes since revision 1.45: +5 -3 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:43:52 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +41 -31 lines
MULTI-THREADED VERSION

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

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

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

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jun 17 18:44:39 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
extra commas removed

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jun 11 10:31:00 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -1 lines
select needs (int *) on hp

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 8 14:31:08 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +202 -110 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.38: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:31:19 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -134 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.37: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:26 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +26 -17 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.36: download - view: text, markup, annotated - select for diffs
Thu May 19 11:35:05 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -11 lines
Call of HTErrorMsg is now moved from the protocol modules to HTAccess

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu May 19 09:07:18 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +16 -16 lines
Better control of streams and error messages in HTError. HTErrorMsg
moved to HTML.c so that it might be overwritten.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed May 18 13:32:20 1994 UTC (29 years, 11 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -7 lines
FTP content-encoding fix; my error_stack => old_error_stack

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 18 11:40:12 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +403 -74 lines
New version of HTGopher, improved FTP and a whole lot of other things

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun May 8 19:48:38 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +41 -11 lines
Old code removed from HTDirBrw.c; WINDOWS_NT now supported as FTP-server (treated as UNIX listings); Bug fixed in ftp://host:port; the portnumber was also used in establishing the data connection

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri May 6 14:26:34 1994 UTC (29 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +39 -32 lines
HTFTPLoad renamed to HTLoadFTP in order to have the same naming scheme in all protocol modules; HTChunkFree's moved in HTFTP.c

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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 2 13:07:55 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
Now the request structure is updated if ftp file is binary

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun May 1 13:45:10 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +53 -46 lines
Small modification to FTP welcome message system

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Apr 29 13:26:10 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
Removed an unconditional trace message from FTP module.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Apr 28 18:57:54 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Conflict fixes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Apr 28 09:36:40 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +54 -38 lines
FTP: Accumulated welcome message, HTChunk: New allocated memory always filled with '\0' using calloc and memset

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 27 12:50:42 1994 UTC (30 years ago) by luotonen
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 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.23: download - view: text, markup, annotated - select for diffs
Wed Apr 27 11:35:19 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2009 -1186 lines
New FTP-module, new HTSimplify, HTInputSocket_get_character now returns int and not char

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Apr 10 19:04:12 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1294 -424 lines
Long FTP directory listings, <IMG> changes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 29 07:57:34 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +50 -5 lines
New HTSimplify(), HTBrowseDirectory(), HTFTPBrowseDirectory (not final), HTMLGen understands <IMG>, Nested <PRE> no more problem in HTML_start_element()

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 25 12:31:19 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
Fixed trailing slash problem with FTP.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Mar 23 12:20:48 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
CVS tags: v2/15
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -6 lines
FTP is how handled uniformly like all the other protocols by protocol
module (no longer goes thru HTLoadFile()).  Also, now file: which
actually means ftp: gets transformed into ftp: and handled correctly.

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

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

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:29:52 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 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.14: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:22 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -6 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.13: download - view: text, markup, annotated - select for diffs
Tue Nov 30 08:10:19 1993 UTC (30 years, 5 months ago) by timbl
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +17 -20 lines
adding HTMLPDTD files

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 3 15:21:29 1993 UTC (30 years, 6 months ago) by timbl
Branches: MAIN
CVS tags: v2/14, v2/13
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Some bits needed for editor

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:52:47 1993 UTC (30 years, 8 months ago) by timbl
Branches: MAIN
CVS tags: v2/12a
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
Binary transfer problems fixed, quick etst ok

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 29 13:32:34 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -10 lines
VM version runs

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jun 23 18:43:20 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -1 lines
Release 2.09

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 9 11:17:57 1993 UTC (30 years, 10 months ago) by timbl
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -2 lines
Allow personal home page

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 13 11:45:27 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
strcasecmp becomes strcasecomp

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 13 11:25:26 1993 UTC (30 years, 11 months ago) by secret
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +81 -88 lines
HTBTree.c and .h are now used to sort files and directories
 in HTFile.c and HTFTP.c

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 27 10:38:19 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +28 -20 lines
First commit with WAIS in.  Basiclly works but probably lots of bugs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 7 09:57:16 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Fixing problem with root of /Public directory.
version for Carl to play with

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:40:07 1993 UTC (31 years ago) by timbl
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +86 -55 lines
basically works, no WAIS

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:52:37 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