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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: defragment the freelist in tdb_allocate_from_freelist()
Michael Adam
2014-06-26
1
-0
/
+55
*
tdb: add "freelist_size" sub-command to tdbtool
Michael Adam
2014-06-26
1
-0
/
+15
*
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:build: improve detection of srcdir.
Michael Adam
2014-06-20
1
-1
/
+1
*
tdb/tools: Allow tdbtool to r/o open mutexed tdbs
Volker Lendecke
2014-05-22
1
-1
/
+45
*
tdb/tools: add -m option to tdbtorture
Volker Lendecke
2014-05-22
1
-4
/
+25
*
tdb/test: add marklock deadlock test
Volker Lendecke
2014-05-22
2
-0
/
+279
*
tdb/test: add mutex related tests
Volker Lendecke
2014-05-22
8
-1
/
+1004
*
tdb: add TDB_MUTEX_LOCKING support
Volker Lendecke
2014-05-22
34
-21
/
+1601
*
tdb: introduce tdb->hdr_ofs
Volker Lendecke
2014-05-22
5
-39
/
+146
*
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/test: add UNMAP command to external-agent.c
Volker Lendecke
2014-05-22
2
-0
/
+8
*
tdb/test: add PING command to external-agent.c
Volker Lendecke
2014-05-22
2
-0
/
+5
*
tdb/test: add shutdown_agent() helper function
Volker Lendecke
2014-05-22
2
-6
/
+21
*
tdb/test: add a "skip()" macro.
Stefan Metzmacher
2014-05-22
1
-0
/
+1
*
tdb/test: correctly use stderr, not stdout, in fail()
Stefan Metzmacher
2014-05-22
1
-1
/
+1
*
tdb/tools: explicitly use TDB_NOLOCK in tdbdump
Volker Lendecke
2014-05-22
1
-1
/
+9
*
tdb/tools: add -l option to tdbtool
Volker Lendecke
2014-05-22
2
-2
/
+37
*
tdb/tools: add -l option to tdbbackup
Volker Lendecke
2014-05-22
2
-5
/
+25
*
tdb: return ENOSYS if the tdb was created with spinlocks.
Stefan Metzmacher
2014-05-12
1
-0
/
+1
*
pytdb: avoid const warnings by using discard_const_p()
Stefan Metzmacher
2014-05-12
1
-9
/
+18
*
tdb: consolidate tdb allocation code - re-use dead records at hash top.
Michael Adam
2014-04-09
2
-43
/
+13
*
tdb/wscript: maintain a global list of unit tests
Stefan Metzmacher
2014-04-02
1
-45
/
+32
*
tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...
Stefan Metzmacher
2014-04-02
18
-34
/
+34
*
tdb/test: remove "\n" in diag() arguments
Stefan Metzmacher
2014-04-02
2
-2
/
+2
*
tdb/test: always call fflush() after [f]printf() in tap-interface.h
Stefan Metzmacher
2014-04-02
1
-4
/
+22
*
tdb/tools: avoid const warnings in tdbdump.c
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
tdb: don't alter errno on success of tdb_open_ex()
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
tdb: change version to 1.2.13.
Michael Adam
2014-03-18
2
-1
/
+68
*
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
[next]