Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:34 2016 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
mysig.c and mysig.h are moved to src/util and are installed under OpenXM/lib and OpenXM/include. mysignal is used in k097.
Revision 1.8 / (download) - annotate - [selected], Fri Sep 17 03:28:21 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Bug: oxd could not be compiled. --> fixed.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:36 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.6: +1 -4
lines
Diff to previous 1.6 (colored) to selected 1.8 (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.6 / (download) - annotate - [select for diffs], Mon Oct 28 08:57:28 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.5: +7 -1
lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)
Added key words to refuse for httpd-rpc.sm1
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 28 00:38:32 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.4: +18 -2
lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)
Made the following change for the oxd starting protocol: 1. ox itself has to finish. ( ox -finish ) 2. oxd waits the termination of ox and gets the result code. 3. if the result code is 0, then oxd returns <suceeded/>, else oxd returns <failed code=xxyy/> 4. The client of oxd receives the result (<suceeded/> or <failed/>) and sends <login/> and close the session.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 27 10:39:33 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)
New constructor OpenXM(String ox_server) starts ox_server by calling oxd super server (broker). As for a sample client code, see textclientr.java
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 20 23:49:12 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -1
lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)
Changes user id to nobody when the super server is executed by root.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 20 23:38:12 2002 UTC (22 years ago) by takayama
Branch: MAIN
Changes since 1.1: +30 -19
lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)
Fixed some minor bugs. Added the option --port. More friendly error message when the port is already used. Automatic search of the shell script openxm. (Look at $(OpenXM_HOME)/bin and next /usr/local/bin/openxm).
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 20 13:13:35 2002 UTC (22 years ago) by takayama
Branch: MAIN
Diff to selected 1.8 (colored)
The first version of OpenXM super server oxd. Example of a session with oxd: nobuki@yama2:$ telnet localhost 8089 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ?<login method="file"/> <challenge file="/home/nobuki/.oxd12174"/> ?<done/> ?<launch> ox -ox ox_asir </launch> <bye/> Connection closed by foreign host.