- ctdb/ib minor bugfixes (error case)
[vlendec/samba-autobuild/.git] / ctdb / common / ctdb_client.c
2007-04-20 Peter Somogyi- ctdb/ib minor bugfixes (error case)
2007-04-19 Peter SomogyiMerged tridge's ctdb branch.
2007-04-19 Andrew Tridgell- added a --torture option to all ctdb tools. This...
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Andrew Tridgellmuch simpler fetch code!
2007-04-19 Andrew Tridgell- fully separate the client version of ctdb_call from...
2007-04-19 Andrew Tridgell- make he packet allocation routines take a mem_ctx...
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Andrew Tridgellavoid a deadlock the fetch_lock code. The deadlock...
2007-04-18 Ronnie sahlbergmerge from tridge
2007-04-18 Andrew Tridgellsimpler shutdown process. The reply is not actually...
2007-04-18 Andrew Tridgell- merge from ronnie, and use wait instead of sleep...
2007-04-18 Ronnie sahlbergadd/finish the ctdb_shutdown() function.
2007-04-18 Andrew Tridgellmerge fetch1 changes from ronnie
2007-04-18 Ronnie sahlberginitial shutdown function where a client can request...
2007-04-18 Andrew Tridgellstarted adding a cleaner daemon finish method
2007-04-18 Ronnie sahlbergmerge from tridge
2007-04-18 Andrew Tridgell- merge volkers debug changes
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Volker LendeckeSome more debug and two memleak fixes
2007-04-17 Andrew Tridgelladd debug tracing to fetch_lock
2007-04-17 Andrew Tridgelluse the common cmdline code in ctdbd
2007-04-17 Andrew Tridgellfixed a missing idr remove, and check the types after...
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgellstop the client looping (temporary measure)
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgellwe should not lock in a normal ctdb_call(), as we want...
2007-04-17 Andrew Tridgell- send the record header from the client to the daemon...
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgell- removed the non-daemon mode from ctdb, in order to...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergcreate symbols for fetch lock response status
2007-04-17 Ronnie sahlbergdo not use a ctdb_record_handle for client fetch_lock...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergremaning code to finish lock_fetch/store_unlock clients...
2007-04-17 Ronnie sahlberginitial change to remove store_unlock pdu and use tdb...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergchange some error printouts to make it easier to determ...
2007-04-16 Peter Somogyimerged tridge's branch
2007-04-16 Ronnie sahlbergmerge from tridge
2007-04-16 Andrew Tridgell- fix includes to work in both samba4 and ctdb standalone
2007-04-14 Andrew Tridgellmerge from ronnie
2007-04-13 Ronnie sahlbergmerge from tridge
2007-04-13 Andrew Tridgellprivate -> private_data for samba3
2007-04-13 Ronnie sahlbergadd missing code to store_unlock so that the data that...
2007-04-13 Andrew Tridgellmerge store_unlock code from ronnie
2007-04-12 Ronnie sahlbergadd store_unlock pdu's for the domain socket.
2007-04-12 Andrew Tridgellmerge from ronnie
2007-04-12 Ronnie sahlberginitial support for two new pdus for the domain socket...
2007-04-11 Ronnie sahlbergmerge from tridge
2007-04-11 Andrew Tridgelladd proper support for ctdb_connect_wait in daemon...
2007-04-11 Andrew Tridgellmerge from ronnie, plus complete the client side of...
2007-04-11 Ronnie sahlbergadd a test that sends messages between clients connecte...
2007-04-11 Andrew Tridgellpartially completed work towards full messaging system...
2007-04-11 Ronnie sahlbergmerge from tridge
2007-04-11 Andrew Tridgellforgot to add ctdb_client.c