]> git.ozlabs.org Git - ccan/history - ccan/io/poll.c
ccan/io: keep always pointers to plans, not a linked list.
[ccan] / ccan / io / poll.c
2019-02-28 Rusty Russellccan/io: keep always pointers to plans, not a linked...
2018-02-04 Rusty Russellio: don't fail if we get a signal.
2017-10-25 Rusty Russellio: query whether io_plan in/out have started.
2017-06-16 Rusty Russellio: allow overriding poll function.
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...
2016-12-29 Rusty Russellio: allow freeing of io_conn at any time.
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-10-31 Rusty Russellio: update to use time_mono() for timers.
2016-01-18 Rusty Russellio: io_time_override to insert fake times.
2014-10-30 Rusty Russellio: update for new timer API.
2014-08-27 Rusty Russellio: use normal linked lists.
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: keep more io_plan details internal.
2014-08-04 Rusty Russellccan/io: implement debug.
2014-08-04 Rusty Russellccan/io: implement timeouts.
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()
2014-03-02 Rusty Russellio: call finish function after fd is actually closed.
2013-12-07 Rusty Russellio: io_always, and zero-length operations support.
2013-12-01 Rusty Russellio: Fix bug where duplex connection is last fd, when...
2013-11-14 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-14 Rusty Russellio: handle duplex corner cases.
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: flatten debug callchain further.
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: 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: remove io_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: 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: 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: check for all idle.
2013-10-14 Rusty Russellccan/io: io_duplex.
2013-10-14 Rusty Russellccan/io: new module.