]> git.ozlabs.org Git - ccan/history - ccan/io/io.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / io / io.h
2022-06-30 Rusty Russellccan/io: add debugging helper for seeing if module...
2022-06-23 Rusty Russellio: fix typo in example.
2022-01-04 Rusty Russellio: add new io_sock_shutdown helper.
2019-03-16 Rusty Russellio: typo fixes.
2019-03-04 Rusty Russellccan/io: add io_conn_exclusive and io_conn_out_exclusive.
2018-10-18 Rusty Russellio: don't leave errno as a random value when we hit...
2017-10-25 Rusty Russellio: query whether io_plan in/out have started.
2017-06-27 Rusty Russellio: add io_fd_block() helper.
2017-06-16 Rusty Russellio: allow overriding poll function.
2017-03-14 Rusty Russellio: add io_flush_sync().
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: update documentation for io_close.
2016-12-29 Rusty Russellio: remove io_debug support.
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-10-31 Rusty Russellio: update to use time_mono() for timers.
2016-10-25 Rusty Russellio: fix maybe-uninitialized warning in test (-O2)
2016-01-18 Rusty Russellio: io_time_override to insert fake times.
2014-10-30 Rusty Russellio: update for new timer API.
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: 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-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
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-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: io_close_other()
2013-12-01 Rusty RussellRevert "io: closing one side of a duplex connection...
2013-11-14 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-14 Rusty Russellio: add io_is_idle().
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-10-28 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-10-21 Rusty Russellio: add io_conn_fd()
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: add examples.
2013-10-14 Rusty Russellccan/io: io_connect()
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: 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: 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.
2013-10-14 Rusty Russellccan/io: pass struct io_plan explicitly.
2013-10-14 Rusty Russellccan/io: get rid of io_next(), pass callbacks directly.
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.