about summary refs log tree commit homepage
DateCommit message (Expand)
2009-05-22unicorn 0.7.1 v0.7.1
2009-05-22GNUmakefile: glob all files in bin/*
2009-05-22Disable formatting for command-line switches
2009-05-22test_response: correct OFS test
2009-05-22http_response: allow string status codes
2009-05-22Enforce minimum timeout at 3 seconds
2009-05-22configurator: fix rdoc formatting
2009-05-22Preserve 1.9 IO encodings in reopen_logs
2009-05-22Fix a warning about @pid being uninitialized
2009-05-22TUNING: add a note about somaxconn with UNIX sockets
2009-05-22Ignore unhandled master signals in the workers
2009-05-22Safer timeout handling and test case
2009-05-22app/old_rails: correctly log errors in output
2009-05-22Add TUNING document
2009-05-22app/exec_cgi: GC prevention
2009-05-22Add example init script
2009-05-22test_upload: still uncomfortable with 1.9 IO encoding...
2009-05-22test_request: enable with Ruby 1.9 now Rack 1.0.0 is out
2009-04-25unicorn 0.7.0 v0.7.0
2009-04-25Rack 1.0.0 compatibility
2009-04-25Fix log rotation being delayed in workers when idle
2009-04-24configurator: "listen" directive more nginx-like
2009-04-24doc: formatting changes for SIGNALS doc
2009-04-24unicorn 0.6.0 v0.6.0
2009-04-24cleanup: avoid duped self-pipe init/replacement logic
2009-04-24SIGTT{IN,OU} {in,de}crements worker_processes
2009-04-24Allow std{err,out}_path to be changed via HUP
2009-04-24minor cleanups and save a few variables
2009-04-24Avoid getppid() if serving heavy traffic
2009-04-24Fixup reference to a dead variable
2009-04-23Describe the global constants we use.
2009-04-23make SELF_PIPE is a global constant
2009-04-23http_response: minor performance gains
2009-04-23http_response: just barely faster
2009-04-23test_socket_helper: disable GC for this test
2009-04-23Make LISTENERS and WORKERS global constants, too
2009-04-23IO_PURGATORY should be a global constant
2009-04-23http_request: micro optimizations
2009-04-23Merge commit 'v0.5.4'
2009-04-23test_exec: cleanup stale socket on exit
2009-04-23unicorn_rails: avoid nesting lambdas
2009-04-23GNUmakefile: mark test_upload as a slow test
2009-04-23Get rid of UNICORN_TMP_BASE constant
2009-04-23unicorn 0.5.4 v0.5.4
2009-04-23Fix data corruption with small uploads via browsers
2009-04-23Fix data corruption with small uploads via browsers
2009-04-21Cleanup GNUmakefile and fix dependencies
2009-04-21Cleanup some unnecessary requires
2009-04-21test: empty port test for absolute URIs
2009-04-21http11: support underscores in URI hostnames