index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1440
/
+0
*
s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.c
Michael Adam
2011-07-29
1
-0
/
+1
*
s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug #...
Björn Baumbach
2011-07-12
1
-2
/
+2
*
tdb_chainunlock: ignore return value.
Rusty Russell
2011-06-20
1
-4
/
+1
*
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
2011-06-20
1
-5
/
+5
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+2
*
s3:dbwrap_ctdb: in ctdb_delete, send a SCHEDULE_FOR_DELETION control to local...
Michael Adam
2011-03-31
1
-1
/
+56
*
s3-ctdb_wrap: remove unused variable from db_ctdb_fetch_persistent().
Günther Deschner
2011-03-30
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3:dbwrap_ctdb: fix non-locked fetch on persistent db's causing corruption
Michael Adam
2011-03-25
1
-2
/
+34
*
s3: messaging_ctdbd_connection() was only called with procid_self()
Volker Lendecke
2010-08-31
1
-7
/
+6
*
s3: fail db_open_ctdb if ctdb is not around
Volker Lendecke
2010-08-06
1
-0
/
+5
*
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Volker Lendecke
2010-07-05
1
-4
/
+7
*
s3: Add the "ctdb locktime warn threshold" parameter
Volker Lendecke
2010-03-22
1
-0
/
+12
*
s3: Remove the unused parameter "persistent" from fetch_locked_internal
Volker Lendecke
2010-03-05
1
-8
/
+2
*
s3: db->persistent==true was handled earlier, make this more obvious
Volker Lendecke
2010-03-05
1
-1
/
+1
*
s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__
Michael Adam
2010-02-12
1
-4
/
+2
*
s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.
Michael Adam
2010-02-12
1
-5
/
+9
*
s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
Michael Adam
2010-02-12
1
-1
/
+1
*
s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().
Michael Adam
2010-02-12
1
-1
/
+5
*
s3:dbwrap_ctdb: fix an uninitialized variable.
Michael Adam
2010-02-12
1
-1
/
+1
*
s3:dbwrap_ctdb: fix two "may be used uninitialized" warnings
Michael Adam
2010-02-12
1
-0
/
+3
*
s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.
Michael Adam
2010-02-12
1
-1
/
+5
*
s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactions
Michael Adam
2010-02-12
1
-5
/
+116
*
s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.
Michael Adam
2010-02-12
1
-18
/
+12
*
s3:dbwrap_ctdb: update (C)
Michael Adam
2010-02-12
1
-1
/
+2
*
s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)
Michael Adam
2010-02-12
1
-320
/
+160
*
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
[next]