]> git.ozlabs.org Git - ccan/shortlog
ccan
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 Russell_info files are no longer to be ignored, since we renam...
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 AdamsMake ccanlint core objects depend on generated-init...
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...
2009-07-07 Rusty RussellFix uninitialized var.
2009-07-07 Rusty Russell... and fix up keyword list.
2009-07-07 Rusty RussellFix last minute warning "fix" in replay_trace.c, remove...
2009-07-07 Rusty RussellBetter tdb tracing, start of decent replay_trace.
2009-07-07 Rusty Russellconst addition changes from brian, awfulhak.org
2009-07-03 Joey AdamsAdded module ccan_tokenizer from snapshot at:
2009-07-02 Rusty RussellMore junkcode!
2009-07-02 Rusty RussellNew junkcode.
2009-06-29 Rusty RussellTorture harder: random ops inside traverses.
2009-06-29 Rusty RussellDon't make assumptions about traverse order, and prove...
2009-06-29 Rusty RussellHandle tracing on internal dbs.
2009-06-29 Rusty RussellFix traverse nesting unlock bug.
2009-06-29 Rusty Russellzero-append test for tdb.
2009-06-29 Rusty RussellFix append of zero-length records to zero-length records.
2009-06-29 Rusty RussellFix theoretical problem with 0-length records.
2009-06-28 Rusty RussellFirst cut of replay_trace for tdb.
2009-06-23 Rusty RussellTracing for tdb operations.
2009-06-22 Rusty Russellccanize tdb further, and add simple test.
2009-06-18 Rusty RussellFirst step to ccanizing TDB.
2009-06-16 Rusty RussellInitial TDB import.
2009-06-07 Rusty RussellConvert to 64 bit crcs: change semantics of crcbits...
2009-06-07 Rusty RussellImplement a (poor?) 64-bit CRC.
2009-06-07 Rusty Russell64-bit CRC code.
2009-06-05 Rusty RussellFix ubuntu "ignoring return value" warnings.
2009-06-05 Rusty RussellImplementation of auto-depends, based on Idris's start.
2009-06-05 Rusty RussellMany list funcs should work with constant lists.
2009-05-31 Rusty Russellmerge
2009-05-31 Rusty RussellNew junkcode.
2009-05-29 Joey AdamsUpdated array module to version 0.1.1 .
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2009-05-28 Rusty RussellMove ccanlint tests into subdirectories.
2009-05-28 Rusty RussellMake ccanlint tests all positive: ie. "has _info.c...
2009-05-28 Rusty RussellFrom: Joseph Adams <joeyadams3.14159@gmail.com>
next