]> git.ozlabs.org Git - ccan/history - ccan/io/backend.h
ccan/io: rewrite.
[ccan] / ccan / io / backend.h
2014-08-03 Rusty Russellccan/io: rewrite.
2014-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
2014-04-24 Rusty Russellio: change io_idle() to io_wait()
2013-12-07 Rusty Russellio: io_always, and zero-length operations support.
2013-10-21 Rusty Russellio: io_set_alloc()
2013-10-14 Ahmed SamyMerge branch 'master' of ozlabs.org:ccan
2013-10-14 Rusty RussellMerge branch 'io'
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: go linear for debugging.
2013-10-14 Rusty Russellccan/io: simplify do_ready.
2013-10-14 Rusty Russellccan/io: generic init function for listening connections.
2013-10-14 Rusty Russellccan/io: pass struct io_plan explicitly.
2013-10-14 Rusty Russellccan/io: replace backend_set_state with backend_wakeup()
2013-10-14 Rusty Russellccan/io: make enum io_state namespace-safe.
2013-10-14 Rusty Russellccan/io: use explicit IO callback functions, instead...
2013-10-14 Rusty Russellccan/io: remove next & finish from union.
2013-10-14 Rusty Russellccan/io: put explicit poll flags in the plan.
2013-10-14 Rusty Russellccan/io: rename io_op to io_plan.
2013-10-14 Rusty Russellccan/io: timer support.
2013-10-14 Rusty Russellccan/io: io_duplex.
2013-10-14 Rusty Russellccan/io: new module.