projects
/
ccan
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
io: don't leak memory on clean shutdown.
[ccan]
/
ccan
/
io
/
poll.c
2019-03-16
Rusty Russell
io: don't leak memory on clean shutdown.
blob
|
commitdiff
|
raw
2019-03-04
Rusty Russell
ccan/io: add io_conn_exclusive and io_conn_out_exclusive.
blob
|
commitdiff
|
raw
|
diff to current
2019-02-28
Rusty Russell
ccan: fix erroneous fd negation in poll.c.
blob
|
commitdiff
|
raw
|
diff to current
2019-02-28
Rusty Russell
ccan/io: keep always pointers to plans, not a linked...
blob
|
commitdiff
|
raw
|
diff to current
2018-02-04
Rusty Russell
io: don't fail if we get a signal.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-25
Rusty Russell
io: query whether io_plan in/out have started.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Rusty Russell
io: allow overriding poll function.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-09
Rusty Russell
io: make io_close_taken_fd() unset nonblocking on the fd.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-09
Rusty Russell
io: handle errors on listening file descriptors.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-09
Rusty Russell
io: io_close_taken_fd to steal fd from conn.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-09
Rusty Russell
io: don't try to close() connection twice, remove shutd...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-29
Rusty Russell
io: allow freeing of io_conn at any time.
blob
|
commitdiff
|
raw
|
diff to current
2016-11-21
David Gibson
Merge Makefile rewrite into master
blob
|
commitdiff
|
raw
|
diff to current
2016-10-31
Rusty Russell
io: update to use time_mono() for timers.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-18
Rusty Russell
io: io_time_override to insert fake times.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-30
Rusty Russell
io: update for new timer API.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-27
Rusty Russell
io: use normal linked lists.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-08
Rusty Russell
io: don't do wakeup immediately.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Rusty Russell
ccan/io: use shutdown() before close.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Rusty Russell
ccan/io: keep more io_plan details internal.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Rusty Russell
ccan/io: implement debug.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Rusty Russell
ccan/io: implement timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-03
Rusty Russell
ccan/io: rewrite.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-10
Rusty Russell
io failtest timer tools: fallout from time changes.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-24
Rusty Russell
io: change io_idle() to io_wait()
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Rusty Russell
io: call finish function after fd is actually closed.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-07
Rusty Russell
io: io_always, and zero-length operations support.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-01
Rusty Russell
io: Fix bug where duplex connection is last fd, when...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-14
Rusty Russell
Merge branch 'master' of ozlabs.org:ccan
blob
|
commitdiff
|
raw
|
diff to current
2013-11-14
Rusty Russell
io: handle duplex corner cases.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-21
Rusty Russell
io: io_set_alloc()
blob
|
commitdiff
|
raw
|
diff to current
2013-10-16
Rusty Russell
ccan/io: make union more generic.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Ahmed Samy
Merge branch 'master' of ozlabs.org:ccan
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
Merge branch 'io'
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: flatten debug callchain further.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: save errno on io_close, for finish functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: handle errors on poll()
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: io_close_cb()
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: go linear for debugging.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: test read after hangup.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: simplify do_ready.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: remove io_state.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: remove IO_NEXT state.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: initialize connection with an explicit I/O...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: generic init function for listening connections.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: pass struct io_plan explicitly.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: replace backend_set_state with backend_wakeup()
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: make enum io_state namespace-safe.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: remove next & finish from union.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: put explicit poll flags in the plan.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: rename io_op to io_plan.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: timer support.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: check for all idle.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: io_duplex.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Rusty Russell
ccan/io: new module.
blob
|
commitdiff
|
raw
|
diff to current