W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.26: 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: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, HEAD, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +20 -27 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.25: download - view: text, markup, annotated - select for diffs
Sat Feb 13 18:35:46 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +40 -2 lines
Added support for the HTTP Link: header field which was introduced in early HTTP/1.1 but then taken out for lack of implementations. It is very useful to add stylesheets to a page, for example, without changing the document itself

Revision 2.24: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:52:03 1999 UTC (25 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +11 -20 lines
* Modified the authentication module interface so that it's possible to use a
  filter for authentication information. This removed the dependency problems
  we had with the Windows DLLs

Note that the API for HTAA_newModule changed to allow registering the filter
for the authentication information. If you were previously
 using the library's initialization functions (e.g., HTAAInit), the change will
be transparent for you. Otherwise, you'll have to take into account the new
interface:

==============
PUBLIC HTAAModule * HTAA_newModule (const char *        scheme,
                                    HTNetBefore *       before,
                                    HTNetAfter *        after,
                                    HTNetAfter *        update,
                                    HTUTree_gc *        gc)
==============

If you don't have a filter for the authentication information, just use the NULL
parameter. You may look at HTInit.c:HTAAInit() to see how it is done.

-Jose Kahan

Revision 2.23: download - view: text, markup, annotated - select for diffs
Wed Dec 16 10:59:08 1998 UTC (25 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +35 -1 lines
Jose Kahan: message digest authentication

Revision 2.22: download - view: text, markup, annotated - select for diffs
Tue Sep 1 18:02:19 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +2 -2 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.21: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:53 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +2 -2 lines
version 5.1m

Revision 2.20: download - view: text, markup, annotated - select for diffs
Thu Mar 5 21:56:20 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.19: preferred, colored
Changes since revision 2.19: +15 -2 lines
Fixed multiple transfer problem

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

Revision 2.18: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:09:08 1997 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1d
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +16 -2 lines
version 5.1d

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Wed Nov 26 16:05:32 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +17 -1 lines
version 5.1c

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

Revision 2.14: download - view: text, markup, annotated - select for diffs
Tue Feb 11 23:15:26 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1a, Release-5-1
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +1 -2 lines
Moved fp from host to channel

Revision 2.13: download - view: text, markup, annotated - select for diffs
Thu Jan 23 19:49:58 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +1 -8 lines
updated libwww

Revision 2.12: download - view: text, markup, annotated - select for diffs
Fri Jan 10 20:59:43 1997 UTC (27 years, 3 months ago) by eric
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +38 -1 lines
fixup 1.0

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

Revision 2.10: download - view: text, markup, annotated - select for diffs
Thu Dec 5 01:16:23 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +13 -3 lines
minor stuff

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

Revision 2.8.2.2: download - view: text, markup, annotated - select for diffs
Fri Nov 8 21:28:06 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.8.2.1: preferred, colored; branchpoint 2.8: preferred, colored; next MAIN 2.9: preferred, colored
Changes since revision 2.8.2.1: +3 -1 lines
muxi

Revision 2.8.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 7 18:47:29 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +3 -1 lines
Mux again

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

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

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:22:36 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +1 -7 lines
Recovery from a weird crash in Library and LineMode volumes

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

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

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:31:16 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
version 4.1b2

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