Powered by Apache

CVS log for OpenXM/src/kan96xx/plugin/oxcgi.c

[BACK] Up to [local] / OpenXM / src / kan96xx / plugin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:47 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +9 -9 lines
Diff to previous 1.10 (colored)

All causes of the warnings are fixed.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Fixed grammatical problem for gcc4.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:24 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.8: +20 -13 lines
Diff to previous 1.8 (colored)

The initialization of the variables of the type struct object
are added.  It is necessary to initialize the field "attr"
(object attribute) of stuct object.  cf. misc-2005/06/gfan/opt.sm1 test2.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 27 05:28:06 2005 UTC (19 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.7: +71 -1 lines
Diff to previous 1.7 (colored)

toTokenBySpace (written in the sm1 language) is now
written in C.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 23 01:37:47 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

GET method ---> POST method.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 28 12:27:17 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Removed unnecessary debug line.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 28 12:20:40 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +8 -2 lines
Diff to previous 1.4 (colored)

cgiUrlEncodingToKeyValuePair:
  spaces are skipped.
  If there exists no ?, then it is assumed that the URL part does not exist.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 27 11:18:23 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Bug fix of cgiUrlEncodingToKeyValuePair for the case that there exists no ?.
The flag cgi.verbose is introduced.
A note on installation of cgi-polymake.sh.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 27 01:20:46 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.2: +28 -1 lines
Diff to previous 1.2 (colored)

cgiPolymake (cgi-poymake.sh) is a CGI version of polymake partially complient
to OoHG (ox104).
doPolymake.OoHG is a client program to call CGI/polymake by OoHG.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 24 08:35:47 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.1: +523 -1 lines
Diff to previous 1.1 (colored)

Modules to work for CGI.
 URL encoding <---> keyValue pair
   ( cgiUrlEncodingKeyValuePair, cgiKeyValuePairToUrlEncoding )
 HTTP <---> keyValue pair
   ( cgiHttpToKeyValuePair, cgiKeyValuePairToHttpString )

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 21 12:52:01 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN

Preparation of implementing ox-rfc-104 (OoHG : OpenXM over HTTP) on kan/sm1.

This form allows you to request diff's 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.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>