index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
dbwrap_ctdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:dbwrap_ctdb: increase the number of commit retries 5-->100
Michael Adam
2009-12-05
1
-1
/
+1
*
s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing
Michael Adam
2009-12-05
1
-0
/
+2
*
s3:dbwrap_ctdb: add debug message to transaction_fetch_start()
Michael Adam
2009-11-03
1
-0
/
+4
*
s3:dbwrap_ctdb: split combined check in two and add descriptive debug
Michael Adam
2009-11-03
1
-1
/
+14
*
s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...
Michael Adam
2009-11-03
1
-0
/
+12
*
s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...
Michael Adam
2009-11-03
1
-0
/
+21
*
s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single node
Michael Adam
2009-11-03
1
-0
/
+25
*
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_start
Michael Adam
2009-11-03
1
-6
/
+4
*
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()
Michael Adam
2009-11-03
1
-16
/
+6
*
s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()
Michael Adam
2009-11-03
1
-0
/
+53
*
s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()
Michael Adam
2009-11-03
1
-27
/
+39
*
s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.
Michael Adam
2009-11-03
1
-3
/
+5
*
s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...
Michael Adam
2009-09-11
1
-1
/
+1
*
s3:dbwrap_ctdb: fix some function header comments
Michael Adam
2009-05-25
1
-3
/
+12
*
s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside
Michael Adam
2009-03-04
1
-6
/
+6
*
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
2009-01-19
1
-0
/
+8
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
fixed an (unlikely) memory leak
Andrew Tridgell
2008-09-29
1
-0
/
+1
*
fixed a segfault on the ctdb destructor code
Andrew Tridgell
2008-09-29
1
-3
/
+10
*
Fix some nonempty blank lines
Volker Lendecke
2008-08-24
1
-11
/
+11
*
Fix some C++ warnings
Volker Lendecke
2008-08-24
1
-4
/
+6
*
allow nested ctdb transactions in the same manner that they are
Andrew Tridgell
2008-08-13
1
-2
/
+21
*
drop retries to 5
Andrew Tridgell
2008-08-13
1
-1
/
+1
*
use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter getting
Andrew Tridgell
2008-08-13
1
-2
/
+3
*
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
2008-08-13
1
-8
/
+11
*
cope with the control failing completely without returning a status
Andrew Tridgell
2008-08-13
1
-12
/
+18
*
handle two special cases
Andrew Tridgell
2008-08-13
1
-16
/
+42
*
put a limit on the number of retries. I found a case where a recovery
Andrew Tridgell
2008-08-13
1
-0
/
+12
*
we need to commit, not cancel, on record destruction
Andrew Tridgell
2008-08-13
1
-1
/
+4
*
all persistent databases now do all stores via automatic transactions
Andrew Tridgell
2008-08-13
1
-150
/
+46
*
fixed fetch of empty records
Andrew Tridgell
2008-08-13
1
-6
/
+11
*
cleanup debugging and fix handling of empty transaction
Andrew Tridgell
2008-08-13
1
-13
/
+11
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-3
/
+600
*
dbwrap ctdb: fix a DEBUG message.
Michael Adam
2008-08-13
1
-1
/
+1
*
dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().
Michael Adam
2008-08-13
1
-0
/
+1
*
dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...
Michael Adam
2008-08-13
1
-3
/
+26
*
dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBs
Michael Adam
2008-08-13
1
-1
/
+17
*
dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().
Michael Adam
2008-08-13
1
-7
/
+2
*
dbwrap ctdb: add a retry loop to the persistent store operation.
Michael Adam
2008-08-13
1
-51
/
+120
*
dbwrap ctdb: release the lock before calling ctdbd_persistent_store()
Michael Adam
2008-08-13
1
-0
/
+26
*
dbwrap ctdb: remove erroneously duplicated comment.
Michael Adam
2008-08-13
1
-1
/
+0
*
Use transaction start/cancel for persistent writes to avoid leaving the datab...
Ronnie Sahlberg
2008-08-13
1
-2
/
+9
*
fixed permissions on ctdb databases
Andrew Tridgell
2008-08-06
1
-0
/
+5
*
Add transactions to the dbwrap API
Volker Lendecke
2008-03-10
1
-0
/
+10
*
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
2008-01-16
1
-68
/
+110
*
Fix dbwrap debug output
Volker Lendecke
2007-11-09
1
-2
/
+3
*
r24773: Fix a ctdb connection lockup
Volker Lendecke
2007-10-10
1
-4
/
+11
*
r24113: some little fixes to get the correct error message
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
[next]