]> git.ozlabs.org Git - ccan/history - ccan
list_del_init/list_node_init: for multiple list_del() calls.
[ccan] / ccan /
2014-08-27 Rusty Russelllist_del_init/list_node_init: for multiple list_del...
2014-08-18 Rusty Russelltal/str: use tal/grab_file not grab_file in example.
2014-08-18 Rusty Russellcharset: make example use tal/grab_file instead of...
2014-08-18 Rusty Russellccan_tokenizer: remove warnings with gcc
2014-08-18 Rusty Russellccan_tokenizer: switch example from grab_file to ccan...
2014-08-15 Joel Stanleyendian: Wrap arguments in braces to silence warnings
2014-08-12 Andy Groverdarray: Add darray_remove()
2014-08-08 Rusty Russellio: always make fds O_NONBLOCK.
2014-08-08 Rusty Russellio: don't do wakeup immediately.
2014-08-05 Rusty Russellccan/io: use shutdown() before close.
2014-08-04 Rusty Russellccan/io: add io_out_wait() and io_out_always().
2014-08-04 Rusty Russellccan/io: io_halfclose.
2014-08-04 Rusty Russellccan/io: keep more io_plan details internal.
2014-08-04 Rusty Russellccan/io: implement debug.
2014-08-04 Rusty Russellccan/io: implement timeouts.
2014-08-04 Rusty Russellccan/io: duplex support.
2014-08-04 Rusty Russellccan/io: eliminate dir argument from io_wait and io_always.
2014-08-03 Rusty Russellccan/io: rewrite.
2014-08-03 Rusty Russellccan/io: fix io_connect.
2014-07-29 Douglas Bagnallopt/helpers: fix out-of-range check in opt_set_floatval()
2014-07-25 Rusty Russellnet: use freeaddrinfo() in _info example.
2014-07-17 Rusty Russellio: fix io_connect().
2014-06-25 Rusty Russellstructeq: new module.
2014-06-23 Rusty Russelltal/str: fix error when strreg regex looks for literal...
2014-06-23 Rusty Russelltime: update for new configurator.
2014-06-23 Douglas Bagnallopt: Don't segfault if a string's default is NULL
2014-06-23 Douglas Bagnallopt: add an int decrementing helper function
2014-06-23 Douglas Bagnallopt: always initialise values in set_llong_with_suffix()
2014-06-22 David Gibsonmemmem, bytestring: Fix includes in _info
2014-06-21 Cody P Schaferautodata: fix example, autodata_get()s second arg must...
2014-06-21 Cody P Schafercompiler: avoid barfing when config.h & the current...
2014-06-21 Cody P Schafercompiler: Add PURE_FUNCTION
2014-06-16 David Gibsonmemmem: Remove void * arithmetic warning
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-16 David Gibsonrfc822: Use the memmem module
2014-06-16 David Gibsonmemmem: Trivial module to provide memmem() function
2014-06-13 David Gibsonjacobson_karels: Add missing inline keyword
2014-06-13 Rusty Russellccan/htable: fix tools warning for 64-bit systems.
2014-06-12 Rusty Russelltime: fix example.
2014-06-10 Rusty Russellstrset: fix up tools for new ccan/time API.
2014-06-10 Rusty Russelllbalance: update tools for new time (and jmap!)
2014-06-10 Rusty Russellhtable: update tools for time changes.
2014-06-10 Rusty Russelltime: time_mono() helpers.
2014-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
2014-06-10 Rusty Russelltime: split absolute and relative times.
2014-06-10 Rusty Russelltal/talloc: include all ccan dependencies.
2014-06-10 Rusty Russelltal/talloc: fix overflow on 64 bit systems
2014-06-10 Rusty Russellstr_talloc: delete.
2014-06-10 Rusty Russellgrab_file: don't use str_talloc for tests.
2014-06-10 Rusty Russellhtable: tools: use tal instead of talloc.
2014-06-10 Rusty Russellstrset: use tal instead of talloc in examples and tools.
2014-06-10 Rusty Russellstrset: update tools for new ABI
2014-06-10 Rusty Russellstrset: update ccan/time usage in tools
2014-06-10 Rusty Russellcrcsync: use tal/grab_file in _info example.
2014-06-10 Rusty Russelltal/grab_file: new module
2014-06-10 Rusty Russelltalloc_link: remove it.
2014-06-10 Rusty Russelltal/link: remove incorrect references to talloc
2014-06-10 Rusty Russelltal: fix tal_check description
2014-06-10 Rusty Russellidtree: use ccan/tal instead of talloc
2014-06-04 David Gibsonjacobson_karels: New module
2014-06-04 David Gibsonminmax: New module, safe min and max macros
2014-06-02 Rusty Russellcpuid: fix LICENSE file to be symlink.
2014-05-27 Rusty Russellcontainer_of: work with -Wcast-qual
2014-05-27 Rusty Russellantithread: correctly list ccan/typesafe_cb as dependency.
2014-05-27 Rusty Russellio: correctly list ccan/typesafe_cb as dependency.
2014-05-27 Rusty Russelltest: add test to ensure we can use non-const lists...
2014-05-27 Rusty Russellnet: don't return still-connecting fd.
2014-05-19 David Gibsonbitmap: Use const qualifiers where possible
2014-05-14 David Gibsonccan/bitmap: const for bitmap_test_bit.
2014-04-24 Cody P Schafernet: fix ipv4 immediate connect
2014-04-24 Rusty Russellio: don't close if already closing in io_close_other.
2014-04-24 Rusty Russellio: change io_idle() to io_wait()
2014-04-24 Rusty Russellio: io_never for events that should never happen.
2014-03-20 Emilio G. Cotabitmap: use unsigned int for iterating over bitmap...
2014-03-02 Rusty Russellio: call finish function after fd is actually closed.
2014-02-28 Rusty RussellEnhance CCAN_LIST_DEBUG to report original caller
2014-02-24 Rusty Russellopt: add float/double helpers.
2014-02-24 Rusty Russellopt: relicense to GPLv2+ (from GPLv3+)
2014-02-11 Rusty Russellopt: don't wordwrap when description line starts with...
2014-02-11 Rusty Russellopt: test the new embedded-\n-in-usage behaviour.
2014-02-11 Luke Dashjropt: accept newline in help strings
2014-02-11 Rusty Russellccan: add test for line-wrapping usage message.
2014-02-06 Rusty Russellopt: fix tests for 64-bit systems.
2014-02-06 Rusty Russellopt: test HAVE_SYS_TERMIOS_H via #if
2014-02-06 Luke Dashjropt: avoid using %lld and %llx formats
2014-02-06 Luke Dashjropt: only use termios if HAVE_SYS_TERMIOS_H is defined
2013-12-25 Emilio G. Cotabitmap: add endianness casts
2013-12-12 Rusty Russelltimer: fix abortstring on 64 bit platforms.
2013-12-12 Rusty Russellnet: fix async connect to non-listening port.
2013-12-07 Rusty Russellio: io_always, and zero-length operations support.
2013-12-01 Ahmed Samycpuid: fix example compilation
2013-12-01 Ahmed Samycpuid: Now we support extended feature testing.
2013-12-01 Peter Huttererargcheck: a module to check argument ranges
2013-12-01 Rusty Russellio: io_close_other()
2013-12-01 Rusty Russellio: Fix bug where duplex connection is last fd, when...
2013-12-01 Rusty RussellRevert "io: closing one side of a duplex connection...
2013-11-28 Ahmed Samycpuid: Introduce cpuid_write_info
2013-11-28 Ahmed Samycpuid: documentation fix
2013-11-14 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-14 Rusty Russellio: add io_is_idle().
next