fixed an (unlikely) memory leak
[gd/samba/.git] / source / lib / dbwrap_ctdb.c
2008-10-01 Andrew Tridgellfixed an (unlikely) memory leak
2008-10-01 Andrew Tridgellfixed a segfault on the ctdb destructor code
2008-08-13 Andrew Tridgellallow nested ctdb transactions in the same manner that...
2008-08-13 Andrew Tridgelldrop retries to 5
2008-08-13 Andrew Tridgelluse CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the...
2008-08-13 Andrew Tridgellfixed lots of places that paniced on a failed transacti...
2008-08-13 Andrew Tridgellcope with the control failing completely without return...
2008-08-13 Andrew Tridgellhandle two special cases
2008-08-13 Andrew Tridgellput a limit on the number of retries. I found a case...
2008-08-13 Andrew Tridgellwe need to commit, not cancel, on record destruction
2008-08-13 Andrew Tridgellall persistent databases now do all stores via automati...
2008-08-13 Andrew Tridgellfixed fetch of empty records
2008-08-13 Andrew Tridgellcleanup debugging and fix handling of empty transaction
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-13 Michael Adamdbwrap ctdb: fix a DEBUG message.
2008-08-13 Michael Adamdbwrap ctdb: don't retry when tdb_store failed in db_ct...
2008-08-13 Michael Adamdbwrap ctdb: add a partial mapping from tdb_error to...
2008-08-13 Michael Adamdbwrap ctdb: add db_ctdb_delete_persistent() and use...
2008-08-13 Michael Adamdbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().
2008-08-13 Michael Adamdbwrap ctdb: add a retry loop to the persistent store...
2008-08-13 Michael Adamdbwrap ctdb: release the lock before calling ctdbd_pers...
2008-08-13 Michael Adamdbwrap ctdb: remove erroneously duplicated comment.
2008-08-13 Ronnie SahlbergUse transaction start/cancel for persistent writes...
2008-08-06 Andrew Tridgellfixed permissions on ctdb databases
2008-03-10 Volker LendeckeAdd transactions to the dbwrap API
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge CTDB-related fixes from samba-ctdb 3.0 branch...
2007-11-09 Volker LendeckeFix dbwrap debug output
2007-10-10 Volker Lendecker24773: Fix a ctdb connection lockup
2007-10-10 Stefan Metzmacherr24113: some little fixes to get the correct error...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.