summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* | validate dmaster on a client fetch requestAndrew Tridgell2007-04-181-0/+5
|/
* simpler shutdown process. The reply is not actually needed, andAndrew Tridgell2007-04-181-2/+1
* initial shutdown function where a client can request an orderly shutdown of a...Ronnie sahlberg2007-04-182-2/+19
|\
| * started adding a cleaner daemon finish methodAndrew Tridgell2007-04-181-0/+6
|/
* - merge volkers debug changesAndrew Tridgell2007-04-182-2/+3
|\
| * Add timestamps to debug output.Volker Lendecke2007-04-171-1/+2
|/
* moved cmdline.c to common codeAndrew Tridgell2007-04-171-0/+7
* use the common cmdline code in ctdbdAndrew Tridgell2007-04-171-1/+1
* - send the record header from the client to the daemon when doing aAndrew Tridgell2007-04-171-0/+5
* - removed the non-daemon mode from ctdb, in order to simplify theAndrew Tridgell2007-04-172-6/+11
* create symbols for fetch lock response statusRonnie sahlberg2007-04-171-0/+5
* finalize fetch lock changes to get rid of the record handleRonnie sahlberg2007-04-172-7/+9
* do not use a ctdb_record_handle for client fetch_lock/store_unlock any moreRonnie sahlberg2007-04-172-8/+9
* initial change to remove store_unlock pdu and use tdb chainlock in the clientRonnie sahlberg2007-04-172-27/+5
* added a ctdb_ltdb_lock_fetch_requeue() functionAndrew Tridgell2007-04-161-0/+8
* this is a demonstration of an idea for handling locks in ctdb.Andrew Tridgell2007-04-161-1/+1
* merge CTDB_SRVID_ALL patch from Samba4Andrew Tridgell2007-04-161-0/+5
* private -> private_data for samba3Andrew Tridgell2007-04-131-1/+1
* add store_unlock pdu's for the domain socket.Ronnie sahlberg2007-04-131-1/+20
* initial support for two new pdus for the domain socket to do fetch_lockRonnie sahlberg2007-04-122-5/+37
* Rename "private" to "private_data"Volker Lendecke2007-04-112-7/+8
* add a vnn field to the ctdb_reply_connect_wait pdu so that we can tellRonnie sahlberg2007-04-111-0/+1
* add proper support for ctdb_connect_wait in daemon modeAndrew Tridgell2007-04-111-8/+24
* fixed sending messages to ourselves in non-daemon modeAndrew Tridgell2007-04-111-0/+1
* merge from ronnie, plus complete the client side of inter-node messagingAndrew Tridgell2007-04-112-3/+23
|\
| * add a test that sends messages between clients connected to the same ctdbRonnie sahlberg2007-04-112-14/+29
| |\ | |/ |/|
* | partially completed work towards full messaging system which will work in bot...Andrew Tridgell2007-04-112-12/+13
|/
* merge from tridgeRonnie sahlberg2007-04-112-1/+40
|\
| * - add --daemon flag to ctdb_fetch test codeAndrew Tridgell2007-04-112-1/+40
* | rename client.id to client.messenger_id to make the purpose of the field more...Ronnie sahlberg2007-04-101-1/+1
* | add a call to register the pid for a messengin serviceRonnie sahlberg2007-04-102-7/+20
|/
* made all sockets handle partial IOAndrew Tridgell2007-04-102-11/+27
* add a CONNECT_WAIT flag to replace the call ctdb_connect_wait() since Ronnie sahlberg2007-04-101-0/+3
* make normal/deamon mode controllable by a ctdb flag so that the api looks the...Ronnie sahlberg2007-04-102-14/+21
* dispatcher daemon first try.Ronnie sahlberg2007-04-092-0/+55
* fixed a bunch of memory leaksAndrew Tridgell2007-04-071-1/+2
* added a magic header for wireshark and packet version infoAndrew Tridgell2007-04-061-0/+5
* first test of forced migration of records. compiles but not tested.Ronnie sahlberg2007-04-042-0/+22
* merge back some changes from Samba4Andrew Tridgell2007-04-042-0/+9
* Split CTDB into sub contexts to handle multiple concurrent databases within t...Ronnie sahlberg2007-04-032-11/+23
* changed ctdb_bench.c to use messages instead of callsAndrew Tridgell2007-02-091-1/+6
* merged ib work from peterAndrew Tridgell2007-02-091-1/+3
|\
| * merging tridge's code...Peter Somogyi2007-01-312-0/+3
| |\
| * | Added overload test scenario + fixed 1 send queue bug.Peter Somogyi2007-01-301-1/+1
| * | Adjusted debug level and test scenario.Peter Somogyi2007-01-261-1/+3
* | | merged ctdb messaging code from samba4Andrew Tridgell2007-02-092-1/+23
| |/ |/|
* | merge status code changes from samba4 ctdbAndrew Tridgell2007-01-292-0/+3
|/
* simplified ctdb_call() interface, and made it easier to expand with more para...Andrew Tridgell2007-01-251-3/+9
* use ctdb_call_info, so struct ctdb_call can be used for top level callAndrew Tridgell2007-01-251-2/+2
* added copies of libs so can be built standaloneAndrew Tridgell2007-01-251-1/+1