Age | Commit message (Expand) | Author | Files | Lines |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-29 | fixed an (unlikely) memory leak | Andrew Tridgell | 1 | -0/+1 |
2008-09-29 | fixed a segfault on the ctdb destructor code | Andrew Tridgell | 1 | -3/+10 |
2008-08-24 | Fix some nonempty blank lines | Volker Lendecke | 1 | -11/+11 |
2008-08-24 | Fix some C++ warnings | Volker Lendecke | 1 | -4/+6 |
2008-08-13 | allow nested ctdb transactions in the same manner that they are | Andrew Tridgell | 1 | -2/+21 |
2008-08-13 | drop retries to 5 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter getting | Andrew Tridgell | 1 | -2/+3 |
2008-08-13 | fixed lots of places that paniced on a failed transaction_commit, | Andrew Tridgell | 1 | -8/+11 |
2008-08-13 | cope with the control failing completely without returning a status | Andrew Tridgell | 1 | -12/+18 |
2008-08-13 | handle two special cases | Andrew Tridgell | 1 | -16/+42 |
2008-08-13 | put a limit on the number of retries. I found a case where a recovery | Andrew Tridgell | 1 | -0/+12 |
2008-08-13 | we need to commit, not cancel, on record destruction | Andrew Tridgell | 1 | -1/+4 |
2008-08-13 | all persistent databases now do all stores via automatic transactions | Andrew Tridgell | 1 | -150/+46 |
2008-08-13 | fixed fetch of empty records | Andrew Tridgell | 1 | -6/+11 |
2008-08-13 | cleanup debugging and fix handling of empty transaction | Andrew Tridgell | 1 | -13/+11 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -3/+600 |
2008-08-13 | dbwrap ctdb: fix a DEBUG message. | Michael Adam | 1 | -1/+1 |
2008-08-13 | dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store(). | Michael Adam | 1 | -0/+1 |
2008-08-13 | dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ... | Michael Adam | 1 | -3/+26 |
2008-08-13 | dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBs | Michael Adam | 1 | -1/+17 |
2008-08-13 | dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete(). | Michael Adam | 1 | -7/+2 |
2008-08-13 | dbwrap ctdb: add a retry loop to the persistent store operation. | Michael Adam | 1 | -51/+120 |
2008-08-13 | dbwrap ctdb: release the lock before calling ctdbd_persistent_store() | Michael Adam | 1 | -0/+26 |
2008-08-13 | dbwrap ctdb: remove erroneously duplicated comment. | Michael Adam | 1 | -1/+0 |
2008-08-13 | Use transaction start/cancel for persistent writes to avoid leaving the datab... | Ronnie Sahlberg | 1 | -2/+9 |
2008-08-06 | fixed permissions on ctdb databases | Andrew Tridgell | 1 | -0/+5 |
2008-03-10 | Add transactions to the dbwrap API | Volker Lendecke | 1 | -0/+10 |
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge... | Alexander Bokovoy | 1 | -68/+110 |
2007-11-09 | Fix dbwrap debug output | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r24773: Fix a ctdb connection lockup | Volker Lendecke | 1 | -4/+11 |
2007-10-10 | r24113: some little fixes to get the correct error message | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+451 |