libs: s3 and s4: make our dns lookup code signal-safe.
[sfrench/samba-autobuild/.git] / lib / ccan /
2014-04-02 Stefan Metzmacherlib/ccan: explicitly use allow_warnings=True
2014-02-18 Gustavo Zacariasbuild: find FILE_OFFSET_BITS via array
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-11 Volker Lendeckeccan: Fix calling memset with zero length parameter
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2013-04-12 Rusty Russellautoconf: build in NTDB.
2013-04-03 Rusty Russellccan: fix HAVE_BSWAP_64 for autoconf.
2013-03-15 Andrew Bartlettccan: Cast getpid() result to unsigned int for GNU...
2012-10-30 Björn Jackeccan/wafbuild: use WERROR_CFLAGS instead of -Werror
2012-10-16 Rusty Russellccan: check for all the used config.h defines
2012-09-23 Andrew Bartlettntdb: Try to fix the build on Solaris which does not...
2012-07-30 Andrew Bartlettlib/ccan: Fix format string errors found by -Werror...
2012-06-30 Rusty Russellccan: make it a grouping library.
2012-06-29 Stefan Metzmacherlib/ccan: readd execinfo dependency to failtest
2012-06-29 Rusty Russellccan: we're subsystems, not a library.
2012-06-19 Rusty Russellccan: remove bogus debug print.
2012-06-19 Rusty Russellccan: check for err.h ourselves
2012-06-09 Rusty Russelltdb2: use ccan/err instead of err.h
2012-06-09 Rusty Russellccan: make failtest use ccan/err.
2012-06-09 Rusty Russellccan: import err module.from ccan revision 5add556a1cb6...
2012-06-07 Andrew Bartlettccan: Only build ccan-failtest when we are in developer...
2012-06-05 Martin Schwenkes3:build(autoconf): fix "no AC_LANG_SOURCE call detecte...
2012-06-02 Andrew Bartlettccan: fix autoconf test for isblank()
2012-05-15 Stefan Metzmacherlib/ccan: add a missing dependency to 'execinfo' for...
2012-04-11 Andrew Bartlettccan: Fix failtest on Fedora 16 as stdlib.h does not...
2012-03-29 Rusty Russellcast: make sure suncc sees a constant.
2012-03-29 Rusty Russellcast: test/compile_fail-cast_static.c should fail witho...
2012-03-22 Rusty Russelllib/ccan/failtest: compile fix for OpenBSD
2012-03-22 Rusty Russelllib/ccan: namespacize ccan/list to avoid conflict with...
2012-03-08 Rusty Russellfailtest: don't assume FD_SETSIZE is maximum runtime fd.
2012-03-07 Rusty Russelllib/ccan: import failtest and required ccan modules...
2012-02-21 Rusty Russelllib/ccan: define HAVE_CCAN.
2011-12-15 Martin Schwenkelib/ccan: Fix some typos in libccan.m4
2011-12-15 Rusty Russelllib/ccan: fix m4 tests for builtin_expect and compound...
2011-12-05 Rusty Russelllib/ccan/cast: fix warnings with -Wextra (specifically...
2011-12-05 Rusty Russelllib/ccan/compiler, ilog: IDEMPOTENT "idempotent does...
2011-12-05 Rusty Russelllib/ccan/asearch: fix example on 64 bit platforms.
2011-12-05 Rusty Russelllib/ccan/htable: benchmark against hsearch(3)
2011-12-05 Rusty Russelllib/ccan/likely: use htable_type
2011-12-05 Rusty Russelllib/ccan/htable: HTABLE_INITIALIZER() for static initia...
2011-12-05 Rusty Russelllib/ccan/htable: clean up interface, document htable_ty...
2011-12-05 Rusty Russelllib/ccan/htable: start empty.
2011-12-05 Rusty Russelllib/ccan/htable, strset: benchmarking tools.
2011-12-05 Rusty Russelllib/ccan/str: fix warnings.
2011-12-05 Rusty Russelllib/ccan/str: relicense to public domain.
2011-12-05 Rusty Russelllib/ccan/typesafe_cb: fix example macro ordering in...
2011-12-05 Rusty Russelllib/ccan/htable: fix tools/speed.
2011-12-05 Joey Adamslib/ccan/build_assert: Remove stale LGPL license comment.
2011-12-05 Rusty Russelllib/ccan/array_size: relicense under public domain.
2011-09-13 Rusty Russellccan: configure check for HAVE_BUILTIN_CHOOSE_EXPR
2011-08-31 Rusty Russellccan: fix likely redefinition warnings with --enable...
2011-08-10 Volker LendeckeAdapt tally_histogram to Samba coding conventions
2011-08-10 Volker LendeckeAdapt get_max_bucket to Samba coding conventions
2011-08-10 Volker LendeckeAdapt tally_approx_median to Samba coding conventions
2011-08-10 Volker LendeckeAdapt bucket_range to Samba coding conventions
2011-08-10 Volker LendeckeAdapt tally_mean to Samba coding conventions
2011-08-10 Volker LendeckeAdapt divls64 to Samba coding conventions
2011-08-10 Volker LendeckeAvoid some // style comments in divls64
2011-08-10 Volker LendeckeAdapt divlu64 to Samba coding conventions
2011-08-10 Volker LendeckeAvoid some // style comments in divlu64
2011-08-10 Volker LendeckeAdapt fls64 to Samba coding conventions
2011-08-10 Volker LendeckeAdapt tally_num to Samba coding conventions
2011-08-10 Volker LendeckeAdapt tally_add to Samba coding conventions
2011-08-10 Volker LendeckeAdapt renormalize to Samba coding conventions
2011-08-10 Volker LendeckeAdapt shift_overflows to Samba coding conventions
2011-08-10 Volker LendeckeAdapt bucket_min to Samba coding conventions
2011-08-10 Volker LendeckeAdapt bucket_of to Samba coding conventions
2011-08-10 Volker LendeckeAdapt tally_new to Samba coding conventions
2011-08-10 Volker LendeckeSlightly simplify tally_new
2011-08-10 Volker LendeckeFix a c++ warning
2011-08-10 Volker LendeckeFix a c++ warning
2011-07-25 Rusty Russelllib/ccan: update to init-1192-gdd04041
2011-07-25 Rusty Russelllib/ccan: add README
2011-07-06 Rusty Russellccan/tally: don't use SIZE_MAX.
2011-07-05 Rusty Russellccan: fix configure tests for __builtin_clz etc.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Rusty Russelllib/ccan/tally.h: update for FreeBSD compile.
2011-06-20 Rusty Russelllib: import ccan modules for tdb2