summaryrefslogtreecommitdiffstats
path: root/lib/ccan
Commit message (Expand)AuthorAgeFilesLines
* build: unify and fix endian testsGustavo Zacarias2014-05-061-55/+0
* lib/ccan: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+2
* build: find FILE_OFFSET_BITS via arrayGustavo Zacarias2014-02-181-4/+7
* ccan: Fix calling memset with zero length parameterVolker Lendecke2013-07-111-1/+1
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-363/+0
* autoconf: build in NTDB.Rusty Russell2013-04-121-1/+1
* ccan: fix HAVE_BSWAP_64 for autoconf.Rusty Russell2013-04-031-1/+15
* ccan: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-4/+4
* ccan/wafbuild: use WERROR_CFLAGS instead of -WerrorBjörn Jacke2012-10-301-10/+7
* ccan: check for all the used config.h definesRusty Russell2012-10-172-0/+37
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-1/+1
* lib/ccan: Fix format string errors found by -Werror=format in ccan failtestAndrew Bartlett2012-07-301-2/+2
* ccan: make it a grouping library.Rusty Russell2012-06-301-0/+10
* lib/ccan: readd execinfo dependency to failtestStefan Metzmacher2012-06-291-1/+4
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-12/+31
* ccan: remove bogus debug print.Rusty Russell2012-06-191-1/+0
* ccan: check for err.h ourselvesRusty Russell2012-06-192-0/+3
* tdb2: use ccan/err instead of err.hRusty Russell2012-06-091-2/+2
* ccan: make failtest use ccan/err.Rusty Russell2012-06-092-1/+2
* ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell2012-06-096-2/+348
* ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett2012-06-071-4/+14
* s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke2012-06-051-36/+36
* ccan: fix autoconf test for isblank()Andrew Bartlett2012-06-021-6/+6
* lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher2012-05-151-0/+4
* 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