]> git.ozlabs.org Git - ccan/history - ccan/tdb2/transaction.c
tdb2: test: try (almost) all tests with TDB_VERSION1 flag.
[ccan] / ccan / tdb2 / transaction.c
2011-08-31 Rusty Russelltdb2: unify tdb1_transaction_start etc. into tdb_transa...
2011-08-31 Rusty Russelltdb2: merge tdb1_context into tdb_context.
2011-08-31 Rusty Russelltdb2: make tdb1 use same low-level lock functions.
2011-08-31 Rusty Russelltdb2: add TDB_RDONLY flag, allow setting/unsetting it.
2011-08-31 Rusty Russelltdb2: return TDB_ERR_RDONLY if trying to start a transa...
2011-08-31 Rusty Russelltdb2: cleanup oob handling.
2011-05-20 Rusty Russelltdb2: fix O_RDONLY opens.
2011-05-10 Rusty Russelltdb2: more stats
2011-04-27 Rusty Russelltdb2: fix msync() arg
2011-04-27 Rusty Russelltdb2: use direct access functions when creating recover...
2011-04-27 Rusty Russelltdb2: enlarge transaction pagesize to 64k
2011-04-27 Rusty Russelltdb2: try to fit transactions in existing space before...
2011-04-27 Rusty Russelltdb2: reduce transaction before writing to recovery...
2011-04-21 Rusty Russelltdb2: handle non-transaction-page-aligned sizes in...
2011-04-21 Rusty Russelltdb2: remove tailer from transaction record.
2011-04-27 Rusty Russelltdb2: use counters to decide when to coalesce records.
2011-04-27 Rusty Russelltdb2: overallocate the recovery area.
2011-04-27 Rusty Russelltdb2: don't start again when we coalesce a record.
2011-04-07 Rusty Russelltdb2: allow transaction to nest.
2011-04-27 Rusty Russelltdb2: TDB_ATTRIBUTE_STATS access via tdb_get_attribute.
2011-04-06 Rusty Russelltdb2: don't cancel transaction when tdb_transaction_pre...
2011-03-25 Rusty Russelltdb2: speed up transaction code by making page size...
2011-03-24 Rusty Russelltdb2: fix two transaction bugs.
2011-03-17 Rusty Russelltdb2: tdb_error()
2011-03-17 Rusty Russelltdb2: move mmap into struct tdb_file
2011-03-17 Rusty Russelltdb2: move file operations into separate structure
2011-03-17 Rusty Russelltdb2: clear bogus gcc uninitialized warnings with -O3
2011-03-16 Brad Hardstdb2: trivial spelling fixes
2011-03-01 Rusty Russelltdb2: change API to return the error value.
2011-03-01 Rusty Russelltdb2: rework transaction.c internal functions to return...
2011-03-01 Rusty Russelltdb2: rework free.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework remaining io.c functions to return enum...
2011-03-01 Rusty Russelltdb2: rework some io.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework io functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework lock.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: remove redundant pending transaction error check.
2011-03-01 Rusty Russelltdb2: remove nesting support.
2011-03-01 Rusty Russelltdb2: simplify logging levels, rename TDB_DEBUG_* to...
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: direct access during transactions.
2010-12-01 Rusty Russelltdb2: add write flag to tdb_direct
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: Add stats attribute.
2010-11-23 Rusty Russelltdb2: stricter ordering on expansion lock
2010-11-23 Rusty Russelltdb2: transaction support