W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

Revision 2.76: download - view: text, markup, annotated - select for diffs
Thu Aug 30 13:49:24 2001 UTC (22 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 2.75: preferred, colored
Changes since revision 2.75: +3 -1 lines
JK: removed a compielr warning

Revision 2.75: download - view: text, markup, annotated - select for diffs
Thu Aug 30 13:41:03 2001 UTC (22 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 2.74: preferred, colored
Changes since revision 2.74: +16 -1 lines
JK: Handling of a user defined Content-Location (called default_put_name
to avoid confusion). See the changelog.

Revision 2.74: download - view: text, markup, annotated - select for diffs
Mon Feb 26 16:29:56 2001 UTC (23 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 2.73: preferred, colored
Changes since revision 2.73: +6 -3 lines
JK: An HTResponse object was being deleted repeatedly inside a while and
being accessed after being deleted. I moved the repeat to outside the
function.

Revision 2.72.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 26 15:53:19 2001 UTC (23 years, 2 months ago) by kahan
CVS tags: Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3
Diff to: previous 2.72: preferred, colored; next MAIN 2.73: preferred, colored
Changes since revision 2.72: +6 -3 lines
JK: The HTresponse object was beeing freed multiple times when reading an
existing cache entry.

Revision 2.73: 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
Diff to: previous 2.72: preferred, colored
Changes since revision 2.72: +28 -2 lines
JK: Removing the MIME/CACHE minilibs dependency

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

Revision 2.71: download - view: text, markup, annotated - select for diffs
Tue Aug 8 15:04:35 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +15 -5 lines
Jens Meggers <jens@meggers.com>:
The cache garbage collector (HTCacheGarbage()) could go into an endless loop
when it tried to removed locked entries. The problem was that it wasn't
checking the return code of HTCache_remove().
----------------------------------------------------------------------

Revision 2.70: download - view: text, markup, annotated - select for diffs
Fri Jun 30 09:12:45 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1, Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.69: preferred, colored
Changes since revision 2.69: +2 -2 lines
JK: Jens Megger: Cached files were being opened with HT_FT_RDONLY
instead of HT_FB_RDONLY. This caused problems when reading binary files
under Windows, as the read operation stops early with an EOF result.

Revision 2.67.2.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:37:48 2000 UTC (23 years, 10 months ago) by kahan
Diff to: previous 2.67.2.1: preferred, colored; next MAIN 2.68: preferred, colored
Changes since revision 2.67.2.1: +21 -5 lines
JK: Aligning with libwwwv3.0.0

Revision 2.69: 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
Diff to: previous 2.68: preferred, colored
Changes since revision 2.68: +35 -10 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.68: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:50:23 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +14 -1 lines
JK: James Gallagher: Extensions for setting up a default expiry time.
http://lists.w3.org/Archives/Public/www-lib/2000JanMar/0181.html

Revision 2.67.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 29 17:17:23 2000 UTC (24 years, 2 months ago) by kahan
Diff to: previous 2.67: preferred, colored; next MAIN 2.68: preferred, colored
Changes since revision 2.67: +32 -10 lines
JK: Committing my PUT fixes on the amaya tree for testing

Revision 2.66.2.1.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 22 16:15:52 1999 UTC (24 years, 6 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 2.66.2.1.2.1: preferred, colored; next MAIN 2.67: preferred, colored
Changes since revision 2.66.2.1.2.1: +3 -3 lines
JK: Memory was being released twice (error coming from the "/" default
modifications).

Revision 2.66.2.1.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
Diff to: previous 2.66.2.1: preferred, colored
Changes since revision 2.66.2.1: +16 -7 lines
JK: some patches for trying to improve the PUT of documents to / using
a default name

Revision 2.67: download - view: text, markup, annotated - select for diffs
Wed Jun 23 21:05:00 1999 UTC (24 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.66: preferred, colored
Changes since revision 2.66: +10 -3 lines
jose Kahan: If the libwww cache contains an entry for a document and
you PUT the document corresponding to this entry, the entry isn't
updated. If you quit the libwww application and you browse the
document, you'll get the previous version.

Revision 2.66.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 23 10:23:32 1999 UTC (24 years, 10 months ago) by kahan
Diff to: previous 2.66: preferred, colored; next MAIN 2.67: preferred, colored
Changes since revision 2.66: +14 -5 lines
When publishing a document, the cache content wasn't being updated.
This gave problems when re-browsing the document from another session.
-Jose

Revision 2.66: download - view: text, markup, annotated - select for diffs
Sun Mar 14 02:01:08 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.65: preferred, colored
Changes since revision 2.65: +4 -2 lines
Fixed a cache bug that resulted in 'wild sockets' when there were pending requests for the cache

Revision 2.65: download - view: text, markup, annotated - select for diffs
Mon Feb 22 23:56:09 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-6
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +4 -4 lines
confused msvc that HT_CACHE_ETAG was used in two different places

Revision 2.64: 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
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +73 -92 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.63: download - view: text, markup, annotated - select for diffs
Mon Feb 22 15:56:04 1999 UTC (25 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +18 -1 lines
JK: Added a feature to avoid caching password protected documents
(turned off by default)

Revision 2.62: 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.61: preferred, colored
Changes since revision 2.61: +11 -12 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.61: download - view: text, markup, annotated - select for diffs
Wed Feb 3 16:35:11 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +212 -25 lines
Moved the cache filters to HTCache from HTFilter as there were dependency problems in compiling the msvc DLLs - this also makes more sense, in fact. Also changed the handling of the cache root to be OS independent - guess what, we use a URI now

Revision 2.60: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:47:25 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +19 -3 lines
Moved initialization of cache filters to HTCacheInit instead of in HTInit. This means that if you are setting up the cache yourself then you should now only call HTCacheInit - no filters. The rest is done for you. Also fixed bug where the cache meta files were read more than once for no good reason

Revision 2.59: download - view: text, markup, annotated - select for diffs
Sun Jan 31 23:25:45 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.58: preferred, colored
Changes since revision 2.58: +4 -1 lines
Fixed cache bug that caused the error message from failed authentication etc. to be cached in stead of the 200 OK style response. Also fixed a memory leak where the response headers weren't free'd when getting the meta information from the cache

Revision 2.58: download - view: text, markup, annotated - select for diffs
Thu Dec 3 15:26:01 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +7 -1 lines
Make sure we don't use any filters when loadingthe cache index

Revision 2.57: download - view: text, markup, annotated - select for diffs
Thu Dec 3 15:06:18 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +33 -20 lines
Made persistent cache gc a bit more flexible

Revision 2.56: download - view: text, markup, annotated - select for diffs
Thu Nov 19 21:07:57 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +69 -27 lines
Added support for setting the max size of a single cached entry and changed the handling of the cache size slightly.

Revision 2.55: download - view: text, markup, annotated - select for diffs
Sun Nov 15 01:52:44 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +45 -15 lines
Added timer mechanism to the cache loader which is the same mechanism used in the local file loader. The result is that the stack movements are the same regardless of which protocol module is used. This fixed a bug in the Web commander when PUT'ing a document directly from the local cache to a remote HTTP server.

Revision 2.54: download - view: text, markup, annotated - select for diffs
Thu Sep 10 03:28:47 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +42 -14 lines
Added a cache check that allows us to avoid the lost update problem when using the persistent cache.

Revision 2.53: download - view: text, markup, annotated - select for diffs
Thu Sep 3 19:45:26 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +49 -1 lines
allowed HTAccess save filter to also work with a local cache so that the source can already be in cache. Also moved the handling of etags to the persistent cache

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

Revision 2.51: download - view: text, markup, annotated - select for diffs
Thu Jul 9 17:05:09 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +4 -4 lines
Changed the progress notifications in HTAlert to also include interrupted

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

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

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

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

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

Revision 2.45: download - view: text, markup, annotated - select for diffs
Fri Jan 30 16:38:18 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.44: preferred, colored
Changes since revision 2.44: +2 -2 lines
*** empty log message ***

Revision 2.44: download - view: text, markup, annotated - select for diffs
Fri Jan 23 17:39:03 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +2 -2 lines
*** empty log message ***

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

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

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

Revision 2.40: download - view: text, markup, annotated - select for diffs
Thu Feb 13 17:09:34 1997 UTC (27 years, 2 months ago) by eric
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +25 -24 lines
multiple concurrent file access

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

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

Revision 2.37: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:06:05 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +2 -28 lines
cache updates

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

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

Revision 2.34: download - view: text, markup, annotated - select for diffs
Wed Jan 29 16:54:45 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +277 -236 lines
cache validation

Revision 2.33: download - view: text, markup, annotated - select for diffs
Mon Jan 27 17:51:24 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +4 -2 lines
fixup interactive assumption

Revision 2.32: download - view: text, markup, annotated - select for diffs
Fri Jan 24 21:33:04 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +44 -15 lines
some debugging stuff and updated cache

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

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

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

Revision 2.26.2.4: download - view: text, markup, annotated - select for diffs
Fri Nov 8 19:49:24 1996 UTC (27 years, 5 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.26.2.3: preferred, colored; next MAIN 2.27: preferred, colored
Changes since revision 2.26.2.3: +2 -2 lines
s'more robot fixin's

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

Revision 2.26.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 2 19:26:17 1996 UTC (27 years, 6 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.26.2.1: preferred, colored
Changes since revision 2.26.2.1: +3 -3 lines
HTEventType and some cleanup

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

Revision 2.28: download - view: text, markup, annotated - select for diffs
Tue Oct 15 18:03:43 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +2 -2 lines
bug in htcache

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

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

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

Revision 2.24: download - view: text, markup, annotated - select for diffs
Mon Sep 9 20:53:31 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +129 -59 lines
new version

Revision 2.23: download - view: text, markup, annotated - select for diffs
Mon Sep 9 16:23:01 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +53 -9 lines
Small fixes

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

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

Revision 2.20: download - view: text, markup, annotated - select for diffs
Tue Aug 13 02:17:13 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +2 -1 lines
Fix in proxy authentication and local file name conversion on Windows

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

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

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Mon Mar 11 16:53:28 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +1 -1 lines
fixup for WWW_MSWINDOWS after automake port

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

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

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

Revision 2.12: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:28:58 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0C, v4/0B, v4/0
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +41 -44 lines
Better interface for DLL

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

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

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

Revision 2.8: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:29:21 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4, v4/0pre3
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +1 -1 lines
Snapshot getting ready

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

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

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

Revision 2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 22:27:31 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +25 -21 lines
NT port prob in HTCache

Revision 2.3: download - view: text, markup, annotated - select for diffs
Sun Aug 27 23:21:19 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +1 -1 lines
no more HText requirement :-)

Revision 2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:50:52 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +85 -65 lines
better PUT & POST - work on cache

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 14 03:57:12 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Cache

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