W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.38: download - view: text, markup, annotated - select for diffs
Wed Mar 31 00:53:31 1999 UTC (25 years, 1 month 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, 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.37: preferred, colored
Changes since revision 2.37: +1 -29 lines
Removed old function

Revision 2.37: download - view: text, markup, annotated - select for diffs
Tue Mar 9 18:59:08 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +4 -1 lines
Fixed a bug when running into redirection loops - normally, libwww stops after 6 redirections but this can be changed for a particular request using HTRequest_setMaxRetry(...). This was fine, but the redirection filter didn't return the right status afterwards

Revision 2.36: download - view: text, markup, annotated - select for diffs
Mon Mar 8 16:53:40 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +13 -2 lines
Now the redirection filter adds a link relationship between the source and the destination of the redirection, so the application later on can recall this relationship

Revision 2.35: 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.34: preferred, colored
Changes since revision 2.34: +12 -16 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.34: download - view: text, markup, annotated - select for diffs
Sat Feb 13 18:06:35 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +4 -1 lines
Jose Kahan: Suppose you're browsing a site and need to send your password. libwww memorizes your password and won't prompt you again for it. However, if you get redirected, the redirection handler doesn't erase the authentication info (credentials) associated with your request and adds a new set of credentials when launching the new request.

Revision 2.33: 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.32: preferred, colored
Changes since revision 2.32: +1 -180 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.32: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:52:02 1999 UTC (25 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +20 -1 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.31: download - view: text, markup, annotated - select for diffs
Wed Sep 23 16:40:49 1998 UTC (25 years, 7 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +1 -13 lines
JK: Expired cache items weren't being reloaded

Revision 2.30: download - view: text, markup, annotated - select for diffs
Thu Sep 10 03:30:44 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +6 -1 lines
Added support for new cache check in the existing cache filter

Revision 2.29: 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
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +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.28: download - view: text, markup, annotated - select for diffs
Tue Jul 21 13:43:23 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +7 -3 lines
Added alert message when status is 503 Retry to the information filter

Revision 2.27: download - view: text, markup, annotated - select for diffs
Wed Mar 25 15:09:58 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m, Release-5-1l
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +3 -3 lines
*** empty log message ***

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

Revision 2.25: download - view: text, markup, annotated - select for diffs
Mon Mar 9 15:31:54 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +1 -36 lines
*** empty log message ***

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Thu Dec 4 16:54:50 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +1 -2 lines
Bug fixes for writing

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

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

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

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

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

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

Revision 2.15: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:39 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: PIPELINE1
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +100 -74 lines
libvwww 5.0a

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Mon Sep 9 16:23:04 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +2 -2 lines
Small fixes

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

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

Revision 2.10: download - view: text, markup, annotated - select for diffs
Wed Aug 21 00:07:10 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +3 -2 lines
4.1beta4 again

Revision 2.9: download - view: text, markup, annotated - select for diffs
Tue Aug 20 04:53:37 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +43 -1 lines
4.1beta4

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:43:23 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +22 -4 lines
News news module

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

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

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

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

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:10:42 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
a first version of PEP

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