public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/ccs daemon/ccsd.c daemon/globals.c dae ...
@ 2006-01-11 16:00 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2006-01-11 16:00 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh@sourceware.org	2006-01-11 16:00:55

Modified files:
	ccs/daemon     : ccsd.c globals.c globals.h 
	ccs/include    : comm_headers.h 
	ccs/lib        : libccs.c 
	ccs/man        : ccsd.8 

Log message:
	Merge ccsd local socket patch from RHEL4 / STABLE

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.h.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/include/comm_headers.h.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/lib/libccs.c.diff?cvsroot=cluster&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccsd.8.diff?cvsroot=cluster&r1=1.6&r2=1.7


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/ccs daemon/ccsd.c daemon/globals.c dae ...
@ 2005-07-01 14:52 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2005-07-01 14:52 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	lhh@sourceware.org	2005-07-01 14:52:16

Modified files:
	ccs/daemon     : ccsd.c globals.c globals.h 
	ccs/include    : comm_headers.h 
	ccs/lib        : libccs.c 
	ccs/man        : ccsd.8 

Log message:
	Increase performance by adding local socket communications

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.14.2.4&r2=1.14.2.4.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.2.2.1&r2=1.2.2.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.h.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.2.1&r2=1.3.2.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/include/comm_headers.h.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.3&r2=1.1.2.3.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/lib/libccs.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.6.2.3&r2=1.6.2.3.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccsd.8.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.4.2.2&r2=1.4.2.2.6.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* cluster/ccs daemon/ccsd.c daemon/globals.c dae ...
@ 2005-07-01 14:51 lhh
  0 siblings, 0 replies; 3+ messages in thread
From: lhh @ 2005-07-01 14:51 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	lhh@sourceware.org	2005-07-01 14:51:58

Modified files:
	ccs/daemon     : ccsd.c globals.c globals.h 
	ccs/include    : comm_headers.h 
	ccs/lib        : libccs.c 
	ccs/man        : ccsd.8 

Log message:
	Increase performance by adding local socket communications

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14.2.4&r2=1.14.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/globals.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.1&r2=1.3.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/include/comm_headers.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.3&r2=1.1.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/lib/libccs.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.6.2.3&r2=1.6.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/ccs/man/ccsd.8.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.2&r2=1.4.2.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-11 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11 16:00 cluster/ccs daemon/ccsd.c daemon/globals.c dae lhh
  -- strict thread matches above, loose matches on Subject: below --
2005-07-01 14:52 lhh
2005-07-01 14:51 lhh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).