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
/
ctdb
/
common
/
ctdb_ltdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb-ltdb: Use tdb_null instead of zeroing TDB_DATA variable
Amitay Isaacs
2014-07-14
1
-4
/
+2
*
ctdb-common: Coverity fixes
Amitay Isaacs
2013-11-19
1
-1
/
+4
*
Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...
Amitay Isaacs
2013-08-22
1
-1
/
+0
*
ctdbd: For volatile databases, write an empty record with rsn=0 only on dmaster
Amitay Isaacs
2013-08-22
1
-1
/
+3
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...
Ronnie Sahlberg
2012-03-20
1
-0
/
+1
*
Move some common functions to common/ctdb_ltdb.c
Martin Schwenke
2011-11-11
1
-0
/
+37
*
ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...
Ronnie Sahlberg
2011-09-13
1
-1
/
+1
*
ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper function
Ronnie Sahlberg
2011-08-23
1
-0
/
+34
*
ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...
Ronnie Sahlberg
2011-08-23
1
-0
/
+46
*
Remove an unused variable
Volker Lendecke
2011-08-22
1
-2
/
+0
*
ltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial header in ctdb_ltdb_fetch()
Michael Adam
2011-03-14
1
-0
/
+1
*
server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...
Michael Adam
2011-03-14
1
-0
/
+4
*
Remove LACOUNT and LACCESSOR and migrate the records immediately.
Ronnie Sahlberg
2011-02-18
1
-1
/
+0
*
add a new ctdb_ltdb function to delete a record in a normal database
Ronnie Sahlberg
2010-12-07
1
-0
/
+19
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
*
print the db name qwhen a chainunlock fails too
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
*
when tdb_chainunlock() fails, print the tdb error that occured
Ronnie Sahlberg
2010-06-09
1
-1
/
+1
*
Additional log messages when tdb databases can no longer be chainlocked or ch...
Ronnie Sahlberg
2010-06-08
1
-1
/
+1
*
Leave sequence number alone when merely migrating records.
Rusty Russell
2010-02-16
1
-0
/
+19
*
we don't need ctdb_ltdb_persistent_store() any more
Andrew Tridgell
2008-07-30
1
-59
/
+0
*
ensure pad bytes in the ltdb_header are initialised
Andrew Tridgell
2008-07-04
1
-2
/
+1
*
do persistent writes in a child process
Ronnie Sahlberg
2008-05-28
1
-2
/
+2
*
disable transactions for now, there are more situations where there are conf...
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
cleanup of the previous patch.
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
2008-05-22
1
-13
/
+49
*
Try to use tdb transactions when updating a record and record header inside t...
Ronnie Sahlberg
2008-05-12
1
-1
/
+25
*
Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...
Ronnie Sahlberg
2008-04-10
1
-19
/
+1
*
Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...
Ronnie Sahlberg
2008-04-10
1
-1
/
+19
*
Revert "- accept an optional set of tdb_flags from clients on open a database,"
Ronnie Sahlberg
2008-04-10
1
-19
/
+1
*
- accept an optional set of tdb_flags from clients on open a database,
Andrew Tridgell
2008-04-10
1
-1
/
+19
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-2
/
+2
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-3
/
+2
*
start splitting the code into separate client and server pieces
Andrew Tridgell
2007-06-07
1
-337
/
+0
*
- start moving tunable variables into their own structure
Andrew Tridgell
2007-06-04
1
-14
/
+8
*
first step towards fixing "make test" with the new daemon system
Andrew Tridgell
2007-06-02
1
-0
/
+6
*
ctdb is GPL not LGPL
Andrew Tridgell
2007-05-31
1
-12
/
+12
*
- use a CTDB_BROADCAST_ALL for the attach message so it goes to currently dis...
Andrew Tridgell
2007-05-30
1
-1
/
+1
*
fixed some debug messages
Andrew Tridgell
2007-05-29
1
-3
/
+3
*
paraoid check for empty db on attach
Andrew Tridgell
2007-05-25
1
-0
/
+16
*
make sure we don't increment rx_cnt for redirected packets, or for packets th...
Andrew Tridgell
2007-05-19
1
-5
/
+5
*
make sure we ignore requeued ctdb_call packets of older generations except fo...
Andrew Tridgell
2007-05-12
1
-3
/
+14
*
- merge from ronnie
Andrew Tridgell
2007-05-11
1
-0
/
+11
*
- got rid of the complex hand marshalling in the recovery controls
Andrew Tridgell
2007-05-10
1
-1
/
+1
*
fixed a problem with the number of timed events growing without bound with th...
Andrew Tridgell
2007-05-08
1
-4
/
+8
*
merged vnn map broadcast from ronnie
Andrew Tridgell
2007-05-05
1
-2
/
+2
|
\
|
*
split the vnn broadcast address into two
Ronnie Sahlberg
2007-05-05
1
-2
/
+2
*
|
- take advantage of the new EVENT_FD_AUTOCLOSE flag
Andrew Tridgell
2007-05-05
1
-2
/
+1
|
/
[next]