about summary refs log tree commit homepage
DateCommit message (Expand)
2013-10-20yahns 0.0.1 - many small fixes and test coverage v0.0.1
2013-10-20set close-on-exec on all long-lived descriptors
2013-10-20test_reopen_logs: workaround timing problem with worker_processes
2013-10-20test_config: isolate directories with logs
2013-10-20recheck IO#closed? on thread pools after a short delay
2013-10-20test/helper: prevent minitest at_exit from running in children
2013-10-20tests: disable $-w on 1.9.3 to quiet down warnings
2013-10-20test_server: bigger delays for graceful shutdown test
2013-10-20test_bin: set close-on-exec for Ruby 1.9.3 compatibility
2013-10-20GNUmakefile: avoid calling exit in test-mt
2013-10-20ensure we stop all threads at exit
2013-10-20test/server_helper: dump entire log on errors
2013-10-20test_server: skip test_mp_balance for now
2013-10-19test_bin: add additional tests for SIGHUP
2013-10-19fix USR1 log reopening when using worker_processes
2013-10-19SIGUSR2 handling uses Process.spawn + tests
2013-10-19fix and test Rack hijack support
2013-10-19wire up client_max_body_size limits
2013-10-19test/helper: fix __covmerge race for forked processes
2013-10-18yahns 0.0.0 - hopefully fix installation problems v0.0.0
2013-10-18README: fix URL for git repository
2013-10-18tmpio: remove unused discard alias
2013-10-18README: update with mailing list information
2013-10-18gemspec: fix authors
2013-10-18yahns 0.0.0TP1
2013-10-18disable persistent connections on SIGQUIT
2013-10-18http_response: respect setups with non-persistent connections
2013-10-18remove unused unicorn constants to hopefully trim memory
2013-10-18remove tiny_input
2013-10-18http_client: do not set @input if it is NULL_IO
2013-10-18test: cleanup socket usage and lifetimes
2013-10-18test_client_expire: WIP test for EMFILE expiry
2013-10-18test and fix client expiry
2013-10-18http_client: bump up keepalive_requests
2013-10-18initial commit