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
/
source3
/
lib
/
dbwrap
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
s3:dbwrap: initialize messaging before getting the ctdb connection
Ralph Boehme
1
-1
/
+7
2019-10-18
dbwrap_watch: Fix cleaning up dead watchers
Volker Lendecke
1
-0
/
+1
2019-10-02
dbwrap_watch: Don't alert ourselves, fix raw.oplock.batch26 race
Volker Lendecke
1
-2
/
+14
2019-10-02
dbwrap_watch: Remove "addwatch" handling from dbwrap_watched_save()
Volker Lendecke
1
-28
/
+10
2019-10-02
dbwrap_watch: Move reallocating watchers to dbwrap_watched_watch_send()
Volker Lendecke
1
-2
/
+19
2019-10-02
dbwrap_watch: Slightly simplify dbwrap_watched_fetch_locked()
Volker Lendecke
1
-4
/
+1
2019-09-17
lib: Enable watching and storing dbwrap_watch records.
Volker Lendecke
1
-14
/
+55
2019-07-24
s3/lib/dbwrap: clang: Fix 'Access to field results in a deref of a null'
Noel Power
1
-0
/
+5
2019-07-24
s3/lib/dwrap: clang: Fix 'Value stored to 'ret' is never read'
Noel Power
1
-1
/
+1
2019-07-16
s3/lib/dwrap: clang: Fix 'Array access results in a null pointer dereference'
Noel Power
1
-1
/
+1
2019-07-04
dbwrap: Add publically available dbwrap_watch_wakeup()
Volker Lendecke
2
-0
/
+24
2019-07-04
dbwrap: Rename dbwrap_watched_wakeup()
Volker Lendecke
1
-6
/
+7
2019-05-28
dbwrap: Use sizeof, not an integer constant
Volker Lendecke
1
-1
/
+2
2018-09-13
dbwrap_ctdb: return correct record count for a persistent db read-only traverse
Ralph Boehme
1
-1
/
+9
2018-09-12
dbwrap_ctdb: increment record count in traverse_callback()
Ralph Boehme
1
-0
/
+1
2018-09-12
dbwrap_ctdb: use struct initializer in db_ctdb_traverse()
Ralph Boehme
1
-4
/
+5
2018-09-12
dbwrap_ctdb: use struct initializer in db_ctdb_traverse_read()
Ralph Boehme
1
-4
/
+5
2018-09-12
dbwrap_ctdb: README.Coding fixes in traverse_callback()
Ralph Boehme
1
-3
/
+10
2018-09-12
dbwrap_ctdb: simplify if condition
Ralph Boehme
1
-6
/
+8
2018-09-12
dbwrap_ctdb: add error checking to ctdbd_dbpath()
Ralph Boehme
1
-0
/
+5
2018-09-12
dbwrap: early return, removes an indentation level
Ralph Boehme
1
-17
/
+17
2018-09-12
dbwrap: move sockname variable and call to lp_ctdbd_socket into context
Ralph Boehme
1
-3
/
+3
2018-09-07
s3: Rename server_messaging_context() to global_messaging_context()
Christof Schmitt
1
-1
/
+1
2018-08-17
dbwrap: Clarify db_open_watched API
Volker Lendecke
2
-5
/
+5
2018-07-16
dbwrap: determine basename once instead of three times
David Disseldorp
1
-29
/
+11
2018-04-24
dbwrap: Remove calls to loadparm
Volker Lendecke
1
-3
/
+9
2018-04-24
dbwrap3: Call dbwrap_local_open with the correct tdb flags
Volker Lendecke
1
-0
/
+1
2018-04-24
dbwrap3: Call dbwrap_local_open with the correct hash size
Volker Lendecke
1
-0
/
+5
2018-04-12
dbwrap: Fix "use mmap = no"
Volker Lendecke
1
-0
/
+9
2018-02-08
lib: Make g_lock_unlock use TDB_DATA
Volker Lendecke
1
-1
/
+2
2018-02-08
lib: Make g_lock_lock use TDB_DATA
Volker Lendecke
1
-2
/
+2
2017-11-29
dbwrap_watch: Remove the "prec" parameter from watch_recv
Volker Lendecke
2
-38
/
+1
2017-07-25
ctdb_conn: Use messaging_ctdb_connection
Volker Lendecke
2
-12
/
+12
2017-07-25
dbwrap_ctdb: Use messaging_ctdbd_connection
Volker Lendecke
3
-20
/
+23
2017-07-25
dbwrap: Avoid dbwrap_merge_dbufs in db_ctdb_storev
Volker Lendecke
1
-12
/
+5
2017-07-25
dbwrap_watch: Implement do_locked
Volker Lendecke
1
-12
/
+155
2017-07-25
dbwrap_watch: Introduce dbwrap_watch_rec
Volker Lendecke
1
-195
/
+130
2017-07-25
dbwrap: Convert backend store to storev
Volker Lendecke
2
-16
/
+52
2017-07-19
dbwrap_ctdb: Fix calculation of persistent flag
Amitay Isaacs
1
-1
/
+1
2017-07-12
dbwrap: Ask CTDB for local tdb open flags
Ralph Boehme
1
-3
/
+19
2017-07-12
ctdbd_conn: pass persistent bool instead of tdb_flags
Ralph Boehme
1
-2
/
+3
2017-07-12
ctdbd_conn: move CTDB_CONTROL_ENABLE_SEQNUM control to db_open_ctdb
Ralph Boehme
1
-0
/
+16
2017-07-12
dbwrap: enable mutexes by default for volatile TDBs
Ralph Boehme
1
-1
/
+1
2017-06-24
lib: Use ctdb_protocol instead of ctdb_private
Volker Lendecke
1
-1
/
+1
2017-06-21
lib: Fix typos
Volker Lendecke
1
-1
/
+1
2017-06-21
lib: Give messages_ctdbd.c its own header
Volker Lendecke
1
-0
/
+1
2017-05-10
dbwrap_ctdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2017-05-07
s3/dbwrap_ctdb: free resources in an error code path
Ralph Boehme
1
-0
/
+1
2017-05-07
s3/dbwrap_ctdb: set async_ctx to initialized
Ralph Boehme
1
-0
/
+1
2017-05-01
dbwrap_watch: Protect against corrupt records
Volker Lendecke
1
-1
/
+4
[next]