W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.102: download - view: text, markup, annotated - select for diffs
Mon Jul 10 00:28:39 2006 UTC (17 years, 9 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 2.101: preferred, colored
Changes since revision 2.101: +2 -23 lines
close leak in HTBound process_boundary() detected by Sam Varshavchik using valgrind; excised old #if 0 snippets from HTMIME.c

Revision 2.100.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 30 13:57:59 2001 UTC (22 years, 7 months ago) by kahan
CVS tags: Amaya-6-3, Amaya-6-1, Amaya-5-2
Diff to: previous 2.100: preferred, colored; next MAIN 2.101: preferred, colored
Changes since revision 2.100: +22 -2 lines
JK: handling of content-location

Revision 2.101: download - view: text, markup, annotated - select for diffs
Mon Dec 18 17:00:56 2000 UTC (23 years, 4 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Amaya
Diff to: previous 2.100: preferred, colored
Changes since revision 2.100: +22 -2 lines
JK: Removing the MIME/CACHE minilibs dependency

Revision 2.100: download - view: text, markup, annotated - select for diffs
Wed Dec 13 17:18:36 2000 UTC (23 years, 4 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2
Diff to: previous 2.99: preferred, colored
Changes since revision 2.99: +69 -16 lines
JK: Fixing a bug with the cache and the response object

Revision 2.99: 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
Diff to: previous 2.98: preferred, colored
Changes since revision 2.98: +3 -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 2.98: download - view: text, markup, annotated - select for diffs
Mon Jun 19 13:43:33 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1
Diff to: previous 2.97: preferred, colored
Changes since revision 2.97: +19 -3 lines
JK: This patch fixes problems with the cache, when saving to a previously
browsed URL.  The Cache entry wasn't being updated. I also added a new
function (HTRequest_defaultPutName), which allows to define the default
name for "/" when saving to a URL finishing by "/". This is an ugly hack,
but allows to solve an outstanding cache problem. Both of these patches were
originally proposed in Amaya.

Revision 2.97.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 29 17:17:24 2000 UTC (24 years, 1 month ago) by kahan
Diff to: previous 2.97: preferred, colored; next MAIN 2.98: preferred, colored
Changes since revision 2.97: +19 -3 lines
JK: Committing my PUT fixes on the amaya tree for testing

Revision 2.97.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 21 13:18:47 1999 UTC (24 years, 6 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 2.97: preferred, colored; next MAIN 2.98: preferred, colored
Changes since revision 2.97: +4 -2 lines
JK: some patches for trying to improve the PUT of documents to / using
a default name

Revision 2.97: download - view: text, markup, annotated - select for diffs
Fri Apr 2 15:24:39 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.96: preferred, colored
Changes since revision 2.96: +2 -2 lines
Raffaele Sena: A "fix" for a typo in a trace message

Revision 2.96: download - view: text, markup, annotated - select for diffs
Wed Mar 3 17:54:00 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.95: preferred, colored
Changes since revision 2.95: +2 -2 lines
Fixed a bug in the MIME parser which caused header parsing problems
when a header name was split over multiple TCP read operations. This
can happen when pipelining requests. The result of this bug could be a
902 interrupted status code.

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

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

Revision 2.93: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:29:05 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.92: preferred, colored
Changes since revision 2.92: +36 -8 lines
Made the default 'dump to local disk' stream in HTMIME a variable tha can be set by the application. This allows the app to use something else than the default 'save to disk' stream

Revision 2.92: download - view: text, markup, annotated - select for diffs
Fri Feb 5 17:31:28 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.91: preferred, colored
Changes since revision 2.91: +3 -3 lines
Changed the TOLOWER and TOUPPER to cast to (int)

Revision 2.91: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:38:20 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.90: preferred, colored
Changes since revision 2.90: +1 -4 lines
Removed old code

Revision 2.90: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:19 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.89: preferred, colored
Changes since revision 2.89: +23 -27 lines
A set of changes: 1) Added support for etags in 201 responses. This will help avoiding overrides of PUT 2) Added timeout support. Default timeout in webbot and command line tool is 20secs. Can be changed using the -timeout option 3) Fixed a problem that prevented idle connections to be closed after 60 secs idle time. Client side closes are a lot easier to deal with 4) Expanded progress flags in HTAlert to be 32 bit instead of 16 bit as I was running out of flags.

