index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
dbwrap_ctdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
1
-0
/
+451