W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.36: download - view: text, markup, annotated - select for diffs
Thu Jan 6 10:48:50 2000 UTC (24 years, 3 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, HEAD, 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.35: preferred, colored
Changes since revision 2.35: +6 -2 lines
JK: Adding patches proposed by Joe bester (bester@mcs.anl.gov):

 This fixes some compile problems and coredumps
 on Linux, Irix, and AIX.

 This patch adds configure-time checks for ctime_r(), readdir_r(),
 gethostbyname_r(), gethostbyaddr_r(), and getlogin_r().
 I also have a couple of minor modifications to some of the html
 headers to get them to compile with the AIX compiler. The cast in
 HTUtils.html works around the fact that xlc thinks that
 0xFFFFFFFF is too large for a 32-bit enumeration value (weird,
 yes?).

 Finally, there is am increase of the HOSTENT_MAX value. I kept
 running into trouble with the DNS resolver with the default
 buffer size.

Revision 2.35: download - view: text, markup, annotated - select for diffs
Wed Mar 24 16:26:57 1999 UTC (25 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +45 -1 lines
Added a param parser for cookies because they are *really* stupidly defined

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

Revision 2.33: download - view: text, markup, annotated - select for diffs
Sat Feb 13 18:33:49 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +43 -1 lines
Added a new MIME parser helper function. This one returns whatever is between commas, so you have 'a;b=1;c=2, d;e=3' will return 'a;b=1;c=2'

Revision 2.32: download - view: text, markup, annotated - select for diffs
Wed Feb 3 16:32:06 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +9 -9 lines
Added a parameter to the HTLocalToWWW function so that it now is possible to set the local access scheme (or NULL for 'file:' as default)

Revision 2.31: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:47:49 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +4 -8 lines
fixed bug in time parser

Revision 2.30: download - view: text, markup, annotated - select for diffs
Wed Jan 27 21:06:05 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +13 -5 lines
Fixed timezone problem on solaris (and SGI) where the presence of the global var 'daylight' didn't make things better. We don't use this variable anymore.

Revision 2.29: download - view: text, markup, annotated - select for diffs
Tue Dec 15 02:54:42 1998 UTC (25 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +3 -3 lines
Changed 2 digit year to 4 digit year in HTDateDirStr

Revision 2.28: download - view: text, markup, annotated - select for diffs
Wed Aug 5 12:49:16 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +2 -2 lines
Fixed a problem in handling weekdays in time stamps on systems where strftime() isn't available

Revision 2.27: download - view: text, markup, annotated - select for diffs
Tue Jul 7 12:53:29 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +12 -3 lines
Fixed bug in the conversion from URI to local Windows file in HTWWWToLocal()

Revision 2.26: download - view: text, markup, annotated - select for diffs
Tue May 26 17:11:47 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +11 -6 lines
Fixed bug in handling 100 codes

Revision 2.25: download - view: text, markup, annotated - select for diffs
Mon May 25 07:23:48 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +45 -24 lines
Fixed HTWWWToLocal to work on Windows

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Sat Feb 7 23:59:29 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1j
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +38 -1 lines
*** empty log message ***

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

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

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

Revision 2.18: download - view: text, markup, annotated - select for diffs
Sat Nov 30 23:32:03 1996 UTC (27 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +2 -2 lines
merge for pipelining

Revision 2.17.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:27:29 1996 UTC (27 years, 6 months ago) by eric
Branches: PIPELINE1
Diff to: previous 2.17: preferred, colored; next MAIN 2.18: preferred, colored
Changes since revision 2.17: +2 -2 lines
1st pass at pipelines - eric

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

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

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

Revision 2.14: download - view: text, markup, annotated - select for diffs
Mon Aug 19 18:31:25 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +74 -30 lines
pipeline in place

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

Revision 2.12: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:17:06 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +44 -9 lines
Henrik: chunked PUT and proxy authentication

Revision 2.11: download - view: text, markup, annotated - select for diffs
Mon May 20 15:07:28 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +10 -62 lines
close to 4.1 pre1

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

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

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 26 22:08:21 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +1 -1 lines
g++ fixes

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

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

Revision 2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 31 22:43:49 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +1 -1 lines
4.0D

Revision 2.3: download - view: text, markup, annotated - select for diffs
Mon Jan 15 07:30:16 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +1 -1 lines
updated version

Revision 2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:35:19 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +5 -4 lines
Integration of server START

Revision 2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:30:25 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6
Better interface for DLL

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