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
/
lib
/
tdb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
2010-11-12
1
-6
/
+27
*
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
2010-10-21
11
-66
/
+64
*
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
Rusty Russell
2010-09-27
3
-4
/
+20
*
tdb: automatically identify Jenkins hash tdbs
Rusty Russell
2010-09-27
1
-14
/
+27
*
tdb: add Bob Jenkins lookup3 hash as helper hash.
Rusty Russell
2010-09-27
3
-15
/
+382
*
lib/tdb: fix c++ build warning in tdb_header_hash().
Günther Deschner
2010-09-20
1
-1
/
+1
*
tdb: added TDB_NO_FSYNC env variable
Andrew Tridgell
2010-09-16
1
-0
/
+4
*
tdb: put example hashes into header, so we notice incorrect hash_fn.
Rusty Russell
2010-09-13
3
-2
/
+65
*
tdb: fix tdb_check() on other-endian tdbs.
Rusty Russell
2010-09-13
1
-1
/
+1
*
tdb: fix tdb_check() on read-only TDBs to actually work.
Rusty Russell
2010-09-13
1
-5
/
+17
*
tdb: make check more robust against recovery failures.
Rusty Russell
2010-09-13
1
-5
/
+36
*
tdb: workaround starvation problem in locking entire database.
Rusty Russell
2010-08-14
1
-17
/
+69
*
Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...
Jeremy Allison
2010-07-29
1
-3
/
+3
*
tdb: fix the build on mac os x 10.6.4.
Günther Deschner
2010-07-01
1
-0
/
+4
*
tdb: remove unused variable in tdb_new_database().
Günther Deschner
2010-05-11
1
-1
/
+0
*
tdb: fix short write logic in tdb_new_database
Rusty Russell
2010-05-05
3
-17
/
+17
*
tdb: update tdb ABI to use hide_symbols=True
Andrew Tridgell
2010-04-20
1
-1
/
+1
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-03-26
4
-7
/
+22
*
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
2010-03-25
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2010-03-25
10
-45
/
+44
*
tdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke
2010-02-28
1
-1
/
+4
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-02-24
3
-0
/
+86
*
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
2010-02-24
1
-16
/
+13
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-02-24
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-02-24
4
-40
/
+22
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-02-24
3
-13
/
+9
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-02-24
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-02-17
3
-29
/
+62
*
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
*
tdb: fix an early release of the global lock that can cause data corruption
Volker Lendecke
2010-02-01
1
-5
/
+10
[next]