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 zero-initialization of header in _ctdbd_allocate_pkt to the correct size
Michael Adam
2011-12-23
1
-2
/
+1
*
traverse: fix traversing with empty records by adding a new (internal) contro...
Michael Adam
2011-12-03
1
-2
/
+2
*
ctdb: add an option --print-recordflags to trigger printing record flags in c...
Michael Adam
2011-11-29
1
-9
/
+11
*
ctdb: add an option --print-hash to enable printing of record hashes when dum...
Michael Adam
2011-11-29
1
-0
/
+4
*
ctdb: add an option --print-lmaster to enable printing of lmaster in "ctdb ca...
Michael Adam
2011-11-29
1
-0
/
+5
*
ctdb: add an option --print-datasize to only print datasize instead of dumpin...
Michael Adam
2011-11-29
1
-7
/
+11
*
ctdb: add an option --print-emptyrecords to enable printing of empty records ...
Michael Adam
2011-11-29
1
-3
/
+6
*
client: add version ctdb_traverse_ext() of ctdb_traverse() that can list empt...
Michael Adam
2011-11-29
1
-7
/
+28
*
traverse: add a flag to enable transferring empty records in cluster wide tra...
Michael Adam
2011-11-29
1
-0
/
+1
*
Rename ctdb_ctrl_getscriptstatus() parameter to avoid shadowing a global
Martin Schwenke
2011-11-11
1
-3
/
+3
*
Rename ctdb_control_destructor() to ctdb_client_control_destructor()
Martin Schwenke
2011-11-11
1
-2
/
+2
*
Move some common functions to common/ctdb_ltdb.c
Martin Schwenke
2011-11-11
1
-38
/
+0
*
Clean up warnings: log some unchecked return codes from function calls
Martin Schwenke
2011-11-09
1
-0
/
+6
*
ReadOnly: Dont update the record header from the calling client. While it is ...
Ronnie Sahlberg
2011-10-24
1
-26
/
+0
*
ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...
Ronnie Sahlberg
2011-09-13
1
-2
/
+2
*
Merge branch 'master-readonly-records' into foo
Ronnie Sahlberg
2011-09-12
1
-4
/
+371
|
\
|
*
ReadOnly: add a new control to activate readonly lock capability for a database.
Ronnie Sahlberg
2011-09-01
1
-0
/
+42
|
*
ReadOnly: When the client wants a readwrite lock but the local node is the dm...
Ronnie Sahlberg
2011-08-23
1
-0
/
+19
|
*
ReadOnly: Add clientside code to fetch readonly records
Ronnie Sahlberg
2011-08-23
1
-0
/
+207
|
*
ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...
Ronnie Sahlberg
2011-08-23
1
-4
/
+4
|
*
ReadOnly: Add printing of the record flags when we are traversing a database ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+9
|
*
ReadOnly: Add clientside functions to send the UPDATE_RECORD control
Ronnie Sahlberg
2011-08-23
1
-0
/
+67
|
*
ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.
Ronnie Sahlberg
2011-08-23
1
-0
/
+23
*
|
pmda: Attempt reconnects while ctdbd is unavailable
David Disseldorp
2011-09-06
1
-1
/
+1
*
|
client: add timeout argument to ctdb_attach
David Disseldorp
2011-09-06
1
-2
/
+6
|
/
*
client: handle transient connection errors
David Disseldorp
2011-06-23
1
-5
/
+30
*
ctdb catdb: fix escaping of '"' and '\'
Gregor Beck
2011-05-04
1
-1
/
+1
*
client: add accessor function ctdb_header_from_record_handle().
Michael Adam
2011-03-14
1
-0
/
+9
*
Remove LACOUNT and LACCESSOR and migrate the records immediately.
Ronnie Sahlberg
2011-02-18
1
-11
/
+4
*
Revert scheduling back to use real-time processes
Ronnie Sahlberg
2011-01-11
1
-0
/
+5
*
Add rolling statistics that are collected across 10 second intervals.
Ronnie Sahlberg
2010-09-29
1
-0
/
+20
*
Dont use the deprecated talloc_append_string()
Ronnie Sahlberg
2010-08-20
1
-4
/
+1
*
We need the deprecated talloc_append_string() for now
Ronnie Sahlberg
2010-08-19
1
-0
/
+3
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-1
/
+7
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-1
/
+7
*
|
We use eventloop nesting in a couple of places, notably the sync
Ronnie Sahlberg
2010-08-18
1
-0
/
+1
*
|
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
/
+1
*
Wrap the IDR early, but not too early.
Ronnie Sahlberg
2010-06-10
1
-1
/
+1
*
Delay reusing ids to make protocol more robust
Rusty Russell
2010-06-10
1
-0
/
+2
*
Add a variable for start/current time to ctdb statistics
Ronnie Sahlberg
2010-06-02
1
-0
/
+2
*
add a function to read the current socketname from the ctdb structure
Ronnie Sahlberg
2010-06-02
1
-0
/
+5
*
rename ctdb_remove_message_handler to ctdb_client_remove_message_handler
Ronnie Sahlberg
2010-06-02
1
-3
/
+3
*
rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...
Ronnie Sahlberg
2010-06-02
1
-1
/
+1
*
rename ctdb_set_message_handler to ctdb_client_set_message_handler
Ronnie Sahlberg
2010-06-02
1
-2
/
+2
*
rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...
Ronnie Sahlberg
2010-06-02
1
-1
/
+1
*
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
[prev]
[next]