Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


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

All causes of the warnings are fixed.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 10 11:29:46 2015 UTC (8 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Added some missing prototype declarations.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 11 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.19: +2 -1 lines
Diff to previous 1.19 (colored)

Fixed grammatical problem for gcc4.

Revision 1.19 / (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.18: +24 -24 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Tue Nov 23 00:02:55 2004 UTC (19 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.17: +47 -28 lines
Diff to previous 1.17 (colored)

Added perror system calls to show system error messages.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:35 2004 UTC (20 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 (colored)

Corrected a wrong use of errno.
From man errno;
 errno  is defined by the ISO C standard to be a modifiable
       lvalue of type int, and must not be  explicitly  declared;
       errno  may  be a macro.  errno is thread-local; setting it
       in one thread does not  affect  its  value  in  any  other
       thread.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Feb 23 09:03:43 2004 UTC (20 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 (colored)

malloc()'s are replaced by sGC_malloc() to solve the memory leak
trouble caused by ~taka/misc-2003/A2/bs-poly/bs2-leak.sm1, foo2.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Sep 16 02:57:40 2003 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.14: +11 -3 lines
Diff to previous 1.14 (colored)

A workaround of a strange behavior of accept of cygwin.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 30 13:23:06 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.13: +21 -10 lines
Diff to previous 1.13 (colored)

export OXWEB_DEG=1 : outputs debugging informations.
export OXWEB_TAKE_LOG=1 : outputs date and time of each HTTP transactions.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 24 02:12:35 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.12: +67 -4 lines
Diff to previous 1.12 (colored)

httpd  can handle the "connection closed" situation during computation and
during waiting data from the client.

Added new function (sm1.socket) (accpet2) for using as a super server.
(for future use.)

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 24 01:29:00 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Fixed a bug.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 24 01:05:05 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.10: +16 -1 lines
Diff to previous 1.10 (colored)

Added a new function [(sm1.socket) (gethostname) []] extension
to get the hostname.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 22 00:53:51 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.9: +15 -10 lines
Diff to previous 1.9 (colored)

Fixed a bug to read the "Content-length:" field.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 21 01:59:16 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

httpd.sm1 accepts the HTTP/POST protocol by setting the environmental
variable OXWEB_POST, but it is still buggy.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 21 01:11:44 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.7: +51 -4 lines
Diff to previous 1.7 (colored)

readHTTP looks at Content-length: field.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 21 00:37:00 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.6: +32 -19 lines
Diff to previous 1.6 (colored)

"[(sm1.socket) (readHTTP) ...] extension" reads
a HTTP packet.  It supports only GET and POST packets for now.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 20 07:58:18 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Increased the length of the listen queue.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 17 13:40:29 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +75 -3 lines
Diff to previous 1.4 (colored)

[(sm1Socket) (readBlock) ...] : reading from a socket until
"0a 0a" or "0d 0a 0d 0a" (the empty line) has been received.

Fixed a bug of [(sm1Socket) (read) ...]

Use readBlock instead of read in httpd-asir.sm1

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 12 03:13:36 2001 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.3: +38 -10 lines
Diff to previous 1.3 (colored)

[(fp2pushfile) name] extension : read the file "name" as an array of integers.
httpd-sm1 can send images to browsers.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 4 01:06:30 2001 UTC (23 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.2: +10 -10 lines
Diff to previous 1.2 (colored)

indent-region and untabify.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 16 07:55:48 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Congratulation of sm1 version 3.* !

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:05 1999 UTC (24 years, 8 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

o import OpenXM sources

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:05 1999 UTC (24 years, 8 months ago) by maekawa
Branch: MAIN

Initial revision

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>