summaryrefslogtreecommitdiff
path: root/lib/ccan
AgeCommit message (Expand)AuthorFilesLines
2013-07-11ccan: Fix calling memset with zero length parameterVolker Lendecke1-1/+1
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-363/+0
2013-04-12autoconf: build in NTDB.Rusty Russell1-1/+1
2013-04-03ccan: fix HAVE_BSWAP_64 for autoconf.Rusty Russell1-1/+15
2013-03-15ccan: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-4/+4
2012-10-30ccan/wafbuild: use WERROR_CFLAGS instead of -WerrorBjörn Jacke1-10/+7
2012-10-17ccan: check for all the used config.h definesRusty Russell2-0/+37
2012-09-23ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett1-1/+1
2012-07-30lib/ccan: Fix format string errors found by -Werror=format in ccan failtestAndrew Bartlett1-2/+2
2012-06-30ccan: make it a grouping library.Rusty Russell1-0/+10
2012-06-29lib/ccan: readd execinfo dependency to failtestStefan Metzmacher1-1/+4
2012-06-29ccan: we're subsystems, not a library.Rusty Russell1-12/+31
2012-06-19ccan: remove bogus debug print.Rusty Russell1-1/+0
2012-06-19ccan: check for err.h ourselvesRusty Russell2-0/+3
2012-06-09tdb2: use ccan/err instead of err.hRusty Russell1-2/+2
2012-06-09ccan: make failtest use ccan/err.Rusty Russell2-1/+2
2012-06-09ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell6-2/+348
2012-06-07ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett1-4/+14
2012-06-05s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke1-36/+36
2012-06-02ccan: fix autoconf test for isblank()Andrew Bartlett1-6/+6
2012-05-15lib/ccan: add a missing dependency to 'execinfo' for 'backtrace()'Stefan Metzmacher1-0/+4
2012-04-11ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.hAndrew Bartlett1-0/+4
2012-03-29cast: make sure suncc sees a constant.Rusty Russell2-8/+22
2012-03-29cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.Rusty Russell1-3/+9
2012-03-22lib/ccan/failtest: compile fix for OpenBSDRusty Russell3-0/+17
2012-03-22lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.hRusty Russell20-357/+392
2012-03-08failtest: don't assume FD_SETSIZE is maximum runtime fd.Rusty Russell3-3/+68
2012-03-07lib/ccan: import failtest and required ccan modules for TDB2 unit tests.Rusty Russell69-0/+7608
2012-02-21lib/ccan: define HAVE_CCAN.Rusty Russell1-0/+1
2011-12-15lib/ccan: Fix some typos in libccan.m4Martin Schwenke1-2/+2
2011-12-15lib/ccan: fix m4 tests for builtin_expect and compound literals.Rusty Russell1-9/+10
2011-12-05lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...Rusty Russell1-3/+3
2011-12-05lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...Rusty Russell3-10/+10
2011-12-05lib/ccan/asearch: fix example on 64 bit platforms.Rusty Russell1-1/+1
2011-12-05lib/ccan/htable: benchmark against hsearch(3)Rusty Russell3-2/+108
2011-12-05lib/ccan/likely: use htable_typeRusty Russell3-66/+80
2011-12-05lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.Rusty Russell3-15/+29
2011-12-05lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell9-254/+251
2011-12-05lib/ccan/htable: start empty.Rusty Russell4-39/+87
2011-12-05lib/ccan/htable, strset: benchmarking tools.Rusty Russell5-1/+1104
2011-12-05lib/ccan/str: fix warnings.Rusty Russell2-1/+5
2011-12-05lib/ccan/str: relicense to public domain.Rusty Russell6-513/+2
2011-12-05lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...Rusty Russell1-2/+2
2011-12-05lib/ccan/htable: fix tools/speed.Rusty Russell1-2/+3
2011-12-05lib/ccan/build_assert: Remove stale LGPL license comment.Joey Adams1-1/+0
2011-12-05lib/ccan/array_size: relicense under public domain.Rusty Russell3-510/+1
2011-09-14ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2-0/+18
2011-08-31ccan: fix likely redefinition warnings with --enable-tdb2Rusty Russell1-0/+8
2011-08-10Adapt tally_histogram to Samba coding conventionsVolker Lendecke1-10/+16
2011-08-10Adapt get_max_bucket to Samba coding conventionsVolker Lendecke1-2/+4