index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_daemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb/daemon: Untangle serialisation of 1st recovery -> startup -> monitor
Martin Schwenke
2014-01-17
1
-5
/
+2
*
ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USER
Amitay Isaacs
2014-01-16
1
-1
/
+0
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
1
-1
/
+1
*
ctdbd: Pass the public address file location in ctdb context
Martin Schwenke
2013-10-22
1
-3
/
+2
*
ctdbd: Remove transaction code related to TRANS2 commits
Amitay Isaacs
2013-10-04
1
-3
/
+0
*
ctdbd: Sleep at exit to allow time for log messages to flush
Martin Schwenke
2013-07-19
1
-4
/
+9
*
ctdbd: Exit if something is already listening on CTDB socket
Martin Schwenke
2013-07-19
1
-9
/
+18
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-0
/
+3
*
ctdbd: Use ctdb_die() on "setup" event failure
Martin Schwenke
2013-07-05
1
-2
/
+1
*
ctdbd: Avoid a core dump when "init" event fails
Martin Schwenke
2013-07-05
1
-1
/
+1
*
ctdbd: Fix panic on overlapping shutdowns
Martin Schwenke
2013-06-22
1
-0
/
+5
*
ctdbd: Refactor shutdown sequence
Martin Schwenke
2013-06-22
1
-0
/
+17
*
ctdbd: "init" event should run earlier in daemon initialisation
Martin Schwenke
2013-06-20
1
-7
/
+7
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
ctdbd: When the "setup" event fails log an error and exit, don't abort
Martin Schwenke
2013-05-24
1
-2
/
+2
*
ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
Martin Schwenke
2013-05-24
1
-1
/
+1
*
ctdbd: Start logging process earlier
Martin Schwenke
2013-05-24
1
-7
/
+6
*
ctdbd: Only start recovery daemon and timed events after setup event
Martin Schwenke
2013-05-24
1
-21
/
+22
*
ctdbd: Replace ctdb->done_startup with ctdb->runstate
Martin Schwenke
2013-05-24
1
-0
/
+5
*
ctdbd: Print version string in the daemon startup
Amitay Isaacs
2013-05-23
1
-1
/
+3
*
ctdbd: Log CTDB startup before creating the PID file
Martin Schwenke
2013-05-06
1
-1
/
+1
*
ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-1
/
+1
*
ctdbd: Set num_clients statistic from ctdb->num_clients
Amitay Isaacs
2013-04-22
1
-2
/
+2
*
ctdbd: Log PID file creation and removal at NOTICE level
Martin Schwenke
2013-04-22
1
-3
/
+3
*
ctdbd: Add --pidfile option
Martin Schwenke
2013-04-18
1
-1
/
+35
*
ctdbd: Add an index db for message list for faster searches
Amitay Isaacs
2013-03-06
1
-7
/
+1
*
ctdbd: Message logged at exit should be different for different processes
Martin Schwenke
2013-02-05
1
-1
/
+5
*
daemon: Update the comment and remove redundant check in ctdb_start_transport()
Amitay Isaacs
2013-01-09
1
-6
/
+1
*
ctdbd: Initialise the node flags in just one place
Martin Schwenke
2013-01-07
1
-0
/
+23
*
ctdbd: Return explicit boolean values for function returning bool
Amitay Isaacs
2012-07-16
1
-1
/
+1
*
Reimplement logging of long running events
Martin Schwenke
2012-06-12
1
-0
/
+46
*
server: Replace BOOL datatype with bool, True/False with true/false
Amitay Isaacs
2012-05-28
1
-2
/
+2
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-33
/
+6
*
RELOADIPS: simplify the reloadips code a bit
Ronnie Sahlberg
2012-05-01
1
-1
/
+1
*
Add new control to reload the public ip address file on a node
Ronnie Sahlberg
2012-05-01
1
-1
/
+5
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
FETCH COLLAPSE : Change the fetch-lock collapse to collapse ALL fetches, incl...
Ronnie Sahlberg
2012-03-20
1
-6
/
+7
*
Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGE
Volker Lendecke
2012-02-13
1
-0
/
+4
*
ReadOnly: add per-database statistics to view how much delegations/revokes we...
Ronnie Sahlberg
2012-02-08
1
-0
/
+1
*
STATISTICS: add total counts for number of delegations and number of revokes
Ronnie Sahlberg
2012-02-08
1
-0
/
+1
*
Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...
Ronnie Sahlberg
2012-01-31
1
-2
/
+38
*
Move platform-specific code to common/system_*
Mathieu Parent
2011-12-06
1
-15
/
+5
*
Remove zero-length gnu_printf format string in ctdb_daemon.c (gcc warning)
Mathieu Parent
2011-12-06
1
-0
/
+1
*
Add CTDB_CONTROL_CHECK_SRVID
Volker Lendecke
2011-11-30
1
-0
/
+36
*
Record Fetch Collapse: Collapse multiple fetch request into one single request.
Ronnie Sahlberg
2011-11-08
1
-0
/
+207
*
ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...
Ronnie Sahlberg
2011-08-23
1
-1
/
+1
*
ReadOnly: clear out the tracking record once a revoke is completed
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
*
ReadOnly: Add handlign of readonly requests readwrite requests, delegations a...
Ronnie Sahlberg
2011-08-23
1
-0
/
+47
*
daemon: fill ctdb->ctdbd_pid early
Michael Adam
2011-03-14
1
-0
/
+1
*
daemon: correctly end a running trans3_commit if the client disconnects.
Michael Adam
2011-02-24
1
-0
/
+9
[next]