Project

General

Profile

Download (1.35 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
335a1610 08/28/2015 07:43 AM Lukas Zapletal

Fixes #11323 - fixed PID writing, interrupt trap and daemon logging

31728207 10/29/2014 07:25 AM Lukas Zapletal

Fixes #8006 - added STDOUT proxy log option

915c16dd 08/27/2014 11:23 AM Dmitri Dolguikh

fixes #7225: logger is now being correctly initialized during launch

038fa6cf 06/18/2014 02:18 PM Dmitri Dolguikh

Fixes #4866: Breaking up monolithic smart-proxy into modules

ec8239f5 03/23/2012 02:40 PM Florian Koch

fixes #1547 - Stack Trace with log level Error

Signed-off-by: Florian Koch <>

5821a269 03/17/2011 03:39 AM Mark Bainter

fixes #752 - Lookup the constant for the log level

As written, the Logger::WARN is just a string, causing a crash when
comparing FIXNUM to String types. Switched to using get_const.
Note that this requires changing the settings.yml file to use just the
constant name, :log_level: WARN instead of Logger::WARN...

1728ab70 02/21/2011 05:30 AM Paul Kelly

Fixes #64 - microsoft DHCP support

Added MS fixes on a Windows host
Stubbed the tests so as to not require an active subnet
Changed chomp to chomp! plus others identified by Ohad

Signed-off-by: Paul Kelly <>

eb305390 10/17/2010 04:51 PM Ohad Levy

Added DHCP as a module

b3c7e27f 10/17/2010 03:59 PM Ohad Levy

Changed SETTINGS to openstruct
Chagned DNS from a module into a class (wip)

e09de9d9 10/14/2010 10:43 AM Ohad Levy

first commit