about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2010-06-10launcher: get rid of backwards compatibility code
2010-06-08unicorn 0.990.0 - inching towards 1.0 v0.990.0
2010-06-08reopen_logs: no need to preserve encoding args
2010-06-08reopen_logs: avoid modifying ObjectSpace while iterating
2010-06-08spew backtrace when config reloading fails
2010-06-08cleanup master_sleep loop
2010-06-08workaround IO#reopen bug in rbx when reopening logs
2010-06-05File.readable? and File.writable? are more readable
2010-06-04configurator: logger: drop "close" requirement
2010-06-04doc: emphasize the importance of stderr_path
2010-05-14add Unicorn::OobGC middleware
2010-05-06doc: kill Dir.chdir example
2010-05-06unicorn 0.99.0 - simplicity wins v0.99.0
2010-05-06always load Rack up front at startup
2010-05-04unicorn 0.98.0 v0.98.0
2010-04-30add global Unicorn.listener_names method
2010-04-26Merge branch 'maint'
2010-04-19unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery v0.97.1
2010-04-19avoid nuking workers after waking up from suspend/hibernate
2010-04-19prefer explicit requires when possible
2010-04-08unicorn: load constants after app has loaded
2010-03-01unicorn 0.97.0 - polishing and cleaning up v0.97.0
2010-03-01load the Etc module up front
2010-03-01configurator "user" directive outside of after_fork
2010-02-28respect user's encoding in config.ru in 1.9
2010-02-28put switch parsing for config.ru into Unicorn.builder
2010-02-27tee_input: do not #dup string buffers
2010-02-26tee_input: avoid instance variables, it's a struct
2010-02-25unicorn_rails: make this "working_directory"-aware
2010-02-22util: simplify chown_logs
2010-02-22avoid needlessly preallocating read buffer
2010-02-18Unicorn::builder to wrap our Rack::Builder usage
2010-02-18graceful handling of bad config.ru + HUP w/ preload_app
2010-02-09reorder commonly accessed HttpServer struct members
2010-01-19initialize signal handlers before writing pid file
2010-01-19remove unused MAX_HEADER constant
2010-01-19bump version to 0.97.0pre
2010-01-07unicorn 0.96.0 - Rack 1.1 bump v0.96.0
2010-01-07Merge branch 'rack-1.1'
2010-01-05http_response: disallow blank, multi-value headers
2009-12-29launcher: no point in sync-ing $stdin
2009-12-29launcher: fix compatibility with other servers
2009-12-28clarify errors when listeners fail to bind
2009-12-28launcher: descriptive error message on startup failure
2009-12-27Avoid leaking ready pipe file descriptor to workers
2009-12-26exit with failure if master dies when daemonized
2009-12-26bump "rack.version" env to [1,1]
2009-12-21unicorn 0.95.3 v0.95.3
2009-12-21tee_input: rdoc for all public methods
2009-12-14set env["rack.logger"] for applications