]> git.ozlabs.org Git - ccan/history - ccan/tdb2
tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAIN
[ccan] / ccan / tdb2 /
2011-08-31 Rusty Russelltdb2: suppress tdb1 backend logging when locking return...
2011-08-31 Rusty Russelltdb2: make tdb1 use same low-level lock functions.
2011-08-31 Rusty Russelltdb2: Make tdb1 use the tdb_file structure.
2011-08-31 Rusty Russelltdb2: add TDB_VERSION1 flag.
2011-08-31 Rusty Russelltdb2: Make TDB1 code use TDB2's open flags.
2011-08-31 Rusty Russelltdb2: approximate INCOMPATIBLE_HASH flag with tdb1_inco...
2011-08-31 Rusty Russelltdb2: Make tdb1 share tdb_store flags, struct tdb_data...
2011-08-31 Rusty Russelltdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
2011-08-31 Rusty Russelltdb2: make tdb1 headers include tdb2 headers.
2011-08-31 Rusty Russelltdb2: rearrange tdb_context layout so tdb1_context...
2011-08-31 Rusty Russelltdb2: remove TDB1 TDB_NO_FSYNC environment variable...
2011-08-31 Rusty Russelltdb2: get rid of TDB1 mark and nonblock functions.
2011-08-31 Rusty Russelltdb2: remove _PUBLIC_ in tdb1 functions.
2011-08-31 Rusty Russelltdb2: Remove unused tdb1 functions.
2011-08-31 Rusty Russelltdb2: test: import tdb1's tests.
2011-08-31 Rusty Russelltdb2: include tdb1 source in tests.
2011-08-31 Rusty Russelltdb2: import TDB1 code.
2011-08-31 Rusty Russelltdb2: make tests include a single mega-header to simpli...
2011-08-31 Rusty Russelltdb2: tdb_foreach()
2011-08-31 Rusty Russelltdb2: keep link of every non-internal tdb.
2011-08-31 Rusty Russelltdb2: save openhook, allow tdb_get_attribute() on it.
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: save open_flags instead of mmap_flags.
2011-08-31 Rusty Russelltdb2: Hand error code to logging function.
2011-08-31 Rusty Russelltdb2: move transaction lock
2011-08-31 Rusty Russelltdb2: enforce TDB_CONVERT
2011-08-31 Rusty Russelltdb2: cleanup oob handling.
2011-08-31 Rusty Russelltdb2: fix tdb_lock offset.
2011-08-31 Rusty Russelltdb2: fix internal tdb_write_convert() error handling...
2011-08-31 Rusty Russelltdb2: Fix to always use 64-bit offset definition
2011-08-24 Rusty Russelltdb2: suppress valgrind testing on one test.
2011-08-22 Rusty Russelltdb2: fix intermittant failure in run-50-multiple-freel...
2011-08-01 Rusty Russelltdb2: fix line numbers for tests.
2011-07-21 Rusty Russelltdb2: add full LGPL headers
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-06-17 Rusty Russelltdb2: Add tools/tdb2dump, tools/tdb2restore, use "tdb2...
2011-06-17 Rusty Russelltdb2: rename the tools to tdb2torture, tdb2tool and...
2011-06-17 Rusty Russelltdb2: use ccan/endian
2011-06-08 Rusty Russellhash: remove VALGRIND #ifdef - always run clean.
2011-05-20 Rusty Russelltdb2: fix O_RDONLY opens.
2011-05-10 Rusty Russelltdb2: more stats
2011-05-10 Rusty Russelltdb2: check pid before unlock.
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: limit coalescing based on how successful we are.
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-03-25 Rusty Russelltdb2: make internal coalesce() function return length...
2011-04-27 Rusty Russelltdb2: expand more slowly.
2011-04-19 Rusty Russelltdb2: use 64 bit file offsets on 32 bit systems if...
2011-04-21 Rusty Russelltdb2: test lock timeout plugin code.
2011-04-07 Rusty Russelltdb2: allow transaction to nest.
2011-04-27 Rusty Russelltdb2: allow multiple chain locks.
2011-04-27 Rusty Russelltdb2: TDB_ATTRIBUTE_STATS access via tdb_get_attribute.
2011-04-07 Rusty Russelltdb2: make tdb_name() valid early in tdb_open()
2011-04-07 Rusty Russelltdb2: fix an error message misspelling.
2011-04-07 Rusty Russelltdb2: tdb_set_attribute, tdb_unset_attribute and tdb_ge...
2011-04-07 Rusty Russelltdb2: TDB_ATTRIBUTE_FLOCK support
2011-04-06 Rusty Russelltdb2: don't cancel transaction when tdb_transaction_pre...
2011-04-07 Rusty Russelltdb2: open hook for implementing TDB_CLEAR_IF_FIRST
2011-05-10 Rusty Russelltdb2: cleanups for tools/speed.c
2011-04-07 Rusty Russelltdb2: rearrange log function to put data arg at the...
2011-04-07 Rusty Russelltdb2: rename internal hashfn and logfn to hash_fn and...
2011-04-07 Rusty Russelltdb2: shorten attribute members.
2011-03-29 Rusty Russelltdb2: extend start of hash locks.
2011-03-29 Rusty Russelltdb2: implement tdb_chainlock_read/tdb_chainunlock_read.
2011-04-19 Rusty Russelltdb2: fix tdb_summary reports
2011-04-06 Rusty Russelltypesafe_cb: simplify, preserve namespace.
2011-03-28 Rusty Russelltdb2: make head of free list point to last entry.
2011-03-25 Rusty Russelltdb2: speed up transaction code by making page size...
2011-03-25 Rusty Russelltdb2: fix traversal bug in free list lock_and_alloc()
2011-03-25 Rusty Russelltdb2: add --summary and logging to tools/speed.
2011-03-28 Rusty Russelltdb2: add --no-sync argument to speed.
2011-03-24 Rusty Russelltdb2: fix use after free on error message
2011-03-24 Rusty Russelltdb2: fix two transaction bugs.
2011-03-23 Rusty Russelltdb2: cleanups for tdbtorture, add more debugging and...
2011-03-24 Rusty Russelltdb2: actually implement tdb_error().
2011-03-23 Rusty Russelltdb2: fix tools warnings with -Wshadow and -Wcast-qual.
2011-03-23 Rusty Russelltdb2: avoid C++ reserved words (ie. private)
2011-03-24 Rusty Russelltdb2: check PID if we are holding a lock.
2011-03-22 Rusty Russelltdb2: tdb_lockall() and tdb_lockall_read() support.
2011-03-21 Rusty Russelltdb2: fix arithmetic on void * pointer.
2011-03-21 Rusty Russelltdb2: tdb_mkdata
2011-03-21 Rusty Russelltdb2: fix warnings with -Wcast-qual using ccan/cast.
2011-03-21 Rusty Russelltdb2: fix tools compilation.
2011-03-21 Rusty Russelltdb2: fix compile of test/run-check-callback.c
2011-03-17 Rusty Russelltdb2: merge changes in design document.
2011-03-17 Rusty Russelltdb2: tdb_error()
2011-03-17 Rusty Russelltdb2: TDB_SEQNUM and tdb_get_seqnum support.
2011-03-17 Rusty Russelltdb2: tdb_name and tdb_fd functions.
2011-03-17 Rusty Russelltdb2: remove tdb_null
2011-03-17 Rusty Russelltdb2: tdb_deq: inline helper for comparing two struct...
2011-03-17 Rusty Russelltdb2: implement tdb_exists and tdb_parse_record
next