Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | cast: make sure suncc sees a constant. | Rusty Russell | 2 | -8/+22 |
2012-03-29 | cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS. | Rusty Russell | 1 | -3/+9 |
2012-03-22 | lib/ccan/failtest: compile fix for OpenBSD | Rusty Russell | 3 | -0/+17 |
2012-03-22 | lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h | Rusty Russell | 20 | -357/+392 |
2012-03-08 | failtest: don't assume FD_SETSIZE is maximum runtime fd. | Rusty Russell | 3 | -3/+68 |
2012-03-07 | lib/ccan: import failtest and required ccan modules for TDB2 unit tests. | Rusty Russell | 69 | -0/+7608 |
2012-02-21 | lib/ccan: define HAVE_CCAN. | Rusty Russell | 1 | -0/+1 |
2011-12-15 | lib/ccan: Fix some typos in libccan.m4 | Martin Schwenke | 1 | -2/+2 |
2011-12-15 | lib/ccan: fix m4 tests for builtin_expect and compound literals. | Rusty Russell | 1 | -9/+10 |
2011-12-05 | lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia... | Rusty Russell | 1 | -3/+3 |
2011-12-05 | lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ... | Rusty Russell | 3 | -10/+10 |
2011-12-05 | lib/ccan/asearch: fix example on 64 bit platforms. | Rusty Russell | 1 | -1/+1 |
2011-12-05 | lib/ccan/htable: benchmark against hsearch(3) | Rusty Russell | 3 | -2/+108 |
2011-12-05 | lib/ccan/likely: use htable_type | Rusty Russell | 3 | -66/+80 |
2011-12-05 | lib/ccan/htable: HTABLE_INITIALIZER() for static initialization. | Rusty Russell | 3 | -15/+29 |
2011-12-05 | lib/ccan/htable: clean up interface, document htable_type better. | Rusty Russell | 9 | -254/+251 |
2011-12-05 | lib/ccan/htable: start empty. | Rusty Russell | 4 | -39/+87 |
2011-12-05 | lib/ccan/htable, strset: benchmarking tools. | Rusty Russell | 5 | -1/+1104 |
2011-12-05 | lib/ccan/str: fix warnings. | Rusty Russell | 2 | -1/+5 |
2011-12-05 | lib/ccan/str: relicense to public domain. | Rusty Russell | 6 | -513/+2 |
2011-12-05 | lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum... | Rusty Russell | 1 | -2/+2 |
2011-12-05 | lib/ccan/htable: fix tools/speed. | Rusty Russell | 1 | -2/+3 |
2011-12-05 | lib/ccan/build_assert: Remove stale LGPL license comment. | Joey Adams | 1 | -1/+0 |
2011-12-05 | lib/ccan/array_size: relicense under public domain. | Rusty Russell | 3 | -510/+1 |
2011-09-14 | ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPR | Rusty Russell | 2 | -0/+18 |
2011-08-31 | ccan: fix likely redefinition warnings with --enable-tdb2 | Rusty Russell | 1 | -0/+8 |
2011-08-10 | Adapt tally_histogram to Samba coding conventions | Volker Lendecke | 1 | -10/+16 |
2011-08-10 | Adapt get_max_bucket to Samba coding conventions | Volker Lendecke | 1 | -2/+4 |
2011-08-10 | Adapt tally_approx_median to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt bucket_range to Samba coding conventions | Volker Lendecke | 1 | -2/+3 |
2011-08-10 | Adapt tally_mean to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt divls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Avoid some // style comments in divls64 | Volker Lendecke | 1 | -9/+10 |
2011-08-10 | Adapt divlu64 to Samba coding conventions | Volker Lendecke | 1 | -2/+5 |
2011-08-10 | Avoid some // style comments in divlu64 | Volker Lendecke | 1 | -26/+26 |
2011-08-10 | Adapt fls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt tally_num to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt tally_add to Samba coding conventions | Volker Lendecke | 1 | -3/+5 |
2011-08-10 | Adapt renormalize to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt shift_overflows to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt bucket_min to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt bucket_of to Samba coding conventions | Volker Lendecke | 1 | -1/+2 |
2011-08-10 | Adapt tally_new to Samba coding conventions | Volker Lendecke | 1 | -2/+5 |
2011-08-10 | Slightly simplify tally_new | Volker Lendecke | 1 | -7/+9 |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+1 |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 |
2011-07-25 | lib/ccan: update to init-1192-gdd04041 | Rusty Russell | 32 | -424/+959 |
2011-07-25 | lib/ccan: add README | Rusty Russell | 1 | -0/+9 |
2011-07-06 | ccan/tally: don't use SIZE_MAX. | Rusty Russell | 1 | -2/+2 |
2011-07-05 | ccan: fix configure tests for __builtin_clz etc. | Rusty Russell | 1 | -8/+8 |