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-12-19
tdb2: Avoid a malloc/memcpy in _tdb1_store
Volker Lendecke
1
-19
/
+8
2011-12-14
tdb2: Fix python documentation for tdb.Tdb object
Amitay Isaacs
1
-1
/
+1
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
2
-25
/
+145
2011-12-05
tdb2: add a capability list from the header.
Rusty Russell
9
-27
/
+410
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: add an internal TDB_CANT_CHECK flag.
Rusty Russell
2
-0
/
+12
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
2
-5
/
+40
2011-11-01
tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_.
Rusty Russell
3
-5
/
+5
2011-09-21
tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2
Rusty Russell
1
-2
/
+2
2011-09-20
tdb2: allow readonly changes even while holding locks.
Rusty Russell
1
-10
/
+0
2011-09-14
tdb2: remove bogus leftover .orig file.
Rusty Russell
1
-618
/
+0
2011-09-14
tdb2: fix prototypes which return enum TDB_ERROR.
Rusty Russell
2
-10
/
+10
2011-09-14
tdb2: fix return handling in pytdb wrapper.
Rusty Russell
1
-8
/
+10
2011-09-14
tdb2: add error conversion functions.
Rusty Russell
12
-91
/
+97
2011-09-14
tdb2: set tdb_error() on tdb_transaction_prepare_commit.
Rusty Russell
1
-1
/
+1
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
[next]