2023-08-01 |
Rusty Russell | base64: fix for unsigned chars (e.g. ARM). |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | opt: allow show callbacks to return false. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | ccan: update show callback to take explicit length. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | ccan: allow user to set some bits in opt_table.type. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | ccan: break out routine to parse a single long argument. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | ccan: add test that second arg in multiple arg string... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-06-20 |
Rusty Russell | configurator: increase stack size in HAVE_POINTER_SAFE_... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-05-30 |
Rusty Russell | runes: allow underscores in field names, as per Python... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-05-30 |
Rusty Russell | tal: remove undefined behavior. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-04-27 |
Rusty Russell | ungraph: new module |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-04-27 |
Rusty Russell | tcon: fix warning when it's used with NULL on some... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | fdpass: avoid memory leak in example. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | stringbuilder: avoid overwriting end of buffer with... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | tally: avoid complaints about bitshifts on giant bucket... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | objset: avoid memleak report in example. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | rbuf: avoid doing memchr(NULL, ..., 0). |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | opt: avoid bad access on empty usage message, free... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | membuf: avoid buffer overrun in example code, memleak. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | idtree: make sanitizer happier about shifts. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | version: fix version() function. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | configurator: fix bitshift tests (-fsanitize=undefined) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | antithread, htable, ilog: more misc sanitizer complaints. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | failtest: avoid complaints about copying uninitializes... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | bytestring, crypto/hmac_sha256, darray, mem, tal: avoid... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | bitops: fix -fsanitize=undefined warning: |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | tcon: fix overzealous gcc 12.2.0 warning. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | ccanlint: do fewer reallocs, to speed up under -fsaniti... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2023-03-16 |
Rusty Russell | ccanlint: fix use-after-free in verbose mode. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-08-18 |
Rusty Russell | rune: add helpers for users doing DIY parsing. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-08-18 |
Rusty Russell | rune: avoid shadowing var in test/run.c |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-08-18 |
Rusty Russell | rune: fix encoding of alternates which need escapes. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-18 |
Rusty Russell | net: fix gcc warning about mismatch. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-18 |
Rusty Russell | alloc: fix shadowed variable |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-18 |
Rusty Russell | tal: fix shadowed variable name. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-18 |
Rusty Russell | Makefile: add -Wshadow=local, fix configurator! |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-06 |
Rusty Russell | ccan/base64: fix GCC warning. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-04 |
Rusty Russell | ccan/rune: compile without warnings on -O3. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-02 |
Rusty Russell | ccan/rune: simplify check helper interfaces, allow... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-02 |
Rusty Russell | ccan/rune: add explicit-length variants. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-07-01 |
Rusty Russell | ccan/rune: fix take() logic which caused memory leaks. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-30 |
Rusty Russell | ccan/io: add debugging helper for seeing if module... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-26 |
Rusty Russell | strmap: add strmap_getn for non-terminated string search. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-23 |
Rusty Russell | io: fix typo in example. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-23 |
Rusty Russell | rune: new module to implement runes. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-17 |
Rusty Russell | htable: opportunistically avoid delete marker. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-17 |
Rusty Russell | htable: increase density from 75% to 87.5% |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-17 |
Rusty Russell | htable: tools/density |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-13 |
Rusty Russell | htable: fix vanishing entries properly. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-13 |
Rusty Russell | Partial revert "htable: handle v. unlikely case where... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-12 |
Rusty Russell | Revert "htable: optimize a little more." |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-09 |
Rusty Russell | htable: optimize a little more. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-06-09 |
Rusty Russell | htable: handle v. unlikely case where entries look... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2022-01-04 |
Rusty Russell | io: add new io_sock_shutdown helper. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-12-15 |
Rusty Russell | tal: add tal_dup_or_null and tal_dup_talarr helpers. origin/master |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-12-13 |
Rusty Russell | crc32c, crypto/xtea: check in LICENSE symlinks. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-12-13 |
Rusty Russell | graphql: latest changes from @rl-d |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-11-24 |
Rusty Russell | ccan: make tal_dump() format more regular. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-10-21 |
ZmnSCPxj jxPCSnmZ | pipecmd: Use closefrom instead of iterating directly. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-10-21 |
Rusty Russell | closefrom: fix minor issues found by ccanlint |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-10-21 |
ZmnSCPxj jxPCSnmZ | closefrom: Close all file descriptors above a certain... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Rusty Russell | web: create "versioned" tarballs. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Martin Milata | base64: fix assignment to wrong type, use ssize_t |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Jan Sarenik | nit: daemonize.c: fix Stevens' in comment |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Renat Idrisov | Setting the same name as at the implementation |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Niklas Claesson | configurator: always true branch |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Christopher... | Fix "for loop initial declarations are only allowed... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
Tim Gates | docs: fix simple typo, unchaged -> unchanged |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
rl-d | fix warnings |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-09-08 |
rl-d | GraphQL lexer and parser (without optional type system) |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-08-23 |
Rusty Russell | tal: tal_dump() now prints to stderr. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-06-09 |
Rusty Russell | compiler: RETURNS_NONNULL macro |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-06-09 |
Rusty Russell | configurator: HAVE_ATTRIBUTE_RETURNS_NONNULL |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2021-03-23 |
Rusty Russell | timer: handle time going backwards. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-12-01 |
Rusty Russell | utf8: don't allow NUL in decoded strings. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-09-14 |
Rusty Russell | json_out: make json_out_finished finish buffer. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-09-11 |
Kirill Smelkov | *: Fix build with recent gcc/binutils |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-07-17 |
Rusty Russell | tools/configurator: fix compile error with -O2 |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-06-19 |
Rusty Russell | tal: document tal_steal(ctx, NULL) as OK. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-20 |
Rusty Russell | htable: add htable_type _delval. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-20 |
Rusty Russell | htable: fix type of htable_type _pick return. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-19 |
Rusty Russell | htable: htable_pick helper to select a random entry. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-17 |
Rusty Russell | tal: don't defer-after-free if a destructor deletes... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-11 |
Rusty Russell | opt: fix opt_unregister. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-04 |
Rusty Russell | xtea: new module. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-04 |
Rusty Russell | opt: add opt_unregister. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-04 |
Rusty Russell | tools/configurator: simplify wrapper code a little. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2020-02-04 |
Niklas Claesson | configurator: Enable running configurator in wrapper |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-10-22 |
Kirill Smelkov | bitmap: Allow bitmap type to be forward declared |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-10-10 |
Rusty Russell | intmap: implement intmap_before() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-10-04 |
Rusty Russell | failtest, rbuf: fix up incorrect lseek arg order. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-08-14 |
Rusty Russell | pipecmd: close fds in child. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-08-13 |
Rusty Russell | htable: add htable_count(). |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-08-01 |
Chirimen-Jako | Suppress false positive warning "-Wmaybe-uninitialized... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-07-31 |
Rusty Russell | configurator: fix openmp test on some versions of clang. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-07-11 |
David Gibson | bitmap: Fix some bugs on 32-bit platforms |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-06-11 |
Rusty Russell | ccan/crc: remove broken "crc32c" routines which gave... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-06-11 |
Rusty Russell | ccan/crc32c: new module for accelerated CRC32 (on x86... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-06-11 |
Rusty Russell | ccan/compiler: add cpu_supports() macro. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-06-11 |
Rusty Russell | configurator: detect __builtin_cpu_supports. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
2019-05-23 |
Rusty Russell | json_out: pass through OOM failures. |
commit | commitdiff | tree | snapshot (tar.gz zip) |
next |