]> git.ozlabs.org Git - ccan/shortlog
ccan
2018-07-04 Rusty Russellccan/structeq: make it safe when there's padding.
2018-06-18 Rusty Russellccan/utf8: new module.
2018-06-12 Rusty Russelltools/configurator: add manual page.
2018-06-12 Rusty Russelltools/configurator: --extra-tests to read more test...
2018-06-12 Rusty Russelltools/configurator: don't rely on size of tests_array.
2018-06-12 Rusty Russelltools/configurator: better descriptions for --autotools...
2018-06-12 Rusty Russelltools/configurator: Better argument handling, particula...
2018-06-12 Rusty Russelltools/configurator: support --header-file if we don...
2018-06-12 Rusty Russelltools/configurator: support --autotools-style.
2018-06-12 Rusty Russelltools/configurator: support --var-file for outputting...
2018-06-12 Rusty Russelltools/configurator: convert flags to text in 'struct...
2018-06-12 Eric Wongtimer: remove unnecessary dependency on likely
2018-05-10 Rusty Russellendian: fix compilation with musl libc.
2018-05-09 Rusty RussellMakefile-web: any PHP version will do.
2018-05-09 Rusty Russellopt: print usage correctly for early args.
2018-04-06 KamilFix HAVE_ASPRINTF detection
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-26 Rusty Russellconfigurator: add tests for other popcount variants.
2018-03-16 Jan SarenikMakefile: Fix asort multiple definition error
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-26 Rusty Russelltools/configurator: allow overriding of which cc we...
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 Gibsonccanlint: Fix leak in do_reduce_features()
2017-04-05 David Gibsoncrypto/ripemd160: Correct badly sized union member
2017-04-05 David Gibsontools: Remove fd leak
2017-04-05 David Gibsonfailtest: Remove memory leak
2017-04-03 Rusty Russell.gitignore: ignore .fast-ok files, too.
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-31 David Gibsontools/ccanlint: Add missing header file
2017-03-31 David Gibsontools: Add asort module
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 RussellMakefile: fix fastcheck.
2017-03-15 Rusty Russellio/fdpass: fix example.
2017-03-14 Rusty Russellio/fdpass: add flag to close fd after sending.
2017-03-14 Rusty Russellio: add io_flush_sync().
2017-03-14 Martin Milatahex: fix comment
2017-01-24 David Gibson.travis.yml: Add clang builds to trusty
2017-01-24 David Gibsoncoroutine: Stack allocation
2017-01-24 David Gibsoncoroutine: Enable valgrind
2017-01-24 David Gibsoncoroutine: Remove on-stack buffers from testcases
2017-01-24 David Gibsoncoroutine: Move total initialization outside coroutine
2017-01-24 David Gibsoncoroutine: Remove problematic diagnostic from api-3...
2017-01-24 Rusty Russelltal: make tal_len/tal_count(NULL) return 0.
2017-01-19 David Gibson.travis.yml: Add compilation with gcc 5 and gcc 6
2017-01-18 David Gibsonccanlint: Correct default coverage tool for clang
2017-01-18 David Gibsonccanlint: Allow path to gcov to be overriden
2017-01-18 David Gibsontools: Consolidate gcov handling
2017-01-17 David Gibson.travis.yml: Add valgrind testing
2017-01-17 David Gibson.travis.yml: Add builds under Ubuntu Trusty
2017-01-17 David Gibson.travis.yml: Rework Travis matrix
2017-01-13 Rusty Russellintmap: clean up iterators.
2017-01-11 Rusty Russellintmap: new module.
2017-01-09 Rusty Russellio: make io_close_taken_fd() unset nonblocking on the fd.
2017-01-09 Rusty Russellio: handle errors on listening file descriptors.
2017-01-09 Rusty Russellio: io_close_taken_fd to steal fd from conn.
2017-01-09 Rusty Russellio: don't try to close() connection twice, remove shutd...
2017-01-09 Rusty Russellio: update documentation for io_close.
2017-01-07 Rusty Russellstr: make sure STR_MAX_CHARS gives a constant expression.
2016-12-29 Rusty Russelltal/autoptr: new module.
2016-12-29 Rusty Russelltal: support destructors with an extra argument.
2016-12-29 Rusty Russellio: allow freeing of io_conn at any time.
next