summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* create symbols for fetch lock response statusRonnie sahlberg2007-04-173-5/+10
* finalize fetch lock changes to get rid of the record handleRonnie sahlberg2007-04-174-17/+39
* do not use a ctdb_record_handle for client fetch_lock/store_unlock any moreRonnie sahlberg2007-04-174-63/+37
* remaning code to finish lock_fetch/store_unlock clientside helpersRonnie sahlberg2007-04-174-28/+83
|\
| * merge from ronnieAndrew Tridgell2007-04-172-10/+10
| |\
| * | partial merge from volker (some overlaps removed)Andrew Tridgell2007-04-172-24/+54
| * | better error handling in ctdb_ltdb_lock_fetch_requeue()Andrew Tridgell2007-04-171-2/+19
* | | initial change to remove store_unlock pdu and use tdb chainlock in the clientRonnie sahlberg2007-04-178-271/+49
| |/ |/|
* | change some error printouts to make it easier to determine whether the error ...Ronnie sahlberg2007-04-172-10/+10
|/
* add an explanation of ctdb_ltdb_lock_fetch_requeue()Andrew Tridgell2007-04-171-0/+15
* add an explanation of how to use ctdb_lockwait()Andrew Tridgell2007-04-171-1/+10
* fixed crash bug - thanks volkerAndrew Tridgell2007-04-171-1/+2
* darn, forgot thisAndrew Tridgell2007-04-172-1/+108
* wait on the right fd ....Andrew Tridgell2007-04-171-1/+2
* added a ctdb_ltdb_lock_fetch_requeue() functionAndrew Tridgell2007-04-164-2/+56
* added a tdb_chainlock_nonblock() call to tdbAndrew Tridgell2007-04-162-4/+30
* merge local copy of tdb from samba4 tdbAndrew Tridgell2007-04-1615-361/+763
* fixed a fd bug (thanks volker)Andrew Tridgell2007-04-161-0/+1
* this is a demonstration of an idea for handling locks in ctdb.Andrew Tridgell2007-04-165-2/+258
* merged from samba4Andrew Tridgell2007-04-161-0/+29
* pull out common command line code for tests into tests/cmdline.cAndrew Tridgell2007-04-168-243/+134
* merge CTDB_SRVID_ALL patch from Samba4Andrew Tridgell2007-04-163-2/+8
* - fix includes to work in both samba4 and ctdb standaloneAndrew Tridgell2007-04-165-4/+9
* added --dblist option to ctdbd, to allow list of databases to be specified on...Andrew Tridgell2007-04-161-6/+15
* add code to fetch1 test to tell the two child processes one at a time to fetc...Ronnie sahlberg2007-04-161-12/+32
* add examples for volker on how to do fetchlock/storeunlockRonnie sahlberg2007-04-152-4/+160
* update to fetch1.sh testRonnie sahlberg2007-04-151-22/+109
* merge from tridgeRonnie sahlberg2007-04-1316-60/+60
|\
| * private -> private_data for samba3Andrew Tridgell2007-04-1316-60/+60
* | add missing code to store_unlock so that the data that a client writes is sto...Ronnie sahlberg2007-04-133-16/+47
|/
* add more elaborate test to fetch1 testRonnie sahlberg2007-04-131-1/+9
* add store_unlock pdu's for the domain socket.Ronnie sahlberg2007-04-135-2/+186
* add the two missing file from the previous commitRonnie sahlberg2007-04-122-0/+159
* add a beginning of a new testRonnie sahlberg2007-04-121-1/+5
* when sending back a fetch lock reply to a client Ronnie sahlberg2007-04-121-3/+12
* dont hardcode gdb in the test script. ooopsRonnie sahlberg2007-04-121-1/+1
* initial support for two new pdus for the domain socket to do fetch_lockRonnie sahlberg2007-04-129-27/+317
* merge from vlAndrew Tridgell2007-04-126-36/+45
|\
| * Rename "private" to "private_data"Volker Lendecke2007-04-115-20/+24
| * Merge tridge's treeVolker Lendecke2007-04-111-5/+3
| |\
| * | Add a test to read back the messageVolker Lendecke2007-04-111-0/+37
* | | add an example on how to read a message from the domain socketRonnie sahlberg2007-04-121-3/+35
* | | do an infinite loop calling event_loop_once() in the ctdbd parent process ins...Ronnie sahlberg2007-04-121-2/+5
* | | add a test message to the messaging test so we can see that the message data ...Ronnie sahlberg2007-04-121-4/+6
| |/ |/|
* | use event_loop_wait instead of while(1)Andrew Tridgell2007-04-111-4/+2
* | use lib/replace for signal.hAndrew Tridgell2007-04-111-1/+1
|/
* Handle a client that exited correctly: We need to ignore SIGPIPE and when theVolker Lendecke2007-04-112-0/+20
* Fix uninitialized variable warningsVolker Lendecke2007-04-111-2/+6
* add an example on how to send a message to the daemonRonnie sahlberg2007-04-111-1/+38
* add call/reply parsing of the cluster connect-wait call to the test daemon.Ronnie sahlberg2007-04-111-4/+60