search for: isolate_for_tests

Displaying 2 results from an estimated 2 matches for "isolate_for_tests".

2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...tc: raindrops at librelist.org (I''ll also respond to email about raindrops here) DESIGN | 8 ------- lib/unicorn/http_server.rb | 48 +++++++++++++----------------------------- lib/unicorn/worker.rb | 49 ++++++++++++++++++++++++++++++++++++++++--- script/isolate_for_tests | 1 + test/unit/test_droplet.rb | 28 +++++++++++++++++++++++++ unicorn.gemspec | 1 + 6 files changed, 90 insertions(+), 45 deletions(-) create mode 100644 test/unit/test_droplet.rb diff --git a/DESIGN b/DESIGN index eb9fbea..2c98c2f 100644 --- a/DESIGN +++ b/DESIGN @@ -76...
2011 Sep 15
0
SSL support pushed out to unicorn.git :x
...pport or encourage it. lib/unicorn/configurator.rb | 13 +++-- lib/unicorn/http_server.rb | 3 + lib/unicorn/ssl_client.rb | 6 ++ lib/unicorn/ssl_configurator.rb | 104 +++++++++++++++++++++++++++++++++++++++ lib/unicorn/ssl_server.rb | 42 ++++++++++++++++ script/isolate_for_tests | 1 + t/.gitignore | 2 + t/sslgen.sh | 63 +++++++++++++++++++++++ t/t0600-https-server-basic.sh | 48 ++++++++++++++++++ test/unit/test_sni_hostnames.rb | 47 +++++++++++++++++ 10 files changed, 325 insertions(+), 4 deletions(-) create...