]> git.ozlabs.org Git - ccan/history - ccan
New asort routine; unf. breaks under -Wmissing-prototypes etc :(
[ccan] / ccan /
2009-11-21 Rusty RussellNew asort routine; unf. breaks under -Wmissing-prototyp...
2009-11-21 Rusty RussellNew talloc_set for auto-cleanup.
2009-11-19 Rusty Russellasearch: typesafe binary search.
2009-10-19 Rusty Russelltdb: add -t (always transactional) to tdbtorture
2009-10-19 Rusty Russelltdb: add logging to tdb_check for more verbose answers.
2009-10-19 Rusty Russelltdb: use logging and tdb_check in tdbtool
2009-10-19 Rusty Russelltdb: Add tdbtool to 'clean'
2009-10-19 Rusty RussellImport tdbtool from SAMBA (e440a2e11e78a562f97971c0dfe0...
2009-10-07 Rusty Russelltdb: avoid checkfn on dead records, reorganize and...
2009-10-06 Rusty Russellccan/tdb: tdb_check() function.
2009-09-30 Rusty Russellsparse_bsearch: new module
2009-09-30 Rusty Russelltypesafe_cb: more support for typesafe compare functions.
2009-09-30 Rusty RussellFix documentation: actually, always evaluates to 0.
2009-09-29 Rusty Russelltdb: remove seqnum field from header
2009-09-28 Rusty RussellFix "make check": this is temporary until we use ccanli...
2009-09-28 Rusty RussellMore test fixes.
2009-09-25 Rusty Russelltap: pass tests after ccanlint changes.
2009-09-25 Rusty Russelltdb: no longer need seqnum store hack as we can read...
2009-09-25 Rusty Russelltdb: allow reads after prepare commit
2009-09-08 Rusty RussellFix grab_file on other than regular files.
2009-08-19 Rusty Russelltdb: fix ecode setting on nonblocking brlock
2009-08-19 Rusty Russelltdb: fix the unlock calls on the GLOBAL_LOCK from previ...
2009-08-18 Rusty Russelltdb: benchmark target.
2009-08-18 Rusty Russelltdb: fix locking unlocking error introduced in cleanup
2009-08-18 Rusty Russelltdb: locking cleanup
2009-08-18 Rusty RussellDon't rely on terrible dup2 trick, use proper infrastru...
2009-08-11 Rusty RussellUse _ convention everywhere: lock.c uses it already.
2009-08-11 Rusty RussellIncrease max size: I actually hit this with a large...
2009-08-11 Rusty RussellFix multiply by three error, stat to get initial size.
2009-08-11 Rusty RussellHandle pre-existing records, wipe_all and repack (ldb...
2009-08-11 Rusty RussellPort nested transaction allow from newer ctdb.
2009-08-05 Rusty RussellDon't overwrite tdbs with different version numbers.
2009-08-04 Rusty RussellMake TDB 32 bit clean (not just 31 bit) for systems...
2009-08-04 Rusty RussellNew test for endianness.
2009-08-04 Rusty RussellWean off TDB_ERRCODE.
2009-08-04 Rusty Russellstringmap: fail path can print uninitialized var in...
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellFix up non-TDB_TRACE compile.
2009-07-29 Rusty RussellTurn off TDB_TRACE again (shouldn't have left it on...
2009-07-29 Rusty RussellRemove const warning
2009-07-29 Rusty RussellDon't fail mysteriously on existing trace file.
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-25 Rusty Russellmerge
2009-07-21 Rusty RussellNeaten tdb to sync with samba version of locking fix.
2009-07-21 Joey Adamsstringmap: Flipped bit order to match sorted string...
2009-07-20 Rusty RussellSpeed up tracing by factor of 4-6, by writing less...
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellShort types
2009-07-18 Rusty Russelltalloc_link; a replacement for talloc's references.
2009-07-18 Rusty RussellLicense for talloc is actually LGPL.
2009-07-18 Rusty Russelltalloc_free() should take a const void *, a-la free().
2009-07-18 Joey AdamsImproved stringmap to support strings with null characters
2009-07-18 Rusty RussellMerge.
2009-07-18 Rusty RussellAutomate rerunning when we have to back off: gives...
2009-07-17 Rusty RussellCleanup variable names.
2009-07-17 Rusty RussellAdd handling of reduced test cases (traverse lines...
2009-07-17 Rusty RussellCompletely unhobble tdbtorture.
2009-07-17 Rusty RussellOops, forgot to check in new keywords files :(
2009-07-17 Rusty RussellYA corner case: help assumption by putting cancelled...
2009-07-17 Rusty RussellLeave groups of chainlock inside traverse.
2009-07-17 Rusty Russelltdb_chainlock/tdb_chainunlock et. al. support.
2009-07-16 Joey AdamsRusty's cleanup to ciniparser.c's strstrip and strlwc
2009-07-16 Rusty RussellHandle global_lock properly in tdb_transaction_lock...
2009-07-16 Rusty RussellFix tracing for tdb_chainunlock.
2009-07-16 Rusty RussellMinor optimization: don't make a dependency between...
2009-07-16 Rusty RussellCleanup: rename is_* to starts_*, move functions togeth...
2009-07-16 Rusty RussellClean up traverse keyword handling.
2009-07-16 Rusty RussellPartial ordering of traverses: reduces number of deadlo...
2009-07-16 Rusty RussellFix logic bug; we weren't checking last requirement...
2009-07-16 Rusty RussellImplement timeout for the deadlock of traverse & transa...
2009-07-16 Rusty RussellOpen database with TDB_NOSYNC to speed it up a little.
2009-07-15 Joey AdamsAdded run-dictionary.c test to ciniparser
2009-07-15 Joey AdamsTiny fix to stringmap's run.c
2009-07-15 Rusty RussellFix sequence logic bug, and satisfies() logic fix/cleanup.
2009-07-15 Rusty RussellHandle transactions!
2009-07-15 Joey AdamsAdded module stringmap
2009-07-15 Rusty RussellFix sequence numbers when tracing transaction.
2009-07-15 Rusty RussellInsert (implied) transaction cancel on tdb_close/EOF.
2009-07-15 Rusty RussellPrint seq numbers on timeout dump
2009-07-15 Joey AdamsAdded module block_pool
2009-07-14 Rusty RussellFix early transaction unlock when traverse done inside...
2009-07-14 Rusty RussellFix null ptr deref on TDB_TRACE with internal db.
2009-07-14 Rusty RussellRemove trivial traverse code, simplify.
2009-07-14 Rusty RussellFix logic bug in optimizer, and fix up DEBUG_DEPS compile.
2009-07-14 Rusty RussellMore dependency optimization: seems to happen with...
2009-07-13 Rusty RussellMore general solution for serial number misorders.
2009-07-13 Rusty RussellOptimize to reduce extraneous dependencies.
2009-07-13 Rusty RussellBelated checkin of keywords.
2009-07-13 Rusty RussellSimplify dependencies by passing pointers over the...
2009-07-13 Rusty RussellSlightly more sophisticated dependency generation:...
2009-07-12 Rusty RussellMissed part of patch.
2009-07-12 Rusty RussellGet more sophisticated with resolving duplicate serial...
2009-07-12 Joey AdamsMake tokenizer throw error on empty char literal, along...
2009-07-09 Joey AdamsSmall fix to read_cstring for reading \? .
2009-07-08 Rusty RussellTraverses seem to work now. Also, much better reportin...
2009-07-08 Rusty RussellFirst attempt at transactions & traverse (deadlocks...
next