W3C CVS Root

CVS log for Amaya/amaya/AHTBridge.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.108: download - view: text, markup, annotated - select for diffs
Thu Nov 26 15:22:19 2009 UTC (14 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +31 -204 lines
Check all previous floated boxes to fix the left and right margins
Irene

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Jan 28 16:17:08 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-2, Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -3 lines
Try to fix the loading of remote template instances with remote templates
Irene

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Dec 13 18:11:46 2006 UTC (17 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3 lines
Display the proxy setting information (if it exists) when a server cannot be contacted.
Laurent

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Nov 15 11:48:53 2006 UTC (17 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-53bis, Amaya-9-53
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +23 -33 lines
Clean up
Irene

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jan 6 10:12:57 2006 UTC (18 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +214 -214 lines
Fixing a crash on MacOS X when opening a new remote document with the OpenDoc
dialog.

Irene

Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Aug 18 09:35:28 2005 UTC (18 years, 9 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-3
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
Enable by default --with-templates with WX versions
Display attributes of read-only elements

PS: Don't forget to remove your old Options and amaya/*.o files.
Irene

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue May 31 08:59:00 2005 UTC (18 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -0 lines
+ fix some problems with animation timer (start/stop)
+ fix the ESC bug which didn't activate CANCEL buttons on XRC dialogs (needs a wxWidgets patch I will submit soon)
S. GULLY & Irene

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

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Jan 10 17:18:01 2005 UTC (19 years, 4 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +6 -4 lines
bug fix : on windows when saving a document on the web, Amaya was falling in a infinit loop and didn't ask login/password.
S. GULLY & Irene

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Oct 19 08:21:14 2004 UTC (19 years, 7 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-7
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
Get the local Windows code page.
Irene

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Oct 13 13:30:40 2004 UTC (19 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Fixing Windows compiling troubles.
Irene

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:44:40 2004 UTC (19 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +11 -5 lines
Use Thot functions to open local files.
Irene

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Jun 2 10:54:44 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-6
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +51 -231 lines
Removing some #ifdef _MOTIF
Irene

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Apr 1 14:11:25 2004 UTC (20 years, 1 month ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
+ first step for network integration on windows with WX
+ fix compilation errors

S. GULLY

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Mar 29 16:05:18 2004 UTC (20 years, 1 month ago) by gully
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +204 -53 lines
+ add network managment for wxWidgets
notice: wxWidgets don't provides a register/unregister interface for sockets descriptors. I've emulate this with periodic system call (each 100ms) to select() (only when a socket is active). select() detects if the socket recived data or not then I call the libwww callback when something occure.
I've done some tests and there is no CPU overloading.

S. GULLY

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-3
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +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.92: download - view: text, markup, annotated - select for diffs
Tue Dec 16 12:10:04 2003 UTC (20 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -4 lines
Rename flags _WINDOWS by _WINGUI
+ the flag _WINDOWS must be used only for windows specific code.
+ the flag _WINGUI must be used only for old windows gui stuff.

S. GULLY

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 6 months ago) by gully
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +6 -6 lines
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Oct 30 13:59:01 2003 UTC (20 years, 6 months ago) by gully
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -2 lines
possible bug fix
SG

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Oct 22 15:02:02 2003 UTC (20 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +5 -3 lines
another compilation fix on windows
SG

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Oct 22 14:23:43 2003 UTC (20 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
#endif misplaced
Laurent on behalf of Stephane

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Oct 22 13:54:01 2003 UTC (20 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Improve the support of OpenGL on Windows platforms.
Irene

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Oct 22 11:03:08 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +29 -9 lines
fixing compile error (make proto)
SG

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Oct 21 16:22:57 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +122 -76 lines
Code cleaning :
- adding a new flag in configure : _NOGUI ( easier to use than !defined(_GTK) && !defined(_MOTIF) && !defined(_WINDOWS) )
- adding the _GTK _MOTIF _WINDOWS _NOGUI everywhere when it's needed

NOTICE: normaly you do not need to reconfigure ...
but if there is problemes go into your compilation directory and execute :
../configure --with-gtk             <-- gtk version
../configure --with-gl              <-- gtk + gl canvas version
../configure --with-motif           <-- motif version
../configure --with-nogui           <-- nogui version

SG

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

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Oct 28 15:18:26 2002 UTC (21 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -3 lines
JK: Code cleaning. Restored the behavior of the 404 message. Solved
a problem with include dependencies.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Oct 21 07:07:27 2002 UTC (21 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +13 -7 lines
Display a popup message instead of a document when the server reports
an error.
Create the local HTML container of loaded images in the current document
directory.
Irene

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed May 8 03:25:04 2002 UTC (22 years ago) by kahan
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3, Amaya-6-2
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -1 lines
JK: Added some more comments.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jun 21 13:30:38 2001 UTC (22 years, 11 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2, Amaya-5-1, Amaya-5-0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
JK: removed a compiler warning

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jun 21 13:26:23 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +170 -304 lines
JK/SG: libwww GTK integration. Added the timer + event registration

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Mar 16 16:40:25 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -6 lines
Removing CHAR_T, ustr, ufopen, usprintf from these files.
Irene

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:05:18 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Removing the macro TEXT ()
Irene

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:33:29 2000 UTC (23 years, 11 months ago) by kahan
Branches: MAIN
CVS tags: 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.75: preferred, colored
Changes since revision 1.75: +9 -1 lines
JK: don't unregister Xt events if the file descriptor is equal to INVSOC
(The doc doesn't say what Xt does in that case).

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:31 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +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.74: download - view: text, markup, annotated - select for diffs
Tue Mar 7 15:51:42 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +0 -10 lines
Remove the Java stuff
Irene

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Mar 2 17:16:34 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3 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.72: download - view: text, markup, annotated - select for diffs
Thu Mar 2 14:33:07 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3 lines
Unicode:

New Features:
- [en|fr|de|it]-* files (for instance en-libdialogue, fr-amayamsg, ...)
  may indicate the charset at the beginning of the file:
  The syntax is: charset=[ISO Latin 1 | ISO Latin 2 | ... | Windows-1256 | UTF8]

  for example:
  file: en-amamsg

  charset=ISO Latin 1
  0 File
  1 File
  ...

  This information is used by TtaGetMessageTable in order to handle messages
  in the rigth way.
  The default charset is ISO Latin 1.

- TtaWC2ISOdup "duplicates a wc string to an monobyte string" (???)
- TtaISO2WCdup "duplicates a monobyte string to a WC string"

- TtaWC2MB: Converts a single Wide Character into a Mono/Multibyte character
  according to a Charset (ISOLatin1, ..., UTF8, WIN1256)

- TtaMB2WC: Converts a mono/multibyte character into a Wide Character
  according to a Charset.

- TtaMBS2WCS: Converts a Multibyte character string into a Wide character string.
  Memory has to be allocated for the Wide Character string before using this function.
  The conversion is done according to a Charset.
  For instance:
  char* toto = "This is a monobyte character string";
  CHAR_T* titi;
  /* ... */
  titi = TtaAllocString (strlen (toto) + 1);
  TtaMBS2WCS (toto, titi, ISOLatin1) does the right way what
  TtaISO2WCdup does (not in the right way).

- TtaWCS2MB: converts a Wide Character string into a mono/multibyte character
  string according to a charset. We can say the same thing here concerning
  TtaWCS2MBS and TtaWC2ISOdup.

Amaya is able to handle ISO Latin1 ISO Latin 2, ISO Latin 6 (Arabic),
Windows 1256 CP (Arabic) and UTF 8 encoded docs.

As soon as we have the information concerning the Charset (from the HTTP header
or the META element), Amaya will be able to read, display and save all these
documents.

Adding other charsets is very easy to do.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:05:40 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 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.70: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:03:44 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +9 -14 lines
Unicode.
New Features:
- html2thot.c
  * GetNextChar allows to get the next Wide Char from a file or a buffer.
  * ParseHTMLError writes a multibyte string into the output file. This file
    is supposed to be UTF 8 for the moment.

- config.c
  New function: GetNextWideCharFromMultibyteString allows to read the right number
  bytes into a string coded in char* (bytes) and gives a Wide Char.
  This function is used in getFirstWord, getSecondWord, SingleWord, getStringAfterColon.
  It also will be used for the HTML parser.


- fileaccess.c
  New function:
  * TtaGetWideChar reads the right number of bytes to give a wide char
  * TtaWriteWideChar transforms a wide char into the right number of bytes and writes
    the bytes into a file.
  Modified functoins:
  * TtaWriteDocIdent
  * TtaCheckDirectory
  * TtaReadOpen

- uio.c
  New function: ufgets allows to read the right number of bytes from a given
  file to give a Wide character string which length is N (parameter of ufgets).
  If N > NB (number of wide characters remaining) then ufgets returns a
  Wide Character String whitch length is NB.
  if EOF then ufgets returns NULL.

- css.c
  Style sheets are handled as Wide Characters now.
  LoadStyleSheets is adapted to handle Wide Character Strings.

- mesage.c
  TtaGetMessageTable allowd to fill a table of Wide Character
  Strings from a file.

- registry.c
  New function WGetEnv.
  Windows provides _wgetenv to get system env vars coded in Wide Characters
  * WGetEnv does the samething on Unix.

  Modified functions:
  * TtaGetEnvString
  * TtaGetDefEnvString

- platforms.c
  Modified function: TtaFileExist.

Work still to do:
- interface with libwww
- interface with motif dialogs.

Ramzi.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Jan 12 14:15:19 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Preparing for Unicode.
Ramzi.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Nov 8 10:41:32 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +187 -2 lines
Integration of GTK in the thotlib and in Amaya.
gtkprint is broken ... work in progress :))

Nabil

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

Ramzi.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Dec 14 09:04:52 1998 UTC (25 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
JK: libwww 5.2 update, message digest authentication

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Sep 24 08:13:23 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
JK: Modified the behavior of the StopAllRequests
function so that it uses HTTimer_expiresAll. The previous
version used Timer_deleteAll and didn't clear all the libwww context.

Cleaned some code on AHTBridge.c

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Sep 21 04:58:37 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +8 -3 lines
JK: fixed various bugs related to the stop button

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Sep 18 10:11:35 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
JK: the pending document message wasn't being correctly updated. As
a consequence, we sometimes saw msgs saying "1 pending request", whereas there
was none.
It had to be displayed after killing the current request

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Sep 17 10:40:09 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -1 lines
Solve a compiling problem: libDoStop undeclared
Irene

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Sep 14 12:29:23 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
JK: added a new error message for connection timeouts
Cleaning AHTBridge.c

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Aug 26 10:07:35 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -1 lines
JK: windows stuff
        libwww/Library/src/HTInit.c

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Aug 19 14:07:42 1998 UTC (25 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +24 -8 lines
JK: Cleaning code

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jul 24 17:05:22 1998 UTC (25 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +426 -500 lines
JK: new libwww version

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jul 8 16:15:56 1998 UTC (25 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
JK:
Fix of the CSS hangup
Added Cache: refresh support to the reload button
Cleaned code related to content-type
CVS:
CVS:

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jun 18 16:20:11 1998 UTC (25 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +10 -3 lines
JK: Fix for the Windows Proxy bug

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Apr 23 10:06:32 1998 UTC (26 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +6 -5 lines
Print for Windoz.
Ramzi.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Mar 26 16:15:39 1998 UTC (26 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
Fixing a fatal bug in Amaya.
Irene

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 17 16:21:48 1998 UTC (26 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +13 -2 lines
JK: fixing some stop button bugs

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Mar 11 17:24:43 1998 UTC (26 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +8 -12 lines
JK: Makebook asynchrone
    Other minor bugs::

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Feb 4 09:53:34 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
JK: Had put __WINDOWS instead of _WINDOWS

Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Feb 3 21:38:44 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +10 -2 lines
JK: Added code to detect the breakdown of a connection (Windows)

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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Oct 20 11:01:35 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
JK: Windows: had forgotten to remove the comments from the call to free a request context

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Sep 15 16:34:22 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +32 -80 lines
JK: Some fixes for the linux sigpipe problem. It's still not perfect,
but it works 90%

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Sep 12 23:29:15 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +0 -1 lines
JK: There was an extra TtaFileunlink

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Sep 12 22:26:05 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +9 -8 lines
JK: Fixed a problem with requests being stopped without breaking the
    connection.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Sep 12 11:30:16 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +13 -3 lines
JK: Removed some warnings

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Sep 10 12:05:33 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +60 -60 lines
JK: more corrections on the sockets interface

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 8 08:14:08 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
fixed a problem with redirections (missing images)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Aug 26 14:04:18 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +73 -5 lines
JK: Some corrections to the redirection problem. Not yet a complete solution

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Aug 7 12:52:02 1997 UTC (26 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +105 -95 lines
JK: corrections to libwww memory bugs

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jul 9 17:03:21 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
windozzzz.
RG.

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jul 8 13:33:02 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +18 -36 lines
amaya /winnt (libwww).
JK&RG

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

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jul 4 13:13:55 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +15 -41 lines
Amaya/Winnt development.
Ramzi

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jun 28 13:48:50 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +47 -1 lines
Zamaya for windoZ
Ramzi.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jun 25 16:24:57 1997 UTC (26 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -11 lines
Dialog boxes and libwww connection (amaya for winnt).
Ramzi.

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

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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jun 23 13:14:03 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +49 -27 lines
JK/RG: Converging the WINNT/Unix source code/bugs (if there are)

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +82 -293 lines
AMaya windoz
Ramzi

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 13 09:39:47 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -28 lines
*** empty log message ***

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 2 10:19:26 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +241 -223 lines
Network connection (amaya wind'oz).
Ramzi.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 30 15:20:02 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +195 -15 lines
amaya windoz.
Ramzi

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 28 06:42:20 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +167 -21 lines
Windo'bb. Connecting Amaya with the net by libwww.
Ramzi.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 17 18:19:23 1997 UTC (27 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -179 lines
Cleaned. Libwww and Java are no more designed to work together.
Simplified greatly the Java Select() code, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 26 12:13:45 1997 UTC (27 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +32 -36 lines
Java version of Amaya now use Jigsaw classes for GETs, experimental !
Cleaned WINDOWS defines, now uses _WINDOWS everywhere, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Feb 24 18:01:28 1997 UTC (27 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
Window porting. Ramzi

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 15 17:27:28 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +34 -30 lines
LibWWW and Kaffe now work together, Cleaned all the event management
int the Thotlib, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 14 19:54:53 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +160 -10 lines
JK: Some more modifications for Daniel/Java

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 14 18:46:25 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +142 -33 lines
JK: Added new functions calls for Java, as requested by Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 6 06:04:19 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0b, AMAYA_0_95b
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -10 lines
JK: oops, committed a query.c by accident. This is the version I really wanted to commit. Changed two lines in AHTBridge.c to avoid reading a NULL structure

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 18 08:49:29 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0a, AMAYA_0_95a
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -11 lines
JK: added support for receiving HTTP responses that don't include a
Content-length header

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 13 10:19:39 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines
Fix bugs detected by insure++
Irene

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:13:08 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, AMAYA_SOURCES_0_95
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -9 lines
Add TteElemTransform and adjust the management of TteTextModify
Irene

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 28 04:52:19 1996 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +111 -121 lines
JK: finished FVC comments on this modules

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:09:09 1996 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +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.8: download - view: text, markup, annotated - select for diffs
Fri Dec 13 14:54:54 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Cleaning, renamed NEW_WILLOWS to _WINDOWS, started port using xdev to NT
from Linux, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:48:49 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +410 -377 lines
Pretty printing.
Ramzi.

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 4 11:19:35 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Cleaning warning messages (amaya application).
Ramzi.

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

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 26 18:20:34 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Translation of files: batch (Vincent), boxrelations (Irene), buildlines (Irene),
constcoor (Vincent), constmenu (Jose) and regexp (Vincent).
Ramzi.

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, 6 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, 6 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