summaryrefslogtreecommitdiffstats
path: root/source4/cluster
Commit message (Expand)AuthorAgeFilesLines
...
* r21172: fixed a commentAndrew Tridgell2007-10-101-1/+2
* r21140: enable the pending lock notify code in the ctdb backend so that timedAndrew Tridgell2007-10-101-36/+80
* r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, soAndrew Tridgell2007-10-104-91/+33
* r21044: - merge struct ctdb_call API changes from bzr treeAndrew Tridgell2007-10-103-132/+122
* r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell2007-10-109-17/+9
* r20948: a very simple example on how to setup and test ctdbAndrew Tridgell2007-10-107-0/+73
* r20946: fixed another couple of bugs in the brlock ctdb backend. It nowAndrew Tridgell2007-10-101-28/+60
* r20945: fixed the bug causing locktest to fail with the ctdb backend after aAndrew Tridgell2007-10-105-93/+10
* r20944: if a call has been destroyed before a reply comes in then discard theAndrew Tridgell2007-10-101-0/+4
* r20943: use offsetof() instead of sizeof() - 1 for the packet lengthAndrew Tridgell2007-10-101-14/+18
* r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell2007-10-106-5/+69
* r20918: a bit more debugging, and remove the hackish /dev/null writes I usedAndrew Tridgell2007-10-102-44/+12
* r20901: - not all compiler like uint8_t data[0] elements!Stefan Metzmacher2007-10-102-13/+13
* r20900: fix compiler warningsStefan Metzmacher2007-10-102-1/+4
* r20896: make the maximum lacount configurable in smb.confAndrew Tridgell2007-10-105-3/+22
* r20893: brlock notifies are currently disabled in the ctdb backend. Use a #ifAndrew Tridgell2007-10-101-6/+13
* r20892: add parameter for enabling ctdb self connectAndrew Tridgell2007-10-101-2/+5
* r20889: import ctdb cluster backend from bzrAndrew Tridgell2007-10-1017-1/+3733
* r20888: local cluster backendAndrew Tridgell2007-10-101-0/+58
* r20887: allow the registration of multiple cluster backendsAndrew Tridgell2007-10-103-6/+66
* r20647: add cluster codeAndrew Tridgell2007-10-103-0/+84