]> git.ozlabs.org Git - ccan/history - ccan
tal: take implies NULL passthrough.
[ccan] / ccan /
2012-11-21 Rusty Russelltal: take implies NULL passthrough.
2012-11-21 Rusty Russelltal: remove TAL_TAKE in favor of ccan/take.
2012-11-21 Rusty Russelltake: new module for parameter ownership.
2012-11-21 Rusty Russelltal: tal_dup()
2012-11-20 Rusty Russelltal: Make tal_resize() easier to use.
2012-11-19 Rusty Russelltal: make sure tal_free() preserves errno.
2012-11-19 Rusty Russelltal: add test for group growth.
2012-11-19 Rusty Russelltal: tal_steal() fix.
2012-11-19 Rusty Russelltal: tal_parent(NULL) should be NULL.
2012-11-19 Rusty Russelltal: neaten child property initialization.
2012-11-19 Rusty Russelltal: bounds checking fixes.
2012-11-18 Rusty Russelltal: add benchmark based on Samba4's talloc usage.
2012-11-18 Rusty Russelltal: add talloc's speed benchmark.
2012-11-18 Rusty Russelltal: add typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.
2012-11-15 Rusty Russelllikely: relicense to CC0.
2012-11-15 Rusty Russelltypesafe_cb: relicense to CC0.
2012-11-15 Rusty Russelllikely: make dependencies correctly conditional on...
2012-11-12 David Gibsonrfc822: Update rfc822 module to use testdepends
2012-11-12 Rusty Russelltalloc: move ccan/failtest to testdepends.
2012-11-12 Rusty Russellstr_talloc: remove unused ccan/noerr dependency.
2012-11-12 Rusty Russellgrab_file: move ccan/str_alloc to testdepends
2012-11-12 Rusty Russellcrcsync: move array_size to testdepends.
2012-11-12 Rusty Russellasort: move array_size to testdepends.
2012-11-12 Rusty Russellasearch: move array_size to testdepends.
2012-11-12 Rusty Russellalignof: remove unnecessary ccan/build_assert dependency.
2012-11-01 Rusty Russellhash: switch to CC0 license.
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
2012-10-31 Rusty Russelltlist: remove unused var warning in example.
2012-10-31 Rusty Russelltime: remove unused var warning in example.
2012-10-31 Rusty Russelltalloc: remove const warning in _info example.
2012-10-31 Rusty Russelllist: fix unused var warning.
2012-10-31 Rusty Russelllbalance: fix unused var warning.
2012-10-31 Rusty Russellforeach: remove unused var warning.
2012-10-31 Rusty Russellcrcsync: fix memory leak in tests.
2012-10-31 Rusty Russellcrcsync: fix constness warning.
2012-10-31 Rusty Russellcrc: remove gratuitous trailing whitespace.
2012-10-31 Rusty Russellcheck_type: remove gratuitous trailing whitespace.
2012-10-31 Rusty Russellalloc: remove valgrind warning from test.
2012-10-31 Rusty Russellalignof: fix unused var warning with gcc
2012-10-31 Rusty Russellstr: fix unused var warning with gcc
2012-10-10 David Gibsonrfc822: Index headers by name
2012-10-08 David Gibsonrfc822: Retrieve header fields by name
2012-10-08 David Gibsonbytestring: Allow bytestring_from_string to be called...
2012-10-05 David Gibsonrfc822: Allow test infrastructure to handle headers...
2012-10-04 David Gibsonrfc822: Rename RFC822_HDR_BAD_NAME constant
2012-10-04 David Gibsonrfc822: Rename bad-header test
2012-10-03 David Gibsonrfc822: Move check_header into helper.c
2012-10-03 David Gibsonrfc822: Add an example program
2012-09-24 Rusty Russellstr: add STR_MAX_CHARS().
2012-09-19 Rusty Russelllist: change license to BSD-MIT.
2012-09-10 Rusty Russelltime: make trivial functions inline
2012-09-10 Rusty Russelltime: add time_check() call and test.
2012-09-10 Rusty Russellfailtest, tools: update for new timespec-using ccan...
2012-09-10 Rusty Russelltime: use timespec instead of timeval.
2012-09-10 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-08-14 David Gibsonrfc822: Fix test bugs on 64-bit platforms
2012-08-12 David Gibsonrfc822: Include RFC5322 text for reference
2012-06-30 David Gibsonrfc822: Fix bug parsing headers when body begins with...
2012-06-26 Rusty Russellrfc822: suppress license warning about failtest.
2012-06-26 Rusty Russellrfc822: new module.
2012-06-26 Rusty Russellbytestring: new module.
2012-06-20 Alessandro GuidoAvoid compiler errors if u32 is defined as a type
2012-06-09 Rusty Russellantithread, failtest: use ccan/err instead of err.h.
2012-06-09 Rusty Russellopt: avoid using err.h.
2012-06-08 Rusty Russellerr: actually implement replacement versions!
2012-06-08 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2012-06-08 Rusty Russellccan/err: new err.h-replacing module.
2012-03-29 Rusty Russellasort: fix test when typesafe_cb not supported. origin/suncc
2012-03-29 Rusty Russellcast: make sure suncc sees a constant.
2012-03-29 Rusty Russellccan_tokenizer: don't assume __VA_ARGS__ can be empty.
2012-03-27 Rusty Russellcast: test/compile_fail-cast_static.c should fail witho...
2012-03-27 Rusty Russellasprintf: #include <stdarg.h> in test/run.c
2012-03-27 Rusty Russelltap: assume variadic macros.
2012-03-27 Rusty Russellopt: fix Solaris compile.
2012-03-27 Rusty Russelliscsi: use <sys/filio.h> on Solaris.
2012-03-27 Rusty Russellalloc: fix return of void.
2012-03-21 Rusty Russellfailtest: compile fix for OpenBSD
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-09 Rusty Russelltdb2: remove: it's now in SAMBA where it belongs.
2012-03-09 Rusty Russellhtable: fix bug where first entry has hash of 0 or 1.
2012-03-08 Rusty Russellfailtest: don't assume FD_SETSIZE is maximum runtime fd.
2012-02-26 Daniel Burkettxml: made alloc failure consistent - return NULL
2012-02-26 Daniel Burkettxml: removed cruft from tests
2012-02-26 Daniel Burkettxml: fixed license test
2012-02-14 Rusty Russelltdb: delete from CCAN.
2012-01-28 Rusty Russelltdb2: copy tdb1's changed expansion logic.
2012-01-28 Rusty Russelltdb2: tdb1: use same expansion factor logic when expand...
2012-01-28 Volker Lendecketdb2: Avoid a malloc/memcpy in _tdb1_store
2011-12-21 Rusty Russelltdb2: careful on wrap.
2011-12-21 Rusty Russelltdb2: be more careful on 4G files (tdb1).
2011-12-20 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-20 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-20 Rusty Russelltdb: test exponential recovery expansion problem.
2011-12-19 Rusty Russellopt: much prettier usage (using terminal size)
2011-12-16 Rusty Russellopt: handle -Wcast-qual warnings.
2011-12-15 Rusty Russellopt: don't leak on exit (valgrind complains).
2011-12-12 Andrey Smirnovlist.h: opaque list iteration functionality
2011-12-12 Rusty Russellcontainer_of: add container_off_var macro
next