summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1440/+0
* s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.cMichael Adam2011-07-291-0/+1
* s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...Björn Baumbach2011-07-121-2/+2
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-201-4/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-5/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+2
* s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local...Michael Adam2011-03-311-1/+56
* s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruptionMichael Adam2011-03-251-2/+34
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-311-7/+6
* s3: fail db_open_ctdb if ctdb is not aroundVolker Lendecke2010-08-061-0/+5
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-4/+7
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-221-0/+12
* s3: Remove the unused parameter "persistent" from fetch_locked_internalVolker Lendecke2010-03-051-8/+2
* s3: db->persistent==true was handled earlier, make this more obviousVolker Lendecke2010-03-051-1/+1
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-02-121-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-02-121-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-02-121-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-02-121-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-02-121-18/+12
* s3:dbwrap_ctdb: update (C)Michael Adam2010-02-121-1/+2
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-02-121-320/+160
* s3:dbwrap_ctdb: increase the number of commit retries 5-->100Michael Adam2009-12-051-1/+1
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-051-0/+2
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-031-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-031-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-031-0/+12
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-031-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-031-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-031-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-031-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-031-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-031-27/+39
* s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.Michael Adam2009-11-031-3/+5
* s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...Michael Adam2009-09-111-1/+1
* s3:dbwrap_ctdb: fix some function header commentsMichael Adam2009-05-251-3/+12
* s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam2009-03-041-6/+6
* s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-191-0/+8
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-2/+2
* fixed an (unlikely) memory leakAndrew Tridgell2008-09-291-0/+1
* fixed a segfault on the ctdb destructor codeAndrew Tridgell2008-09-291-3/+10
* Fix some nonempty blank linesVolker Lendecke2008-08-241-11/+11