W3C CVS Root

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

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

Request diff between arbitrary revisions


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


Revision 2.107: download - view: text, markup, annotated - select for diffs
Mon Aug 1 19:39:35 2005 UTC (18 years, 9 months ago) by vbancrof
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD
Diff to: previous 2.106: preferred, colored
Changes since revision 2.106: +3 -1 lines
Patch to greatly speed up repeated requests, from Arthur Smith

Revision 2.106: download - view: text, markup, annotated - select for diffs
Tue Jul 4 15:26:25 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-4-0, Release-5-3-1, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya
Diff to: previous 2.105: preferred, colored
Changes since revision 2.105: +2 -2 lines
JK: typo fix contr. by Fox One

Revision 2.105: download - view: text, markup, annotated - select for diffs
Fri Jun 16 13:44:46 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.104: preferred, colored
Changes since revision 2.104: +5 -3 lines
JK: fixed an infinite loop condition while freeing the HTNet structures.

Revision 2.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 2.103: preferred, colored
Changes since revision 2.103: +15 -14 lines
Committing a set of patches that fixed the problem with listening on
sockets. The implementation is still client specific - it doesn't
handle generic incoming connections. However, it works for FTP and the
simple listen sample application. A future architecture should support
incoming connections as well as outgoing connections. For now, the
mget tool also works when downloading multiple files from an FTP
server using both PASV and PORT.

Revision 2.103: 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-8, Release-5-2-6, Amaya_2_4
Diff to: previous 2.102: preferred, colored
Changes since revision 2.102: +56 -72 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.102: download - view: text, markup, annotated - select for diffs
Mon Feb 15 16:19:17 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.101: preferred, colored
Changes since revision 2.101: +2 -2 lines
fix until we know what is going on when not freing the HTNet object before calling after filters

Revision 2.101: download - view: text, markup, annotated - select for diffs
Tue Feb 9 23:11:32 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.100: preferred, colored
Changes since revision 2.100: +39 -23 lines
Mikhail Grouchinski: I added the function free_net() and removed freeing of HTNet object from delete_object and (as the result) from remove_net. In HTNet_delete I put the call of free_net() after calling After filters. free_net was also added everywhere we call remove_net or delete_object.

Revision 2.100: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:20:31 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.99: preferred, colored
Changes since revision 2.99: +5 -7 lines
Synchronized the various hash tables in libwww and made then tunable in wwwsys.h. This makes it easier to build a small libwww, for example with less memory requirements than the normal build. Also fixed the hash generator in HTBind so that it can handle suffic insentive searches

Revision 2.99: download - view: text, markup, annotated - select for diffs
Fri Jan 15 03:54:46 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.98: preferred, colored
Changes since revision 2.98: +61 -3 lines
Force return before calling after filters if any of the before filters fail. This means that the behavior now is the same regardless of whether the before filter fails or not - the program returns before calling the after filters.

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

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

Revision 2.96: 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
Diff to: previous 2.95: preferred, colored
Changes since revision 2.95: +20 -1 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 2.95: download - view: text, markup, annotated - select for diffs
Wed Jul 22 19:21:06 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.94: preferred, colored
Changes since revision 2.94: +3 -2 lines
Better support for control of how many bytes are written

Revision 2.94: download - view: text, markup, annotated - select for diffs
Thu Jul 9 16:48:00 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.93: preferred, colored
Changes since revision 2.93: +4 -2 lines
Bad typo bug when deleting before filters in HTNetCall_addBefore which caused deletion problems in the Filter list

Revision 2.93: download - view: text, markup, annotated - select for diffs
Mon May 4 19:37:05 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.92: preferred, colored
Changes since revision 2.92: +3 -3 lines
version 5.1m

Revision 2.92: download - view: text, markup, annotated - select for diffs
Thu Feb 5 21:25:04 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j
Diff to: previous 2.91: preferred, colored
Changes since revision 2.91: +2 -1 lines
*** empty log message ***

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

Revision 2.90: download - view: text, markup, annotated - select for diffs
Mon Dec 22 14:46:11 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1d
Diff to: previous 2.89: preferred, colored
Changes since revision 2.89: +2 -2 lines
*** empty log message ***

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

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

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

Revision 2.86: download - view: text, markup, annotated - select for diffs
Tue Feb 11 23:15:28 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.85: preferred, colored
Changes since revision 2.85: +20 -12 lines
Moved fp from host to channel

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

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

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

Revision 2.82: download - view: text, markup, annotated - select for diffs
Sat Dec 7 15:55:49 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.81: preferred, colored
Changes since revision 2.81: +8 -4 lines
minor stuff

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

Revision 2.80: download - view: text, markup, annotated - select for diffs
Thu Oct 10 22:35:23 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a
Diff to: previous 2.79: preferred, colored
Changes since revision 2.79: +6 -6 lines
Libww 5.0a

Revision 2.79: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:05:01 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
Branch point for: PIPELINE1
Diff to: previous 2.78: preferred, colored
Changes since revision 2.78: +265 -115 lines
libvwww 5.0a

Revision 2.78: download - view: text, markup, annotated - select for diffs
Fri Sep 20 14:21:45 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.77: preferred, colored
Changes since revision 2.77: +5 -1 lines
Fix in automatic connection recovery

Revision 2.77: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:08:36 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 2.76: preferred, colored
Changes since revision 2.76: +2 -2 lines
Persistent Cache

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

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

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

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

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

