summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_keepalive.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-051-1/+1
* ctdb-daemon: Add an environment variable to set versionMartin Schwenke2019-03-151-1/+21
* ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs2017-05-241-0/+10
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-241-0/+57
* ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs2017-05-241-0/+27
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+2
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-2/+12
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-9/+10
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-0/+5
* Keepalive packets were only sent every KeepaliveInterval if the socketRonnie Sahlberg2008-11-201-4/+2
* merge from ronnieAndrew Tridgell2008-02-041-2/+2
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-1/+1
* split node health monitoring and checking for connected/disconnected Ronnie Sahlberg2008-01-151-0/+105