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
/
lib
/
tdb
/
common
/
lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
1
-18
/
+16
2010-08-14
tdb: workaround starvation problem in locking entire database.
Rusty Russell
1
-17
/
+69
2010-03-26
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
1
-2
/
+3
2010-03-25
Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2010-02-24
tdb: handle processes dying during transaction commit.
Rusty Russell
1
-0
/
+60
2010-02-24
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
1
-16
/
+13
2010-02-24
tdb: remove lock ops
Rusty Russell
1
-15
/
+22
2010-02-24
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
1
-10
/
+7
2010-02-17
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
1
-20
/
+52
2010-02-24
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
1
-0
/
+9
2010-02-24
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
1
-7
/
+3
2010-02-17
tdb: remove num_locks
Rusty Russell
1
-10
/
+2
2010-02-24
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
1
-0
/
+8
2010-02-22
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
1
-1
/
+2
2010-02-17
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
1
-31
/
+23
2010-02-17
tdb: cleanup: find_nestlock() helper.
Rusty Russell
1
-28
/
+23
2010-02-24
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
1
-0
/
+20
2010-02-17
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
1
-2
/
+13
2010-02-17
tdb: don't suppress the transaction lock because of the allrecord lock.
Rusty Russell
1
-6
/
+0
2010-02-17
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
1
-43
/
+61
2010-02-17
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
1
-21
/
+21
2010-02-17
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
1
-73
/
+162
2009-10-22
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
1
-11
/
+19
2009-10-22
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
1
-6
/
+28
2009-07-21
tdb: fix locking error
Rusty Russell
1
-1
/
+1
2009-07-20
Make tdb transaction lock recursive (samba version)
Rusty Russell
1
-4
/
+13
2008-09-17
Move common libraries from root to lib/.
Jelmer Vernooij
1
-0
/
+553