]> git.pond.sub.org Git - empserver/history - src/lib/empthread/io.c
Update copyright notice
[empserver] / src / lib / empthread / io.c
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-12-05 Markus ArmbrusterChange comment style to use @foo rather than FOO
2015-02-28 Markus ArmbrusterUpdate copyright notice
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-04-26 Markus ArmbrusterClean up superfluous includes
2012-04-26 Markus Armbrusterio_shutdown() is now unused, remove
2012-04-26 Markus ArmbrusterFix io_close() to obey deadline for output, too
2012-04-26 Markus ArmbrusterAdd deadline support to io_output(), io_output_if_queue...
2012-03-31 Markus ArmbrusterSwitch io_close(), io_input() from timeouts to deadlines
2012-03-27 Markus ArmbrusterBase idle timeout on player->curup again, not current...
2012-03-27 Markus ArmbrusterReplace the per-iop input_timeout by per-function timeouts
2012-03-27 Markus ArmbrusterClean up io_input() for the "no input available" case
2012-02-21 Markus ArmbrusterFix server shutdown to let player output drain properly
2012-02-21 Markus ArmbrusterFix idle timeout during execute
2011-04-14 Markus ArmbrusterUpdate known contributors comments
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-07-25 Markus ArmbrusterFix race in io_output() that can lead to double-free
2010-03-10 Markus ArmbrusterGeneration numbers didn't catch all potential yields...
2010-01-19 Markus ArmbrusterUpdate copyright notice
2010-01-19 Markus ArmbrusterGeneration numbers to catch write back of stale copies
2009-07-19 Markus ArmbrusterMove queue flush out of io.c
2009-07-19 Markus ArmbrusterRemove IO_NOWAIT, IO_WAIT
2009-07-19 Markus ArmbrusterMake io_output() return a sane value
2009-07-19 Markus ArmbrusterClean up bogus setting of IO_EOF in io_output()
2009-07-19 Markus ArmbrusterRemove blocking struct iop operation
2009-07-19 Markus ArmbrusterRemove long defunct IO_NEWSOCK
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 2
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-03-01 Markus ArmbrusterDon't log out player when update aborts a command with...
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-01 Markus ArmbrusterFix pthread's empth_select() not to change the timeout
2009-02-01 Ron KoenderinkReimplement max_idle without a separate thread
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-02-03 Markus ArmbrusterClean up library dependencies