summaryrefslogtreecommitdiffstats
path: root/lib/ccan
Commit message (Expand)AuthorAgeFilesLines
* 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
* ccan: fix configure tests for __builtin_clz etc.Rusty Russell2011-07-051-8/+8
* lib/ccan/tally.h: update for FreeBSD compile.Rusty Russell2011-06-217-2/+8
* lib: import ccan modules for tdb2Rusty Russell2011-06-20129-0/+13867