]> git.ozlabs.org Git - ccan/shortlog
ccan
2011-09-28 Rusty Russellstrmap: new module for ordered map of strings using...
2011-09-28 Rusty Russelltcon: more help, for making strmap.
2011-09-27 Rusty Russellhtable: benchmark against hsearch(3)
2011-09-27 Rusty Russelllikely: use htable_type
2011-09-27 Rusty Russellhtable: HTABLE_INITIALIZER() for static initialization.
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-09-27 Rusty Russellhtable: start empty.
2011-09-27 Rusty Russelltap: fix exit status when we have exactly 256 errors.
2011-09-27 Rusty Russelltcon: update and enhance documentation.
2011-09-26 Rusty Russellhtable, strset: benchmarking tools.
2011-09-26 Rusty Russellstrset: new module using critbit trees.
2011-09-26 Rusty Russellstr: fix warnings.
2011-09-26 Rusty Russellstr: relicense to public domain.
2011-09-26 Rusty Russellccanlint: more tweaks to example mangling.
2011-09-24 Rusty Russelltypesafe_cb: fix example macro ordering in typesafe_cb_...
2011-09-23 Rusty Russelljmap: use ccan/tcon and always be typesafe.
2011-09-23 Rusty Russelljbitset: rename to jset, use ccan/tcon
2011-09-23 Rusty Russelltlist: use ccan/tcon
2011-09-22 Rusty Russelltcon: routines for creating typesafe generic containers
2011-09-22 Rusty Russellccanlint: fix output for async commands.
2011-09-20 Rusty Russelltdb2: allow readonly changes even while holding locks.
2011-09-12 Rusty Russelltdb2: add error conversion functions.
2011-09-12 Rusty Russellccanlint: run tests in parallel
2011-09-12 Rusty Russelltdb2: make tests work in parallel.
2011-09-12 Rusty Russellccanlint: compile tests with coverage in parallel
2011-09-12 Rusty Russellccanlint: compile tests in parallel
2011-09-12 Rusty Russellccanlint: infrastructure to run commands async.
2011-09-12 Rusty Russelltools: fix realloc bug.
2011-09-09 Daniel Burkettxml: zero terminate the buffer after checking it...
2011-09-05 Daniel Burkettxml: covering my shame
2011-09-05 Daniel Burkettxml: modified it to use a smaller buffer during testing
2011-09-05 Daniel Burkettxml: ccanlint fixes finished
2011-09-05 Daniel Burkettxml: added drop static keyword
2011-09-05 Daniel Burkettxml: Passes Valgrind now
2011-09-05 Daniel Burkettxml: Rplaced ratchet buffer with regular buffer,...
2011-09-02 Rusty Russelltdb2: fix error handling for tdb1_transaction_commit.
2011-09-02 Rusty Russelltdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transact...
2011-09-02 Rusty Russelltdb2: fix prototypes which return enum TDB_ERROR.
2011-09-02 Rusty Russelltdb2: set tdb_error() on tdb_transaction_prepare_commit.
2011-08-31 Rusty Russelltdb2: enhance tdb1 porting document.
2011-08-31 Rusty Russelltdb2: delete old tdb1 tests.
2011-08-31 Rusty Russelltdb2: test: Speed up run-01-new_database.
2011-08-31 Rusty Russelltdb2: speed up testing.
2011-08-31 Rusty Russelltdb2: test: convert (non-invasive) run tests to api...
2011-08-31 Rusty Russelltdb2: test: fix run-57-die-during-transaction.c to...
2011-08-31 Rusty Russelltdb2: don't continue if tdb1_find fails.
2011-08-31 Rusty Russelltdb2: test: try (almost) all tests with TDB_VERSION1...
2011-08-31 Rusty Russelltdb2: log allocation failures in tdb1 backend.
2011-08-31 Rusty Russelltdb2: fix bogus error from tdb_unlockall() after fork...
2011-08-31 Rusty Russelltdb2: check lock owner in tdb1 backend.
2011-08-31 Rusty Russelltdb2: return TDB_ERR_RDONLY from transactions on R...
2011-08-31 Rusty Russelltdb2: add stats to tdb1 backend.
2011-08-31 Rusty Russelltdb2: increment seqnum on tdb_wipe_all in tdb1 backend.
2011-08-31 Rusty Russelltdb2: log an error when calling tdb_store() on read...
2011-08-31 Rusty Russelltdb2: catch errors in tdb1_needs_recovery()
2011-08-31 Rusty Russelltdb2: add tdb_attribute_tdb1_max_dead
2011-08-31 Rusty Russelltdb2: expose and document tdb1_incompatible_hash.
2011-08-31 Rusty Russelltdb2: make tdb1_null static.
2011-08-31 Rusty Russelltdb2: tdb_repack
2011-08-31 Rusty Russelltdb2: unify tdb1_wipe into tdb_wipe.
2011-08-31 Rusty Russelltdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into...
2011-08-31 Rusty Russelltdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstke...
2011-08-31 Rusty Russelltdb2: unify tdb1_check and tdb1_summary into tdb_check...
2011-08-31 Rusty Russelltdb2: unify tdb1_transaction_start etc. into tdb_transa...
2011-08-31 Rusty Russelltdb2: unify tdb1_parse_record into tdb_parse_record
2011-08-31 Rusty Russelltdb2: unify tdb1_chainlock et al. into tdb_chainlock
2011-08-31 Rusty Russelltdb2: unify tdb1_traverse into tdb_traverse
2011-08-31 Rusty Russelltdb2: unify tdb1_store into tdb_store
2011-08-31 Rusty Russelltdb2: unify tdb1_delete into tdb_delete.
2011-08-31 Rusty Russelltdb2: unify tdb1_append into tdb_append
2011-08-31 Rusty Russelltdb2: unify tdb1_fetch into tdb_fetch
2011-08-31 Rusty Russelltdb2: unify tdb1_store into tdb_store
2011-08-31 Rusty Russelltdb2: unify tdb1_open into tdb_open
2011-08-31 Rusty Russelltdb2: disallow SEED attribute with TDB_VERSION1.
2011-08-31 Rusty Russelltdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE
2011-08-31 Rusty Russelltdb2: make tdb1_open use attributes for logging, hash...
2011-08-31 Rusty Russelltdb2: make jenkins_hash function non-static, rename...
2011-08-31 Rusty Russelltdb2: remove double-open detection for TDB1 databases.
2011-08-31 Rusty Russelltdb2: merge tdb1_context into tdb_context.
2011-08-31 Rusty Russelltdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_...
2011-08-31 Rusty Russelltdb2: Make TDB1 use the same tdb_hash() wrapper as...
2011-08-31 Rusty Russelltdb2: don't cancel transactions on lock failures in...
2011-08-31 Rusty Russelltdb2: suppress tdb1 backend logging when locking return...
2011-08-31 Rusty Russelltdb2: make tdb1 use same low-level lock functions.
2011-08-31 Rusty Russelltdb2: Make tdb1 use the tdb_file structure.
2011-08-31 Rusty Russelltdb2: add TDB_VERSION1 flag.
2011-08-31 Rusty Russelltdb2: Make TDB1 code use TDB2's open flags.
2011-08-31 Rusty Russelltdb2: approximate INCOMPATIBLE_HASH flag with tdb1_inco...
2011-08-31 Rusty Russelltdb2: Make tdb1 share tdb_store flags, struct tdb_data...
2011-08-31 Rusty Russelltdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
2011-08-31 Rusty Russelltdb2: make tdb1 headers include tdb2 headers.
2011-08-31 Rusty Russelltdb2: rearrange tdb_context layout so tdb1_context...
2011-08-31 Rusty Russelltdb2: remove TDB1 TDB_NO_FSYNC environment variable...
2011-08-31 Rusty Russelltdb2: get rid of TDB1 mark and nonblock functions.
2011-08-31 Rusty Russelltdb2: remove _PUBLIC_ in tdb1 functions.
2011-08-31 Rusty Russelltdb2: Remove unused tdb1 functions.
2011-08-31 Rusty Russelltdb2: test: import tdb1's tests.
2011-08-31 Rusty Russelltdb2: include tdb1 source in tests.
2011-08-31 Rusty Russelltdb2: import TDB1 code.
2011-08-31 Rusty Russelltdb2: make tests include a single mega-header to simpli...
next