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
2013-03-05
tdb: Slightly simplify tdb_expand_file
Volker Lendecke
1
-2
/
+4
2013-02-19
tdb: Slightly simplify transaction_write
Volker Lendecke
1
-8
/
+2
2013-02-19
tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock
Volker Lendecke
1
-1
/
+1
2013-02-19
tdb: Factor out the retry loop from tdb_allrecord_upgrade
Volker Lendecke
1
-20
/
+39
2013-02-19
tdb: Simplify fcntl_lock() a bit
Volker Lendecke
1
-4
/
+4
2013-02-19
tdb: Use tdb_null in freelistcheck
Volker Lendecke
1
-3
/
+2
2013-02-16
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-02-05
tdb: Remove "header" from tdb_context
Volker Lendecke
13
-59
/
+64
2013-02-05
tdb: Pass argument "header" to check_header_hash
Volker Lendecke
1
-4
/
+6
2013-02-05
tdb: Pass argument "header" to tdb_new_database
Volker Lendecke
1
-6
/
+8
2013-01-07
tdb: Fix undefined prototype warnings
Volker Lendecke
1
-0
/
+2
2012-12-21
tdb: Add a comment explaining the "check"
Volker Lendecke
1
-1
/
+4
2012-12-21
tdb: Make tdb_new_database() follow a more conventional style
Volker Lendecke
1
-3
/
+4
2012-12-21
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
Volker Lendecke
1
-7
/
+1
2012-12-21
tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list
Volker Lendecke
1
-23
/
+31
2012-12-21
tdb: Simplify logic in tdb_lock_list slightly
Volker Lendecke
1
-7
/
+22
2012-12-21
tdb: Slightly simplify tdb_lock_list
Volker Lendecke
1
-11
/
+11
2012-12-21
tdb: Fix blank line endings
Volker Lendecke
11
-89
/
+89
2012-12-21
tdb: Fix a comment
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-12-21
tdb: Fix a missing CONVERT
Volker Lendecke
1
-1
/
+1
2012-10-06
tdb: Make tdb robust against improper CLEAR_IF_FIRST restart
Volker Lendecke
1
-4
/
+28
2012-10-06
tdb: Make robust against shrinking tdbs
Rusty Russell
1
-12
/
+20
2012-10-04
tdb: add tdb_rescue()
Rusty Russell
1
-0
/
+349
2012-10-02
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-06-22
tdb: make TDB_NOSYNC merely disable sync.
Rusty Russell
1
-9
/
+8
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
[next]