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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
2010-02-24
1
-0
/
+9
*
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
2010-02-24
1
-7
/
+3
*
tdb: remove num_locks
Rusty Russell
2010-02-17
2
-11
/
+2
*
tdb: use tdb_nest_lock() for seqnum lock.
Rusty Russell
2010-02-17
1
-3
/
+3
*
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2010-02-24
2
-5
/
+18
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-02-22
3
-15
/
+10
*
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
2010-02-17
2
-32
/
+23
*
tdb: cleanup: find_nestlock() helper.
Rusty Russell
2010-02-17
1
-28
/
+23
*
tdb: cleanup: tdb_release_extra_locks() helper
Rusty Russell
2010-02-24
3
-17
/
+22
*
tdb: cleanup: tdb_have_extra_locks() helper
Rusty Russell
2010-02-17
4
-5
/
+17
*
tdb: don't suppress the transaction lock because of the allrecord lock.
Rusty Russell
2010-02-17
1
-6
/
+0
*
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
*
release-scripts: parametrize scripts
Simo Sorce
2010-02-08
2
-48
/
+67
*
tdb: raise version to 1.2.1
tdb-1.2.1
Simo Sorce
2010-02-06
1
-1
/
+1
*
tdb: fix an early release of the global lock that can cause data corruption
Volker Lendecke
2010-02-01
1
-5
/
+10
*
tdb: fix standalone 'make installdocs'
Stefan Metzmacher
2010-01-06
2
-3
/
+4
*
tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...
Brian Lu
2010-01-06
1
-0
/
+4
*
tdb: Also build and install tdb manpages from standalone tdb.
Jelmer Vernooij
2009-12-21
7
-3
/
+459
*
tdb: Fix formatting of API check file.
Jelmer Vernooij
2009-12-21
1
-1
/
+1
*
tdbtool: avoid using c++ reserved words.
Günther Deschner
2009-12-17
1
-2
/
+2
*
Fix release script with newer versins of git
Simo Sorce
2009-12-07
1
-1
/
+1
*
tdb tools: Mostly cosmetic adaptions
Matthias Dieter Wallnöfer
2009-11-20
2
-8
/
+9
*
tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTING
tdb-1.2.0
Stefan Metzmacher
2009-11-20
1
-1
/
+1
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-11-20
5
-3
/
+63
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-11-20
2
-1
/
+14
*
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: update README a bit
Kirill Smelkov
2009-10-29
1
-8
/
+1
*
tdb: add tests for double .close() in pytdb
Kirill Smelkov
2009-10-29
1
-0
/
+9
*
tdb: reset tdb->fd to -1 in tdb_close()
Kirill Smelkov
2009-10-29
1
-1
/
+3
*
tdb: fix typo in python's Tdb.get() docstring
Kirill Smelkov
2009-10-29
1
-1
/
+1
*
tdb: kill last bits from swig
Kirill Smelkov
2009-10-29
2
-6
/
+1
*
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: make tdbtool use tdb_check() for "check" command
Rusty Russell
2009-10-22
1
-14
/
+30
*
lib/tdb: add tdb_check()
Rusty Russell
2009-10-22
8
-3
/
+441
*
lib/tdb: add -t (always use transactions) option to tdbtorture
Rusty Russell
2009-10-22
1
-12
/
+29
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-10-22
9
-40
/
+59
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-10-22
7
-55
/
+402
*
tdb: fixed the intermittent failure of tdbtorture in the build farm
Andrew Tridgell
2009-10-20
1
-2
/
+5
*
tdb:tdbtool: fix indentation.
Michael Adam
2009-09-21
1
-178
/
+177
[prev]
[next]