]> git.ozlabs.org Git - ccan/history - ccan/tal
compiler: allow NON_NULL_ARGS with only a single argument.
[ccan] / ccan / tal /
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 Russelltal/str: always create strings which have tal_count...
2018-07-27 Rusty Russellccan/tal: always include a length field.
2018-07-27 Rusty Russelltal/str and tal/stack: use _label interfaces.
2018-07-27 Rusty Russelltal: add _label interfaces.
2018-07-27 Rusty Russelltal: rename tal_len to tal_bytelen.
2018-04-06 Rusty Russelltal/grab_file: be robust against EINTR.
2018-03-01 Rusty Russelltal: don't access freed memory on unusual case of redun...
2018-02-16 Rusty Russellpath: expose separator constants.
2017-12-21 Rusty Russelltal/path: handle weird case of path_join("")
2017-09-04 Rusty Russelltal: add xor into child_parent pointer.
2017-09-04 Rusty Russelltal: fix up benchmarks for interface changes.
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/autoptr: new module.
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 Russellasort, cdump, htable, list, noerr, strmap, tal/link...
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty Russellcast, str, take, tal/grabfile, tal/str, typesafe_cb...
2016-11-04 Rusty RussellRemove unused main() args in many modules.
2016-11-04 Rusty Russelltal: remove ccan/talloc from example.
2016-09-21 Jon GriffithsRemove duplicate const qualifier
2016-09-08 Rusty Russelltal/stack: fix up after tal change.
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.
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
2016-01-19 Rusty Russelltal/str: fix infinite loop of tal_fmt() with empty...
2015-10-16 Rusty Russelltal/str: fix error in tal_strndup()
2015-09-29 Rusty Russellccanlint: enhance and streamline "output" testing lines.
2015-05-28 Rusty Russelltal: rename tal_dup to tal_dup_arr, make tal_dup simpler.
2015-04-13 Delio Brignolital_stack
2014-08-18 Rusty Russelltal/str: use tal/grab_file not grab_file in example.
2014-06-23 Rusty Russelltal/str: fix error when strreg regex looks for literal...
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-10 Rusty Russelltal/talloc: include all ccan dependencies.
2014-06-10 Rusty Russelltal/talloc: fix overflow on 64 bit systems
2014-06-10 Rusty Russelltal/grab_file: new module
2014-06-10 Rusty Russelltal/link: remove incorrect references to talloc
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-06-11 Rusty Russelltal/path: fix unset vars in error paths.
2013-01-03 Rusty RussellMerge branch '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-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-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-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.