index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
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
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