summaryrefslogtreecommitdiff
path: root/source4/cluster
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22114: merge from bzr treeAndrew Tridgell3-37/+407
2007-10-10r22098: merged from bzr treeAndrew Tridgell5-1/+45
2007-10-10r22085: correct copyright on opendb_ctdb.cAndrew Tridgell1-1/+2
2007-10-10r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for nowAndrew Tridgell1-1/+1
2007-10-10r22083: opendb backend to ctdb now passes simple testsAndrew Tridgell1-1/+6
2007-10-10r22082: merged the ctdb changes from bzrAndrew Tridgell6-13/+746
2007-10-10r22072: in order to implement the opendb ctdb backend, I've found that theAndrew Tridgell1-0/+15
2007-10-10r22070: merge in the changes from the bzr ctdb tree, and convert the brlockAndrew Tridgell8-67/+211
2007-10-10r21669: Fix --enable-dso buildJelmer Vernooij1-7/+4
2007-10-10r21256: - msg_type is not needed in the cluster messaging APIAndrew Tridgell8-12/+23
2007-10-10r21233: first version of samba4 messaging using ctdb is working. This means weAndrew Tridgell3-5/+79
2007-10-10r21232: added a raw ctdb messaging api - allowing ctdb applications to takeAndrew Tridgell6-14/+133
2007-10-10r21230: added the hooks needed in the cluster layer and the messaging code forAndrew Tridgell6-10/+117
2007-10-10r21173: - keep the ctdb queue when reconnecting (this will need to be moreAndrew Tridgell1-9/+2
2007-10-10r21172: fixed a commentAndrew Tridgell1-1/+2
2007-10-10r21140: enable the pending lock notify code in the ctdb backend so that timedAndrew Tridgell1-36/+80
2007-10-10r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, soAndrew Tridgell4-91/+33
2007-10-10r21044: - merge struct ctdb_call API changes from bzr treeAndrew Tridgell3-132/+122
2007-10-10r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell9-17/+9
2007-10-10r20948: a very simple example on how to setup and test ctdbAndrew Tridgell7-0/+73
2007-10-10r20946: fixed another couple of bugs in the brlock ctdb backend. It nowAndrew Tridgell1-28/+60
2007-10-10r20945: fixed the bug causing locktest to fail with the ctdb backend after aAndrew Tridgell5-93/+10
2007-10-10r20944: if a call has been destroyed before a reply comes in then discard theAndrew Tridgell1-0/+4
2007-10-10r20943: use offsetof() instead of sizeof() - 1 for the packet lengthAndrew Tridgell1-14/+18
2007-10-10r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell6-5/+69
2007-10-10r20918: a bit more debugging, and remove the hackish /dev/null writes I usedAndrew Tridgell2-44/+12
2007-10-10r20901: - not all compiler like uint8_t data[0] elements!Stefan Metzmacher2-13/+13
2007-10-10r20900: fix compiler warningsStefan Metzmacher2-1/+4
2007-10-10r20896: make the maximum lacount configurable in smb.confAndrew Tridgell5-3/+22
2007-10-10r20893: brlock notifies are currently disabled in the ctdb backend. Use a #ifAndrew Tridgell1-6/+13
2007-10-10r20892: add parameter for enabling ctdb self connectAndrew Tridgell1-2/+5
2007-10-10r20889: import ctdb cluster backend from bzrAndrew Tridgell17-1/+3733
2007-10-10r20888: local cluster backendAndrew Tridgell1-0/+58
2007-10-10r20887: allow the registration of multiple cluster backendsAndrew Tridgell3-6/+66
2007-10-10r20647: add cluster codeAndrew Tridgell3-0/+84