]> git.ozlabs.org Git - ccan/history - ccan/tal/test
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / test /
2023-05-30 Rusty Russelltal: remove undefined behavior.
2020-02-17 Rusty Russelltal: don't defer-after-free if a destructor deletes...
2018-12-17 Rusty Russelltal: handle take() pointers more carefully.
2018-08-23 Rusty Russelltal: allow notifiers on NULL.
2018-07-27 Rusty Russellccan/tal: always include a length field.
2018-07-27 Rusty Russelltal: rename tal_len to tal_bytelen.
2017-01-24 Rusty Russelltal: make tal_len/tal_count(NULL) return 0.
2016-12-29 Rusty Russelltal: support destructors with an extra argument.
2016-12-29 Rusty Russelltal: save and restore errno across all notifiers.
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-09-07 Rusty Russelltal: make tal_next() only return immediate children.
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-09-08 Rusty Russelltal: add tal_resizez for zero-padded expansion.
2013-01-03 Rusty RussellMerge branch 'rfc822'
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-03 Rusty Russelltal: add tal_expand().
2012-12-03 Rusty Russelltal/str: move tal string functions here from tal.
2012-12-03 Rusty Russelltal: add tal_count() and length properties for arrays.
2012-12-03 Rusty Russelltal: add general notifiers.
2012-12-03 Rusty Russelltal: add del_destructor().
2012-12-03 Rusty Russelltal: simplify.
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 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-18 Rusty Russelltal: add typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.