about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2011-06-09unicorn 3.7.0 - minor feature update v3.7.0
2011-06-07configurator: add :ipv6only directive
2011-05-05http_parser: add max_header_len accessor
2011-05-04doc: remove redundant "of" typo
2011-05-04http_parser: new add_parse method
2011-05-04return 414 for URI length violations
2011-04-30unicorn 3.6.2 - fix Unicorn::OobGC module v3.6.2
2011-04-29TUNING: document worker_processes tuning
2011-04-29oob_gc: reimplement to fix breakage and add tests
2011-04-27configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
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-13configurator: fix broken local variable
2011-04-13http_server: workers die on log reopen failures
2011-04-13http_parser: remove RDoc
2011-04-13configurator: miscellaneous RDoc improvements
2011-04-13worker: improve RDoc, point users to Configurator#user
2011-04-13configurator: remove outdated user example in after_fork
2011-04-01util: allow relative paths to be rotated
2011-03-27tmpio: do not redefine size method under 1.9.2+
2011-02-25tee_input: remove old *BSD stdio workaround
2011-02-18clear listeners array on SIGQUIT
2011-02-10remove unnecessary &block usage
2011-02-04unicorn 3.4.0 - for people with very big LANs v3.4.0
2011-02-02Fix Ruby 1.9.3dev warnings
2011-02-02socket_helper: cleanup leftover debugging statement
2011-02-02socket_helper: export tcp_name as a module_function
2011-02-02allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
2011-01-31force socket options to defaults if unspecified
2011-01-31enable TCP_NOPUSH/TCP_CORK by default
2011-01-21exec_cgi: handle Status header in CGI response
2011-01-21exec_cgi: make output compatible with IO.copy_stream
2011-01-19configurator: undocument trust_x_forwarded_for
2011-01-07http_response: do not skip Status header set by app
2011-01-06unicorn 3.3.1 - one minor, esoteric bugfix v3.3.1
2011-01-05close client socket after closing response body
2011-01-05unicorn 3.3.0 - minor optimizations v3.3.0
2011-01-05http_parser: add clear method, deprecate reset
2011-01-05http_response: simplify the status == 100 comparison
2011-01-05http_server: remove unnecessary 'nil'
2011-01-05socket_helper: expose more defaults in DEFAULTS hash
2011-01-04http_response: implement httpdate in C
2010-12-30http_response: do not account for $, being set
2010-12-26unicorn 3.2.1 - parser improvements for Rainbows! v3.2.1
2010-12-26unicorn 3.2.0 - parser improvements for Rainbows! v3.2.0
2010-12-26http_server: remove needless lambda
2010-12-26http_response: remove TODO item