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
/
tdb2
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb2: use ccan/err instead of err.h
Rusty Russell
2012-06-09
29
-29
/
+4
*
lib/tdb2: fix -Wcast-qual warnings.
Rusty Russell
2012-03-22
14
-55
/
+28
*
lib/tdb2: fix -Wshadow warnings.
Rusty Russell
2012-03-22
4
-20
/
+20
*
lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)
Rusty Russell
2012-03-22
1
-4
/
+23
*
lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.
Rusty Russell
2012-03-14
1
-2
/
+0
*
lib/tdb2: adapt unit tests to SAMBA environment.
Rusty Russell
2012-03-07
89
-147
/
+234
*
tdb2: tlist: remove type arg from tlist_top(), tlist_tail()
Rusty Russell
2011-12-05
1
-1
/
+1
*
tdb2: display capability information in tdb_summary()
Rusty Russell
2011-12-05
1
-1
/
+55
*
tdb2: add a capability list from the header.
Rusty Russell
2011-12-05
6
-15
/
+304
*
tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.
Rusty Russell
2011-12-05
4
-32
/
+47
*
tdb2: suppress failtest more than once on mmap.
Rusty Russell
2011-12-05
1
-0
/
+5
*
tdb2: simplify failtest helper.
Rusty Russell
2011-12-05
2
-31
/
+3
*
tdb2: failtest: use a linked list for history, not an array.
Rusty Russell
2011-12-05
2
-30
/
+26
*
tdb2: consolidate testing failtest suppression routines.
Rusty Russell
2011-12-05
8
-72
/
+14
*
tdb2: fix intermittant failure in run-50-multiple-freelists-fail.c
Rusty Russell
2011-12-05
4
-10
/
+18
*
tdb2: don't be fascist when TDB_VERSION1 is specified.
Rusty Russell
2011-11-02
1
-0
/
+38
*
tdb2: make tests work in parallel.
Rusty Russell
2011-09-14
6
-6
/
+6
*
tdb2: delete old tdb1 tests.
Rusty Russell
2011-09-14
2
-394
/
+0
*
tdb2: test: Speed up run-01-new_database.
Rusty Russell
2011-09-14
2
-7
/
+78
*
tdb2: speed up testing.
Rusty Russell
2011-09-14
2
-5
/
+7
*
tdb2: test: convert (non-invasive) run tests to api tests.
Rusty Russell
2011-09-14
23
-23
/
+115
*
tdb2: test: fix run-57-die-during-transaction.c to be more efficient.
Rusty Russell
2011-09-14
3
-3
/
+18
*
tdb2: test: try (almost) all tests with TDB_VERSION1 flag.
Rusty Russell
2011-09-14
33
-128
/
+364
*
tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting
Rusty Russell
2011-09-14
1
-2
/
+3
*
tdb2: add tdb_attribute_tdb1_max_dead
Rusty Russell
2011-09-14
2
-2
/
+1
*
tdb2: tdb_repack
Rusty Russell
2011-09-14
1
-0
/
+76
*
tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc...
Rusty Russell
2011-09-14
1
-0
/
+39
*
tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary.
Rusty Russell
2011-09-14
7
-29
/
+29
*
tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start.
Rusty Russell
2011-09-14
7
-24
/
+24
*
tdb2: unify tdb1_chainlock et al. into tdb_chainlock
Rusty Russell
2011-09-14
1
-7
/
+7
*
tdb2: unify tdb1_traverse into tdb_traverse
Rusty Russell
2011-09-14
4
-11
/
+13
*
tdb2: unify tdb1_store into tdb_store
Rusty Russell
2011-09-14
1
-4
/
+4
*
tdb2: unify tdb1_delete into tdb_delete.
Rusty Russell
2011-09-14
4
-8
/
+8
*
tdb2: unify tdb1_append into tdb_append
Rusty Russell
2011-09-14
1
-2
/
+2
*
tdb2: unify tdb1_fetch into tdb_fetch
Rusty Russell
2011-09-14
7
-24
/
+22
*
tdb2: unify tdb1_store into tdb_store
Rusty Russell
2011-09-14
16
-35
/
+35
*
tdb2: unify tdb1_open into tdb_open
Rusty Russell
2011-09-14
22
-184
/
+179
*
tdb2: disallow SEED attribute with TDB_VERSION1.
Rusty Russell
2011-09-14
1
-1
/
+1
*
tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE
Rusty Russell
2011-09-14
22
-75
/
+204
*
tdb2: make tdb1_open use attributes for logging, hash function.
Rusty Russell
2011-09-14
22
-177
/
+189
*
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.
Rusty Russell
2011-09-14
2
-4
/
+4
*
tdb2: merge tdb1_context into tdb_context.
Rusty Russell
2011-09-14
26
-54
/
+54
*
tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.
Rusty Russell
2011-09-14
1
-1
/
+1
*
tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2
Rusty Russell
2011-09-14
3
-11
/
+16
*
tdb2: Make tdb1 use the tdb_file structure.
Rusty Russell
2011-09-14
3
-9
/
+9
*
tdb2: Make TDB1 code use TDB2's open flags.
Rusty Russell
2011-09-14
17
-45
/
+29
*
tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash()
Rusty Russell
2011-09-14
3
-22
/
+46
*
tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.
Rusty Russell
2011-09-14
17
-59
/
+59
*
tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
Rusty Russell
2011-09-14
11
-32
/
+32
*
tdb2: Remove unused tdb1 functions.
Rusty Russell
2011-09-14
7
-15
/
+14
[next]