]> git.ozlabs.org Git - ccan/history - ccan/tdb2
Makefile: don't define -Werror for ccanlint.
[ccan] / ccan / tdb2 /
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.
2011-03-01 Rusty Russelltdb2: rework tdb.c internal functions to return enum...
2011-03-01 Rusty Russelltdb2: rework summary.c internal functions to return...
2011-03-01 Rusty Russelltdb2: rework check.c internal functions to return enum...
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 hash.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 encode errors in...
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: restore file filling code.
2011-03-01 Rusty Russelltdb2: rework lock.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework lock.c static functions to return enum...
2011-03-01 Rusty Russelltdb2: Internal error helpers.
2011-03-01 Rusty Russelltdb2: make error numbers negative.
2011-03-01 Rusty Russelltdb2: remove tdb_traverse_read
2011-03-01 Rusty Russelltdb2: add comments to tdb2.h, reorder for maximum reada...
2011-03-01 Rusty Russelltdb2: remove redundant pending transaction error check.
2011-03-01 Rusty Russelltdb2: remove tdb_hashfn_t prototype
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: remove extraneous whitespace.
2011-03-01 Rusty Russelltdb2: fix leak on lock failure during open.
2011-03-01 Rusty Russelltdb2: log as a ERROR (not as TRACE) when unlocking...
2011-03-01 Rusty Russelltdb2: log a message on allocation failure in tdb_check()
2011-03-01 Rusty Russelltdb2: log an error when out of memory formatting message.
2011-03-01 Rusty Russelltdb2: close memory leak in traverse.
2011-03-01 Rusty Russelltdb2: close memory leak in tdb_check()
2011-03-01 Rusty Russelltdb2: use failtest for opening and checking database.
2011-03-01 Rusty Russelltdb2: fix leak in tests.
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
2011-03-01 Rusty Russelltdb2: remove looping for write
2011-03-01 Rusty Russelltdb2: remove looping for read on normal files.
2011-03-01 Rusty Russellcompiler, talloc, tap, tdb2: use #if instead of #ifdef.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2011-02-24 Rusty Russelljmap,likely,tdb2: use CCAN_<MODNAME>_DEBUG instead...
2011-01-17 Brad Hardstdb2: spelling fix
2011-01-07 Rusty Russellccanlint: rename test keys
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: update documentation
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
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: hash chaining
next