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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add a CTDB_SOCKET variable that can be used to override the default
Ronnie Sahlberg
2008-11-11
1
-0
/
+1
*
we must also check the status returned from the get tickles control to
Ronnie Sahlberg
2008-10-15
1
-1
/
+1
*
update the client side of getnodemap and getpublicips controls to
Ronnie Sahlberg
2008-10-15
1
-3
/
+51
*
update TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls so we retain an
Ronnie Sahlberg
2008-10-14
1
-7
/
+62
*
additional monitoring between the two daemons.
Ronnie Sahlberg
2008-09-09
1
-0
/
+18
*
initial ipv6 patch
Ronnie Sahlberg
2008-08-19
1
-3
/
+3
*
added retry handling in client
Andrew Tridgell
2008-08-08
1
-2
/
+12
*
imported failure handling from dbwrap_ctdb.c
Andrew Tridgell
2008-08-08
1
-2
/
+23
*
save writing the same data twice
Andrew Tridgell
2008-08-08
1
-14
/
+25
*
Merge commit 'ronnie/1.0.53'
Andrew Tridgell
2008-08-08
1
-23
/
+0
|
\
|
*
Merge git://git.samba.org/tridge/ctdb
Ronnie Sahlberg
2008-08-07
1
-0
/
+3
|
|
\
|
*
|
remove the reclock file we store pnn counts in.
Ronnie Sahlberg
2008-08-06
1
-23
/
+0
*
|
|
fixed a looping error bug with the new transactions code
Andrew Tridgell
2008-08-08
1
-4
/
+3
|
|
/
|
/
|
*
|
cover some corner cases where the persistent database could become
Andrew Tridgell
2008-08-07
1
-0
/
+3
|
/
*
implemented replayable transactions in ctdb to prevent deadlock
Andrew Tridgell
2008-08-04
1
-31
/
+145
*
added client side functions for new transaction code
Andrew Tridgell
2008-07-30
1
-0
/
+197
*
change how we filter out "empty" records in the traversecode
Ronnie Sahlberg
2008-07-16
1
-2
/
+3
*
don't use mmap in tdb if --nosetsched is set. That makes valgrind
Andrew Tridgell
2008-07-04
1
-1
/
+6
*
prevent valgrind errors where we print unitialised values on control errors
Andrew Tridgell
2008-07-04
1
-0
/
+7
*
fixed some incorrect CTDB_NO_MEMORY*() calls found after fixing the
Andrew Tridgell
2008-07-04
1
-3
/
+4
*
print the opcode when an async callback detects an error
Ronnie Sahlberg
2008-07-02
1
-2
/
+3
*
add a callback for failed nodes to the async control helper.
Ronnie Sahlberg
2008-06-12
1
-2
/
+15
*
convert handling of gratious arps and their controls and helpers to
Ronnie Sahlberg
2008-06-04
1
-5
/
+5
*
add a parameter for the tdb-flags to the client function
Ronnie Sahlberg
2008-06-04
1
-2
/
+2
*
Expand the client async framework so that it can take a callback function.
Ronnie Sahlberg
2008-05-06
1
-6
/
+15
*
Add a capabilities field to the ctdb structure
Ronnie Sahlberg
2008-05-06
1
-0
/
+40
*
make 'ctdb catdb' produce output that resembles the output of tdbdump
Ronnie Sahlberg
2008-04-23
1
-7
/
+21
*
Add two new controls to add/delete public ip address from a node at runtime.
Ronnie Sahlberg
2008-03-27
1
-3
/
+52
*
From M Dietz,
Ronnie Sahlberg
2008-03-25
1
-1
/
+46
*
in ctdb_call_local() we can not talloc_steal() the returned data and hang it ...
Ronnie Sahlberg
2008-03-19
1
-16
/
+23
*
dont steal reply_data.dptr to ctdb if there is no data, since then we would leak
Ronnie Sahlberg
2008-03-19
1
-1
/
+2
*
add a new file <reclock>.pnn where each recovery daemon can lock that byte at...
Ronnie Sahlberg
2008-02-29
1
-0
/
+35
*
add a control to get the name of the reclock file from the daemon
Ronnie Sahlberg
2008-02-29
1
-0
/
+22
*
to make it easier/less disruptive to add nodes to a running cluster
Ronnie Sahlberg
2008-02-19
1
-0
/
+21
*
Specify and print debuglevels by name and not by number
Ronnie Sahlberg
2008-02-05
1
-4
/
+4
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-72
/
+72
*
added debug constants to allow for better mapping to syslog levels
Andrew Tridgell
2008-02-04
1
-6
/
+6
*
merge async recovery changes from Ronnie
Andrew Tridgell
2008-01-29
1
-0
/
+191
*
add a ctdb uptime command that prints when ctdb was started and when the
Ronnie Sahlberg
2008-01-17
1
-0
/
+37
*
ctdb_control_send() does not need to take an outdata parameter
Ronnie Sahlberg
2008-01-16
1
-7
/
+7
*
only match vacuum list if on the same database
Andrew Tridgell
2008-01-09
1
-1
/
+1
*
ensure the recovery daemon is not clagged up by vacuum calls
Andrew Tridgell
2008-01-08
1
-21
/
+2
*
added two new ctdb commands:
Andrew Tridgell
2008-01-08
1
-3
/
+40
*
new simpler and much faster recovery code based on tdb transactions
Andrew Tridgell
2008-01-06
1
-211
/
+10
*
added async pull, push and rsn handling functions
Andrew Tridgell
2008-01-05
1
-71
/
+157
*
get rid of the control to set the monitoring mode.
Ronnie Sahlberg
2007-11-30
1
-23
/
+0
*
fixed a valgrind uninitialised memory error due to pad bytes
Andrew Tridgell
2007-10-22
1
-0
/
+1
*
add a control to send gratious arps from the ctdb daemon
Ronnie Sahlberg
2007-10-09
1
-0
/
+41
*
added support for persistent databases in ctdbd
Andrew Tridgell
2007-09-21
1
-5
/
+49
*
fixed a pointer cast warning
Andrew Tridgell
2007-09-10
1
-0
/
+2
[prev]
[next]