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