]> git.ozlabs.org Git - ccan/history - ccan/tal/tal.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / tal.h
2021-12-15 Rusty Russelltal: add tal_dup_or_null and tal_dup_talarr helpers. origin/master
2021-08-23 Rusty Russelltal: tal_dump() now prints to stderr.
2020-06-19 Rusty Russelltal: document tal_steal(ctx, NULL) as OK.
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: add _label interfaces.
2018-07-27 Rusty Russelltal: rename tal_len to tal_bytelen.
2017-03-15 Rusty Russelltake, tal, tal/path, tal/str, tal/talloc: annotate...
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-09-21 Jon GriffithsRemove duplicate const qualifier
2016-09-08 Rusty Russelltal: store length in bytes, not count, and always store...
2016-09-07 Rusty Russelltal: make tal_next() only return immediate children.
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-24 Jon Griffithstal: Fix a comment typo
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2014-06-10 Rusty Russelltal: fix tal_check description
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-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: adding or removing a notifier/destructor can be...
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-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: 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.