Revision 2.89: download - view: text, markup, annotated - select for diffs
Wed Jul 22 19:18:57 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.88: preferred, colored
Changes since revision 2.88: +3 -3 lines
The mime parser now uses the updated control of bytes read/written

Revision 2.88: download - view: text, markup, annotated - select for diffs
Fri Jun 19 13:46:57 1998 UTC (25 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.87: preferred, colored
Changes since revision 2.87: +16 -5 lines
Moved the Done progress notification into HTMIME.c instead of in HTReader.c as Done no longer has much to do with closing the TCP connection.

Revision 2.87: download - view: text, markup, annotated - select for diffs
Tue May 26 17:11:47 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.86: preferred, colored
Changes since revision 2.86: +10 -5 lines
Fixed bug in handling 100 codes

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

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

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

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

Revision 2.82: download - view: text, markup, annotated - select for diffs
Fri Feb 27 18:35:45 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.81: preferred, colored
Changes since revision 2.81: +4 -4 lines
*** empty log message ***

Revision 2.81: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:48:29 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.80: preferred, colored
Changes since revision 2.80: +8 -3 lines
*** empty log message ***

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

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

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

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

Revision 2.76: download - view: text, markup, annotated - select for diffs
Thu Feb 6 16:33:47 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 2.75: preferred, colored
Changes since revision 2.75: +12 -12 lines
zip updates

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

Revision 2.74: download - view: text, markup, annotated - select for diffs
Sun Dec 1 02:13:48 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.73: preferred, colored
Changes since revision 2.73: +2 -2 lines
Savings from pipeline merge

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

Revision 2.71.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:01:01 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.71.2.5: preferred, colored; next MAIN 2.72: preferred, colored
Changes since revision 2.71.2.5: +15 -8 lines
may have some versioning probs (update from v -1)

Revision 2.71.2.5: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:43 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.71.2.4: preferred, colored
Changes since revision 2.71.2.4: +12 -6 lines
s'more robot fixin's

Revision 2.71.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 6 15:27:29 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.71.2.3: preferred, colored
Changes since revision 2.71.2.3: +4 -4 lines
S'more fixes after moving bodyLength around

Revision 2.71.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 5 21:43:09 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.71.2.2: preferred, colored
Changes since revision 2.71.2.2: +27 -18 lines
byte counting

Revision 2.71.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 29 22:13:06 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.71.2.1: preferred, colored
Changes since revision 2.71.2.1: +1 -1 lines
synch up end of read stream

Revision 2.71.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:27:04 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.71: preferred, colored
Changes since revision 2.71: +20 -7 lines
1st pass at pipelines - eric

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

Revision 2.71: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:54 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
Branch point for: PIPELINE1
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +163 -51 lines
libvwww 5.0a

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

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

Revision 2.68: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:30:43 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +16 -7 lines
pipeline in place

Revision 2.67: download - view: text, markup, annotated - select for diffs
Thu Jul 4 18:40:21 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +5 -2 lines
beta 2

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

Revision 2.65: download - view: text, markup, annotated - select for diffs
Fri Jun 7 04:40:01 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +37 -6 lines
fixing up the MIMPrs stuff for WIN32

Revision 2.64: download - view: text, markup, annotated - select for diffs
Mon Jun 3 19:25:20 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +120 -623 lines
removed HTHashList

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

Revision 2.62: download - view: text, markup, annotated - select for diffs
Thu Apr 18 01:41:45 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.61: preferred, colored
Changes since revision 2.61: +46 -18 lines
chunked encoding

Revision 2.61: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:05:58 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +40 -36 lines
C-T-E now supported

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

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

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

Revision 2.57: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:12:54 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +8 -8 lines
Autoconf

Revision 2.56: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:25:08 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +17 -5 lines
new AA

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

Revision 2.54: download - view: text, markup, annotated - select for diffs
Sun Feb 11 22:36:41 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +1 -1 lines
HTMIME_putBlock optimized

Revision 2.53: download - view: text, markup, annotated - select for diffs
Sat Feb 10 22:27:53 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +24 -7 lines
HTMIME_putBlock optimized

Revision 2.52: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:26:25 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.51: preferred, colored
Changes since revision 2.51: +6 -6 lines
post HT_Mem

Revision 2.51: download - view: text, markup, annotated - select for diffs
Thu Feb 8 16:47:25 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +1 -0 lines
bugfiexs

Revision 2.50: download - view: text, markup, annotated - select for diffs
Tue Feb 6 17:37:25 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +12 -4 lines
new server version

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

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

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

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

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

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

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

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

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

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

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

Revision 2.39: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:29:51 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +3 -2 lines
Better interface for DLL

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

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

Revision 2.36: download - view: text, markup, annotated - select for diffs
Fri Nov 3 22:36:29 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +36 -46 lines
new Header support

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

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

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

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

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

Revision 2.30: download - view: text, markup, annotated - select for diffs
Mon Sep 11 18:22:11 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +15 -12 lines
bug fix for redirection from Netscape server

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

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

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

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

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

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

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

Revision 2.22.2.1: download - view: text, markup, annotated - select for diffs
Fri May 19 20:24:46 1995 UTC (28 years, 11 months ago) by cbrooks
Branches: WinNT
Diff to: previous 2.22: preferred, colored; next MAIN 2.23: preferred, colored
Changes since revision 2.22: +4 -4 lines
OSF/RI NT Merge

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

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

Revision 2.17.2.1: download - view: text, markup, annotated - select for diffs
Wed May 17 22:31:32 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 2.17: preferred, colored; next MAIN 2.18: preferred, colored
Changes since revision 2.17: +494 -305 lines
merging with rest of 3.1

Revision 2.20: download - view: text, markup, annotated - select for diffs
Wed May 10 23:49:41 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +30 -17 lines
charset and level

Revision 2.19: download - view: text, markup, annotated - select for diffs
Sun May 7 03:36:27 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +3 -2 lines
Changes to anchors and some other stuff

Revision 2.18: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:16 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +472 -297 lines
Basics of release 3.1

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

Revision 2.15.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:24:06 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 2.15: preferred, colored; next MAIN 2.16: preferred, colored
Changes since revision 2.15: +10 -5 lines
Library version 3.0beta

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

Revision 2.15: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:11:11 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.14: preferred, colored
Changes since revision 2.14: +5 -2 lines
New COPYRIGHT HEADERS and BETTER multi :-)

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Tue Jul 12 14:48:20 1994 UTC (29 years, 9 months ago) by duns
Branches: MAIN
CVS tags: v2/17, cern-update
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +2 -1 lines
field test version 2

Revision 2.12: download - view: text, markup, annotated - select for diffs
Mon May 30 09:54:38 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +1 -4 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 2.11: download - view: text, markup, annotated - select for diffs
Fri Mar 25 11:49:33 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +1 -1 lines
Guessing stream.

Revision 2.10: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:30:07 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
CVS tags: v2/15
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +1 -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 2.9: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:38 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +1 -0 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 2.8: download - view: text, markup, annotated - select for diffs
Fri Dec 3 13:06:48 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +1 -1 lines
Before removinbg arg from load routines

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Nov 29 08:49:46 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +19 -15 lines
Comnpiles but untested

Revision 2.6: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:54:43 1993 UTC (30 years, 7 months ago) by timbl
Branches: MAIN
CVS tags: v2/14, v2/13, v2/12a
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +51 -15 lines
Binary transfer problems fixed, quick etst ok

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

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

Revision 2.3: download - view: text, markup, annotated - select for diffs
Fri Apr 30 16:17:32 1993 UTC (30 years, 11 months ago) by timbl
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +11 -10 lines
dd missing HTWSRC files added.  This version deisstributed as 2.05

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 5 14:41:09 1993 UTC (31 years ago) by timbl
Branches: MAIN
basically works, no WAIS

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