]> git.ozlabs.org Git - ccan/history - ccan
breakpoint: new module.
[ccan] / ccan /
2013-05-27 Rusty Russellbreakpoint: new module.
2013-05-13 Rusty Russellendian: remove unnecessary _CONST postfixes.
2013-04-08 Rusty Russellendian: add constant versions.
2013-04-08 Rusty Russellendian: change license to CC0.
2013-04-05 Rusty Russelltimer: clean up.
2013-04-05 Rusty Russelltimer: increase default span to 5.
2013-04-05 Rusty Russelltimer: cache the minimal value.
2013-04-05 Rusty Russelltimers: implementation of lazily-ordered timers.
2013-04-01 Rusty Russellnfs: add licenses into generated files.
2013-04-01 Rusty Russellogg_to_pcm: fix compilation of example in _info.
2013-03-28 Peter HuttererAdd a set of simple version comparison helpers
2013-03-17 Rusty Russellnet: add server support.
2013-03-17 Rusty Russelllist: list_pop
2013-03-17 Rusty Russelllist: list_append_list / list_prepend_list
2013-03-17 Rusty Russellautodata: make note about not being generally useful...
2013-03-12 Tinggongiscsi, ttxml: fix warning [-Wunused-but-set-variable]
2013-03-11 Tinggongfailtest: fix warning [-Wformat]
2013-02-07 Rusty Russellnet: make tests more robust.
2013-02-07 Rusty Russellforeach: fix overzealous test.
2013-02-02 Rusty RussellMerge commit 'add31d8'
2013-02-02 Riceball LEEsparse_bsearch: fixed the no ssize_t defined error.
2013-01-25 Ulrik Sverdrupsiphash: Use uint64_t directly, remove typedef
2013-01-25 Ulrik Sverdrupsiphash: Simplify helper function W64's signature
2013-01-25 Ulrik Sverdrupsiphash: Use ~7 correctly
2013-01-14 Ulrik Sverdrupsiphash: Write siphash_epilogue in nicer style
2013-01-14 Ulrik Sverdrupsiphash: Use simple but misalignment-correct implementa...
2013-01-14 Ulrik Sverdrupsiphash: A keyed hash designed by Aumasson and djb
2013-01-14 Rusty Russelldgraph: add dgraph_check and CCAN_DGRAPH_DEBUG
2013-01-03 Rusty RussellMerge branch 'rfc822'
2013-01-03 Rusty Russellrfc822: switch to ccan/tal. origin/rfc822
2013-01-03 Rusty Russelltal/str: use tal/talloc backend #ifdef TAL_USE_TALLOC.
2013-01-03 Rusty Russelltal/talloc: new module for backending tal onto talloc.
2012-12-17 Rusty Russelltal: don't automatically register cleanup function.
2012-12-17 Rusty Russelltal: append the length property to the initial allocation.
2012-12-14 Rusty Russelltal: don't always allocate an array in the samba benchmark.
2012-12-14 Rusty Russelltal: fix skipping tal in samba-allocs benchmark.
2012-12-14 Rusty Russelltal: fix compilation of speed benchmark.
2012-12-07 Rusty Russellrfc822: fix sigaction test, wean off ccan-specific...
2012-12-07 Rusty Russellrfc822: beef up _info example.
2012-12-03 Rusty Russellrbuf: new module.
2012-12-03 Rusty Russelltal/link: new module for reference-count style coding...
2012-12-03 Rusty Russelltal/str: add tal_append_fmt() and tal_append_vfmt(...
2012-12-03 Rusty Russelltal/str: rename tal_asprintf/tal_vasprintf to tal_fmt...
2012-12-03 Rusty Russelltal/str: add tal_strcat().
2012-12-03 Rusty Russelltal: add tal_expand().
2012-12-03 Rusty Russelltal/str: move tal string functions here from tal.
2012-12-03 Rusty Russelltal/str: use tal_ prefix.
2012-12-03 Rusty Russelltal/str: make tal_count() work for strsplit.
2012-12-03 Rusty Russelltal: add tal_count() and length properties for arrays.
2012-12-03 Rusty Russelltal: adding or removing a notifier/destructor can be...
2012-12-03 Rusty Russelltal: optimize case where no (non-destructor) notifiers...
2012-12-03 Rusty Russelltal: use notifier infrastructure for destructors.
2012-12-03 Rusty Russelltal: add general notifiers.
2012-12-03 Rusty Russelltal: add del_destructor().
2012-12-03 Rusty Russelltal: check headers more carefully.
2012-12-03 Rusty Russelltal: simplify.
2012-11-22 Rusty Russelltal: fix benchmark/Makefile
2012-11-22 Rusty Russelltal/path: new module
2012-11-22 Rusty Russelltal/str: accept take() for arguments.
2012-11-22 Rusty Russelltal/str: new module.
2012-11-22 Rusty Russellalloc: move into antithread/alloc.
2012-11-21 Rusty Russelltal: make tal_free() return NULL
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.
next