W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.28: 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.27: preferred, colored
Changes since revision 2.27: +9 -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.27: download - view: text, markup, annotated - select for diffs
Tue Jun 22 22:40:48 1999 UTC (24 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +21 -5 lines
Luc Van Eycken: HTLibInit sets the environment variable TMPDIR to ""
(which is not the same as unsetting it, as the comment claims) so the
function tempnam (in HTGetTmpFileName) does not get confused. However
this assumes that HTGetTmpFileName is the only user of TMPDIR, which
is not at all evident since this is part of a library which can be
linked to any other kind of program. In fact I ran into this problem
using xdvi, which calls a script mktexpk containing
"TEMPDIR=${TMPDIR-/tmp}/mt$$.tmp". If TMPDIR is set to "", this
results in an unusable TEMPDIR = /mt$$.tmp.  In my opinion, the
correct way to do it, is to change TMPDIR only locally in
HTGetTmpFileName and I hope that someone can make the appropriate
changes.

Revision 2.26: download - view: text, markup, annotated - select for diffs
Mon Feb 22 23:29:44 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Release-5-2-6, Amaya_2_4
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +6 -5 lines
a few msvc fixes

Revision 2.25: 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
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +35 -37 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.24: download - view: text, markup, annotated - select for diffs
Wed Feb 3 16:36:46 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +4 -8 lines
Use the new OS specific DIR separators

Revision 2.23: download - view: text, markup, annotated - select for diffs
Mon Jan 25 23:35:28 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +3 -3 lines
Changed HTGetMailAddress to use HT_LOGNAME_MAX instead of LOGNAME_MAX. HT_LOGNAME_MAX is defined in wwwsys.h

Revision 2.22: download - view: text, markup, annotated - select for diffs
Thu Jan 7 21:54:10 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +9 -1 lines
Fized timezone problem on cygwin - have to call tzset first

Revision 2.21: download - view: text, markup, annotated - select for diffs
Mon Nov 30 12:44:46 1998 UTC (25 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +5 -1 lines
getting around a bug in tempnam in cygwin b20

Revision 2.20: download - view: text, markup, annotated - select for diffs
Tue Sep 22 23:56:01 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +27 -18 lines
Changed HTErrnoString to generate dynamic allocated result and not static as this could cause problems

Revision 2.19: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:46 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +2 -2 lines
version 5.1m

Revision 2.18: download - view: text, markup, annotated - select for diffs
Sun Feb 1 19:04:09 1998 UTC (26 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +4 -4 lines
*** empty log message ***

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

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

Revision 2.15: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:04:33 1997 UTC (27 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1a, Release-5-1
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +2 -2 lines
cache updates

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sat Dec 7 00:06:26 1996 UTC (27 years, 4 months ago) by eric
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +5 -1 lines
back from the hell of windows

Revision 2.12: download - view: text, markup, annotated - select for diffs
Mon Dec 2 20:19:46 1996 UTC (27 years, 4 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +2 -2 lines
Timer fix

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

Revision 2.10.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 11 20:52:06 1996 UTC (27 years, 5 months ago) by frystyk
Branches: PIPELINE1
Diff to: previous 2.10.2.1: preferred, colored; branchpoint 2.10: preferred, colored; next MAIN 2.11: preferred, colored
Changes since revision 2.10.2.1: +11 -1 lines
timers introduced in event manager

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

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

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

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

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

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

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

Revision 2.4: download - view: text, markup, annotated - select for diffs
Sun Jun 2 00:34:53 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +1 -2 lines
new doc

Revision 2.3: download - view: text, markup, annotated - select for diffs
Mon May 20 15:06:49 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +130 -90 lines
close to 4.1 pre1

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:47:24 1996 UTC (28 years ago) by frystyk
Branches: MAIN
new transport and Content Coding support

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