Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
global.rb 1.88 KB
plugin.rb 365 Bytes

Latest revisions

# Date Author Comment
9d460533 10/15/2018 08:37 AM Lukas Zapletal

Fixes #25100 - Ruby logging stack replaced with logging gem

d5f0f004 01/03/2018 07:22 PM Eric Helms

Fixes #21350 - Allow restricting to TLSv1.2

99e9e5bf 05/09/2017 10:10 AM Dominic Cleal

fixes #19480 - add systemd notify support

When started under systemd, the launcher now logs via the notify socket
API when all configured WEBrick servers have started so the service
state is reported accurately (rather than the daemonization point).

An example unit file is now shipped that uses a --no-daemonize...

3a83236d 01/26/2017 07:35 AM Dmitri Dolguikh

Fixes #18026 - proxy can listen on multiple arbitrary interfaces

b0ae4e0d 05/11/2016 10:11 AM Lukas Zapletal

Fixes #14995 - proxy default log is INFO

342eeda9 05/11/2016 03:30 AM Dmitri Dolguikh

Fixes #14618 - refactored module initialization

to allow for:
- support for multiple simultaneous providers
- programmatically defined settings
- custom validators
- ability to customize module loading
Also includes support for constructor-based dependency injection
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...
02f993f6 01/27/2016 05:41 AM Dominic Cleal

refs #12715 - update default values of log_buffer settings

Removed log_buffer_level from default settings as it appears to be
unused.

View revisions

Also available in: Atom