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
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
ctdb_ltdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
ctdb: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-03-24
ctdb:common: Fix code spelling
Andreas Schneider
1
-1
/
+1
2019-10-24
ctdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()
Volker Lendecke
1
-31
/
+72
2019-07-05
ctdb-common: Fix signed/unsigned comparisons by declaring as unsigned
Martin Schwenke
1
-4
/
+4
2019-05-24
ctdb: Make TDB_SEQNUM work synchronously with ctdb
Volker Lendecke
1
-19
/
+0
2019-05-23
ctdb: Remove unused ctdb_ltdb_fetch_with_header()
Volker Lendecke
1
-35
/
+0
2017-06-29
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flag
Amitay Isaacs
1
-1
/
+10
2017-06-29
ctdb-daemon: Calculate tdb flags for replicated databases
Amitay Isaacs
1
-0
/
+6
2017-06-29
ctdb-daemon: Store db_flags instead of individual boolean flags
Amitay Isaacs
1
-7
/
+19
2017-06-29
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flag
Amitay Isaacs
1
-0
/
+10
2017-06-29
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flag
Amitay Isaacs
1
-0
/
+15
2017-06-29
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flag
Amitay Isaacs
1
-3
/
+15
2017-06-26
ctdb-daemon: Refactor calculation of tdb open flags based on database type
Amitay Isaacs
1
-0
/
+31
2017-02-22
Correct "emty" typo.
Chris Lamb
1
-1
/
+1
2016-10-27
ctdb-common: Simplify code using tdb_storev
Amitay Isaacs
1
-9
/
+6
2016-10-27
ctdb-common: Simplify code using local variables
Amitay Isaacs
1
-11
/
+18
2015-11-16
ctdb-common: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
1
-1
/
+1
2015-10-30
ctdb-daemon: Separate prototypes for common client/server functions
Amitay Isaacs
1
-0
/
+2
2015-10-30
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
1
-3
/
+8
2014-09-10
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
1
-1
/
+1
2014-07-14
ctdb-ltdb: Use tdb_null instead of zeroing TDB_DATA variable
Amitay Isaacs
1
-4
/
+2
2013-11-19
ctdb-common: Coverity fixes
Amitay Isaacs
1
-1
/
+4
2013-08-22
Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...
Amitay Isaacs
1
-1
/
+0
2013-08-22
ctdbd: For volatile databases, write an empty record with rsn=0 only on dmaster
Amitay Isaacs
1
-1
/
+3
2013-06-14
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
1
-1
/
+1
2012-04-13
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
1
-1
/
+0
2012-03-20
LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...
Ronnie Sahlberg
1
-0
/
+1
2011-11-11
Move some common functions to common/ctdb_ltdb.c
Martin Schwenke
1
-0
/
+37
2011-09-13
ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...
Ronnie Sahlberg
1
-1
/
+1
2011-08-23
ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper function
Ronnie Sahlberg
1
-0
/
+34
2011-08-23
ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...
Ronnie Sahlberg
1
-0
/
+46
2011-08-22
Remove an unused variable
Volker Lendecke
1
-2
/
+0
2011-03-14
ltdb: add the CTDB_REC_FLAG_AUTOMATIC to the initial header in ctdb_ltdb_fetch()
Michael Adam
1
-0
/
+1
2011-03-14
server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...
Michael Adam
1
-0
/
+4
2011-02-18
Remove LACOUNT and LACCESSOR and migrate the records immediately.
Ronnie Sahlberg
1
-1
/
+0
2010-12-07
add a new ctdb_ltdb function to delete a record in a normal database
Ronnie Sahlberg
1
-0
/
+19
2010-08-18
event: Update events to latest Samba version 0.9.8
Rusty Russell
1
-1
/
+1
2010-06-09
print the db name qwhen a chainunlock fails too
Ronnie Sahlberg
1
-1
/
+1
2010-06-09
when tdb_chainunlock() fails, print the tdb error that occured
Ronnie Sahlberg
1
-1
/
+1
2010-06-08
Additional log messages when tdb databases can no longer be chainlocked or ch...
Ronnie Sahlberg
1
-1
/
+1
2010-02-16
Leave sequence number alone when merely migrating records.
Rusty Russell
1
-0
/
+19
2008-07-30
we don't need ctdb_ltdb_persistent_store() any more
Andrew Tridgell
1
-59
/
+0
2008-07-04
ensure pad bytes in the ltdb_header are initialised
Andrew Tridgell
1
-2
/
+1
2008-05-28
do persistent writes in a child process
Ronnie Sahlberg
1
-2
/
+2
2008-05-22
disable transactions for now, there are more situations where there are conf...
Ronnie Sahlberg
1
-1
/
+1
2008-05-22
cleanup of the previous patch.
Ronnie Sahlberg
1
-1
/
+1
2008-05-22
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
1
-13
/
+49
2008-05-12
Try to use tdb transactions when updating a record and record header inside t...
Ronnie Sahlberg
1
-1
/
+25
2008-04-10
Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...
Ronnie Sahlberg
1
-19
/
+1
2008-04-10
Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...
Ronnie Sahlberg
1
-1
/
+19
[next]