]> git.ozlabs.org Git - ccan/shortlog
ccan
2022-07-04 Rusty Russellccan/rune: compile without warnings on -O3.
2022-07-02 Rusty Russellccan/rune: simplify check helper interfaces, allow...
2022-07-02 Rusty Russellccan/rune: add explicit-length variants.
2022-07-01 Rusty Russellccan/rune: fix take() logic which caused memory leaks.
2022-06-30 Rusty Russellccan/io: add debugging helper for seeing if module...
2022-06-26 Rusty Russellstrmap: add strmap_getn for non-terminated string search.
2022-06-23 Rusty Russellio: fix typo in example.
2022-06-23 Rusty Russellrune: new module to implement runes.
2022-06-17 Rusty Russellhtable: opportunistically avoid delete marker.
2022-06-17 Rusty Russellhtable: increase density from 75% to 87.5%
2022-06-17 Rusty Russellhtable: tools/density
2022-06-13 Rusty Russellhtable: fix vanishing entries properly.
2022-06-13 Rusty RussellPartial revert "htable: handle v. unlikely case where...
2022-06-12 Rusty RussellRevert "htable: optimize a little more."
2022-06-09 Rusty Russellhtable: optimize a little more.
2022-06-09 Rusty Russellhtable: handle v. unlikely case where entries look...
2022-01-04 Rusty Russellio: add new io_sock_shutdown helper.
2021-12-15 Rusty Russelltal: add tal_dup_or_null and tal_dup_talarr helpers. origin/master
2021-12-13 Rusty Russellcrc32c, crypto/xtea: check in LICENSE symlinks.
2021-12-13 Rusty Russellgraphql: latest changes from @rl-d
2021-11-24 Rusty Russellccan: make tal_dump() format more regular.
2021-10-21 ZmnSCPxj jxPCSnmZpipecmd: Use closefrom instead of iterating directly.
2021-10-21 Rusty Russellclosefrom: fix minor issues found by ccanlint
2021-10-21 ZmnSCPxj jxPCSnmZclosefrom: Close all file descriptors above a certain...
2021-09-08 Rusty Russellweb: create "versioned" tarballs.
2021-09-08 Martin Milatabase64: fix assignment to wrong type, use ssize_t
2021-09-08 Jan Sareniknit: daemonize.c: fix Stevens' in comment
2021-09-08 Renat IdrisovSetting the same name as at the implementation
2021-09-08 Niklas Claessonconfigurator: always true branch
2021-09-08 Christopher... Fix "for loop initial declarations are only allowed...
2021-09-08 Tim Gatesdocs: fix simple typo, unchaged -> unchanged
2021-09-08 rl-dfix warnings
2021-09-08 rl-dGraphQL lexer and parser (without optional type system)
2021-08-23 Rusty Russelltal: tal_dump() now prints to stderr.
2021-06-09 Rusty Russellcompiler: RETURNS_NONNULL macro
2021-06-09 Rusty Russellconfigurator: HAVE_ATTRIBUTE_RETURNS_NONNULL
2021-03-23 Rusty Russelltimer: handle time going backwards.
2020-12-01 Rusty Russellutf8: don't allow NUL in decoded strings.
2020-09-14 Rusty Russelljson_out: make json_out_finished finish buffer.
2020-09-11 Kirill Smelkov*: Fix build with recent gcc/binutils
2020-07-17 Rusty Russelltools/configurator: fix compile error with -O2
2020-06-19 Rusty Russelltal: document tal_steal(ctx, NULL) as OK.
2020-02-20 Rusty Russellhtable: add htable_type _delval.
2020-02-20 Rusty Russellhtable: fix type of htable_type _pick return.
2020-02-19 Rusty Russellhtable: htable_pick helper to select a random entry.
2020-02-17 Rusty Russelltal: don't defer-after-free if a destructor deletes...
2020-02-11 Rusty Russellopt: fix opt_unregister.
2020-02-04 Rusty Russellxtea: new module.
2020-02-04 Rusty Russellopt: add opt_unregister.
2020-02-04 Rusty Russelltools/configurator: simplify wrapper code a little.
2020-02-04 Niklas Claessonconfigurator: Enable running configurator in wrapper
2019-10-22 Kirill Smelkovbitmap: Allow bitmap type to be forward declared
2019-10-10 Rusty Russellintmap: implement intmap_before()
2019-10-04 Rusty Russellfailtest, rbuf: fix up incorrect lseek arg order.
2019-08-14 Rusty Russellpipecmd: close fds in child.
2019-08-13 Rusty Russellhtable: add htable_count().
2019-08-01 Chirimen-JakoSuppress false positive warning "-Wmaybe-uninitialized...
2019-07-31 Rusty Russellconfigurator: fix openmp test on some versions of clang.
2019-07-11 David Gibsonbitmap: Fix some bugs on 32-bit platforms
2019-06-11 Rusty Russellccan/crc: remove broken "crc32c" routines which gave...
2019-06-11 Rusty Russellccan/crc32c: new module for accelerated CRC32 (on x86...
2019-06-11 Rusty Russellccan/compiler: add cpu_supports() macro.
2019-06-11 Rusty Russellconfigurator: detect __builtin_cpu_supports.
2019-05-23 Rusty Russelljson_out: pass through OOM failures.
2019-05-22 Rusty Russelljson_out: new module for authoring JSON strings.
2019-05-21 Rusty Russelljson_escape: add fast-path for when we don't need to...
2019-05-21 Rusty Russelljson_escape: new module to escape JSON strings.
2019-04-02 Rusty Russellhtable: avoid branch in calculating perfect bit.
2019-04-01 Rusty Russellhtable: reduce size of htable by storing perfect bitnum...
2019-04-01 Rusty Russellhtable: reduce size of htable by calculating max every...
2019-03-16 Rusty Russellio: fix another leak path for always array.
2019-03-16 Rusty Russellio: don't leak memory on clean shutdown.
2019-03-16 Rusty Russellio: typo fixes.
2019-03-04 Rusty Russellhtable: add allocator hooks.
2019-03-04 Rusty Russellhtable: commit extra tests I had lying around.
2019-03-04 Rusty Russelltimer: clean up hook allocator API
2019-03-04 Rusty Russelltimer: add hook for allocation functions.
2019-03-04 Rusty Russellccan/io: add io_conn_exclusive and io_conn_out_exclusive.
2019-02-28 Rusty Russellccan: fix erroneous fd negation in poll.c.
2019-02-28 Rusty Russellccan/io: keep always pointers to plans, not a linked...
2019-02-28 Rusty Russellccan/io: have io_plan mappable back to io_conn.
2019-02-13 Rusty Russellcompiler: allow NON_NULL_ARGS with only a single argument.
2019-02-07 Rusty Russellpipecmd: don't close stderr/stdout/stdin in parent...
2019-02-05 Rusty Russellconfigurator: fix crash when more than one extra test...
2018-12-17 Rusty Russelltal: handle take() pointers more carefully.
2018-11-12 Rusty Russellpipecmd: reverse order of args to match documentation...
2018-11-05 Dmitry Petukhovsmall fix for ccan/take/take.c
2018-11-02 Rusty Russellopt: add new parse_early_args_incomplete.
2018-11-02 Rusty Russellcompiler: add more attributes.
2018-10-18 Rusty Russellio: don't leave errno as a random value when we hit...
2018-10-12 Rusty Russellhtable: add and integrate htable_check function.
2018-10-12 Rusty Russellrbuf, tools: clean up rbuf usage.
2018-10-12 Rusty Russellmembuf: add membuf_added and membuf_unadd APIs.
2018-10-12 Rusty Russellcrypto/shachain/tools: update to new rbuf API.
2018-09-27 Rusty Russellstructeq: fix case where we mark padding as unknown.
2018-09-26 Rusty Russelltools: fix compile after rbuf rewrite.
2018-09-17 Rusty Russellrbuf: adapt to work on ccan/membuf.
2018-09-17 Rusty Russellmembuf: new module for linear memory buffers.
2018-08-23 Rusty Russelltal: allow notifiers on NULL.
2018-08-10 Kazuhiro SeraFix typos detected by github.com/client9/misspell
next