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
2012-03-29
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
1
-2
/
+16
2012-03-23
lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-11
/
+10
2012-03-23
lib/tdb: fix missing return 0 code.
Rusty Russell
1
-1
/
+1
2012-03-22
lib/tdb: fix OpenBSD incoherent mmap.
Rusty Russell
3
-20
/
+35
2012-02-14
tdb: make tdb_private.h idempotent.
Rusty Russell
1
-0
/
+3
2012-01-06
Fix compile when TDB_TRACE is enabled.
Ira Cooper
1
-1
/
+1
2011-12-25
tdb: Use tdb_parse_record in tdb_update_hash
Volker Lendecke
1
-12
/
+16
2011-12-21
tdb: don't free old recovery area when expanding if already at EOF.
Rusty Russell
1
-17
/
+30
2011-12-21
tdb: use same expansion factor logic when expanding for new recovery area.
Rusty Russell
3
-21
/
+34
2011-12-19
tdb: Avoid a malloc/memcpy in _tdb_store
Volker Lendecke
1
-17
/
+8
2011-12-19
tdb: be more careful on 4G files.
Rusty Russell
6
-23
/
+53
2011-08-16
tdb: increment sequence number in tdb_wipe_all().
Rusty Russell
1
-0
/
+2
2011-06-08
tdb: enable VALGRIND to remove valgrind noise.
Rusty Russell
1
-35
/
+0
2011-04-19
tdb: make sure we skip over recovery area correctly.
Rusty Russell
3
-17
/
+44
2011-04-18
tdb_expand: limit the expansion with huge records
Simo Sorce
1
-5
/
+20
2011-04-18
tdb: tdb_repack() only when it's worthwhile.
Rusty Russell
1
-6
/
+31
2011-04-18
tdb: fix transaction recovery area for converted tdbs.
Rusty Russell
1
-2
/
+4
2011-03-30
tdb: Fix Coverity ID 2238: SECURE_CODING
Volker Lendecke
1
-24
/
+24
2011-03-27
tdb: Fix Coverity ID 2192: NO_EFFECT
Volker Lendecke
1
-1
/
+1
2011-02-12
tdb: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2010-12-29
tdb: tdb_summary() support.
Rusty Russell
3
-2
/
+195
2010-11-27
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-12
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
1
-6
/
+27
2010-10-21
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
11
-66
/
+64
2010-09-27
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
Rusty Russell
3
-4
/
+20
2010-09-27
tdb: automatically identify Jenkins hash tdbs
Rusty Russell
1
-14
/
+27
2010-09-27
tdb: add Bob Jenkins lookup3 hash as helper hash.
Rusty Russell
3
-15
/
+382
2010-09-20
lib/tdb: fix c++ build warning in tdb_header_hash().
Günther Deschner
1
-1
/
+1
2010-09-16
tdb: added TDB_NO_FSYNC env variable
Andrew Tridgell
1
-0
/
+4
2010-09-13
tdb: put example hashes into header, so we notice incorrect hash_fn.
Rusty Russell
3
-2
/
+65
2010-09-13
tdb: fix tdb_check() on other-endian tdbs.
Rusty Russell
1
-1
/
+1
2010-09-13
tdb: fix tdb_check() on read-only TDBs to actually work.
Rusty Russell
1
-5
/
+17
2010-09-13
tdb: make check more robust against recovery failures.
Rusty Russell
1
-5
/
+36
2010-08-14
tdb: workaround starvation problem in locking entire database.
Rusty Russell
1
-17
/
+69
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
[next]