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
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
2011-09-14
tdb2: include tdb1 source in tests.
Rusty Russell
1
-0
/
+11
2011-09-14
tdb2: make tests include a single mega-header to simplify future patches
Rusty Russell
50
-408
/
+60
2011-09-14
tdb2: tdb_foreach()
Rusty Russell
1
-0
/
+93
2011-09-14
tdb2: save openhook, allow tdb_get_attribute() on it.
Rusty Russell
1
-3
/
+3
2011-09-14
tdb2: add TDB_RDONLY flag, allow setting/unsetting it.
Rusty Russell
1
-0
/
+109
2011-09-14
tdb2: Hand error code to logging function.
Rusty Russell
3
-1
/
+5
2011-09-14
tdb2: enforce TDB_CONVERT
Rusty Russell
3
-0
/
+66
2011-09-14
tdb2: Fix to always use 64-bit offset definition
Rusty Russell
4
-4
/
+4
2011-06-20
tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)
Rusty Russell
56
-0
/
+5830