]> git.ozlabs.org Git - ccan/history - ccan
ccanlint: move license tag matching into common code.
[ccan] / ccan /
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.
2011-07-21 Rusty Russellbuild_assert: relicense to public domain.
2011-07-21 Rusty Russellshort_types: relicense to public domain.
2011-07-21 Rusty Russellcompiler: relicense to public domain.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-07-06 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2011-07-06 Rusty Russelltally: don't use SIZE_MAX.
2011-07-04 Rusty Russelltap: WANT_PTHREAD not HAVE_PTHREAD
2011-07-02 Joey Adamsjson: Deleted the "notes" file.
2011-07-01 Joey Adamsjson: new module for parsing and generating JSON
2011-06-21 Rusty Russelltally: fix FreeBSD compile, memleak in tests.
2011-06-19 Russell Steickeantithread: patch to antithread arabella example
2011-06-17 Rusty Russelltdb2: Add tools/tdb2dump, tools/tdb2restore, use "tdb2...
2011-06-17 Rusty Russelltdb2: rename the tools to tdb2torture, tdb2tool and...
2011-06-17 Rusty Russelltdb2: use ccan/endian
2011-06-15 Joey Adamscharset: Added utf8_validate_char (factored out of...
2011-06-11 Joey Adamscharset: Rewrote utf8_validate, and added four new...
2011-06-08 Rusty Russellhash: remove VALGRIND #ifdef - always run clean.
2011-06-05 Rusty Russelllbalance: add examples.
2011-05-31 Rusty Russelllbalance: new module for load balancing
2011-05-31 Rusty Russelltime: new module for dealing with time.
2011-05-30 Joey Adamscast, container_of, tlist: Fix warning with GCC 4.6...
2011-05-20 Rusty Russellttxml: new module.
2011-05-20 Rusty Russelltdb2: fix O_RDONLY opens.
2011-05-20 Rusty Russellfailtest: failtest_has_failed()
2011-05-20 Rusty Russellfailtest: override getpid() as well.
2011-05-10 Rusty Russelltypesafe_cb: don't use HAVE_CAST_TO_UNION in tests.
2011-05-10 Rusty Russelltdb2: more stats
2011-05-10 Rusty Russelltdb2: check pid before unlock.
2011-04-27 Rusty Russelltdb2: fix msync() arg
2011-04-27 Rusty Russelltdb2: use direct access functions when creating recover...
2011-04-27 Rusty Russelltdb2: enlarge transaction pagesize to 64k
2011-04-27 Rusty Russelltdb2: try to fit transactions in existing space before...
2011-04-27 Rusty Russelltdb2: reduce transaction before writing to recovery...
2011-04-21 Rusty Russelltdb2: handle non-transaction-page-aligned sizes in...
2011-04-21 Rusty Russelltdb2: remove tailer from transaction record.
2011-04-27 Rusty Russelltdb2: limit coalescing based on how successful we are.
2011-04-27 Rusty Russelltdb2: use counters to decide when to coalesce records.
2011-04-27 Rusty Russelltdb2: overallocate the recovery area.
2011-04-27 Rusty Russelltdb2: don't start again when we coalesce a record.
2011-03-25 Rusty Russelltdb2: make internal coalesce() function return length...
2011-04-27 Rusty Russelltdb2: expand more slowly.
2011-04-19 Rusty Russelltdb2: use 64 bit file offsets on 32 bit systems if...
2011-04-21 Rusty Russelltdb2: test lock timeout plugin code.
2011-04-07 Rusty Russelltdb2: allow transaction to nest.
2011-04-27 Rusty Russelltdb2: allow multiple chain locks.
2011-04-27 Rusty Russelltdb2: TDB_ATTRIBUTE_STATS access via tdb_get_attribute.
2011-04-07 Rusty Russelltdb2: make tdb_name() valid early in tdb_open()
2011-04-07 Rusty Russelltdb2: fix an error message misspelling.
2011-04-07 Rusty Russelltdb2: tdb_set_attribute, tdb_unset_attribute and tdb_ge...
2011-04-07 Rusty Russelltdb2: TDB_ATTRIBUTE_FLOCK support
2011-04-06 Rusty Russelltdb2: don't cancel transaction when tdb_transaction_pre...
2011-04-07 Rusty Russelltdb2: open hook for implementing TDB_CLEAR_IF_FIRST
2011-05-10 Rusty Russelltdb2: cleanups for tools/speed.c
2011-04-07 Rusty Russelltdb2: rearrange log function to put data arg at the...
2011-04-07 Rusty Russelltdb2: rename internal hashfn and logfn to hash_fn and...
2011-04-07 Rusty Russelltdb2: shorten attribute members.
2011-03-29 Rusty Russelltdb2: extend start of hash locks.
2011-03-29 Rusty Russelltdb2: implement tdb_chainlock_read/tdb_chainunlock_read.
2011-04-19 Rusty Russelltdb2: fix tdb_summary reports
2011-04-28 Rusty Russellcompiler: don't override existing definitions.
2011-04-28 Douglas Bagnallilog: credit Tim Terriberry as author in ccan/ilog...
2011-04-27 Rusty Russellstr: fix tests on unsigned chars, and !HAVE_ISBLANK.
2011-04-27 Andreas Schlickciniparser: Add a check that len remains within bounds.
2011-04-19 Rusty Russellstr_talloc: make strjoin much more efficient.
2011-04-19 Rusty Russellstr_talloc: avoid const warnings on test/run.c
2011-04-06 Rusty Russelltypesafe_cb: simplify, preserve namespace.
2011-04-02 Andreas Schlickasort: Remove the trampoline version.
2011-04-02 Andreas Schlickfailtest: Change mode_t to int.
2011-04-02 Rusty Russellhash: use config.h settings for endian.
2011-04-02 Andreas Schlickhash: Extend the byte order check to cover x86_64.
2011-04-02 Andreas SchlickTo compile ccan under DragonFly BSD some additional...
2011-04-02 Andreas Schlickasort: Use qsort_r if the system provides it.
2011-03-28 Rusty Russellfailtest: fix fascist warn_unused_result warnings
2011-03-28 Rusty Russellfailtest: fix void * arithmetic in example.
2011-03-28 Rusty Russellfailtest: continue (without failing) if we run off...
2011-03-28 Rusty Russelltdb2: make head of free list point to last entry.
2011-03-25 Rusty Russelltdb2: speed up transaction code by making page size...
2011-03-25 Rusty Russelltdb2: fix traversal bug in free list lock_and_alloc()
2011-03-25 Rusty Russelltdb2: add --summary and logging to tools/speed.
2011-03-28 Rusty Russelltdb2: add --no-sync argument to speed.
2011-03-24 Rusty Russelltdb2: fix use after free on error message
2011-03-24 Rusty Russelltdb2: fix two transaction bugs.
2011-03-23 Rusty Russelltdb2: cleanups for tdbtorture, add more debugging and...
2011-03-24 Rusty Russelltdb2: actually implement tdb_error().
2011-03-23 Rusty Russelltdb2: fix tools warnings with -Wshadow and -Wcast-qual.
2011-03-23 Rusty Russelltdb2: avoid C++ reserved words (ie. private)
2011-03-24 Rusty Russelltdb2: check PID if we are holding a lock.
2011-03-22 Rusty Russelltdb2: tdb_lockall() and tdb_lockall_read() support.
2011-03-28 Rusty Russellconfigure.h: HAVE_ISBLANK
2011-03-25 Rusty Russellfailtest: handle EINTR from poll.
2011-03-22 Rusty Russelliscsi: fix warnings with -Wwrite-strings
2011-03-22 Rusty Russelldarray: handle case where we don't have typeof.
2011-03-22 Rusty Russelltap: ccanlint fixups
2011-03-22 Rusty Russellcrcsync: avoid arithmetic on void pointers
2011-03-22 Rusty Russellcompiler: fix -Wwrite-strings warning in example.
next