index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-2
/
+3
*
Report client for queue errors.
Rusty Russell
2010-07-01
1
-1
/
+2
*
add additional logging when tdb_chainunlock() fails
Ronnie Sahlberg
2010-06-09
1
-3
/
+14
*
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
2010-05-20
1
-1
/
+1
*
Reduce the loglevel for two log messages for Registering and Deregistering se...
Ronnie Sahlberg
2010-03-30
1
-2
/
+2
*
server: add "setup" event
Stefan Metzmacher
2010-02-23
1
-6
/
+28
*
ctdb: when we fill the client packet queue we need to drop the client
Andrew Tridgell
2010-02-04
1
-5
/
+12
*
server: add "init" event
Stefan Metzmacher
2010-01-20
1
-0
/
+6
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
1
-4
/
+2
|
\
|
*
ctdb: use mlockall, cautiously
Rusty Russell
2009-12-16
1
-0
/
+1
|
*
Remove RT priority, use niceness.
Rusty Russell
2009-12-16
1
-4
/
+1
*
|
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+10
*
|
server: only do the mkdir() calls for db_directory* once at the start
Stefan Metzmacher
2009-12-16
1
-3
/
+3
|
/
*
Run only one event for each epoll_wait/select call
Volker Lendecke
2009-12-10
1
-1
/
+0
*
lower the loglevel for the message that a client has attached through a domia...
Ronnie Sahlberg
2009-12-02
1
-1
/
+1
*
Add a proper function to process a process-exist control in the daemon.
Ronnie Sahlberg
2009-12-02
1
-0
/
+38
*
Add a double linked list to the ctdb_context to store a mapping between clien...
Ronnie Sahlberg
2009-12-02
1
-2
/
+34
*
Use the PID we pick up from the domain socket when a client connects
Ronnie Sahlberg
2009-12-02
1
-8
/
+4
*
start the syslog child a little later, after we have forked and detached from...
Ronnie Sahlberg
2009-10-30
1
-1
/
+11
*
for debugging
Ronnie Sahlberg
2009-10-27
1
-1
/
+3
*
Add a mechanism where we can register notifications to be sent out to a SRVID...
Ronnie Sahlberg
2009-10-23
1
-1
/
+102
*
lower the debug levels for the "create FD messages" so we dont fill up the logs.
Ronnie Sahlberg
2009-10-21
1
-1
/
+1
*
When clients have blocked, perhaps because the node is banned or stopped ...
Ronnie Sahlberg
2009-10-21
1
-0
/
+6
*
add logging everytime we create a filedescriptor in the main ctdb daemon
Ronnie Sahlberg
2009-10-15
1
-0
/
+2
*
initial attempt at freezing databases in priority order
Ronnie Sahlberg
2009-10-12
1
-1
/
+1
*
Fix persistent transaction commit race condition.
Michael Adam
2009-07-29
1
-0
/
+9
*
dont even try to send a message from the main daemon if the transport is down
Ronnie Sahlberg
2009-06-30
1
-0
/
+5
*
dont remove the socket when the dameon stops. This can race if the
Ronnie Sahlberg
2009-05-29
1
-10
/
+0
*
add missing checks on so far ignored return values
Sumit Bose
2009-05-21
1
-0
/
+4
*
when tracking the ctdb statistics, only decrement num_clients and pending_...
root
2009-05-01
1
-11
/
+33
*
increase the listen queue. Now that the eventscripts may become clients and c...
Ronnie Sahlberg
2009-04-06
1
-1
/
+1
*
reqrite the handling of flag updates across the cluster to eliminate a
Ronnie Sahlberg
2008-11-20
1
-34
/
+0
*
we actually need a ctdb_db variable
Ronnie Sahlberg
2008-11-03
1
-1
/
+1
*
latency is measured in us, not ms
Ronnie Sahlberg
2008-10-30
1
-3
/
+4
*
add control and logging of very high latencies.
Ronnie Sahlberg
2008-10-30
1
-5
/
+5
*
additional monitoring between the two daemons.
Ronnie Sahlberg
2008-09-09
1
-0
/
+3
*
initial ipv6 patch
Ronnie Sahlberg
2008-08-19
1
-1
/
+1
*
lower a debug message
Ronnie Sahlberg
2008-07-18
1
-1
/
+1
*
Add two new controls to start and cancel a persistent update.
Ronnie Sahlberg
2008-07-17
1
-0
/
+6
*
proper waitpid() fix.
Ronnie Sahlberg
2008-07-09
1
-0
/
+32
*
Revert "waitpid() can block if it takes a long time before the child terminates"
Ronnie Sahlberg
2008-07-08
1
-3
/
+0
*
Revert "set sigchild to SIG_IGN instead of SIG_DFL"
Ronnie Sahlberg
2008-07-08
1
-3
/
+3
*
set sigchild to SIG_IGN instead of SIG_DFL
Ronnie Sahlberg
2008-07-08
1
-3
/
+3
*
waitpid() can block if it takes a long time before the child terminates
Ronnie Sahlberg
2008-07-08
1
-0
/
+3
*
ctdb->methods becomes NULL when we shutdown the transport.
Ronnie Sahlberg
2008-05-11
1
-0
/
+16
*
fix compiler warning during a fatal error failing to lock down the socket
Ronnie Sahlberg
2008-04-10
1
-1
/
+1
*
From Chris Cowan
Ronnie Sahlberg
2008-04-10
1
-11
/
+8
*
From Chris Cowan
Ronnie Sahlberg
2008-04-03
1
-0
/
+9
*
decorate the memdump output with a nice field for ctdb_client structures to s...
Ronnie Sahlberg
2008-04-01
1
-11
/
+4
*
add improvements to tracking memory usage in ctdbd adn the recovery daemon
Ronnie Sahlberg
2008-04-01
1
-0
/
+14
[next]