]> git.ozlabs.org Git - ccan/shortlog
ccan
2011-03-16 Brad Hardstdb: remove unused last_ptr
2011-03-16 Brad Hardsciniparser: remove dead store
2011-03-16 Brad Hardsalloc: remove unused variable
2011-03-01 Rusty Russellasprintf: new asprintf module.
2011-03-08 Joey Adamstools: Fixed unchecked *strrchr in a couple places.
2011-03-08 Joey Adamstools: Added "-I." to fix ccan_depends --compile
2011-03-07 Andreas Schlickasort: Remove constness from ctx pointer.
2011-03-07 Andreas Schlicktdb2: Correct the comment explaining tdb_brlock().
2011-03-02 Rusty Russellcast: new limited cast package inspired by Jan Engelhar...
2011-03-02 Rusty Russellccanlint: give a point per compile_ok/compile_fail...
2011-03-02 Rusty Russellccanlint: don't fail just because we don't have positiv...
2011-03-02 Rusty Russellconfigurator: more robust test for HAVE_NESTED_FUNCTIONS
2011-03-01 Rusty Russelliscsi, nfs, opt, tap: use config.h instead of defining...
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 Russellfailtest: enhance tracing
2011-03-01 Rusty Russellccanlint: prepend module headers before standard ones.
2011-03-01 Rusty Russellconfig.h: HAVE_ASPRINTF
2011-03-01 Rusty Russellconfig.h: define _GNU_SOURCE
2011-03-01 Rusty Russellccanlint: don't crash when given --target=hash_if and...
2011-03-01 Rusty Russellnoerr: don't use tempnam
2011-03-01 Andreas Schlickfailtest: Fix incorrect reuse of va_list in test/run...
2011-03-01 Rusty Russellendian: use byteswap.h where available
2011-03-01 Rusty Russellcompiler, talloc, tap, tdb2: use #if instead of #ifdef.
2011-03-01 Rusty Russellccanlint: check for #ifdef
2011-03-01 Rusty Russellccanlint: run tests with reduced-feature config.h
2011-03-01 Rusty Russellccanlint: compile module with reduced-feature config.h
2011-03-01 Rusty Russellccanlint: create reduce-feature config.h
2011-03-01 Rusty Russellccanlint: --compiler and --cflags options.
2011-03-01 Rusty Russellccanlint: read config.h to get compilation flags at...
2011-03-01 Rusty Russellccanlint: handle weird directories.
2011-03-01 Rusty Russellconfig.h: idempotent-wrap the generated config.h
2011-03-01 Rusty Russellasort: handle !HAVE_NESTED_FUNCTIONS
2011-03-01 Rusty Russellfailtest: fix locking code.
2011-03-01 Rusty Russellfailtest: fix tracepath bug.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2011-02-24 Rusty Russelljmap,likely,tdb2: use CCAN_<MODNAME>_DEBUG instead...
2011-02-24 Rusty Russellccanlint: fix more potential segvs when reporting ccanl...
2011-02-22 Joey Adamsccan_tokenizer: update to be compatible with darray.
2011-02-22 Joey Adamsdarray: Renamed array module to darray and made several...
2011-02-15 Rusty Russellfailtest: detect leaks in children.
2011-02-15 Rusty Russellfailtest: hook can return FAIL_PROBE
2011-02-15 Rusty Russellfailtest: record close events
2011-02-15 Rusty Russellfailtest: call failtest_exit_check even in non-failing...
2011-02-15 Rusty Russellfailtest: be clearer when child times out.
2011-02-15 Rusty Russellfailtest: --debugpath= for really hard-to-find bugs.
2011-02-15 Rusty Russellfailtest: don't insert spurious failures if open would...
2011-02-15 Rusty Russellfailtest: don't insist parents and children write the...
2011-02-15 Rusty Russellfailtest: rely on the save/restore of files, don't...
2011-02-15 Rusty Russellfailtest: save entire file contents.
2011-02-15 Rusty Russellfailtest: don't use special data structure for storing...
2011-02-15 Rusty Russellfailtest: generic cleanup hooks
2011-02-15 Rusty Russellfailtest: allow continuing after running a failpath.
2011-02-15 Rusty Russellfailtest: --tracepath
2011-02-15 Rusty Russellfailtest: fix history when --failpath used
2011-02-15 Rusty Russellfailtest: capture pread/pwrite
2011-02-15 Rusty Russellfailtest: handle 2-argument open()
2011-02-15 Rusty Russellfailtest: fcntl handling
2011-02-17 Rusty Russellccanlint: print coverage amount when -vv
2011-02-17 Rusty Russellccanlint: fix format error when test output contains %
2011-02-22 Rusty Russellnet: reset slen properly in testing.
next