]> git.ozlabs.org Git - ccan/history - ccan/tdb2
str: provide checks for ctype.h char functions, and strstr and strchr functions.
[ccan] / ccan / tdb2 /
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
2010-12-01 Rusty Russelltdb2: use magic freetable value rather than different...
2010-12-01 Rusty Russelltdb2: compare the extra 11 hash bits in the header.
2010-12-01 Rusty Russelltdb2: add comparison stats
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: remove truncated bit.
2010-12-01 Rusty Russelltdb2: use direct access for tdb_read_off/tdb_write_off
2010-12-01 Rusty Russelltdb2: remove tdb_get()
2010-11-23 Rusty Russelltdb2: trivial optimization for free list
2010-12-01 Rusty Russelltdb2: Add stats attribute.
2010-11-23 Rusty Russelltdb2: enable transactions in tdbtorture
2010-11-23 Rusty Russelltdb2: stricter ordering on expansion lock
2010-11-23 Rusty Russelltdb2: remove all the dead code
2010-11-23 Rusty Russelltdb2: transaction support
2010-11-23 Rusty Russelltdb2: allow nesting of read locks on top of write locks.
2010-11-22 Rusty Russelltdb2: relax locking to allow two free list locks at...
2010-11-22 Rusty Russelltdb2: use expansion heuristics from tdb1
2010-12-01 Rusty Russelltdb2: shrink free header from 32 to 24 bytes.
2010-11-23 Rusty Russelltdb2: rename set_header to the more appropriate set_use...
2010-12-01 Rusty Russelltdb2: Add speed test to tdb and tdb2
2010-12-01 Rusty Russelltdb2: fix tdb_check() return when free table entries...
2010-12-01 Rusty Russelltdb2: make tdb_check call check() function.
2010-12-01 Rusty Russelltdb2: make summary command handle recovery "dead zone"
2010-12-01 Rusty Russelltdb2: cancel transactions on tdb_close
2010-11-17 Rusty Russelltdb2: handle chains of free tables
2010-11-17 Rusty Russelltdb2: get rid of zones
2010-11-17 Rusty Russelltdb2: fix bucket search
2010-11-17 Rusty Russelltdb2: only adjust size once when growing
2010-11-17 Rusty Russelltdb2: remove tailer
2010-11-15 Rusty Russelltdb2: fix tdb_chainlock
2010-11-15 Rusty Russelltdb2: fix coalesce race #3
2010-11-15 Rusty Russelltdb2: add TDB_COALESCING_MAGIC to solve coalescing...
2010-11-15 Rusty Russelltdb2: fix coalesce race #2
2010-11-15 Rusty Russelltdb2: coalescing race fix #1
2010-11-15 Rusty Russelltdb2: minor optimization for set_header
2010-11-15 Rusty Russelltdb2: hoist adjust_size
2010-11-15 Rusty Russelltdb2: clean up makefile for tools
2010-11-15 Rusty Russelltdb2: extra debugging checks
2010-11-17 Rusty Russellccanlint: add ccanlint section to _info
2010-11-10 Rusty Russellforeach, iscsi, jbitset, jmap, opt, rbtree, sparse_bsea...
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-03 Rusty Russelltdb2: fix gcc -O3 warnings on test/layout.c
2010-10-26 Rusty Russellilog: rework to reduce interface.
2010-10-26 Rusty Russelltdb2: extend test/layout to be able to place in file.
2010-10-26 Rusty Russelltdb2: fix intermittent test fail.
2010-10-20 Rusty Russelltdb2: 64 bit fixes.
next