]> git.ozlabs.org Git - ccan/history - ccan
failtest, rbuf: fix up incorrect lseek arg order.
[ccan] / ccan /
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.
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...
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-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
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-07-04 Rusty Russellccan/structeq: make it safe when there's padding.
2018-06-18 Rusty Russellccan/utf8: new module.
2018-06-12 Eric Wongtimer: remove unnecessary dependency on likely
2018-05-10 Rusty Russellendian: fix compilation with musl libc.
2018-05-09 Rusty Russellopt: print usage correctly for early args.
2018-04-06 Rusty Russelltal/grab_file: be robust against EINTR.
2018-04-06 Rusty Russellptr_valid: fix spurious SIGINT under lldb on MacOS
2018-04-05 Rusty Russellbase32: add ability to substitute character set.
2018-04-05 Rusty Russellstr/base32: new module.
2018-03-26 Rusty Russellintmap: add iterator-by-callback.
2018-03-26 Rusty Russellintmap: add exhaustive testcases for intmap_after
2018-03-26 Rusty Russellintmap: add test case which failed, extracted from...
2018-03-26 Rusty Russellintmap: reimplement so that intmap_after works.
2018-03-26 Rusty Russellintmap: add benchmarks.
2018-03-26 Rusty Russellbitops: new module.
2018-03-14 Yubin Ruanfix misuse of typesafe_cb_cast() in example
2018-03-14 Yubin Ruanfix misspelling in the example of container_of
2018-03-01 Rusty Russelltal: don't access freed memory on unusual case of redun...
2018-02-26 Rusty Russellintmap: implement uintmap_last/sintmap_last.
2018-02-16 Rusty Russellpath: expose separator constants.
2018-02-04 Rusty Russellio: don't fail if we get a signal.
2017-12-21 Rusty Russelltal/path: handle weird case of path_join("")
2017-11-22 Rusty Russellopt: fix libmusl compile.
2017-10-25 Rusty Russellio: query whether io_plan in/out have started.
2017-10-12 Rusty Russellio: fix corner case in EPIPE handling.
2017-10-12 Rusty Russellio: fix duplex read on last bytes of closed pipe.
2017-10-11 Rusty Russellccan/io: example failure
2017-09-12 Akshay Adigaendian: Add Glibc like endianess check
2017-09-04 Rusty Russelltal: add xor into child_parent pointer.
2017-09-04 Rusty Russelltal: fix up benchmarks for interface changes.
2017-08-29 Damien Grassartdarray: Fix bug in the darray_remove() macro
2017-08-29 Damien Grassartdarray: Rename identifiers starting with an underscore
2017-08-29 Damien Grassartdarray: Add darray_insert() to insert a value at a...
2017-08-15 Rusty Russellshachain: remove unnecessary shachain_index_t
2017-08-15 Rusty Russellshachain: add shachain_next_index()
2017-07-23 David Gibsonobjset: Use TCON_WRAP instead of TCON
2017-07-23 David Gibsonjmap: Use TCON_WRAP instead of TCON
2017-07-23 David Gibsonjset: Use TCON_WRAP instead of TCON
2017-07-23 David Gibsontlist: Use TCON_WRAP instead of TCON
2017-06-27 Rusty Russellio: add io_fd_block() helper.
2017-06-16 Rusty Russellio: allow overriding poll function.
2017-05-31 Rusty Russellio: fix nasty io_wake corner case.
2017-04-05 David Gibsonagar: Remove unnecessary NULL check
2017-04-05 David Gibsonnet: Add check for failure of setsockopt()
2017-04-05 David Gibsoncrypto/ripemd160: Correct badly sized union member
2017-04-05 David Gibsonfailtest: Remove memory leak
2017-04-03 Rusty Russellccan/ntdb: demote to junkcode.
2017-03-31 David GibsonFix missing va_end()s
2017-03-31 David Gibsonlbalance: Switch to tlist2
2017-03-15 Rusty Russelltake, tal, tal/path, tal/str, tal/talloc: annotate...
2017-03-15 Rusty Russelltake: add labels when CCAN_TAKE_DEBUG set, return in...
2017-03-15 Rusty Russellio/fdpass: fix example.
next