]> git.ozlabs.org Git - ccan/history - ccan
str_talloc: delete.
[ccan] / ccan /
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().
2013-11-14 Rusty Russellio: handle duplex corner cases.
2013-11-13 Ahmed Samycpuid: remove un-needed bit shifting
2013-11-12 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-12 Rusty Russellio: closing one side of a duplex connection closes...
2013-11-11 Ahmed Samycpuid: parse L1 cache information for AMD.
2013-11-11 Ahmed Samycpuid: small fix for non x86-cpus
2013-11-09 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-09 Rusty Russelllist: fix list_prev and list_next on const lists.
2013-11-08 Ahmed Samycpuid: prefix cpuid_t enums with CPUID_* instead of...
2013-11-07 Ahmed Samycpuid: drop support for testing extended features
2013-11-07 Ahmed Samycpuid: fix for MSVC in cpuid_is_supported()
2013-11-07 Ahmed Samycpuid: parse additional feature information for pCPU_PR...
2013-11-07 Ahmed Samycpuid: better parser for processor info
2013-10-29 Rusty Russellio: fix port clash in test.
2013-10-29 Rusty Russelldaemonize / daemon_with_notify: ignore Ubuntu 13.10...
2013-10-28 Rusty Russelltime: to/from sec conversions.
2013-10-28 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-10-25 Ahmed Samycpuid: Use __asm for MSVC
2013-10-23 Ahmed Samycpuid: use a sprintf-like function to get cputype as...
2013-10-21 Ahmed Samycpuid: avoid unions in parsing data
2013-10-21 Ahmed Samycpuid: apply the 32-bit fix
2013-10-21 Rusty Russellio: add io_conn_fd()
2013-10-21 Rusty Russellio: io_set_alloc()
2013-10-16 Rusty Russellccan/io: make union more generic.
2013-10-14 Ahmed SamyMerge branch 'master' of ozlabs.org:ccan
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-14 Rusty Russellccan/io: add examples.
2013-10-14 Rusty Russellccan/io: io_connect()
2013-10-14 Rusty Russellccan/io: flatten debug callchain further.
2013-10-14 Rusty Russellccan/io: flatten debug callchain.
2013-10-14 Rusty Russellccan/io: update and improve documentation.
2013-10-14 Rusty Russellccan/io: save errno on io_close, for finish functions.
2013-10-14 Rusty Russellccan/io: handle errors on poll()
2013-10-14 Rusty Russellccan/io: io_close_cb()
2013-10-14 Rusty Russellccan/io: simplify I/O callbacks.
2013-10-14 Rusty Russellccan/io: io_set_finish()
2013-10-14 Rusty Russellccan/io: test custom io functions.
2013-10-14 Rusty Russellccan/io: go linear for debugging.
2013-10-14 Rusty Russellccan/io: test read after hangup.
2013-10-14 Rusty Russellccan/io: simplify do_ready.
2013-10-14 Rusty Russellccan/io: make io functions more generic.
2013-10-14 Rusty Russellccan/io: remove io_state.
2013-10-14 Rusty Russellccan/io: remove IO_IDLE state.
2013-10-14 Rusty Russellccan/io: remove IO_NEXT state.
2013-10-14 Rusty Russellccan/io: initialize connection with an explicit I/O...
2013-10-14 Rusty Russellccan/io: generic init function for listening connections.
2013-10-14 Rusty Russellccan/io: remove conn arg from io_plan constructors.
next