about summary refs log tree commit homepage
path: root/lib/unicorn/http_server.rb
DateCommit message (Expand)
2011-06-15memory reductions in worker process
2011-06-15http_server: kill another stack frame off
2011-06-15http_server: factor out inherit_listeners! method
2011-06-15remove BasicSocket.do_not_reverse_lookup setting
2011-06-15http_server: get rid of EINTR checks
2011-06-15http_server: further reduce stack usage for app.call
2011-06-14http_server: small cleanups for attr assignments
2011-06-14http_server: do not rescue from proper exits
2011-06-11runtime stack size reductions
2011-06-07configurator: add :ipv6only directive
2011-05-05http_parser: add max_header_len accessor
2011-05-04return 414 for URI length violations
2011-04-26properly reseed OpenSSL::Random after forking
2011-04-21http_server: fix Rainbows! compatibility
2011-04-18documentation cleanup/reduction
2011-04-18reseed OpenSSL PRNG upon fork() of workers
2011-04-18reinitialize PRNG for latest Ruby 1.8.7 releases
2011-04-13http_server: workers die on log reopen failures
2011-02-18clear listeners array on SIGQUIT
2011-02-02Fix Ruby 1.9.3dev warnings
2011-01-05close client socket after closing response body
2011-01-05http_response: simplify the status == 100 comparison
2011-01-05http_server: remove unnecessary 'nil'
2010-12-26http_server: remove needless lambda
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-09allow client_buffer_body_size to be tuned
2010-11-17http_server: fix HttpParserError constant resolution
2010-11-11configurator: enable "rewindable_input" directive
2010-10-27reduce master process wakeups
2010-10-26master: remove limit on queued signals
2010-10-07start using more compact parser API
2010-10-07http_server: avoid method redefinition warnings
2010-10-06various cleanups and reduce indentation