]> git.ozlabs.org Git - ccan/history - ccan
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan /
2023-08-01 Rusty Russellbase64: fix for unsigned chars (e.g. ARM). master
2023-06-20 Rusty Russellopt: allow show callbacks to return false.
2023-06-20 Rusty Russellccan: update show callback to take explicit length.
2023-06-20 Rusty Russellccan: allow user to set some bits in opt_table.type.
2023-06-20 Rusty Russellccan: break out routine to parse a single long argument.
2023-06-20 Rusty Russellccan: add test that second arg in multiple arg string...
2023-05-30 Rusty Russellrunes: allow underscores in field names, as per Python...
2023-05-30 Rusty Russelltal: remove undefined behavior.
2023-04-27 Rusty Russellungraph: new module
2023-04-27 Rusty Russelltcon: fix warning when it's used with NULL on some...
2023-03-16 Rusty Russellfdpass: avoid memory leak in example.
2023-03-16 Rusty Russellstringbuilder: avoid overwriting end of buffer with...
2023-03-16 Rusty Russelltally: avoid complaints about bitshifts on giant bucket...
2023-03-16 Rusty Russellobjset: avoid memleak report in example.
2023-03-16 Rusty Russellrbuf: avoid doing memchr(NULL, ..., 0).
2023-03-16 Rusty Russellopt: avoid bad access on empty usage message, free...
2023-03-16 Rusty Russellmembuf: avoid buffer overrun in example code, memleak.
2023-03-16 Rusty Russellidtree: make sanitizer happier about shifts.
2023-03-16 Rusty Russellversion: fix version() function.
2023-03-16 Rusty Russellantithread, htable, ilog: more misc sanitizer complaints.
2023-03-16 Rusty Russellfailtest: avoid complaints about copying uninitializes...
2023-03-16 Rusty Russellbytestring, crypto/hmac_sha256, darray, mem, tal: avoid...
2023-03-16 Rusty Russellbitops: fix -fsanitize=undefined warning:
2023-03-16 Rusty Russelltcon: fix overzealous gcc 12.2.0 warning.
2022-08-18 Rusty Russellrune: add helpers for users doing DIY parsing.
2022-08-18 Rusty Russellrune: avoid shadowing var in test/run.c
2022-08-18 Rusty Russellrune: fix encoding of alternates which need escapes.
2022-07-18 Rusty Russellnet: fix gcc warning about mismatch.
2022-07-18 Rusty Russellalloc: fix shadowed variable
2022-07-18 Rusty Russelltal: fix shadowed variable name.
2022-07-06 Rusty Russellccan/base64: fix GCC warning.
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 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 Christopher McGeorgeFix "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-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-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.
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-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-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.
next