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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a compiler warning
Ronnie Sahlberg
2010-04-08
1
-1
/
+1
*
In ctdb catdb, print the payload data length without the ctdb header length
Volker Lendecke
2010-03-29
1
-1
/
+1
*
client: implement ctdb_ctrl_set_iface_link()
Stefan Metzmacher
2010-01-20
1
-1
/
+18
*
client: implement ctdb_ctrl_get_ifaces()
Stefan Metzmacher
2010-01-20
1
-2
/
+57
*
client: implement ctdb_ctrl_get_public_ip_info()
Stefan Metzmacher
2010-01-20
1
-2
/
+61
*
controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATE
Stefan Metzmacher
2010-01-20
1
-0
/
+25
*
client: add CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE ctdb_ctrl_get_public_ips_flags()
Stefan Metzmacher
2010-01-20
1
-4
/
+16
*
fix a conflict in the merge from rusty
Ronnie Sahlberg
2009-12-17
1
-6
/
+1
|
\
|
*
Remove RT priority, use niceness.
Rusty Russell
2009-12-16
1
-5
/
+0
|
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
1
-1
/
+1
*
|
client: make ctdb_dumpdb_record() public
Stefan Metzmacher
2009-12-16
1
-2
/
+2
*
|
client: add ctdb_ctrl_getdbhealth()
Stefan Metzmacher
2009-12-16
1
-0
/
+38
*
|
ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open calls
Stefan Metzmacher
2009-12-16
1
-0
/
+1
|
/
*
client: lower level of commit retry message WARNING->DEBUG
Michael Adam
2009-12-09
1
-3
/
+3
*
client: lower debug level of transaction-active-retry message to DEBUG
Michael Adam
2009-12-09
1
-4
/
+4
*
ctdb: scriptstatus can now query non-monitor events
Rusty Russell
2009-12-08
1
-7
/
+15
*
eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wire
Rusty Russell
2009-12-08
1
-2
/
+2
*
eventscript: remove unused ctbd_ctrl_event_script*
Rusty Russell
2009-12-08
1
-80
/
+0
*
eventscript: use -ENOEXEC for disabled status value
Rusty Russell
2009-12-07
1
-22
/
+0
*
client: improve two error messages in ctdb_transaction_commit().
Michael Adam
2009-12-04
1
-2
/
+10
*
client: increase the number of commit retries 10-->100
Michael Adam
2009-12-04
1
-1
/
+1
*
client: untangle checks and produce more detailed error messages
Michael Adam
2009-12-04
1
-1
/
+13
*
client: increase the rsn of the __transaction_lock__ when storing
Michael Adam
2009-12-04
1
-0
/
+2
*
make ctdb_ctrl_transaction_active public.
Michael Adam
2009-12-04
1
-3
/
+3
*
client: in catdb, print the keyname first, and separate records by a blank line
Michael Adam
2009-12-04
1
-3
/
+5
*
client: randomize the transaction_start retry loop:
Michael Adam
2009-10-30
1
-3
/
+5
*
client: fix a race in the local race condition fix in transaction_start
Michael Adam
2009-10-30
1
-8
/
+10
*
client: add a debug message when a transaction_commit needs to be retried
Michael Adam
2009-10-30
1
-0
/
+3
*
client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()
Michael Adam
2009-10-30
1
-1
/
+1
*
client: improve "control timed out" debug message
Michael Adam
2009-10-30
1
-1
/
+3
*
Revert "update the "uptime" command to indicate the "time since last" is the ...
Ronnie Sahlberg
2009-10-29
1
-3
/
+45
*
update the "uptime" command to indicate the "time since last" is the time sin...
Ronnie Sahlberg
2009-10-29
1
-45
/
+3
*
ctdb_client: reformat a comment slightly to enhance clearness.
Michael Adam
2009-10-29
1
-3
/
+5
*
client: fix race condition with concurrent transactions on the same node.
Michael Adam
2009-10-29
1
-0
/
+12
*
client: add ctdb_ctrl_transaction_active() which calls out to CTDB_TRANS2_ACTIVE
Michael Adam
2009-10-29
1
-0
/
+28
*
for debugging
Ronnie Sahlberg
2009-10-27
1
-0
/
+2
*
ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()
Stefan Metzmacher
2009-10-26
1
-1
/
+1
*
initial attempt at freezing databases in priority order
Ronnie Sahlberg
2009-10-12
1
-3
/
+11
*
uptade the freeze/thaw commands to be able to send the requested database pri...
Ronnie Sahlberg
2009-10-12
1
-8
/
+20
*
add a control to read the db priority from a database
Ronnie Sahlberg
2009-10-10
1
-0
/
+27
*
add a control to set a database priority. Let newly created databases default...
Ronnie Sahlberg
2009-10-10
1
-0
/
+24
*
add a new function to collect a list of all active nodes EXCEPT a certain node
Ronnie Sahlberg
2009-10-06
1
-0
/
+34
*
ctdb_client: fix race in starting concurrent transactions on a single node
Michael Adam
2009-09-21
1
-1
/
+24
*
new prototype banning code
Ronnie Sahlberg
2009-09-04
1
-0
/
+45
*
add new controls to make it possible to enable/disable individual eventscripts
Ronnie Sahlberg
2009-08-13
1
-0
/
+66
*
client: fix a debug message (misplaced newline).
Michael Adam
2009-08-04
1
-1
/
+1
*
client:ctdb_control_send: remove duplicate setting of the reqid header.
Michael Adam
2009-08-04
1
-1
/
+0
*
client: refuse to do record_store() on a persistent tdb.
Michael Adam
2009-07-29
1
-36
/
+2
*
client: set dmaster in ctdb_transaction_store() also when updating an existin...
Michael Adam
2009-07-29
1
-2
/
+2
*
When processing the stop node control reply in the client code we should
Ronnie Sahlberg
2009-07-29
1
-2
/
+3
[next]