]> git.ozlabs.org Git - ccan/history - ccan/tal/tal.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tal / tal.c
2023-05-30 Rusty Russelltal: remove undefined behavior.
2023-03-16 Rusty Russellbytestring, crypto/hmac_sha256, darray, mem, tal: avoid...
2022-07-18 Rusty Russelltal: fix shadowed variable name.
2021-12-15 Rusty Russelltal: add tal_dup_or_null and tal_dup_talarr helpers. origin/master
2021-11-24 Rusty Russellccan: make tal_dump() format more regular.
2021-08-23 Rusty Russelltal: tal_dump() now prints to stderr.
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-08-10 Kazuhiro SeraFix typos detected by github.com/client9/misspell
2018-07-27 Rusty Russellccan/tal: always include a length field.
2018-07-27 Rusty Russelltal: rename tal_len to tal_bytelen.
2018-03-01 Rusty Russelltal: don't access freed memory on unusual case of redun...
2017-09-04 Rusty Russelltal: add xor into child_parent pointer.
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-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-09-08 Rusty Russelltal: store length in bytes, not count, and always store...
2016-09-08 Rusty Russelltal: remove unused assigned var (scan-build warning)
2016-09-07 Rusty Russelltal: make tal_next() only return immediate children.
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: 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-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_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 typenames by default.
2012-11-18 Rusty Russelltal: add TAL_TAKE.
2012-11-18 Rusty Russelltal: new module.