summaryrefslogtreecommitdiffstats
path: root/lib/ccan
Commit message (Expand)AuthorAgeFilesLines
* ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.hAndrew Bartlett2012-04-111-0/+4
* cast: make sure suncc sees a constant.Rusty Russell2012-03-292-8/+22
* cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.Rusty Russell2012-03-291-3/+9
* lib/ccan/failtest: compile fix for OpenBSDRusty Russell2012-03-223-0/+17
* lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.hRusty Russell2012-03-2220-357/+392
* failtest: don't assume FD_SETSIZE is maximum runtime fd.Rusty Russell2012-03-083-3/+68
* lib/ccan: import failtest and required ccan modules for TDB2 unit tests.Rusty Russell2012-03-0769-0/+7608
* lib/ccan: define HAVE_CCAN.Rusty Russell2012-02-211-0/+1
* lib/ccan: Fix some typos in libccan.m4Martin Schwenke2011-12-151-2/+2
* lib/ccan: fix m4 tests for builtin_expect and compound literals.Rusty Russell2011-12-151-9/+10
* lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...Rusty Russell2011-12-051-3/+3
* lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...Rusty Russell2011-12-053-10/+10
* lib/ccan/asearch: fix example on 64 bit platforms.Rusty Russell2011-12-051-1/+1
* lib/ccan/htable: benchmark against hsearch(3)Rusty Russell2011-12-053-2/+108
* lib/ccan/likely: use htable_typeRusty Russell2011-12-053-66/+80
* lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.Rusty Russell2011-12-053-15/+29
* lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell2011-12-059-254/+251
* lib/ccan/htable: start empty.Rusty Russell2011-12-054-39/+87
* lib/ccan/htable, strset: benchmarking tools.Rusty Russell2011-12-055-1/+1104
* lib/ccan/str: fix warnings.Rusty Russell2011-12-052-1/+5
* lib/ccan/str: relicense to public domain.Rusty Russell2011-12-056-513/+2
* lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...Rusty Russell2011-12-051-2/+2
* lib/ccan/htable: fix tools/speed.Rusty Russell2011-12-051-2/+3
* lib/ccan/build_assert: Remove stale LGPL license comment.Joey Adams2011-12-051-1/+0
* lib/ccan/array_size: relicense under public domain.Rusty Russell2011-12-053-510/+1
* ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2011-09-142-0/+18
* ccan: fix likely redefinition warnings with --enable-tdb2Rusty Russell2011-08-311-0/+8
* Adapt tally_histogram to Samba coding conventionsVolker Lendecke2011-08-101-10/+16
* Adapt get_max_bucket to Samba coding conventionsVolker Lendecke2011-08-101-2/+4
* Adapt tally_approx_median to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_range to Samba coding conventionsVolker Lendecke2011-08-101-2/+3
* Adapt tally_mean to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt divls64 to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Avoid some // style comments in divls64Volker Lendecke2011-08-101-9/+10
* Adapt divlu64 to Samba coding conventionsVolker Lendecke2011-08-101-2/+5
* Avoid some // style comments in divlu64Volker Lendecke2011-08-101-26/+26
* Adapt fls64 to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_num to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_add to Samba coding conventionsVolker Lendecke2011-08-101-3/+5
* Adapt renormalize to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt shift_overflows to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_min to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt bucket_of to Samba coding conventionsVolker Lendecke2011-08-101-1/+2
* Adapt tally_new to Samba coding conventionsVolker Lendecke2011-08-101-2/+5
* Slightly simplify tally_newVolker Lendecke2011-08-101-7/+9
* Fix a c++ warningVolker Lendecke2011-08-101-1/+1
* Fix a c++ warningVolker Lendecke2011-08-101-1/+2
* lib/ccan: update to init-1192-gdd04041Rusty Russell2011-07-2532-424/+959
* lib/ccan: add READMERusty Russell2011-07-251-0/+9
* ccan/tally: don't use SIZE_MAX.Rusty Russell2011-07-061-2/+2