about summary refs log tree commit homepage
path: root/lib/unicorn/socket_helper.rb
DateCommit message (Expand)
2010-10-05start using kgio, the kinder, gentler I/O library
2010-10-04avoid unlinking actively listening sockets
2010-07-06socket_helper: disable documentation for internals
2010-07-06socket_helper: cleanup FreeBSD accf_* detection
2010-07-06socket_helper: no reason to check for logger method
2010-07-06socket_helper: move defaults to the DEFAULTS constant
2010-07-03socket_helper: tunables for tcp_defer_accept/accept_filter
2010-04-30add global Unicorn.listener_names method
2009-11-15socket_helper: RDoc for constants
2009-11-15socket_helper: do not hide errors when setting socket options
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-09-30cleanup: use question mark op for 1-byte comparisons
2009-09-16socket_helper: (FreeBSD) don't freeze the accept filter constant
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-07-01Re-add support for non-portable socket options
2009-04-21rename socket.rb => socket_helper.rb