index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: Fix mutexes on FreeBSD
Volker Lendecke
2016-11-29
1
-1
/
+2
*
tdb: Only mmap the mutex area if not already mmap'ed
Volker Lendecke
2016-11-29
1
-0
/
+4
*
tdb: NULL out tdb->mutexes in tdb_mutex_munmap
Volker Lendecke
2016-11-29
1
-1
/
+8
*
tdb: Use tdb_storev in tdb_append
tdb-1.3.11
Volker Lendecke
2016-08-29
1
-30
/
+6
*
tdb: Add tdb_storev
Volker Lendecke
2016-08-29
1
-0
/
+25
*
tdb: Add tdb_trace_1plusn_rec_flag_ret
Volker Lendecke
2016-08-29
2
-0
/
+24
*
tdb: Vectorize _tdb_store
Volker Lendecke
2016-08-29
1
-15
/
+54
*
tdb: Vectorize tdb_update_hash
Volker Lendecke
2016-08-29
1
-12
/
+26
*
tdb: Allow _v variant in tdb_update_hash_cmp
Volker Lendecke
2016-08-29
1
-7
/
+31
*
tdb: Remove unnecessary checks
Volker Lendecke
2016-08-29
1
-3
/
+1
*
tdb: Do an overflow check
Volker Lendecke
2016-08-29
1
-1
/
+8
*
tdb: Fix a signed/unsigned hickup
Volker Lendecke
2016-08-29
1
-1
/
+1
*
tdb: Don't malloc for every record in traverse
Volker Lendecke
2016-07-15
1
-6
/
+40
*
tdb: avoid many fcntl calls when incrementing seqnum
Bob Campbell
2016-07-03
1
-0
/
+5
*
s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.
Jeremy Allison
2016-06-29
1
-1
/
+1
*
tdb mutex check: Fix CID 1358473 Uninitialized scalar variable
Volker Lendecke
2016-04-12
1
-0
/
+2
*
tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()
Uri Simchoni
2016-04-11
1
-37
/
+45
*
tdb: avoid a race condition when checking for robust mutexes
Ralph Boehme
2016-03-29
1
-28
/
+32
*
tdb: Refuse to load a database with hash size 0
Andrew Bartlett
2015-12-18
1
-0
/
+7
*
tdb: Fix bug 11381, deadlock
Volker Lendecke
2015-07-09
1
-1
/
+13
*
tdb: introduce tdb_chainlock_read_nonblock(), a nonblock variant of tdb_chain...
Alexander Drozdov
2015-04-28
1
-0
/
+7
*
lib: tdb: Use sigaction when testing for robust mutexes.
Jeremy Allison
2015-03-26
1
-4
/
+31
*
Revert "lib: tdb: Use sigaction when testing for robust mutexes."
Andreas Schneider
2015-03-25
1
-28
/
+4
*
lib: tdb: Use sigaction when testing for robust mutexes.
Jeremy Allison
2015-03-24
1
-4
/
+28
*
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
[next]