Up to [local] / OpenXM / src / kan96xx / plugin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:47 2020 UTC (4 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +10 -9
lines
Diff to previous 1.16 (colored)
All causes of the warnings are fixed.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (19 years, 4 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.15: +2 -1
lines
Diff to previous 1.15 (colored)
Fixed grammatical problem for gcc4.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 23 05:28:19 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.14: +9 -9
lines
Diff to previous 1.14 (colored)
Fixed a bug in the quiet mode. \n were output.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 28 13:39:42 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.13: +15 -15
lines
Diff to previous 1.13 (colored)
Quiet mode is ready; sm1 -q
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:35 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.12: +2 -4
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Tue Sep 16 02:57:39 2003 UTC (21 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.11: +14 -6
lines
Diff to previous 1.11 (colored)
A workaround of a strange behavior of accept of cygwin.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 20 07:23:31 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.10: +6 -14
lines
Diff to previous 1.10 (colored)
It is the correct version.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 20 07:18:45 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.9: +15 -3
lines
Diff to previous 1.9 (colored)
A workaround for a strange behavior of windows/cygwin accept(2).
Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 23 08:42:22 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
A bug on the null password is fixed.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 20 08:26:00 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.7: +37 -1
lines
Diff to previous 1.7 (colored)
acceptLocal2() does not close the fd for listening. cf. acceptLocal().
Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 20 07:58:18 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Increased the length of the listen queue.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 24 10:27:20 2002 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.5: +5 -1
lines
Diff to previous 1.5 (colored)
setjmp --> sigsetjmp longjmp --> siglongjmp
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 4 01:06:30 2001 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
indent-region and untabify.
Revision 1.4.2.3 / (download) - annotate - [select for diffs], Sat Nov 11 07:01:19 2000 UTC (24 years ago) by maekawa
Branch: maekawa-ipv6
Changes since 1.4.2.2: +54 -31
lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Fix a loopback interface for IPv6. To Rewrite to AF-Independent code has been done.
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sat Nov 11 04:44:30 2000 UTC (24 years ago) by maekawa
Branch: maekawa-ipv6
Changes since 1.4.2.1: +69 -38
lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)
socketAcceptLocal is rewriten. Now AF-Independent. (supported AFs are AF_INET and AF_INET6).
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Fri Nov 10 20:12:08 2000 UTC (24 years ago) by maekawa
Branch: maekawa-ipv6
Changes since 1.4: +105 -53
lines
Diff to previous 1.4 (colored)
socketOpen is rewriten to AF-independent code. socketAcceptLocal depends on sizeof(sockaddr) == 16. The sizeof of sockaddr structure is not fixed. Only defined to include sa_family and sa_data at least. And the size of sa_data is not fixed. Just defined as variable-length data...
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 8 16:08:42 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_3
Branch point for: maekawa-ipv6
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Correction of a typo: authentication
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 20 01:53:47 2000 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -4
lines
Diff to previous 1.2 (colored)
Removed the initialization like FILE *Hoge = stderr; because stderr is declared as extern FILE *stderr on LinuxPPC.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 30 02:22:16 1999 UTC (25 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124,
RELEASE_1_1_2
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
A bug of one time password authentification is fixed. The password should be an array of bytes that terminates with 0.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:05 1999 UTC (25 years, 1 month 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 (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision