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
/
g_lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-03
g_lock: don't leak lock_path onto talloc tos
David Disseldorp
1
-1
/
+9
2014-02-07
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
1
-1
/
+2
2013-02-19
s3:lib: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-2
/
+2
2012-08-24
s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFY
Stefan Metzmacher
1
-1
/
+10
2012-08-16
s3-g_lock: Make g_lock_lock more robust
Volker Lendecke
1
-0
/
+24
2012-08-16
s3-g_lock: Properly free "rec" on retry to avoid deadlock
Volker Lendecke
1
-0
/
+1
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-2
/
+2
2012-04-19
s3-g_lock: Use dbwrap_record_watch_send/recv
Volker Lendecke
1
-446
/
+170
2012-02-16
lib/util: Remove sys_poll as it is no longer needed
Andrew Bartlett
1
-6
/
+6
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-4
/
+3
2011-10-11
s3:g_lock: convert to use only dbwrap wrapper functions.
Michael Adam
1
-15
/
+30
2011-09-20
s3:g_lock: add a missing \n to a debug message in g_lock_init
Michael Adam
1
-1
/
+1
2011-09-07
s3: let g_lock_unlock() return more specific status codes on failure
Gregor Beck
1
-2
/
+2
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-29
s3:g_lock: explicitly include dbwrap.h
Michael Adam
1
-0
/
+1
2011-06-27
s3:g_lock: g_lock.tdb should not be executable
Christian Ambach
1
-1
/
+2
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
1
-5
/
+5
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: Fix g_lock_lock after the select/poll conversion
Volker Lendecke
1
-1
/
+1
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
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-02-28
s3: Eliminate sys_select from g_lock_lock
Volker Lendecke
1
-11
/
+31
2010-10-01
samba: share select wrappers.
Günther Deschner
1
-0
/
+1
2010-09-27
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
Jeremy Allison
1
-1
/
+1
2010-09-20
s3-build: only include ctdbd_conn.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-31
s3: messaging_ctdbd_connection() was only called with procid_self()
Volker Lendecke
1
-8
/
+3
2010-08-28
s3: Remove the dependency of g_lock on procid_self
Volker Lendecke
1
-9
/
+13
2010-07-05
s3: Pass procid_self() explicitly to messaging_ctdbd_connection()
Volker Lendecke
1
-3
/
+6
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-03-12
s3: Add "g_lock_do" as a convenience wrapper function
Volker Lendecke
1
-0
/
+64
2010-02-16
s3: Fix timeout calculation if g_lock_lock is given a timeout < 60s
Volker Lendecke
1
-1
/
+6
2010-02-16
s3: Slightly increase parallelism in g_lock
Volker Lendecke
1
-1
/
+7
2010-02-16
s3: Avoid starving locks when many processes die at the same time
Volker Lendecke
1
-6
/
+4
2010-02-16
s3: Avoid a thundering herd in g_lock_unlock
Volker Lendecke
1
-1
/
+16
2010-02-16
s3: Optimize g_lock_lock for a heavily contended case
Volker Lendecke
1
-3
/
+36
2010-02-16
s3: Fix handling of processes that died in g_lock
Volker Lendecke
1
-3
/
+5
2010-02-15
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-02-12
Fix warning messages on compile in g_lock.c Volker & Michael please check.
Jeremy Allison
1
-14
/
+4
2010-02-12
s3:g_lock: remove a nested event loop, replacing the inner loop by select
Michael Adam
1
-38
/
+101
2010-02-12
s3:g_lock: remove an unreached code path.
Michael Adam
1
-4
/
+0
2010-02-12
s3: Implement global locks in a g_lock tdb
Volker Lendecke
1
-0
/
+594