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
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: fix error handling for tdb1_transaction_commit.
Rusty Russell
1
-1
/
+2
2011-09-14
tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transaction write fail.
Rusty Russell
1
-1
/
+1
2011-09-14
tdb2: enhance tdb1 porting document.
Rusty Russell
1
-0
/
+28
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: don't continue if tdb1_find fails.
Rusty Russell
1
-16
/
+37
2011-09-14
tdb2: test: try (almost) all tests with TDB_VERSION1 flag.
Rusty Russell
33
-128
/
+364
2011-09-14
tdb2: log allocation failures in tdb1 backend.
Rusty Russell
4
-12
/
+30
2011-09-14
tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend.
Rusty Russell
1
-3
/
+3
2011-09-14
tdb2: check lock owner in tdb1 backend.
Rusty Russell
3
-27
/
+88
2011-09-14
tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting
Rusty Russell
2
-8
/
+25
2011-09-14
tdb2: add stats to tdb1 backend.
Rusty Russell
4
-5
/
+26
2011-09-14
tdb2: increment seqnum on tdb_wipe_all in tdb1 backend.
Rusty Russell
1
-0
/
+1
2011-09-14
tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend.
Rusty Russell
1
-1
/
+3
2011-09-14
tdb2: catch errors in tdb1_needs_recovery()
Rusty Russell
3
-9
/
+23
2011-09-14
tdb2: add tdb_attribute_tdb1_max_dead
Rusty Russell
8
-68
/
+41
2011-09-14
tdb2: expose and document tdb1_incompatible_hash.
Rusty Russell
2
-2
/
+12
2011-09-14
tdb2: make tdb1_null static.
Rusty Russell
3
-6
/
+7
2011-09-14
tdb2: tdb_repack
Rusty Russell
6
-105
/
+148
2011-09-14
tdb2: unify tdb1_wipe into tdb_wipe.
Rusty Russell
3
-2
/
+7
2011-09-14
tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc...
Rusty Russell
5
-5
/
+60
2011-09-14
tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey.
Rusty Russell
3
-4
/
+26
2011-09-14
tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary.
Rusty Russell
12
-40
/
+62
2011-09-14
tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start.
Rusty Russell
10
-30
/
+50
2011-09-14
tdb2: unify tdb1_parse_record into tdb_parse_record
Rusty Russell
6
-44
/
+32
2011-09-14
tdb2: unify tdb1_chainlock et al. into tdb_chainlock
Rusty Russell
11
-71
/
+57
2011-09-14
tdb2: unify tdb1_traverse into tdb_traverse
Rusty Russell
9
-26
/
+40
2011-09-14
tdb2: unify tdb1_store into tdb_store
Rusty Russell
5
-6
/
+10
2011-09-14
tdb2: unify tdb1_delete into tdb_delete.
Rusty Russell
8
-10
/
+16
2011-09-14
tdb2: unify tdb1_append into tdb_append
Rusty Russell
5
-4
/
+11
2011-09-14
tdb2: unify tdb1_fetch into tdb_fetch
Rusty Russell
11
-30
/
+32
2011-09-14
tdb2: unify tdb1_store into tdb_store
Rusty Russell
20
-37
/
+47
2011-09-14
tdb2: unify tdb1_open into tdb_open
Rusty Russell
30
-524
/
+400
2011-09-14
tdb2: disallow SEED attribute with TDB_VERSION1.
Rusty Russell
2
-1
/
+27
2011-09-14
tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE
Rusty Russell
27
-94
/
+286
2011-09-14
tdb2: make tdb1_open use attributes for logging, hash function.
Rusty Russell
25
-210
/
+229
2011-09-14
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.
Rusty Russell
5
-16
/
+20
2011-09-14
tdb2: remove double-open detection for TDB1 databases.
Rusty Russell
1
-38
/
+0
2011-09-14
tdb2: merge tdb1_context into tdb_context.
Rusty Russell
44
-913
/
+848
2011-09-14
tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.
Rusty Russell
10
-20
/
+23
2011-09-14
tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2
Rusty Russell
12
-43
/
+58
2011-09-14
tdb2: don't cancel transactions on lock failures in tdb1 backend.
Rusty Russell
1
-5
/
+3
2011-09-14
tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAIN
Rusty Russell
2
-9
/
+17
2011-09-14
tdb2: make tdb1 use same low-level lock functions.
Rusty Russell
6
-335
/
+136
2011-09-14
tdb2: Make tdb1 use the tdb_file structure.
Rusty Russell
12
-202
/
+206
2011-09-14
tdb2: add TDB_VERSION1 flag.
Rusty Russell
2
-1
/
+2
[prev]
[next]