Powered by Apache

CVS log for OpenXM/src/oxc/oxc.c

[BACK] Up to [local] / OpenXM / src / oxc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 1 18:12:39 2016 UTC (8 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

Fixed many warnings.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Wed Oct 12 10:43:32 2005 UTC (18 years, 6 months ago) by takayama
Branch: new-mathcap-branch
Changes since 1.15: +134 -145 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)


oxc.c for the branch new-mathcap-branch.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 12 10:37:24 2005 UTC (18 years, 6 months ago) by takayama
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
Branch point for: new-mathcap-branch
Changes since 1.14: +13 -2 lines
Diff to previous 1.14 (colored)

Reverse commit of oxc.c for HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 28 07:22:33 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.13: +2 -13 lines
Diff to previous 1.13 (colored)

fixed

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 1 17:42:46 2004 UTC (19 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

for gcc 3.4.2; The default label needs statements

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 7 04:00:30 2003 UTC (21 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.11: +14 -7 lines
Diff to previous 1.11 (colored)

Add an option -q (be quiet)

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 10 06:54:36 2001 UTC (23 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +75 -6 lines
Diff to previous 1.10 (colored)

(1) execlp are replaced by execvp.
(2) OpenXM_XTERM="xterm -icon" are allowed.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 16 01:52:32 2000 UTC (23 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.9: +22 -15 lines
Diff to previous 1.9 (colored)

The function "connection" retries to do connect(2).

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 15 03:34:43 2000 UTC (23 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.8: +10 -4 lines
Diff to previous 1.8 (colored)

Add an option "-d" for debugging.
If oxc has "-d 100", then he spends 100 microseconds
before connecting to his OX client.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 14 03:14:01 2000 UTC (23 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

(1) I forgot to append NULL to arguments of execlp().
(2) I add a debugging message.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 14 01:35:58 2000 UTC (23 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)

The sm_spawn_server() is rewritten.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 3 14:32:40 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.5: +34 -34 lines
Diff to previous 1.5 (colored)

(1) some methods are encolsed by static.
(2) tabs are expanded by white spaces.
(3) The db structure is decomposed into two tables. (in sm_ext.c)

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 1 07:34:48 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.4: +19 -6 lines
Diff to previous 1.4 (colored)

oxc support a launcher by oxc_start_with_pipe().

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 28 04:02:56 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.3: +12 -2 lines
Diff to previous 1.3 (colored)

compile errors fixed.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 18 06:03:42 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Some bugs fixed.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 13 07:39:10 2000 UTC (23 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.1: +24 -2 lines
Diff to previous 1.1 (colored)

The oxlog was integrated into oxc.

usage:
OpenXM_XTERM=kterm oxc -x -h [hostname] -p [port] -c [password]

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 13 06:05:12 2000 UTC (23 years, 6 months ago) by ohara
Branch: MAIN

I commit a new OpenXM control server.

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>