]> git.ozlabs.org Git - ccan/history - ccan
tdb2: Make tdb1 use the tdb_file structure.
[ccan] / ccan /
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-29 Rusty Russellfailtest: replay --failpath correctly on really failing...
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.
2011-08-24 Rusty Russelltdb: don't leak memory in tests.
2011-08-24 Rusty Russelltdb: only mark two files as failing, don't turn off...
2011-08-24 Rusty Russelltdb: don't define _XOPEN_SOURCE ourselves, let config...
2011-08-24 Rusty Russelltdb: don't use 'private' in headers.
2011-08-24 Rusty Russellfailtest: plug memory leak.
2011-08-23 Rusty Russelltalloc_link: close memory leak in test.
2011-08-23 Rusty Russellread_write_all: fix leak in tests.
2011-08-23 Rusty Russellopt: neaten tests with helpers.
2011-08-23 Rusty Russellnoerr: remove bogus LICENSE link.
2011-08-23 Rusty Russelljmap: fix jmap_free, tests.
2011-08-23 Rusty Russelljbitset: fix examples, remove test memory leak.
2011-08-23 Rusty Russellgrab_file: close memory leak in test.
2011-08-23 Rusty Russellalloc: fix !HAVE_BUILTIN_POPCOUNTL code.
2011-08-22 Rusty Russelltdb2: fix intermittant failure in run-50-multiple-freel...
2011-08-22 Joey Adamsbdelta: new module for binary diff/patch
2011-08-16 Rusty Russellblock_pool, ccan_tokenizer, stringmap: add ccanlint...
2011-08-16 Rusty Russellarray_size: relicense under public domain.
2011-08-16 Rusty Russellcheck_type: remove erroneous license line (it's now...
2011-08-15 Joey Adamscharset: Updated copyright year, and set to version 0.3
2011-08-15 Joey Adamsccan_tokenizer: Corrected LICENSE link so it points...
2011-08-15 Joey Adamsbtree: Changed license from BSD-3 to MIT, and set versi...
2011-08-15 Joey Adamsstringmap: Corrected LICENSE link so it points to BSD...
2011-08-15 Joey Adamsavl: Added LICENSE link, and set version to 0.1
2011-08-15 Joey Adamsblock_pool: Changed license from BSD-3 to MIT, and...
2011-08-15 Joey Adamsdarray: Changed license from BSD-3 to MIT, and updated...
2011-08-14 Rusty Russellopt: complete coverage, enhance opt_free_table.
2011-08-14 Rusty Russellopt: fix warnings in test, fix endian assumptions.
2011-08-13 Douglas Bagnallopt: functions to show integer values with kMGTPE suffixes
2011-08-13 Douglas Bagnallopt: incidental comment and whitespace repair
2011-08-13 Douglas Bagnallopt: add integer helpers that accept k, M, G, T, P...
2011-08-01 Rusty Russellfailtest: fix silent exit when top-level return FAIL_PROBE
2011-08-01 Rusty Russelltdb2: fix line numbers for tests.
2011-07-22 Rusty Russellcast: downgrade license from LGPL3+ to LGPLv2.1+
2011-07-21 Rusty Russellisaac, crcsync: acknowledge licensing issues.
2011-07-21 Rusty Russellccan/noerr: fix compiler warning with const strings.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-21 Rusty Russelltdb2: add full LGPL headers
2011-07-21 Rusty Russellcontainer_of: relicense to Public domain
2011-07-21 Rusty Russellcheck_type: relicense to Public domain
2011-07-21 Rusty Russellhtable: relicense under LGPL
2011-07-21 Rusty Russellwwviaudio: fix license in _info, symlink (LGPL -> GPL)
2011-07-21 Rusty Russellogg_to_pcm: fix license in _info, symlink (LGPL ->...
2011-07-21 Rusty Russellmd4: fix license
2011-07-21 Rusty Russellnoerr: relicense to public domain.
2011-07-21 Rusty Russellalignof: relicense to public domain.
next