about summary refs log tree commit homepage
path: root/lib/dtas/unix_accepted.rb
DateCommit message (Expand)
2016-12-27http -> https, and relocate homepage to https://80x24.org/dtas/
2016-01-02copyright updates for 2016
2015-12-25enable "frozen_string_literal: true"
2015-12-13unix_accepted: enable checking for readability after emit
2015-12-13player: reduce I/O priority of connected clients
2015-12-13switch to exception-free non-blocking I/O
2015-06-16favor recv and recv_nonblock over recvmsg variants
2015-01-20doc: describe most classes a bit
2015-01-20drop Rubinius workaround
2015-01-19update copyright years and links to mailing list archives
2014-12-22reduce syscalls in recvmsg invocations
2014-10-21unix_accepted: wait for readability on EAGAIN
2014-06-06update copyrights and email address for 2014
2013-10-12IO#nread compatibility for Rubinius (Linux-only)
2013-08-29remove "encoding: binary" header use
2013-08-28add license/copyright headers/footers to all files
2013-08-25more cleanups for packaging and documentation v0.0.0
2013-08-24initial commit