]> git.ozlabs.org Git - ccan/shortlog
ccan
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...
2011-08-31 Rusty Russelltdb2: tdb_foreach()
2011-08-31 Rusty Russelltdb2: keep link of every non-internal tdb.
2011-08-31 Rusty Russelltdb2: save openhook, allow tdb_get_attribute() on it.
2011-08-31 Rusty Russelltdb2: add TDB_RDONLY flag, allow setting/unsetting it.
2011-08-31 Rusty Russelltdb2: return TDB_ERR_RDONLY if trying to start a transa...
2011-08-31 Rusty Russelltdb2: save open_flags instead of mmap_flags.
2011-08-31 Rusty Russelltdb2: Hand error code to logging function.
2011-08-31 Rusty Russelltdb2: move transaction lock
2011-08-31 Rusty Russelltdb2: enforce TDB_CONVERT
2011-08-31 Rusty Russelltdb2: cleanup oob handling.
2011-08-31 Rusty Russelltdb2: fix tdb_lock offset.
2011-08-31 Rusty Russelltdb2: fix internal tdb_write_convert() error handling...
2011-08-31 Rusty Russelltdb2: Fix to always use 64-bit offset definition
2011-08-31 Volker Lendecketally: Adapt tally_histogram to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt get_max_bucket to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_approx_median to Samba coding conven...
2011-08-31 Volker Lendecketally: Adapt bucket_range to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_mean to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt divls64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Avoid some // style comments in divls64
2011-08-31 Volker Lendecketally: Adapt divlu64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Avoid some // style comments in divlu64
2011-08-31 Volker Lendecketally: Adapt fls64 to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_num to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_add to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt renormalize to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt shift_overflows to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt bucket_min to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt bucket_of to Samba coding conventions
2011-08-31 Volker Lendecketally: Adapt tally_new to Samba coding conventions
2011-08-31 Volker Lendecketally: Slightly simplify tally_new
2011-08-31 Volker Lendecketally: Fix a c++ warning
2011-08-31 Volker Lendecketally: Fix a c++ warning
2011-08-30 Rusty RussellMakefile: speed fastcheck
2011-08-30 Rusty Russellccanlint: clean up reduced feature handling.
2011-08-30 Rusty Russellccanlint: show each test as we execute it with -vv
2011-08-30 Rusty Russellccanlint: handle duplicate dependencies in _info
2011-08-30 Rusty Russellccanlint: add coverage variant of files.
2011-08-30 Rusty Russellccanlint: keep separate array of compiled versions.
2011-08-29 Rusty Russellccanlint: run tests under valgrind initially.
2011-08-29 Rusty Russellccanlint: add is_excluded() helper.
2011-08-29 Rusty Russelltools: simplify get_safe_ccan_deps
2011-08-29 Rusty Russellccanlint: fix warning about bogus return value.
2011-08-29 Rusty Russellccanlint: rename obj_list in examples_compile.c to...
2011-08-29 Rusty Russellfailtest: replay --failpath correctly on really failing...
2011-08-29 Rusty Russellfailtest: add --show-slowest
2011-08-29 Rusty Russellfailtest: use ccan/time
2011-08-29 Rusty Russellfailtest: use 64 bit offsets if available.
2011-08-29 Rusty Russellhtable: fix tools/speed.
2011-08-24 Joey Adamsbuild_assert: Remove stale LGPL license comment.
2011-08-24 Rusty Russelltdb2: suppress valgrind testing on one test.
next