W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.17: 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
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.16: preferred, colored
Changes since revision 2.16: +1 -6 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.16: download - view: text, markup, annotated - select for diffs
Wed Mar 31 19:48:21 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +2 -1 lines
Raffaele Sena: Added HTHost internal table cleanup which is called when libwww is terminated. Also fixed a problem where a HTHost can get stuck with an old lock.

Revision 2.15: 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.14: preferred, colored
Changes since revision 2.14: +3 -4 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.14: download - view: text, markup, annotated - select for diffs
Fri Feb 19 23:09:35 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +3 -3 lines
Changed some of the trace flags from the general WWWTRACE to a more specific *_TRACE one

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sun Feb 7 18:31:24 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +1 -6 lines
Removed the suffix bindings from the code and added them to the local file set of interfaces as this doens't really belong in the core

Revision 2.12: download - view: text, markup, annotated - select for diffs
Wed Feb 3 16:36:09 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +6 -1 lines
unset any TMPDIR env var if using tempnam() as this confuses generation of temporary file names

Revision 2.11: 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.10: preferred, colored
Changes since revision 2.10: +6 -1 lines
Fized timezone problem on cygwin - have to call tzset first

Revision 2.10: download - view: text, markup, annotated - select for diffs
Thu Oct 15 20:09:34 1998 UTC (25 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +33 -19 lines
Added two new public functions to the HTLib module which allows the application to set the application name and version number used in libwww, primarily in the HTTP user-agent field. Note that there are strict limitataions on what can be put into these strings

Revision 2.9: 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-1m, Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +3 -3 lines
*** empty log message ***

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Sep 16 21:33:47 1996 UTC (27 years, 7 months ago) by eric
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1, Release-5-0a, PIPELINE1
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +1 -25 lines
MSWindows event window handle removed from request

Revision 2.6: download - view: text, markup, annotated - select for diffs
Tue Aug 20 04:53:43 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0, Release-4-1b5, Release-4-1b4
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +3 -1 lines
4.1beta4

Revision 2.5: download - view: text, markup, annotated - select for diffs
Mon Aug 5 21:36:17 1996 UTC (27 years, 8 months ago) by eric
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +3 -1 lines
eventrg

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

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

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

Revision 2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:31:14 1996 UTC (27 years, 9 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