about summary refs log tree commit homepage
path: root/lib/unicorn/util.rb
DateCommit message (Expand)
2015-07-15doc: remove references to old servers
2015-02-05favor IO#close_on_exec= over fcntl in 1.9+
2013-10-20workaround reopen atomicity issues for stdio vs non-stdio
2012-10-01util: only consider regular files as logs
2011-04-01util: allow relative paths to be rotated
2010-10-05util: uindent use less ambiguous constant scoping
2010-10-05Unicorn::Util.tmpio => Unicorn::TmpIO.new
2010-08-28make log reopens even more robust in threaded apps
2010-08-28make log reopens more robust in multithreaded apps
2010-06-15workaround rbx not reopening logs to stderr/stdout
2010-06-11cleanup: use modules were applicable
2010-06-08reopen_logs: no need to preserve encoding args
2010-06-08reopen_logs: avoid modifying ObjectSpace while iterating
2010-06-08workaround IO#reopen bug in rbx when reopening logs
2010-02-22util: simplify chown_logs
2009-11-14preserve user/group ownership when reopening logs
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-03Util.reopen_logs: remove needless Range
2009-09-27util: remove APPEND_FLAGS constant
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15Fix documentation for Util.reopen_logs
2009-07-19Remove core Tempfile dependency (1.9.2-preview1 compat)
2009-05-04Preserve 1.9 IO encodings in reopen_logs
2009-03-03Add Unicorn::Util for a reopen_logs method