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-07-29
Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...
Jeremy Allison
1
-3
/
+3
2010-07-01
tdb: fix the build on mac os x 10.6.4.
Günther Deschner
1
-0
/
+4
2010-05-11
tdb: remove unused variable in tdb_new_database().
Günther Deschner
1
-1
/
+0
2010-05-05
tdb: fix short write logic in tdb_new_database
Rusty Russell
3
-17
/
+17
2010-04-20
tdb: update tdb ABI to use hide_symbols=True
Andrew Tridgell
1
-1
/
+1
2010-03-26
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
4
-7
/
+22
2010-03-25
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
1
-1
/
+1
2010-03-25
Fix some nonempty blank lines
Volker Lendecke
10
-45
/
+44
2010-02-28
tdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke
1
-1
/
+4
2010-02-24
tdb: handle processes dying during transaction commit.
Rusty Russell
3
-0
/
+86
2010-02-24
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
1
-16
/
+13
2010-02-24
tdb: don't truncate tdb on recovery
Rusty Russell
1
-10
/
+0
2010-02-24
tdb: remove lock ops
Rusty Russell
4
-40
/
+22
2010-02-24
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
3
-13
/
+9
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
3
-29
/
+62
2010-02-24
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
1
-0
/
+9
2010-02-24
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
1
-7
/
+3
2010-02-17
tdb: remove num_locks
Rusty Russell
2
-11
/
+2
2010-02-17
tdb: use tdb_nest_lock() for seqnum lock.
Rusty Russell
1
-3
/
+3
2010-02-24
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2
-5
/
+18
2010-02-22
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
3
-15
/
+10
2010-02-17
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
2
-32
/
+23
2010-02-17
tdb: cleanup: find_nestlock() helper.
Rusty Russell
1
-28
/
+23
2010-02-24
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
3
-17
/
+22
2010-02-17
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
4
-5
/
+17
2010-02-17
tdb: don't suppress the transaction lock because of the allrecord lock.
Rusty Russell
1
-6
/
+0
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
[next]