about summary refs log tree commit homepage
path: root/lib/unicorn.rb
DateCommit message (Expand)
2009-02-09factor out FD_CLOEXEC into SocketHelper module
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09Refactor HTTP Request processing into HttpRequest
2009-02-09Use a persistent buffer with HttpRequest
2009-02-09Use read(2) and blocking I/O for clients
2009-02-09Remove etc and YAML dependencies
2009-02-09Remove hard dependency on Rack
2009-02-09HttpRequest#reset! => HttpRequest#reset
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Support multiple listeners per-process
2009-02-09Internally supporting binding to UNIX domain sockets
2009-02-09Move portability and override Socket stuff to unicorn/socket
2009-02-09Make HttpRequest object (and temp files) persistent
2009-02-09Don't set SCRIPT_NAME to "/" and then clear it for Rack
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09Disable userspace buffering on client sockets
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g