about summary refs log tree commit homepage
DateCommit message (Expand)
2011-03-15unicorn 3.5.0 - very minor improvements v3.5.0
2011-03-08gemspec: update kgio dependency to 2.3.2
2011-03-08gemspec: no need for require_paths
2011-02-25tee_input: remove old *BSD stdio workaround
2011-02-18clear listeners array on SIGQUIT
2011-02-16README: clarify the versions of "Ruby license"
2011-02-10Revert "test_helper: simplify random port binding"
2011-02-10remove unnecessary &block usage
2011-02-07test_helper: avoid FD leakage/waste
2011-02-04unicorn 3.4.0 - for people with very big LANs v3.4.0
2011-02-04bump dependency on kgio
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2011-02-02Fix Ruby 1.9.3dev warnings
2011-02-02test_helper: simplify random port binding
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-02-02http: parser handles IPv6 bracketed IP hostnames
2011-01-31force socket options to defaults if unspecified
2011-01-31enable TCP_NOPUSH/TCP_CORK by default
2011-01-31test_upload: check size in server
2011-01-28KNOWN_ISSUES: document broken RNG+fork in newer Ruby 1.8
2011-01-25examples/nginx.conf: use try_files directive
2011-01-25examples/nginx: avoid unnecessary listen directive
2011-01-25KNOWN_ISSUES: split old stuff into its own section
2011-01-25KNOWN_ISSUES: FreeBSD 8 and sendfile can be buggy
2011-01-21git.bogomips.org => bogomips.org
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-30tests: test parser works with keepalive_requests=0
2010-12-29http: remove unnecessary dir_config statement
2010-12-26Rakefile: fix fm_update task
2010-12-26unicorn 3.2.1 - parser improvements for Rainbows! v3.2.1
2010-12-26gemspec: fix gemspec build
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
2010-12-26http: #keepalive? and #headers? work after #next?
2010-12-26bump kgio dependency to ~> 2.1