]> git.ozlabs.org Git - ccan/shortlog
ccan
2011-01-01 Rusty Russelllist: LIST_HEAD_INIT
2011-01-01 Rusty Russelllist: improve test coverage to 100%
2011-01-01 Rusty Russelllist: list_del_from()
2011-01-01 Rusty Russelllist: test CCAN_LIST_DEBUG=1 case
2011-01-01 Rusty Russelllist: rename debug_list to list_debug, use list_check_n...
2011-01-01 Rusty Russelllist: implement list_check_node to check list from...
2011-01-01 Rusty Russellconfig.h: HAVE_FLEXIBLE_ARRAY_MEMBER
2011-01-01 Rusty Russellccanlint: give a bonus for 100% code coverage
2010-12-23 Rusty Russelltdb: add test for tdb_summary
2010-12-23 Rusty Russelltdb: remove tally dependency
2010-12-23 Rusty Russelltdb: fix uncoalesced record count in tdb_summary.
2010-12-23 Rusty Russelltdb: combine dead_space helper from summary.c and check.c
2010-12-16 Rusty Russelltypesafe_cb: Fix warnings with gcc-4.5:
2010-12-13 Rusty Russellccanlint: use valgrind options when debugging too
2010-12-13 Rusty Russellccanlint: report valgrind "definite" leaks.
2010-12-13 Rusty Russellccanlint: fix bogus strerror printing when unknown...
2010-12-13 Rusty Russellccanlint: fix error with --target=build
2010-12-08 Rusty Russellrbtree: remove unused variable in tests.
2010-12-08 Ronnie Sahlbergrb_tree: fix trbt_delete
2010-12-08 Rusty Russellconfigurator: warnings count as failures too.
2010-12-08 Rusty Russellccanlint: fix compile on x86-64
2010-12-07 Rusty Russellrbtree: add tests (which currently fail)
2010-12-06 Rusty Russellidtree: fix overflow for v. large ids on allocation...
2010-12-06 Rusty Russellidtree: fix right shift of signed ints
2010-12-06 Rusty Russellidtree: import fix from SAMBA source
2010-12-06 Rusty Russellidtree: add unit test for ids around INT_MAX
2010-12-06 Rusty Russellccanlint: ignore comments when parsing examples.
2010-12-06 Rusty Russellccanlint: show example we actually compiled when we...
2010-12-06 Rusty Russellccanlint: examples_compile depends on build, which...
2010-12-06 Rusty Russellccanlint: fix usage of static funcs
2010-12-03 Rusty Russellarray: fix type introduced in handling !HAVE_TYPEOF
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 Russellccanlint: build depends if necessary
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-23 Rusty Russellccanlint: fix -x core dump
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-17 Rusty Russellccanlint: override _info's Fails: with --target
2010-11-17 Rusty Russellccanlint: run tests in alphabetical order
2010-11-15 Rusty Russellconfig: add HAVE_BUILTIN_FFSLL
2010-11-15 Rusty Russellnfs: remove trailing whitespace
2010-11-15 Rusty Russellnfs: make headers idempotent
2010-11-15 Rusty Russellnfs: Remove _U_, use ccan/compiler and UNUSED
2010-11-15 Rusty Russellnfs: Add _info, remove -D_FILE_OFFSET_BITS=64, use...
2010-11-15 Rusty Russellccanlint: remove -Werror, use output of compile command...
2010-11-14 Rusty Russellccanlint: make compile commands return output.
2010-11-15 Rusty Russellccanlint: fix idempotent handler
2010-11-14 Rusty Russellccanlint: only print 5 lines of output unless -vv
2010-11-15 Rusty Russellccanlint: print error information even if we pass.
2010-11-14 Rusty Russellccanlint: minor print formatting cleanup.
2010-11-15 Rusty Russellccanlint: don't skip every second question
2010-11-11 Rusty Russellciniparser: add LICENSE symlink
2010-11-10 Rusty Russellforeach, iscsi, jbitset, jmap, opt, rbtree, sparse_bsea...
2010-11-10 Rusty Russellccanlint: check license and LICENSE symlink.
2010-11-10 Rusty Russellccanlint: clarify different -v levels.
2010-11-10 Rusty Russellccanlint: fix --target=examples-compile
2010-11-10 Rusty Russellccanlint: use isspace instead of isblank
2010-11-10 Rusty Russellccan_tokenizer, check_type, container_of, typesafe_cb...
2010-11-10 Rusty Russellccanlint: typo fix and fix errant description parsing.
2010-11-10 Rusty Russellccanlint: tweak example compilation.
next