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_traverse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
traverse: Send traverse end record from traverse child process
Amitay Isaacs
2013-09-25
1
-25
/
+26
*
traverse: Wait till all data has been flushed from output queue
Amitay Isaacs
2013-09-25
1
-0
/
+6
*
traverse: Use ctdb local variable for convenience
Amitay Isaacs
2013-09-25
1
-3
/
+3
*
traverse: Check if local traverse failed or succeeded
Amitay Isaacs
2013-09-25
1
-10
/
+32
*
traverse: Log information when traverse starts and ends
Amitay Isaacs
2013-09-25
1
-2
/
+11
*
traverse: Log when database traverse is started
Amitay Isaacs
2013-08-22
1
-0
/
+2
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
traverse: Remove unused start_time field
Amitay Isaacs
2013-07-10
1
-3
/
+0
*
traverse: Send records directly from traverse child to srcnode
Amitay Isaacs
2013-07-10
1
-35
/
+47
*
traverse: Pass reqid and srcnode information to local database traverse
Amitay Isaacs
2013-07-10
1
-0
/
+4
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALL
Amitay Isaacs
2013-04-17
1
-12
/
+31
*
traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecords
Amitay Isaacs
2013-04-17
1
-0
/
+58
*
Fix a comment typo
Volker Lendecke
2013-02-06
1
-1
/
+1
*
daemon: Make sure all the traverse children are terminated if traverse times out
Amitay Isaacs
2013-02-05
1
-3
/
+11
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-1
/
+1
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
traverse: fix traversing with empty records by adding a new (internal) contro...
Michael Adam
2011-12-03
1
-5
/
+34
*
traverse: add a flag to enable transferring empty records in cluster wide tra...
Michael Adam
2011-11-29
1
-1
/
+11
*
Fix some typos
Volker Lendecke
2011-11-02
1
-1
/
+1
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-1
/
+1
*
Create macros to update the statistics counters and use these macros
Ronnie Sahlberg
2010-09-29
1
-1
/
+1
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-0
/
+2
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-0
/
+2
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
|
/
*
Report client for queue errors.
Rusty Russell
2010-07-01
1
-1
/
+2
*
Drop the debug level for logging fd creation to DEBUG_DEBUG
Ronnie Sahlberg
2010-02-04
1
-1
/
+1
*
server: Use tdb_check to verify persistent tdbs on startup
Stefan Metzmacher
2009-12-16
1
-0
/
+20
*
add logging everytime we create a filedescriptor in the main ctdb daemon
Ronnie Sahlberg
2009-10-15
1
-0
/
+4
*
change the talloc hierarchy for the main transaction_start context and the in...
root
2009-05-06
1
-8
/
+3
*
fixed a problem with clients disconnecting during a traverse
root
2009-05-06
1
-22
/
+102
*
change how we filter out "empty" records in the traversecode
Ronnie Sahlberg
2008-07-16
1
-14
/
+57
*
proper waitpid() fix.
Ronnie Sahlberg
2008-07-09
1
-1
/
+0
*
Revert "waitpid() can block if it takes a long time before the child terminates"
Ronnie Sahlberg
2008-07-08
1
-0
/
+1
*
waitpid() can block if it takes a long time before the child terminates
Ronnie Sahlberg
2008-07-08
1
-1
/
+0
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-5
/
+5
*
added support for persistent databases in ctdbd
Andrew Tridgell
2007-09-21
1
-3
/
+3
*
change vnn to pnn in the traverse structure
Ronnie Sahlberg
2007-09-04
1
-3
/
+3
*
change ctdb->vnn to ctdb->pnn
Ronnie Sahlberg
2007-09-04
1
-2
/
+2
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-3
/
+2
*
added code to kill registered clients on a IP release
Andrew Tridgell
2007-06-19
1
-1
/
+1
*
propogate flag changes to all connected nodes
Andrew Tridgell
2007-06-09
1
-1
/
+2
*
start splitting the code into separate client and server pieces
Andrew Tridgell
2007-06-07
1
-0
/
+463