]> git.ozlabs.org Git - ccan/shortlog
ccan
2011-03-17 Rusty Russelltdb2: TDB_SEQNUM and tdb_get_seqnum support.
2011-03-17 Rusty Russelltdb2: tdb_name and tdb_fd functions.
2011-03-17 Rusty Russelltdb2: remove tdb_null
2011-03-17 Rusty Russelltdb2: tdb_deq: inline helper for comparing two struct...
2011-03-17 Rusty Russelltdb2: implement tdb_exists and tdb_parse_record
2011-03-17 Rusty Russelltdb2: begin tdb1 to tdb2 porting guide.
2011-03-17 Rusty Russelltdb2: allow multiple opens of the same file.
2011-03-17 Rusty Russelltdb2: set owner for locks
2011-03-17 Rusty Russelltdb2: rename tdb_lock_type to tdb_lock
2011-03-17 Rusty Russelltdb2: move mmap into struct tdb_file
2011-03-17 Rusty Russelltdb2: move file operations into separate structure
2011-03-17 Rusty Russelltdb2: fix leak in test/run-remap-in-read_traverse.c
2011-03-17 Rusty Russelltdb2: move open routines into a separate file (open.c)
2011-03-17 Rusty Russelltdb2: Implement tdb_get_flags, tdb_add_flag and tdb_rem...
2011-03-17 Rusty Russelltdb2: make sure records with extra padding have a 0...
2011-03-17 Rusty Russelltdb2: avoid writing uninitialized bytes in test/layout.c
2011-03-17 Rusty Russelltdb2: feature support.
2011-03-17 Rusty Russelltdb2: make tdb_check typesafe.
2011-03-17 Rusty Russelltdb2: typesafe traverse function
2011-03-17 Rusty Russelltdb2: check for invalid flags in tdb_open.
2011-03-17 Rusty Russelltdb2: fix two bogus returns in check.c
2011-03-17 Rusty Russelltdb2: use vasprintf.
2011-03-17 Rusty Russelltdb2: use config.h instead of setting _XOPEN_SOURCE...
2011-03-17 Rusty Russelltdb2: update tools/speed.c, tools/tdbtool.c and tools...
2011-03-17 Rusty Russelltdb2: clear bogus gcc uninitialized warnings with -O3
2011-03-17 Rusty Russellfailtest: include config.h first
2011-03-17 Rusty Russellccanlint: fix gdb line in tests_pass helper.
2011-03-17 Rusty Russelltools: fix ctype.h and string usage.
2011-03-17 Rusty Russellstr: replacements for ctype functions.
2011-03-17 Rusty Russelltap: fix isdigit and isspace usage.
2011-03-17 Rusty Russellciniparser: fix ctype.h usage, and lazy strrchr.
2011-03-17 Rusty Russellccanlint: objects_build_with_stringchecks
2011-03-17 Rusty Russellstr: provide checks for ctype.h char functions, and...
2011-03-17 Rusty Russellbuild_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_...
2011-03-17 Rusty Russellccanlint: don't ever used pre-built modules as dependen...
2011-03-17 Rusty Russellccanlint: fix mangled output for 'make scores'
2011-03-16 Brad Hardstools: avoid needless post increment on size
2011-03-16 Rusty Russelltools: actually add non-source files to other_files...
2011-03-16 Brad Hardsalloc: avoid dead store to hdrlen
2011-03-16 Brad Hardsciniparser: avoid dead store to sta
2011-03-16 Brad Hardsccan_tokenizer: avoid dead store
2011-03-16 Brad Hardstdb2: trivial spelling fixes
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
next