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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
2010-02-17
3
-45
/
+67
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-02-17
5
-29
/
+29
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-02-17
3
-17
/
+17
*
tdb: make _tdb_transaction_cancel static.
Rusty Russell
2010-02-24
2
-2
/
+1
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-02-17
7
-117
/
+235
*
Spelling fixes for tdb.
Brad Hards
2010-02-22
2
-2
/
+2
*
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
3
-4
/
+5
*
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
3
-3
/
+58
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-11-20
1
-0
/
+11
*
tdb: always set tdb->tracefd to -1 to be safe on goto fail
Stefan Metzmacher
2009-11-20
1
-4
/
+3
*
tdb: Fix a C++ warning
Volker Lendecke
2009-11-08
1
-1
/
+2
*
tdb: reset tdb->fd to -1 in tdb_close()
Kirill Smelkov
2009-10-29
1
-1
/
+3
*
tdb: detect tdb store of identical records and skip
Andrew Tridgell
2009-10-25
1
-0
/
+20
*
tdb: rename 'struct list_struct' into 'struct tdb_record'
Stefan Metzmacher
2009-10-23
9
-54
/
+54
*
lib/tdb: add tdb_check()
Rusty Russell
2009-10-22
1
-0
/
+422
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-10-22
8
-38
/
+59
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-10-22
6
-55
/
+356
*
tdb: allow reads after prepare commit
Andrew Tridgell
2009-09-15
1
-8
/
+0
*
tdb: fix c++ build warning.
Günther Deschner
2009-09-07
1
-2
/
+2
*
lib/tdb: don't overwrite TDBs with different version numbers.
Rusty Russell
2009-08-28
1
-5
/
+7
*
Add define guards around otherwise unused variable.
Jeremy Allison
2009-08-06
1
-0
/
+3
*
There is one signedness issue in tdb which prevents traverses of TDB records
Rusty Russell
2009-08-06
1
-9
/
+21
*
tdb: don't alter tdb->flags in tdb_reopen_all()
Rusty Russell
2009-07-31
1
-6
/
+13
*
tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...
Rusty Russell
2009-07-31
1
-5
/
+10
*
tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...
Rusty Russell
2009-07-31
1
-5
/
+0
*
realloc() has that horrible overloaded free semantic when size is 0:
Rusty Russell
2009-07-30
1
-2
/
+7
*
If the record is at the end of the database, pretending it has length 1
Rusty Russell
2009-07-30
1
-4
/
+1
*
tdb: fix locking error
Rusty Russell
2009-07-21
1
-1
/
+1
*
Make tdb transaction lock recursive (samba version)
Rusty Russell
2009-07-20
3
-21
/
+20
*
overallocate all records by 25%
Andrew Tridgell
2009-06-01
1
-0
/
+3
*
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
*
Detect tight loop in tdb_find()
Jim McDonough
2009-05-21
1
-0
/
+5
*
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
*
lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...
Stefan Metzmacher
2009-02-25
1
-0
/
+5
*
imported the tdb_repack() code from CTDB
Andrew Tridgell
2008-12-16
1
-0
/
+89
*
Move common libraries from root to lib/.
Jelmer Vernooij
2008-09-17
11
-0
/
+4679
[prev]