index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
lib
/
tdb
/
common
/
transaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-build: Remove duplicate tdb library
Amitay Isaacs
2014-06-20
1
-1294
/
+0
*
tdb: Sync to tdb 1.2.11 from upstream
Amitay Isaacs
2013-05-29
1
-9
/
+8
*
lib/tdb: Sync tdb from samba git tree
Amitay Isaacs
2012-04-13
1
-53
/
+116
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-04-22
1
-2
/
+15
*
Fix some nonempty blank lines
Volker Lendecke
2010-04-22
1
-11
/
+11
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-04-22
1
-0
/
+25
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-04-22
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-04-22
1
-21
/
+0
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-04-22
1
-2
/
+1
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-04-22
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-04-22
1
-7
/
+5
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-04-22
1
-12
/
+5
*
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
2010-04-22
1
-17
/
+1
*
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
2010-04-22
1
-2
/
+2
*
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
2010-04-22
1
-1
/
+1
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-04-22
1
-5
/
+5
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-04-22
1
-12
/
+12
*
tdb: make _tdb_transaction_cancel static.
Rusty Russell
2010-04-22
1
-1
/
+1
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-04-22
1
-26
/
+39
*
tdb: use fdatasync() instead of fsync() in transactions
Andrew Tridgell
2010-04-22
1
-1
/
+1
*
tdb: Apply some const, just for clarity
Volker Lendecke
2010-04-22
1
-1
/
+1
*
tdb: fix recovery reuse after crash
Rusty Russell
2010-04-22
1
-4
/
+10
*
tdb: give a name to the invalid recovery area constant (0)
Rusty Russell
2010-04-22
1
-3
/
+3
*
tdb: fix an early release of the global lock that can cause data corruption
Volker Lendecke
2010-02-02
1
-5
/
+10
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-12-16
1
-3
/
+11
*
tdb: rename 'struct list_struct' into 'struct tdb_record'
Stefan Metzmacher
2009-12-16
1
-6
/
+6
*
The msync manpage reports that msync *must* be called before munmap. Failure ...
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-12-16
1
-1
/
+2
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-12-16
1
-20
/
+35
*
tdb: allow reads after prepare commit
Andrew Tridgell
2009-12-16
1
-8
/
+0
*
Port from SAMBA tdb: commit a386173fa1c7c5bcc11ea9260d84b6c52c154b3d Author: ...
Rusty Russell
2009-08-04
1
-0
/
+12
*
Port from SAMBA tdb: commit 4b4fec65db4e202afa13b2d15867f4d8a54d154e Author: ...
Rusty Russell
2009-08-04
1
-5
/
+7
*
Port from SAMBA tdb: commit 42c0931441ef53a3f977e1334355fa83f05ac184 Author: ...
Rusty Russell
2009-08-04
1
-1
/
+0
*
Port from SAMBA tdb:
Rusty Russell
2009-08-04
1
-52
/
+124
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-05-25
1
-0
/
+11
*
Revert "add TDB_NO_NESTING. When this flag is set tdb will not allow any nest...
Ronnie Sahlberg
2009-05-25
1
-14
/
+4
*
add TDB_NO_NESTING. When this flag is set tdb will not allow any nested trans...
Ronnie Sahlberg
2009-04-26
1
-4
/
+14
*
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
dont emit the can not start transaction with locks held at all.
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
lower the debug level for the "can not start transaction" since we do expect ...
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
fixed a crash bug in the new transaction code
Andrew Tridgell
2008-01-31
1
-0
/
+3
*
merge from samba4
Andrew Tridgell
2008-01-18
1
-2
/
+5
*
minor fix to transaction_write_existing
Andrew Tridgell
2008-01-15
1
-16
/
+6
*
fixed the bug that caused tdbtorture to fail
Andrew Tridgell
2008-01-14
1
-0
/
+75
*
Rewrote the tdb transaction code to be O(N) instead of O(N^2)
Andrew Tridgell
2008-01-05
1
-184
/
+181
*
update lib/tdb from samba4
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-1
/
+1
*
global lock should imply the transaction lock
Andrew Tridgell
2007-05-22
1
-5
/
+4
*
merge local copy of tdb from samba4 tdb
Andrew Tridgell
2007-04-16
1
-15
/
+16
*
added rest of tdb (missed in earlier commit)
Andrew Tridgell
2007-02-20
1
-0
/
+1052