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