]> git.ozlabs.org Git - ccan/history - ccan/tdb2
tdb2: Fix to always use 64-bit offset definition
[ccan] / ccan / tdb2 /
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
2011-03-17 Rusty Russelltdb2: begin tdb1 to tdb2 porting guide.
2011-03-17 Rusty Russelltdb2: allow multiple opens of the same file.
2011-03-17 Rusty Russelltdb2: set owner for locks
2011-03-17 Rusty Russelltdb2: rename tdb_lock_type to tdb_lock
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: fix leak in test/run-remap-in-read_traverse.c
2011-03-17 Rusty Russelltdb2: move open routines into a separate file (open.c)
2011-03-17 Rusty Russelltdb2: Implement tdb_get_flags, tdb_add_flag and tdb_rem...
2011-03-17 Rusty Russelltdb2: make sure records with extra padding have a 0...
2011-03-17 Rusty Russelltdb2: avoid writing uninitialized bytes in test/layout.c
2011-03-17 Rusty Russelltdb2: feature support.
2011-03-17 Rusty Russelltdb2: make tdb_check typesafe.
2011-03-17 Rusty Russelltdb2: typesafe traverse function
2011-03-17 Rusty Russelltdb2: check for invalid flags in tdb_open.
2011-03-17 Rusty Russelltdb2: fix two bogus returns in check.c
2011-03-17 Rusty Russelltdb2: use vasprintf.
2011-03-17 Rusty Russelltdb2: use config.h instead of setting _XOPEN_SOURCE...
2011-03-17 Rusty Russelltdb2: update tools/speed.c, tools/tdbtool.c and tools...
2011-03-17 Rusty Russelltdb2: clear bogus gcc uninitialized warnings with -O3
2011-03-16 Brad Hardstdb2: trivial spelling fixes
2011-03-07 Andreas Schlicktdb2: Correct the comment explaining tdb_brlock().
2011-03-01 Rusty Russelltdb2: update design.lyx
2011-03-01 Rusty Russelltdb2: failtest on tdb_fetch
2011-03-01 Rusty Russelltdb2: failtest on tdb_store
2011-03-01 Rusty Russelltdb2: failtest on tdb_expand
2011-03-01 Rusty Russelltdb2: fix pread/pwrite error handling in fill and tdb_w...
2011-03-01 Rusty Russelltdb2: allow read-only databases to use locking.
2011-03-01 Rusty Russelltdb2: remove zero-length write optimization.
2011-03-01 Rusty Russelltdb2: change API to return the error value.
next