index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
dbwrap_ctdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local...
Michael Adam
1
-1
/
+56
2011-03-30
s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-25
s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruption
Michael Adam
1
-2
/
+34
2010-08-31
s3: messaging_ctdbd_connection() was only called with procid_self()
Volker Lendecke
1
-7
/
+6
2010-08-06
s3: fail db_open_ctdb if ctdb is not around
Volker Lendecke
1
-0
/
+5
2010-07-05
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Volker Lendecke
1
-4
/
+7
2010-03-22
s3: Add the "ctdb locktime warn threshold" parameter
Volker Lendecke
1
-0
/
+12
2010-03-05
s3: Remove the unused parameter "persistent" from fetch_locked_internal
Volker Lendecke
1
-8
/
+2
2010-03-05
s3: db->persistent==true was handled earlier, make this more obvious
Volker Lendecke
1
-1
/
+1
2010-02-12
s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__
Michael Adam
1
-4
/
+2
2010-02-12
s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.
Michael Adam
1
-5
/
+9
2010-02-12
s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
Michael Adam
1
-1
/
+1
2010-02-12
s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().
Michael Adam
1
-1
/
+5
2010-02-12
s3:dbwrap_ctdb: fix an uninitialized variable.
Michael Adam
1
-1
/
+1
2010-02-12
s3:dbwrap_ctdb: fix two "may be used uninitialized" warnings
Michael Adam
1
-0
/
+3
2010-02-12
s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.
Michael Adam
1
-1
/
+5
2010-02-12
s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactions
Michael Adam
1
-5
/
+116
2010-02-12
s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.
Michael Adam
1
-18
/
+12
2010-02-12
s3:dbwrap_ctdb: update (C)
Michael Adam
1
-1
/
+2
2010-02-12
s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)
Michael Adam
1
-320
/
+160
2009-12-05
s3:dbwrap_ctdb: increase the number of commit retries 5-->100
Michael Adam
1
-1
/
+1
2009-12-05
s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing
Michael Adam
1
-0
/
+2
2009-11-03
s3:dbwrap_ctdb: add debug message to transaction_fetch_start()
Michael Adam
1
-0
/
+4
2009-11-03
s3:dbwrap_ctdb: split combined check in two and add descriptive debug
Michael Adam
1
-1
/
+14
2009-11-03
s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...
Michael Adam
1
-0
/
+12
2009-11-03
s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...
Michael Adam
1
-0
/
+21
2009-11-03
s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single node
Michael Adam
1
-0
/
+25
2009-11-03
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_start
Michael Adam
1
-6
/
+4
2009-11-03
s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()
Michael Adam
1
-16
/
+6
2009-11-03
s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()
Michael Adam
1
-0
/
+53
2009-11-03
s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()
Michael Adam
1
-27
/
+39
2009-11-03
s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.
Michael Adam
1
-3
/
+5
2009-09-11
s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...
Michael Adam
1
-1
/
+1
2009-05-25
s3:dbwrap_ctdb: fix some function header comments
Michael Adam
1
-3
/
+12
2009-03-04
s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside
Michael Adam
1
-6
/
+6
2009-01-19
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
1
-0
/
+8
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
[next]