]> git.ozlabs.org Git - ccan/shortlog
ccan
2010-09-11 Rusty Russelltdb: rewrite external agent for testing.
2010-09-10 Rusty Russelltdb: enforce hashing, via example hash in old rwlocks...
2010-09-10 Rusty Russelltdb: test that new-style TDBs with non-default hashes...
2010-09-10 Rusty Russellccanlint: use familiar names for temporary files, show...
2010-09-10 Rusty Russellccanlint: don't run valgrind tests in test dir.
2010-09-09 Rusty Russellccanlint: print out compile targets for -vv.
2010-09-09 Rusty Russellccanlint: allow _info file to specify tests not to...
2010-09-09 Rusty Russelltdb: new command openjh for tdbtool (to use Jenkins...
2010-09-09 Rusty Russelltdb2: don't hold access to tdb mmap during traverse.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-09 Rusty Russelltdb2: update documentation.
2010-09-03 Rusty RussellMakefile: separate out junkpages target.
2010-09-03 Rusty Russelltdb2: make valgrind happier.
2010-09-03 Rusty Russelltdb2: expand lock now nests inside other locks.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...
2010-09-03 Rusty Russelltdb2: document problems with moving or enlarging hash...
2010-09-03 Rusty Russelltdb2: traversal test.
2010-09-02 Rusty Russelljunkcode: new addition.
2010-08-30 Rusty Russelltdb2: fix valgrind warnings.
2010-08-30 Rusty Russellccanlint: fix valgrind test.
2010-08-30 Rusty Russellccanlint: fix compiler warning about return value of...
2010-08-30 Rusty Russelltools: only print out creating directory the first...
2010-08-30 Rusty Russelltdb2: traverse and chainlock support.
2010-08-30 Rusty Russelltdb2: tdb_append implemented, beef up tests.
2010-08-30 Rusty Russelltdb2: more common code
2010-08-30 Rusty Russelltdb2: fix argument order for tdb_gradual_lock.
2010-08-30 Rusty Russelltdb2: extract common hashing code.
2010-08-30 Rusty Russelltdb2: fixes and test for hash enlargement.
2010-08-30 Rusty Russelltdb2: more tests, hash collision fixes, attribute support.
2010-08-30 Rusty Russellccanlint: fix abort on "-d ..".
2010-08-30 Rusty Russelltests: now we run in tmp dir, always create temporary...
2010-08-30 Rusty Russellccanlint: use up to three -v to mean more verbosity.
2010-08-30 Rusty Russelltools: add build_verbose to show every command executed.
2010-08-30 Rusty Russelltdb: fix lock-tracking test code after gradual lock...
2010-08-28 Rusty Russelltdb2: new tests, and new fixes.
2010-08-28 Rusty Russelltdb2: check that records are of sufficient length in...
2010-08-27 Rusty Russelltdb2: split expand into functions and test separately.
2010-08-27 Rusty RussellUpdate main page.
2010-08-27 Rusty Russellccanlint: chdir to temporary dir so gcov files land...
2010-08-27 Rusty Russellccanlint: use gcov to rate test coverage (score out...
2010-08-27 Rusty Russellccanlint: clean up code which outputs results, handle...
2010-08-27 Rusty Russelltap: don't _exit on success
2010-08-26 Rusty Russelltdb2: more fixes and tests for enlarging hash.
2010-08-26 Rusty Russelltdb2: delete and fetch now work.
2010-08-26 Rusty Russelltdb2: clean up locking a little bit, fix hash wrap...
2010-08-26 Rusty Russelltdb2: now we can store a key!
2010-08-26 Rusty Russelltdb2: tdb_expand on empty database now tested.
2010-08-26 Rusty Russelltdb2: now checking a new empty database works.
2010-08-26 Rusty Russellhash: 64-bit hash functions should take 64-bit base.
2010-08-26 Rusty Russelltdb2: update config.h with more defines.
2010-08-26 Rusty Russelltdb2: initial commit (doesn't work, still writing tests)
2010-08-16 Rusty RussellMakefile: don't hide what we're doing, user can use -s.
2010-08-16 Rusty Russellhash: 64 bit variants.
2010-08-13 Rusty Russelltdb: use tdb_lockall_gradual by default.
2010-08-13 Rusty Russelltdb: test and resolultion for tdb_lockall starvation.
2010-08-07 Rusty Russellweb: handle symlinks in bzrbrowse.cgi, fix images.
2010-08-06 Rusty Russellweb: make sure to include symlinks in tarballs
2010-08-06 Rusty RussellAdd author and maintainer fields.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
2010-07-29 Rusty Russellalloc: speed up tiny allocator
2010-07-28 Rusty Russellalloc: remove unused debugging function.
2010-07-28 Rusty Russellalloc: reduce number of large pages to 256.
2010-07-28 Rusty Russellalloc: implement huge allocations
2010-07-27 Rusty Russellalloc: fix bug in tiny allocator.
2010-07-20 Rusty Russellalloc: fix typo which can cause false assertion
2010-07-15 Rusty Russellalloc: fix bug in tiny allocator
2010-07-12 Rusty Russellalloc: remove encode limit arg, and implement free...
2010-07-12 Rusty Russellalloc: first cut of tiny allocator (down to 2 bytes!)
2010-06-15 Rusty Russelltypesafe_cb: fix fallout from API changes.
2010-06-15 Rusty Russelltypesafe_cb: expose _exact and _def variants.
2010-06-11 Rusty Russelltypesafe_cb: fix promotable types being incorrectly...
2010-06-09 Rusty Russellalloc: reduce page header further, go down to 64k minimum.
2010-06-09 Rusty Russellalloc: make small_page_bits() function rather than...
2010-06-09 Rusty Russellalloc: use page numbers in lists to reduce overhead.
2010-06-09 Rusty Russellalloc: implement alloc_visualize().
2010-06-09 Rusty Russellalloc: fix page header size calculation bug, increase...
2010-06-09 Rusty Russellidtree: add examples, particularly the low-id-reuse...
2010-06-08 Rusty Russellalloc: first cut of new Tridge-inspired allocator
2010-06-07 Rusty Russellccanlint: don't setpgid on running commands: we want...
2010-06-07 Rusty Russellccanlint: Add -k option to keep results.
2010-06-07 Rusty Russellccanlint: make sure fullname is always full path name.
2010-06-07 Rusty Russellhashtable: fix traverse typesafety.
2010-06-07 Rusty Russelltypesafe_cb: fix up (and test!) cast_if_any.
2010-05-24 Rusty Russelltypesafe_cb: handle pointers to undefined struct types.
2010-05-24 Rusty Russelltypesafe_cb: show flaw in typesafe_cb with undefined...
2010-05-23 Rusty Russelltypesafe_cb: fix !gcc case
2010-05-23 Rusty Russelltypesafe_cb, hashtable: revise typesafe_cb arg order...
2010-05-20 Rusty Russellidtree: new module
2010-05-11 Rusty Russelllikely: new module
2010-05-11 Rusty Russellccanlint: put generated _info in correct directory.
2010-05-11 Rusty Russellstr: add stringify()
2010-05-04 Rusty RussellMore web fixes.
2010-05-04 Rusty Russelltdb: fix backwards check on HAVE_PAGESIZE
2010-05-04 Rusty RussellHashtable routines.
2010-04-09 Rusty Russelltools: fastcheck adjust; 750ms works well for me.
2010-04-09 Rusty Russellccanlint: optimize the timeout case
2010-04-09 Rusty RussellFix EXCLUDE logic for makefiles, add fastcheck
2010-04-09 Rusty Russellccanlint: always catch timeouts, and force kill valgrin...
2010-04-09 Rusty Russellccanlint: timeout, and implement -t option for quicker...
2010-04-09 Rusty RussellUse bzr to determine what to upload
next