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: allow transactions on on tdb's with TDB_MUTEX_LOCKING
Stefan Metzmacher
2014-12-19
1
-1
/
+1
*
tdb: Fix tdb_runtime_check_for_robust_mutexes()
Volker Lendecke
2014-11-26
1
-4
/
+4
*
tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.
Stefan Metzmacher
2014-11-20
1
-9
/
+9
*
tdb: Fix a comment
Volker Lendecke
2014-09-30
1
-1
/
+1
*
tdb: Improve wording in a comment
Volker Lendecke
2014-09-25
1
-1
/
+1
*
tdb: defragment the freelist in tdb_allocate_from_freelist()
Michael Adam
2014-06-26
1
-0
/
+55
*
tdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()
Michael Adam
2014-06-26
1
-4
/
+29
*
tdb: add tdb_freelist_merge_adjacent()
Michael Adam
2014-06-26
1
-0
/
+59
*
tdb: add utility function check_merge_ptr_with_left_record()
Michael Adam
2014-06-26
1
-0
/
+53
*
tdb: simplify tdb_free() using check_merge_with_left_record()
Michael Adam
2014-06-26
1
-17
/
+9
*
tdb: add utility function check_merge_with_left_record()
Michael Adam
2014-06-26
1
-0
/
+50
*
tdb: improve comments for tdb_free().
Michael Adam
2014-06-26
1
-7
/
+11
*
tdb: factor merge_with_left_record() out of tdb_free()
Michael Adam
2014-06-26
1
-7
/
+37
*
tdb: fix debug message in tdb_free()
Michael Adam
2014-06-26
1
-1
/
+1
*
tdb: reduce indentation in tdb_free() for merging left
Michael Adam
2014-06-26
1
-18
/
+23
*
tdb: increase readability of read_record_on_left()
Michael Adam
2014-06-26
1
-27
/
+41
*
tdb: factor read_record_on_left() out of tdb_free()
Michael Adam
2014-06-26
1
-30
/
+49
*
tdb: add TDB_MUTEX_LOCKING support
Volker Lendecke
2014-05-22
8
-14
/
+1312
*
tdb: introduce tdb->hdr_ofs
Volker Lendecke
2014-05-22
4
-36
/
+143
*
tdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
Stefan Metzmacher
2014-05-22
4
-2
/
+39
*
tdb: use asprintf() to simplify tdb_summary()
Stefan Metzmacher
2014-05-22
1
-7
/
+6
*
tdb: return ENOSYS if the tdb was created with spinlocks.
Stefan Metzmacher
2014-05-12
1
-0
/
+1
*
tdb: consolidate tdb allocation code - re-use dead records at hash top.
Michael Adam
2014-04-09
2
-43
/
+13
*
tdb: don't alter errno on success of tdb_open_ex()
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
tdb: Reduce freelist contention
Volker Lendecke
2014-03-18
3
-30
/
+93
*
tdb: Make "tdb_purge_dead" internally public
Volker Lendecke
2014-03-18
2
-1
/
+2
*
tdb: Make "tdb_find_dead" internally public
Volker Lendecke
2014-03-18
2
-3
/
+6
*
tdb: Add "last_ptr" to tdb_find_dead
Volker Lendecke
2014-03-18
1
-4
/
+13
*
tdb: Move adding tailer space to tdb_find_dead
Volker Lendecke
2014-03-18
1
-3
/
+4
*
tdb: Do a best fit search for dead records
Volker Lendecke
2014-03-18
1
-7
/
+13
*
tdb: Don't purge records to a blocked freelist
Volker Lendecke
2014-03-18
1
-1
/
+4
*
tdb: Fix a tdb corruption
Volker Lendecke
2014-03-18
1
-2
/
+5
*
tdb: always open internal databases with incompatible hash.
Michael Adam
2014-02-15
1
-0
/
+5
*
tdb: in tdb_delete_hash, make lock/unlock bracket more obvious
Michael Adam
2014-02-15
1
-1
/
+1
*
tdb: simplify tdb_delete_hash() a bit
Michael Adam
2014-02-14
1
-12
/
+5
*
tdb: tdbtool: dump record magic with fixed number of 8 hex digits
Michael Adam
2014-02-14
1
-1
/
+1
*
tdb: tdbtool: dump record hash with fixed number of 8 hex digits
Michael Adam
2014-02-14
1
-1
/
+1
*
tdb: Avoid reallocs for lockrecs
Volker Lendecke
2013-12-14
3
-17
/
+17
*
lib/tdb: fix compiler warnings
Christian Ambach
2013-12-12
1
-5
/
+5
*
tdb: Add another overflow check to tdb_expand_adjust
Volker Lendecke
2013-06-03
1
-0
/
+6
*
tdb: Make tdb_recovery_allocate overflow-safe
Volker Lendecke
2013-06-03
1
-1
/
+6
*
tdb: Make tdb_recovery_size overflow-safe
Volker Lendecke
2013-06-03
2
-7
/
+28
*
tdb: add proper OOM/ENOSPC handling to tdb_expand()
Stefan Metzmacher
2013-06-03
1
-8
/
+23
*
tdb: add overflow detection to tdb_expand_adjust()
Stefan Metzmacher
2013-06-03
1
-3
/
+31
*
tdb: add overflow/ENOSPC handling to tdb_expand_file()
Stefan Metzmacher
2013-06-03
1
-1
/
+11
*
tdb: add a 'new_size' helper variable to tdb_expand_file()
Stefan Metzmacher
2013-06-03
1
-4
/
+7
*
tdb: Add overflow-checking tdb_add_off_t
Volker Lendecke
2013-06-03
2
-0
/
+12
*
tdb: fix logging of offets and lengths.
Rusty Russell
2013-05-28
7
-47
/
+46
*
tdb: include information about hash function being used in tdbtool info output
Christian Ambach
2013-05-14
1
-0
/
+2
*
tdb: Little format change
Volker Lendecke
2013-03-26
1
-1
/
+1
[next]