Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  log_buffer
  settings
dependency_injection.rb 1.72 KB
error.rb 154 Bytes
file_lock.rb 313 Bytes
helpers.rb 3.21 KB
http_download.rb 523 Bytes
kerberos.rb 623 Bytes
log.rb 1.58 KB
memory_store.rb 1.12 KB
pluggable.rb 3.8 KB
plugin.rb 4.95 KB
plugin_initializer.rb 1.3 KB
plugin_validators.rb 942 Bytes
provider.rb 987 Bytes
provider_factory.rb 284 Bytes
request.rb 2.13 KB
settings.rb 825 Bytes
signal_handler.rb 912 Bytes
util.rb 3 KB
validations.rb 1.01 KB

Latest revisions

# Date Author Comment
f954bb2f 05/02/2016 04:56 AM Dmitri Dolguikh

Fixes #14755 - Do not install SIGUSR1 handler on windows.

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...
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.

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

e26eb4f3 01/27/2016 10:27 AM Lukas Zapletal

Refs #12715 - decoupled logs API from core

View revisions

Also available in: Atom