W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.83: download - view: text, markup, annotated - select for diffs
Wed May 29 16:09:13 2002 UTC (21 years, 11 months ago) by kirschpi
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, Release-5-4-0, HEAD, Amaya
Diff to: previous 2.82: preferred, colored
Changes since revision 2.82: +20 -5 lines

Fixes for windows plataform concerning WebDAV and Extension
methods. In HTMethod and HTRequest, functions defined for
the Extension Methods are now defined always, but return
fail values when HT_EXT is not defined. In addition, the
files "Library/src/WWWDAV.html" and "Library/src/windows/wwwdav.files"
have been added. These files and modifications were needed
to produce the correct "*.def" files, for windows plataform.

Revision 2.82: download - view: text, markup, annotated - select for diffs
Thu Mar 21 14:13:47 2002 UTC (22 years, 1 month ago) by kirschpi
Branches: MAIN
Diff to: previous 2.81: preferred, colored
Changes since revision 2.81: +125 -1 lines
New WebDAV module and new Extension Methods for experimenting with HTTP.
Manuele Kirsch

Revision 2.81: download - view: text, markup, annotated - select for diffs
Wed Aug 2 10:38:07 2000 UTC (23 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: before_webdav, 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
Diff to: previous 2.80: preferred, colored
Changes since revision 2.80: +10 -1 lines
JK: different patches contributed by JensM and GertjanvW
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0095.html
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0091.html
http://lists.w3.org/Archives/Public/www-lib/2000JulSep/0014.html

Revision 2.80: download - view: text, markup, annotated - select for diffs
Tue Jul 4 15:23:57 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.79: preferred, colored
Changes since revision 2.79: +2 -2 lines
JK: typo fix contr. by Fox One

Revision 2.79: download - view: text, markup, annotated - select for diffs
Tue Feb 29 14:23:17 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.78: preferred, colored
Changes since revision 2.78: +43 -1 lines
JK: Added a new parameter to specify a default name when saving to URLs
that ends in '/'  (Amaya compatiblity).

Revision 2.78.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 22 16:19:23 1999 UTC (24 years, 6 months ago) by kahan
CVS tags: Amaya_2_4
Diff to: previous 2.78.2.1: preferred, colored; branchpoint 2.78: preferred, colored; next MAIN 2.79: preferred, colored
Changes since revision 2.78.2.1: +3 -4 lines
JK: as a protection, now systematically setting put_default_name to NULL
after erasing it.

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

Revision 2.78: download - view: text, markup, annotated - select for diffs
Fri Mar 19 14:24:37 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8
Diff to: previous 2.77: preferred, colored
Changes since revision 2.77: +49 -50 lines
Added support for easier adding new header fields to HTTP requests

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

Revision 2.76: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:41:11 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.75: preferred, colored
Changes since revision 2.75: +30 -7 lines
Added new no-free stream so that the streams associated with request objects are not freed multiple times.

Revision 2.75: 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.74: preferred, colored
Changes since revision 2.74: +2 -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.74: 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.73: preferred, colored
Changes since revision 2.73: +26 -1 lines
patch for handling server requests in libwww

Revision 2.73: download - view: text, markup, annotated - select for diffs
Mon Nov 30 02:33:36 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.72: preferred, colored
Changes since revision 2.72: +5 -2 lines
Made sure that range requests in fact send out the range header field

Revision 2.72: download - view: text, markup, annotated - select for diffs
Thu Nov 19 17:14:39 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.71: preferred, colored
Changes since revision 2.71: +3 -3 lines
Expanded the support for preconditions (HTTP if-* headers) and added use for them in the HTAccess module

Revision 2.71: download - view: text, markup, annotated - select for diffs
Fri Oct 23 18:26:42 1998 UTC (25 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.70: preferred, colored
Changes since revision 2.70: +11 -1 lines
JK: Fix to the multiple authentication problem.
I added a new AARetry element to the req structure and some logic to
make it smarter.

Revision 2.70: download - view: text, markup, annotated - select for diffs
Mon Jul 27 13:37:20 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.69: preferred, colored
Changes since revision 2.69: +11 -2 lines
Added a method for deleting a realm from a request object

Revision 2.69: download - view: text, markup, annotated - select for diffs
Wed Jul 22 19:15:24 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.68: preferred, colored
Changes since revision 2.68: +18 -2 lines
Better control of how much data is being sent in the Request object. Now you can both get the total number of bytes read and written as well as the number of entity (body) bytes read and written.

Revision 2.68: download - view: text, markup, annotated - select for diffs
Fri Jul 17 16:56:44 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.67: preferred, colored
Changes since revision 2.67: +16 -1 lines
Added explicit support for HTTP preconditions (the if-* headers) so that they can now be turned on and off on a pr request basis. This affects HTReqMan.c HTReq.html and HTReqMan.html

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

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

Revision 2.65: download - view: text, markup, annotated - select for diffs
Fri Feb 27 23:42:11 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +3 -3 lines
*** empty log message ***

Revision 2.64: download - view: text, markup, annotated - select for diffs
Wed Nov 26 16:05:42 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e, Release-5-1d
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +36 -5 lines
version 5.1c

Revision 2.63: download - view: text, markup, annotated - select for diffs
Wed Jan 29 16:54:53 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +2 -2 lines
cache validation

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

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

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

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

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

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

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

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

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

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

Revision 2.54: download - view: text, markup, annotated - select for diffs
Fri Aug 9 14:10:55 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +31 -1 lines
Trace method introduced

Revision 2.53: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:16:59 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +24 -4 lines
Henrik: chunked PUT and proxy authentication

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

Revision 2.51: download - view: text, markup, annotated - select for diffs
Thu Jul 18 03:56:50 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +52 -6 lines
next version

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

Revision 2.49: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:10:56 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.48: preferred, colored
Changes since revision 2.48: +56 -75 lines
a first version of PEP

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

Revision 2.47: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:55:01 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.46: preferred, colored
Changes since revision 2.46: +32 -5 lines
4.1b2

Revision 2.46: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:31:26 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.45: preferred, colored
Changes since revision 2.45: +11 -7 lines
version 4.1b2

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

Revision 2.44: download - view: text, markup, annotated - select for diffs
Fri Jun 7 04:40:07 1996 UTC (27 years, 10 months ago) by eric
Branches: MAIN
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +1 -33 lines
fixing up the MIMPrs stuff for WIN32

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

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

Revision 2.41: download - view: text, markup, annotated - select for diffs
Mon May 20 17:56:45 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.40: preferred, colored
Changes since revision 2.40: +3 -3 lines
small changes

Revision 2.40: download - view: text, markup, annotated - select for diffs
Mon May 20 15:07:11 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +53 -2 lines
close to 4.1 pre1

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

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

Revision 2.37: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:06:04 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +19 -1 lines
C-T-E now supported

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

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

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

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

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

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

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

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

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

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

Revision 2.26: download - view: text, markup, annotated - select for diffs
Thu Feb 1 23:32:27 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +2 -0 lines
4.0D

Revision 2.25: download - view: text, markup, annotated - select for diffs
Thu Feb 1 16:18:54 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +0 -15 lines
new version

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

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Sat Dec 9 23:43:57 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
Branch point for: v4/0B
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +20 -1 lines
Upgrade release for 4.0

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

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

Revision 2.19: download - view: text, markup, annotated - select for diffs
Fri Dec 1 20:27:28 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +2 -1 lines
version 4.0!

Revision 2.18: download - view: text, markup, annotated - select for diffs
Mon Nov 27 03:05:16 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +67 -17 lines
alpha 7

Revision 2.17: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:34:18 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +0 -6 lines
Integration of server START

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

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

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:30:01 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +11 -37 lines
Better interface for DLL

Revision 2.12: download - view: text, markup, annotated - select for diffs
Mon Nov 13 00:14:25 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +1 -1 lines
Better News support

Revision 2.11: download - view: text, markup, annotated - select for diffs
Wed Nov 8 23:50:57 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: +45 -11 lines
Version 4.0pre5

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

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

Revision 2.8: download - view: text, markup, annotated - select for diffs
Tue Oct 31 21:19:18 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +2 -2 lines
version 4.0pre4

Revision 2.7: download - view: text, markup, annotated - select for diffs
Tue Oct 31 00:32:23 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +1 -8 lines
most of alpha 4

Revision 2.6: download - view: text, markup, annotated - select for diffs
Sat Oct 28 21:25:48 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +3 -3 lines
improved API

Revision 2.5: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:26:18 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +2 -2 lines
TRACE changed to WWWTRACE)

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

Revision 2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 20 18:30:03 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +66 -61 lines
Snapshot getting ready

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:39:52 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Most of new 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