W3C CVS Root

CVS log for Amaya/amaya/AHTFWrite.c

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue May 13 09:30:27 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
More char* fixes

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jun 23 15:00:48 2005 UTC (18 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-10-0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
fix 2 memory leak.
(I hope it can help for MacOSX crash on http://www.w3.org/People/all ?)
S. GULLY

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 7 13:37:11 2005 UTC (19 years ago) by gully
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
code cleaning + warning fixes
S. GULLY

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:33 2005 UTC (19 years ago) by vatton
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1, Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:05 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0, Amaya-7-2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed May 30 14:50:16 2001 UTC (23 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2, Amaya-5-1, Amaya-5-0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +83 -166 lines
Unicode stuff.
Irene

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:32 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: 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 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
New features: Browsing and saving HTML files according to the charset.
              Charset may be given by the http header or the http-equiv
              element.

Ramzi.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 7 15:51:43 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -9 lines
Remove the Java stuff
Irene

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 2 17:16:34 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -9 lines
JK: changed the API of the GetObjectWWW callback function so that we can
retrieve the charset and other HTTP headers in a simple way.
Fixed a bug in the authentication dialogue where the cancel button
didn't do anything.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:05:40 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +42 -27 lines
Unicode:

TtaGetNextWideCharFromMultibyteString (CHAR_T*, char**, CHARSET)

CHARSET is a new parameter indicating th echaracter encoding:

typedef enum {
  ISOLatin1,
  ISOLatin2,
  ...
  ISOLatin6,
  UTF7,
  UTF8,
  UTF16
} CHARSET;

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jun 27 16:26:39 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 lines
Preparing Unicode version: String management.

Ramzi.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:17 1999 UTC (25 years ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Rename the Thot boolean into ThotBool to avoid conflicts with jpeg includes.
Extend the CSS structure to take included structures into account
iIrene

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Apr 12 10:43:20 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -25 lines
JK: Cleaning up of code

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 2 09:45:03 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Cleaning code.
Ramzi.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Sep 15 10:47:29 1998 UTC (25 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -6 lines
JK: When making a PUT, AHTReqContext_delete was freeing the output stream
with AHFWriter_FREE. This bug came to be as a side-effect of the migration
to libwww, something I forgot to check.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 26 17:26:38 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +11 -3 lines
JK: Changes to have async requests (GetHTMLDocument, Reload)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 7 12:52:03 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
JK: corrections to libwww memory bugs

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 9 07:46:42 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +55 -29 lines
JK: Cleaned up the code.
    Stopped writing to stdout in AHTFWrite.c

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 8 08:20:10 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +13 -9 lines
JK: Modifications for HTTP/1.1 publication/persistent connections

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 3 12:43:26 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Irene

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 24 15:09:09 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +30 -0 lines
JK/RG: Connecting libwww with win95.
This version has a working GET, but publishing is disabled

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 23 16:18:12 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -6 lines
(restore previous state) Irene

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 23 07:20:49 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -0 lines
AMaya windoz
Ramzi

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 19 13:43:00 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -6 lines
Connecting libwww (Amaya for windobe)
Ramzi.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 18 12:42:44 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Windoze. Porting libwww

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 17 08:50:50 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
*** empty log message ***

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 18 12:06:50 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -17 lines
Cleanly identified and separated the dependancies between Amaya and
the libWWW. The Java version now compiles without -lwww, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:29:33 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0b, AMAYA_0_95b
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Modified EXPORT en THOT_EXPORT, first steps for Kaffe integration and
event loop rewriting, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 18 06:49:40 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0a, AMAYA_0_95a
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +22 -16 lines
JK: Changed some other interfaces

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 18 00:59:46 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -17 lines
JK: changed the signature of two functions, from priv to pub

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 14 12:21:35 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +10 -7 lines
Insure ++
+ Authors in Amaya code
+ new printmenu
Irene

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Dec 28 04:52:21 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, AMAYA_SOURCES_0_95
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +67 -37 lines
JK: finished FVC comments on this modules

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:16:27 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +40 -15 lines
Suppression des fichiers .h
Irene

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:09:10 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -4 lines
New copyright statement for amaya (directory):
/*
 *
 * (c) COPYRIGHT MIT and INRIA, 1996.
 * Please first read the full copyright statement in file COPYRIGHT.
 *
 */

Ramzi.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:48:52 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +158 -139 lines
Pretty printing.
Ramzi.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 7 15:10:39 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -3 lines
Checking comments in amaya directory
Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 2 15:02:53 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +197 -0 lines
Correction erreur (amaya, batch) Cecile

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 2 12:21:03 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -197 lines
traductions generales Cecile

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:55 1996 UTC (27 years, 7 months ago) by cvs
Branches: OPERA
CVS tags: Start_Nov_20_96
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Opera tree

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:55 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Initial revision

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