W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.66: download - view: text, markup, annotated - select for diffs
Wed Jan 5 17:15:39 2005 UTC (19 years, 3 months ago) by duerst
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD, Amaya
Diff to: previous 2.65: preferred, colored
Changes since revision 2.65: +2 -2 lines
fixed , to _ in HTTRACE call

Revision 2.65: download - view: text, markup, annotated - select for diffs
Tue Jan 4 17:47:18 2005 UTC (19 years, 3 months ago) by duerst
Branches: MAIN
Diff to: previous 2.64: preferred, colored
Changes since revision 2.64: +1 -5 lines
removed LIBWWW_USEIDN, because unnecessary

Revision 2.64: download - view: text, markup, annotated - select for diffs
Tue Jan 4 15:27:13 2005 UTC (19 years, 3 months ago) by duerst
Branches: MAIN
Diff to: previous 2.63: preferred, colored
Changes since revision 2.63: +9 -5 lines
added "LIBWWW_USEIDN" conditional

Revision 2.63: download - view: text, markup, annotated - select for diffs
Tue Jan 4 15:18:11 2005 UTC (19 years, 3 months ago) by duerst
Branches: MAIN
Diff to: previous 2.62: preferred, colored
Changes since revision 2.62: +12 -3 lines
moved IDN to main branch

Revision 2.62.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 2 15:56:21 2003 UTC (21 years, 1 month ago) by duerst
Branches: IDN
Diff to: previous 2.62: preferred, colored; next MAIN 2.63: preferred, colored
Changes since revision 2.62: +7 -2 lines
created a function for UTF-8 -> ACE/punycode conversion;
converted 'Host:'

Revision 2.61.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.61: preferred, colored; next MAIN 2.62: preferred, colored
Changes since revision 2.61: +21 -1 lines
JK: handling of content-location

Revision 2.62: 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
CVS tags: before_webdav, Release-5-4-0
Branch point for: IDN
Diff to: previous 2.61: preferred, colored
Changes since revision 2.61: +21 -1 lines
JK: Handling of a user defined Content-Location (called default_put_name
to avoid confusion). See the changelog.

Revision 2.61: 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-3-1, Release-5-2-8, Release-5-2-6, Amaya_2_4, 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
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +11 -13 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.60: download - view: text, markup, annotated - select for diffs
Thu Feb 4 21:19:33 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +9 -1 lines
We don't use the content-location any more as it is superseeded by etags and the combination of the two might do more harm than good (The etag is not guaranteed to be unique over multiple URIs)

Revision 2.59: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:47:01 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.58: preferred, colored
Changes since revision 2.58: +5 -3 lines
Extended debug information when generating IMS headers

Revision 2.58: download - view: text, markup, annotated - select for diffs
Wed Jan 27 13:55:25 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +15 -5 lines
Added check that we don't send out Accept headers with internal libwww formats - ones that are of the form www/*

Revision 2.57: 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.56: preferred, colored
Changes since revision 2.56: +3 -3 lines
Expanded the support for preconditions (HTTP if-* headers) and added use for them in the HTAccess module

Revision 2.56: download - view: text, markup, annotated - select for diffs
Thu Nov 19 15:06:30 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +10 -2 lines
Added support for the If-Match: * and If-Match-Any variants where the * represents ANY. This can be used to help avoiding the lost update problem.

Revision 2.55: download - view: text, markup, annotated - select for diffs
Wed Sep 2 19:46:48 1998 UTC (25 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +8 -2 lines
Added deflate as transfer coding to the TE header field (was only sent as content encoding header). Changed 'chunked' to 'trailers' as a result of HTTP/1.1 spec work

Revision 2.54: download - view: text, markup, annotated - select for diffs
Fri Jul 24 15:37:26 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +1 -2 lines
removed debug line

Revision 2.53: download - view: text, markup, annotated - select for diffs
Tue May 19 16:49:43 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +4 -2 lines
Almost 5.1m

Revision 2.52: download - view: text, markup, annotated - select for diffs
Mon May 4 19:37:30 1998 UTC (26 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.51: preferred, colored
Changes since revision 2.51: +2 -2 lines
version 5.1m

Revision 2.51: download - view: text, markup, annotated - select for diffs
Fri Feb 27 19:34:06 1998 UTC (26 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +6 -3 lines
JK: Added some new functions to libwww
JK: Corrected a sigsev on HTTPReq.c

Revision 2.50: download - view: text, markup, annotated - select for diffs
Wed Jan 21 17:24:45 1998 UTC (26 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +6 -2 lines
*** empty log message ***

Revision 2.49: download - view: text, markup, annotated - select for diffs
Sun Jan 4 16:54:09 1998 UTC (26 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1e
Diff to: previous 2.48: preferred, colored
Changes since revision 2.48: +6 -4 lines
version 5.1e

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

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

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

Revision 2.45: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:05:26 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1, Release-5-0a, PIPELINE1
Diff to: previous 2.44: preferred, colored
Changes since revision 2.44: +90 -35 lines
libvwww 5.0a

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

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

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

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

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

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

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

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

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

Revision 2.35: download - view: text, markup, annotated - select for diffs
Mon May 20 17:56:47 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +2 -2 lines
small changes

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

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

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

Revision 2.31: download - view: text, markup, annotated - select for diffs
Wed Mar 13 23:16:04 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +4 -4 lines
stupid bug

Revision 2.30: download - view: text, markup, annotated - select for diffs
Wed Mar 13 23:01:20 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +1 -1 lines
stupid bug

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

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

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

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

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

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

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

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

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

Revision 2.20: download - view: text, markup, annotated - select for diffs
Tue Nov 28 18:37:06 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +0 -2 lines
small change

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

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

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

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

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

Revision 2.14: download - view: text, markup, annotated - select for diffs
Sat Oct 28 21:25:57 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +13 -12 lines
improved API

Revision 2.13: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:12:27 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +18 -152 lines
First version of a new News module

Revision 2.12: download - view: text, markup, annotated - select for diffs
Mon Sep 25 05:23:03 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +7 -2 lines
just before alpha

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

Revision 2.10: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:40:16 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +2 -1 lines
Most of new version

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

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:21:31 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.6: preferred, colored
Changes since revision 2.6: +17 -16 lines
most of 3.1pre2

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Sat Jun 10 16:53:23 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +12 -12 lines
Getting close to 3.1pre2

Revision 2.4: download - view: text, markup, annotated - select for diffs
Wed Jun 7 20:18:51 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +84 -15 lines
Basics of Version 3.1pre2

Revision 2.3: download - view: text, markup, annotated - select for diffs
Thu May 18 14:46:41 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre1, WinNT
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +4 -2 lines
New Bind module

Revision 2.2: download - view: text, markup, annotated - select for diffs
Wed May 10 23:49:43 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: WindowsNT
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +19 -9 lines
charset and level

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri May 5 14:45:57 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Add HTTPReq module

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