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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
common
/
transaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: make sure we skip over recovery area correctly.
Rusty Russell
2011-04-19
1
-15
/
+29
*
tdb: tdb_repack() only when it's worthwhile.
Rusty Russell
2011-04-18
1
-6
/
+31
*
tdb: fix transaction recovery area for converted tdbs.
Rusty Russell
2011-04-18
1
-2
/
+4
*
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
2010-10-21
1
-7
/
+7
*
tdb: fix the build on mac os x 10.6.4.
Günther Deschner
2010-07-01
1
-0
/
+4
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-03-26
1
-2
/
+15
*
Fix some nonempty blank lines
Volker Lendecke
2010-03-25
1
-11
/
+11
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-02-24
1
-0
/
+25
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-02-24
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-02-24
1
-21
/
+0
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-02-24
1
-2
/
+1
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-02-24
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-02-17
1
-7
/
+5
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-02-22
1
-12
/
+5
*
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
2010-02-24
1
-17
/
+1
*
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
2010-02-17
1
-2
/
+2
*
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
2010-02-17
1
-1
/
+1
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-02-17
1
-5
/
+5
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-02-17
1
-12
/
+12
*
tdb: make _tdb_transaction_cancel static.
Rusty Russell
2010-02-24
1
-1
/
+1
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-02-17
1
-26
/
+39
*
tdb: use fdatasync() instead of fsync() in transactions
Andrew Tridgell
2010-02-13
1
-1
/
+1
*
tdb: Apply some const, just for clarity
Volker Lendecke
2010-02-13
1
-1
/
+1
*
tdb: fix recovery reuse after crash
Rusty Russell
2010-02-10
1
-4
/
+10
*
tdb: give a name to the invalid recovery area constant (0)
Rusty Russell
2010-02-10
1
-3
/
+3
*
tdb: fix an early release of the global lock that can cause data corruption
Volker Lendecke
2010-02-01
1
-5
/
+10
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-11-20
1
-3
/
+11
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-11-20
1
-0
/
+11
*
tdb: rename 'struct list_struct' into 'struct tdb_record'
Stefan Metzmacher
2009-10-23
1
-6
/
+6
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-10-22
1
-1
/
+2
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-10-22
1
-20
/
+35
*
tdb: allow reads after prepare commit
Andrew Tridgell
2009-09-15
1
-8
/
+0
*
auto-repack in transactions that expand the tdb
Andrew Tridgell
2009-06-01
1
-0
/
+12
*
make TDB_NOSYNC affect all the fsync/msync calls in transactions
Andrew Tridgell
2009-05-28
1
-5
/
+7
*
tdb: Remove unused variable
Tim Prouty
2009-03-31
1
-1
/
+0
*
Add tdb_transaction_prepare_commit()
Howard Chu
2009-03-31
1
-52
/
+124
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
1
-0
/
+1119