| 2011-07-02 | Joey Adams | json: Deleted the "notes" file. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-07-01 | Joey Adams | json: new module for parsing and generating JSON | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-21 | Rusty Russell | tally: fix FreeBSD compile, memleak in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-19 | Russell Steicke | antithread: patch to antithread arabella example | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-17 | Rusty Russell | tdb2: Add tools/tdb2dump, tools/tdb2restore, use "tdb2... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-17 | Rusty Russell | tdb2: rename the tools to tdb2torture, tdb2tool and... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-17 | Rusty Russell | tdb2: use ccan/endian | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-16 | Rusty Russell | tools: trim leading whitespace in documentation extract. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-15 | Joey Adams | charset: Added utf8_validate_char (factored out of... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-11 | Joey Adams | charset: Rewrote utf8_validate, and added four new... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-08 | Rusty Russell | hash: remove VALGRIND #ifdef - always run clean. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-06-05 | Rusty Russell | lbalance: add examples. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-31 | Rusty Russell | lbalance: new module for load balancing | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-31 | Rusty Russell | time: new module for dealing with time. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-30 | Joey Adams | cast, container_of, tlist: Fix warning with GCC 4.6... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-20 | Rusty Russell | ttxml: new module. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-20 | Rusty Russell | tdb2: fix O_RDONLY opens. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-20 | Rusty Russell | failtest: failtest_has_failed() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-20 | Rusty Russell | failtest: override getpid() as well. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-10 | Rusty Russell | typesafe_cb: don't use HAVE_CAST_TO_UNION in tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-10 | Rusty Russell | tdb2: more stats | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-10 | Rusty Russell | tdb2: check pid before unlock. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: fix msync() arg | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: use direct access functions when creating recover... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: enlarge transaction pagesize to 64k | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: try to fit transactions in existing space before... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: reduce transaction before writing to recovery... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-21 | Rusty Russell | tdb2: handle non-transaction-page-aligned sizes in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-21 | Rusty Russell | tdb2: remove tailer from transaction record. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: limit coalescing based on how successful we are. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: use counters to decide when to coalesce records. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: overallocate the recovery area. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: don't start again when we coalesce a record. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | tdb2: make internal coalesce() function return length... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: expand more slowly. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | tdb2: use 64 bit file offsets on 32 bit systems if... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-21 | Rusty Russell | tdb2: test lock timeout plugin code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: allow transaction to nest. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: allow multiple chain locks. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tdb2: TDB_ATTRIBUTE_STATS access via tdb_get_attribute. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: make tdb_name() valid early in tdb_open() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: fix an error message misspelling. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: tdb_set_attribute, tdb_unset_attribute and tdb_ge... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: TDB_ATTRIBUTE_FLOCK support | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-06 | Rusty Russell | tdb2: don't cancel transaction when tdb_transaction_pre... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: open hook for implementing TDB_CLEAR_IF_FIRST | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-05-10 | Rusty Russell | tdb2: cleanups for tools/speed.c | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: rearrange log function to put data arg at the... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: rename internal hashfn and logfn to hash_fn and... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-07 | Rusty Russell | tdb2: shorten attribute members. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-29 | Rusty Russell | tdb2: extend start of hash locks. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-29 | Rusty Russell | tdb2: implement tdb_chainlock_read/tdb_chainunlock_read. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | tdb2: fix tdb_summary reports | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-28 | Rusty Russell | configurator: make it BSD-MIT licensed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-28 | Rusty Russell | compiler: don't override existing definitions. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-28 | Douglas Bagnall | tools: don't unnecessarily redefine _GNU_SOURCE in... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-28 | Douglas Bagnall | ilog: credit Tim Terriberry as author in ccan/ilog... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | Makefile: don't define -Werror for ccanlint. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | tools: always include config.h before anything else. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Rusty Russell | str: fix tests on unsigned chars, and !HAVE_ISBLANK. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Andreas Schlick | ciniparser: Add a check that len remains within bounds. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-27 | Andreas Schlick | ccanlint: Add more C++ keywords. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | str_talloc: make strjoin much more efficient. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | str_talloc: avoid const warnings on test/run.c | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-06 | Rusty Russell | typesafe_cb: simplify, preserve namespace. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | ccanlint: test for C++ reserved words in headers. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | configurator: HAVE_FILE_OFFSET_BITS | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-19 | Rusty Russell | junkcode: upload via website. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | configurator: Remove the now unneeded test for nested... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | asort: Remove the trampoline version. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | failtest: Change mode_t to int. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Rusty Russell | hash: use config.h settings for endian. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | hash: Extend the byte order check to cover x86_64. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | To compile ccan under DragonFly BSD some additional... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | asort: Use qsort_r if the system provides it. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-04-02 | Andreas Schlick | configurator: Add test for glibc's qsort_r. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | failtest: fix fascist warn_unused_result warnings | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | failtest: fix void * arithmetic in example. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | failtest: continue (without failing) if we run off... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | tdb2: make head of free list point to last entry. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | tdb2: speed up transaction code by making page size... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | tdb2: fix traversal bug in free list lock_and_alloc() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | tdb2: add --summary and logging to tools/speed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | tdb2: add --no-sync argument to speed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-24 | Rusty Russell | tdb2: fix use after free on error message | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-24 | Rusty Russell | tdb2: fix two transaction bugs. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-23 | Rusty Russell | tdb2: cleanups for tdbtorture, add more debugging and... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-24 | Rusty Russell | tdb2: actually implement tdb_error(). | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-23 | Rusty Russell | tdb2: fix tools warnings with -Wshadow and -Wcast-qual. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-23 | Rusty Russell | tdb2: avoid C++ reserved words (ie. private) | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-24 | Rusty Russell | tdb2: check PID if we are holding a lock. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-22 | Rusty Russell | tdb2: tdb_lockall() and tdb_lockall_read() support. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-28 | Rusty Russell | configure.h: HAVE_ISBLANK | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | failtest: handle EINTR from poll. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-25 | Rusty Russell | ccanlint: fix listing of dependencies | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-24 | David Gibson | Add configurator test for memmem() | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-22 | Rusty Russell | iscsi: fix warnings with -Wwrite-strings | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-22 | Rusty Russell | darray: handle case where we don't have typeof. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-22 | Rusty Russell | tap: ccanlint fixups | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2011-03-22 | Rusty Russell | ccanlint: fix compilation of API tests with coverage | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| next |