ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/ihost.c
Revision 1.27 - (view) (annotate) - [select for diffs]
Wed May 29 23:03:53 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: IHOST_1_0_RC1
Changes since 1.26: +0 -2 lines
Diff to previous 1.26
Moved the definitions of the PID file location and the maximum UDP packet
size to configure options. The version number is also done by configure.

Revision 1.26 - (view) (annotate) - [select for diffs]
Wed May 29 19:41:59 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.25: +5 -2 lines
Diff to previous 1.25
This ihost now uses autoconf and automake to make a "normal" installation
and distribution ;) It's now far easier to compile. To build from CVS :-
aclocal
autoheader
autoconf
automake -a -c
Then for compiling (end users will only need to do this) :-
./configure
make
make install
To build a distribution :-
make dist

Revision 1.25 - (view) (annotate) - [select for diffs]
Wed May 22 09:01:01 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.24: +6 -4 lines
Diff to previous 1.24
Minor bug fixes :)

Revision 1.24 - (view) (annotate) - [select for diffs]
Tue May 21 16:55:59 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Update version number...
Should be a fully working system now, but still need some tweaks for "niceness",
and a bit of testing would be nice too :)
All needed functionality however is there.... afaik ;)

Revision 1.23 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:12 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.22: +1 -0 lines
Diff to previous 1.22
Added URL to GPL headers.

Revision 1.22 - (view) (annotate) - [select for diffs]
Tue May 21 16:04:34 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.21: +10 -9 lines
Diff to previous 1.21
Critical bug fixes.

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue May 21 15:44:34 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.20: +2 -15 lines
Diff to previous 1.20
Brain failure :) , now says what its sending sanely, and also says what its recieved.

Revision 1.20 - (view) (annotate) - [select for diffs]
Tue May 21 14:36:23 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.19: +12 -15 lines
Diff to previous 1.19
Slightly more efficent

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 21 14:23:31 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.18: +16 -0 lines
Diff to previous 1.18
Writing of PID file

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 21 14:07:32 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.17: +173 -67 lines
Diff to previous 1.17
Command line arguments now do what they should.
Message logging improved.

Revision 1.17 - (view) (annotate) - [select for diffs]
Mon May 20 12:28:46 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.16: +52 -5 lines
Diff to previous 1.16
Proper command line parsing, however doesn't do anything with the options yet :)

Revision 1.16 - (view) (annotate) - [select for diffs]
Sun May 19 19:42:41 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.15: +22 -2 lines
Diff to previous 1.15
Now sends ip address of host. Doesn't cope with ip changing without at least
a reconfigure signal from the server. Only tested on solaris.

Revision 1.15 - (view) (annotate) - [select for diffs]
Sun May 19 15:14:31 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
Didn't mean to commit with the printf in :)

Revision 1.14 - (view) (annotate) - [select for diffs]
Sun May 19 14:58:06 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Fix compile errors on Freebsd

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun May 19 14:44:36 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
Counter was not being incremented so the SEQ no was always 0.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun May 19 12:03:43 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
Better header file (strings to string)

Revision 1.11 - (view) (annotate) - [select for diffs]
Sat May 18 18:15:56 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.10: +19 -0 lines
Diff to previous 1.10
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri May 17 13:43:48 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.9: +22 -22 lines
Diff to previous 1.9
Bug fix, and a minor change on the way i do things since it was broken :)

Revision 1.9 - (view) (annotate) - [select for diffs]
Fri May 17 11:21:17 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.8: +132 -20 lines
Diff to previous 1.8
Now basic working version. Only tested on solaris.

Revision 1.8 - (view) (annotate) - [select for diffs]
Mon May 13 11:01:27 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
Subtle "nice" changes.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon May 13 09:22:02 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.6: +21 -28 lines
Diff to previous 1.6
Make it a little more sane again ;)

Revision 1.6 - (view) (annotate) - [select for diffs]
Sun May 12 17:33:21 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.5: +50 -15 lines
Diff to previous 1.5
Bug fixes so that heartbeat now works.

Revision 1.5 - (view) (annotate) - [select for diffs]
Sun May 12 14:10:45 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.4: +19 -1 lines
Diff to previous 1.4
Improved the memory managment.

Revision 1.4 - (view) (annotate) - [select for diffs]
Sun May 12 12:00:33 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.3: +94 -2 lines
Diff to previous 1.3
Untested heartbeat code added. Changed last_modified to char* as we never
have to do any processing on it, so is easier to store it that way.

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri May 10 21:32:38 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.2: +8 -4 lines
Diff to previous 1.2
Command line parsring

Revision 1.2 - (view) (annotate) - [select for diffs]
Fri May 10 20:05:05 2002 UTC (22 years ago) by pajs
Branch: MAIN
Changes since 1.1: +75 -19 lines
Diff to previous 1.1
Compiles and connects to the iscream server and reads in the config.

Revision 1.1 - (view) (annotate) - [select for diffs]
Fri May 10 17:11:30 2002 UTC (22 years ago) by pajs
Branch: MAIN
Start of the c ihost work. May compile, may not. It wont do anything though :)

Convenience Links

Links to HEAD: (view) (annotate) Links to IHOST_1_0_RC1: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a