about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-13HttpResponse: use each instead of each_pair to iterate
2009-02-13continue ignoring SIGCHLD for now...
2009-02-13trap SIGCHLD and wakeup master on it
2009-02-13Remove tempfile reuse from HttpRequest, upload tests
2009-02-10add_listener logging includes fd= information
2009-02-10Set default process title
2009-02-10add hot_config_file config parameter
2009-02-10Allow listen_backlog to be specified in config.
2009-02-10Minor and insignificant cleanups and style changes
2009-02-09Use a short-as-possible path for worker Tempfiles
2009-02-09Prevent leakage of private pipes and tempfiles.
2009-02-09add add_listener method for use in configs
2009-02-09Delete UNICORN_* environment variables in workers
2009-02-09Avoid starting the pipe until we need it
2009-02-09Add optional PID file support
2009-02-09SocketHelper: unlink UNIX sockets if they exist
2009-02-09update version and changelog
2009-02-09Reinstate timeouts for killing workers
2009-02-09More reliable wakeups in master process
2009-02-09factor out FD_CLOEXEC into SocketHelper module
2009-02-09Refactor and get exec + FD inheritance working
2009-02-09HttpResponse: use unbuffered I/O for writing, too
2009-02-09HttpRequest: restart read(2) on EINTR
2009-02-09Refactor HTTP Request processing into HttpRequest
2009-02-09Skip EINTR/EAGAIN handling with syswrite
2009-02-09Use a persistent buffer with HttpRequest
2009-02-09Use read(2) and blocking I/O for clients
2009-02-09socket: temporary UNIX sockets use ".#{$$}.tmp"
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-09HttpRequest: avoid repeated hash lookups for HTTP_BODY
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09HttpResponse: remove send_file
2009-02-09pre-generate HTTP_STATUS_HEADER to avoid repeated snprintf
2009-02-09Remove StringIO usage in HeaderOut
2009-02-09Disable userspace buffering on client sockets
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g
2009-02-01Merge branch 'master' of git@github.com:fauna/mongrel v0.0.0
2009-02-01Realistic defaults.
2009-01-31Merge branch 'master' of git@github.com:fauna/mongrel
2009-01-31Fixed lack of QUERY_STRING in env