| 2010-11-15 | Rusty Russell | nfs: remove trailing whitespace | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | nfs: make headers idempotent | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | nfs: Remove _U_, use ccan/compiler and UNUSED | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | nfs: Add _info, remove -D_FILE_OFFSET_BITS=64, use... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | ccanlint: remove -Werror, use output of compile command... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-14 | Rusty Russell | ccanlint: make compile commands return output. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | ccanlint: fix idempotent handler | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-14 | Rusty Russell | ccanlint: only print 5 lines of output unless -vv | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | ccanlint: print error information even if we pass. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-14 | Rusty Russell | ccanlint: minor print formatting cleanup. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-15 | Rusty Russell | ccanlint: don't skip every second question | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-11 | Rusty Russell | ciniparser: add LICENSE symlink | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | foreach, iscsi, jbitset, jmap, opt, rbtree, sparse_bsea... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: check license and LICENSE symlink. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: clarify different -v levels. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: fix --target=examples-compile | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: use isspace instead of isblank | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccan_tokenizer, check_type, container_of, typesafe_cb... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: typo fix and fix errant description parsing. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: tweak example compilation. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | list: fix uninitialized variable in list_add example. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: list file errors in order they are encountered. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | ccanlint: fix abort when -vv used and examples don... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | Makefile: exclude Judy-depending libraries as well... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-10 | Rusty Russell | Merge branch 'ronnie' | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-09 | Rusty Russell | compiler: shorten names of attributes, add UNUSED | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-09 | Rusty Russell | nfs: add generates C files | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-09 | Rusty Russell | nfs: ccanize a little more. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-09 | Rusty Russell | nfs: initial import. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-09 | Rusty Russell | ccanlint: rework so checks have more structure. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | ccanlint: fix up creation of test/run.c | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | likely: switch from using ccan/hashtable to ccan/htable | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | rbtree: new module from Ronnie. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | hashtable: replaced by htable. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | talloc: define TALLOC_CTX | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | iscsi: add LICENCE link | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | iscsi: ccanize a little more, add silly simple test... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | iscsi: new module from Ronnie. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: push capacity limit from 66 to 75% | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: restore perfect bit when resizing. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: use "perfect" bit to reduce rehashes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: rehash to clear delete markers | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: speed benchmark | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | htable: first implementation | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | jmap: a speed benchmark | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-08 | Rusty Russell | jmap: fix incorrect prototype in header documentation. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-07 | Rusty Russell | jmap: just use unsigned long, not size_t | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-07 | Rusty Russell | jbitset: just use unsigned long, not size_t | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-07 | Rusty Russell | ccanlint: fix compilation of chained examples. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | antithread, foreach, grab_file, hashtable, str_talloc... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | ccanlint: add --target | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | ccanlint: add test to look for modules we use but don... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | ccanlint: fix wrong initialization in example compilation. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | Makefile: make non-optimized variant comment a bit... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | alignof, array_size, crc: provide comments to allow... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | ccanlint: try running example code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-04 | Rusty Russell | opt: fix junk after string in opt_show_charp. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | cleanup: get rid of unwanted tap/ toplevel which crept in. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | web: point to the configurator to generate config.h | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | .gitignore: ignore configurator | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | makefiles: add "scores" target. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | alloc: fix missing header in compilation of example. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | ccanlint: make tests non-compulsory, always print score. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | ccanlint: with -vv, give details on attempts to compile... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | tools: new "configurator" tool. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | tdb2: fix gcc -O3 warnings on test/layout.c | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | tdb: fix warnings with gcc -O3, and one test crash. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | talloc: fix gcc -O3 aliasing warnings | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | opt: fix gcc -O3 warnings. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-03 | Rusty Russell | jmap: fix aliasing issues, one real testcase bug | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-11-02 | Rusty Russell | foreach: new module | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-30 | Rusty Russell | Merge branch 'judy' | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-30 | Rusty Russell | jmap: new module | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-30 | Rusty Russell | jbitset: new module. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-29 | Rusty Russell | web: don't try to link to old bzr repository, use git. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-27 | Rusty Russell | tap: restore buffering to stdout | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | gitify the tree, especially the web makefile. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | web: clean up directory | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | ilog: rework to reduce interface. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | opt: wean off getopt_long, beef up tests. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | tdb2: extend test/layout to be able to place in file. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | tdb2: fix intermittent test fail. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-26 | Rusty Russell | opt: change / separator to | | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-21 | Joey Adams | avl: I attached a patch changing the AVL module to... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-21 | Rusty Russell | license: more changing of licence -> license. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-21 | Rusty Russell | webpages: make sure target of licence links is included... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | avl: new module | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | tdb2: 64 bit fixes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | typesafe_cb: 64 bit fixes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | tdb: 64-bit fixes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | tally: fixes for 64 bit machines. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | read_write_all: don't rely on write to pipe blocking... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | opt: 64-bit compile fixes | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | ccan_tokenizer: 64-bit compile fixes. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | alloc: fix 64-bit | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-20 | Rusty Russell | tools: fixes for 64-bit. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-18 | Rusty Russell | tdb2: fix infinite loop in tdb_check | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-18 | Rusty Russell | tdb2: add tdb_attribute_seed for setting hash seed. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-17 | Rusty Russell | licence->license: US English is the standard for code. | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| 2010-10-17 | Rusty Russell | tdb2: clarify locking heirarchy; hashes, freelist,... | commit | commitdiff | tree | snapshot (tar.gz zip) | 
| next |