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