Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  proxy
  sinatra
bundler_helper.rb 1.08 KB
checks.rb 153 Bytes
daemon.rb 879 Bytes
launcher.rb 4.63 KB
rack-patch.rb 137 Bytes
sinatra-patch.rb 348 Bytes
smart_proxy.rb 18 Bytes
smart_proxy_for_testing.rb 1.04 KB
smart_proxy_main.rb 2.01 KB
webrick-patch.rb 1.42 KB

Latest revisions

# Date Author Comment
6798dc58 04/22/2016 05:43 AM Lukas Zapletal

Fixes #13761 - libvirt provider with native bindings

b73b71a9 04/12/2016 06:41 AM Tomer Brisker

Fixes #13747 - Allow configuration of dsabled SSL cipher suites

Added a :ssl_disabled_ciphers option to the settings allowing disabling
disallowed cipher suits in webrick.

b215df84 04/06/2016 09:38 AM Dmitri Dolguikh

Fixes #14461 - removed :method_missing from Proxy::Settings::Plugin

OpenStruct always returned 'nil' when calling methods for non-existing keys. Before ruby 2.3 methods for keys were defined during OpenStruct instantiation.
Starting with ruby 2.3 methods for members of the OpenStruct are defined lazily, via method_missing. Our override of the method was breaking OpenStruct (and...
41293caa 03/30/2016 06:38 AM Brandon Weeks

Fixes #14387 - correctly disable SSLv3 on Ruby 1.8.7

e5b66974 03/23/2016 08:15 AM Dominic Cleal

fixes #14142 - launch WEBrick directly, avoiding Rack::Server

Rack::Server calls server-specific handlers such as
Rack::Handler::WEBrick which relies on a class-level variable that
causes race conditions when launching two WEBrick instances via
Rack::Server within the same process....

7cc71a10 03/17/2016 08:28 AM Dmitri Dolguikh

Fixes #12295 - Added support for log rotation

SIGUSR1 now can be used to re-open log file when file-based logger is used.

25786714 03/01/2016 03:20 AM Dmitri Dolguikh

Fixes #13947 - removed html views for dhcp and root modules

a838204e 02/24/2016 06:57 AM Lukas Zapletal

Fixes #13427 - fixed log buffer with SYSLOG

53e560fe 02/19/2016 05:24 AM Dmitri Dolguikh

Fixes #13028: provider will not be configured if the main plugin is disabled

Also made plugin initialization and configuration more testable.

5f5c2168 02/18/2016 03:10 AM Brandon Weeks

Fixes #13638 - Enable rubocop 0.37.1 cops

View revisions

Also available in: Atom