about summary refs log tree commit homepage
DateCommit message (Expand)
2009-04-12test_exec: fix potential races in fd leak test
2009-04-12http11: cleanup+safer rack.url_scheme handling
2009-04-11Remove _all_ non-POSIX socket options
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-10Restore unlinked UNIX sockets on SIGHUP
2009-04-10README: doc updates
2009-04-10config: handle listener unbind/replace in config file
2009-04-10close listeners when removing them from our array
2009-04-08http11: handle "X-Forwarded-Proto: https"
2009-04-08http11: Remove qsort/bsearch code paths
2009-04-08test_request: tests esoteric/rare REQUEST_URIs
2009-04-07cleanup some log messages
2009-04-05test_configurator: rename test name that never ran
2009-04-05GNUmakefile: allow "make V=1 ..." for verbosity
2009-04-05GNUmakefile: remove unnecessary asterisks in output
2009-04-05Add test for :preload_app config option
2009-04-05local.mk: touch files after set-file-times
2009-04-05Enforce umask 0000 with UNIX domain sockets
2009-04-03Documentation updates
2009-04-03Add a test for signal recovery
2009-04-03configurator: allow hooks to be passed callable objects
2009-04-03test_helper: redirect_io uses append and sync
2009-04-02unicorn 0.4.2 v0.4.2
2009-04-02GNUmakefile: "install" preserves unicorn_rails
2009-04-02unicorn: remove unnecessary lambda generation
2009-04-02Add log directories to tests
2009-04-02Use File.basename instead of a regexp
2009-04-02test/rails: v2.1.2 + ActiveRecordStore all around
2009-04-02unicorn_rails: cleanup redundant bits
2009-04-02More descriptive process titles
2009-04-01test_upload: fix a race condition in unlink test
2009-04-01Close std{err,out} redirection targets
2009-04-01FD_CLOEXEC all non-listen descriptors before exec
2009-04-01All IOs created in workers have FD_CLOEXEC set
2009-04-01Remove set_cloexec wrapper and require FD_CLOEXEC
2009-04-01test_exec: add test case for per-worker listeners
2009-04-01Merge unicorn
2009-04-01unicorn 0.4.1 v0.4.1
2009-04-01Manifest: updates
2009-04-01Add local.mk.sample file that I use
2009-04-01Documentation updates, prep for 0.4.1 release
2009-04-01Manifest update
2009-04-01test_rails: 4x speedup
2009-04-01Add more tests for Rails
2009-04-01cgi_wrapper: HTTP status code cleanups
2009-04-01GNUmakefile: prefix errors with $(extra) variable
2009-04-01cgi_wrapper: fix cookies and other headers
2009-03-31test: factor out exec helpers into common code for Rails tests
2009-03-31Rails stack tests for unicorn_rails
2009-03-31unicorn_rails: cleanup path mapping usage