Revision 2.71: download - view: text, markup, annotated - select for diffs
Tue Jul 16 02:27:04 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +2 -2 lines
a lot of new things

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

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

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

Revision 2.67: download - view: text, markup, annotated - select for diffs
Sat Jun 1 17:46:52 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +25 -14 lines
updated docs

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

Revision 2.65: download - view: text, markup, annotated - select for diffs
Thu May 16 19:03:09 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +2 -2 lines
4.1 alpha

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

Revision 2.63: download - view: text, markup, annotated - select for diffs
Tue May 7 18:10:01 1996 UTC (27 years, 11 months ago) by eric
Branches: MAIN
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +2 -4 lines
reload problems

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

Revision 2.61: download - view: text, markup, annotated - select for diffs
Fri Apr 26 01:21:46 1996 UTC (28 years ago) by eric
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +3 -3 lines
fixed calls to HTNet_callAfter

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

Revision 2.59: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:48:09 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.58: preferred, colored
Changes since revision 2.58: +141 -76 lines
new transport and Content Coding support

Revision 2.58: download - view: text, markup, annotated - select for diffs
Wed Apr 3 22:10:05 1996 UTC (28 years, 1 month ago) by hallam
Branches: MAIN
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +46 -26 lines
Eric's Lib changes

Revision 2.57: download - view: text, markup, annotated - select for diffs
Thu Mar 21 00:16:27 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +2 -2 lines
day from hell

Revision 2.56: download - view: text, markup, annotated - select for diffs
Wed Mar 20 16:10:33 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +5 -3 lines
PICS version ready

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

Revision 2.54: download - view: text, markup, annotated - select for diffs
Tue Mar 12 22:45:46 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +1 -1 lines
moving BOOLEANs to the sysdep domain

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

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

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

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

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

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

Revision 2.47: download - view: text, markup, annotated - select for diffs
Sun Feb 4 04:12:41 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.46: preferred, colored
Changes since revision 2.46: +1 -2 lines
update version

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

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

Revision 2.44: download - view: text, markup, annotated - select for diffs
Mon Dec 18 22:03:06 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +1 -1 lines
4.0B

Revision 2.43: download - view: text, markup, annotated - select for diffs
Tue Dec 12 02:28:31 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.42: preferred, colored
Changes since revision 2.42: +8 -8 lines
Next version

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

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

Revision 2.40: download - view: text, markup, annotated - select for diffs
Thu Dec 7 19:43:36 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +31 -9 lines
Robot

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

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

Revision 2.37: download - view: text, markup, annotated - select for diffs
Mon Nov 27 03:05:05 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +83 -30 lines
alpha 7

Revision 2.36: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:33:38 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +47 -11 lines
Integration of server START

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

Revision 2.34: download - view: text, markup, annotated - select for diffs
Thu Nov 16 23:50:43 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +1 -1 lines
getting closer

Revision 2.33: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:23:40 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +143 -71 lines
pre and post callback

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

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

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

Revision 2.29: download - view: text, markup, annotated - select for diffs
Sun Oct 8 02:01:08 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +2 -2 lines
small changes

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

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

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

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

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

Revision 2.23: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:39:32 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +385 -175 lines
Most of new version

Revision 2.22: download - view: text, markup, annotated - select for diffs
Fri Sep 1 21:29:39 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +1 -1 lines
porting problems

Revision 2.21: download - view: text, markup, annotated - select for diffs
Fri Sep 1 21:20:40 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +1 -1 lines
porting problems

Revision 2.20: download - view: text, markup, annotated - select for diffs
Fri Sep 1 21:03:14 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +29 -36 lines
porting problems

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

Revision 2.18: download - view: text, markup, annotated - select for diffs
Mon Aug 14 02:16:52 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +5 -3 lines
bug fixes

Revision 2.17: download - view: text, markup, annotated - select for diffs
Thu Jul 13 00:02:52 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, NNTP
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +141 -220 lines
Merge of NT into main branch

Revision 2.16: download - view: text, markup, annotated - select for diffs
Sat Jul 8 03:23:24 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
Branch point for: NT1
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +1 -0 lines
most of version 3.1pre3

Revision 2.15: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:21:34 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2
Branch point for: NT
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +16 -8 lines
most of 3.1pre2

Revision 2.14: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:19:18 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +1 -1 lines
no more cern stuff :-)

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

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

Revision 2.11: download - view: text, markup, annotated - select for diffs
Fri May 19 21:22:44 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre1
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +0 -1 lines
Some NT fixes

Revision 2.10: download - view: text, markup, annotated - select for diffs
Fri May 19 02:06:46 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Branch point for: WinNT
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +1 -1 lines
final swap to MIT statements

Revision 2.9: download - view: text, markup, annotated - select for diffs
Fri May 19 00:53:18 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +73 -7 lines
Windows NT back on main branch

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:45:57 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +12 -14 lines
Getting Library back on main branch

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Fri Nov 25 14:26:24 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 2.4: preferred, colored
Changes since revision 2.4: +0 -2 lines
bugfix in HTLibInit

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

Revision 2.3: download - view: text, markup, annotated - select for diffs
Thu Nov 24 17:01:25 1994 UTC (29 years, 5 months ago) by howcome
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +2 -0 lines
adding fields to structure in HTExtparse, removing umask calls

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:44:33 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
MULTI-THREADED VERSION

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