Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
c16b176d 11/22/2016 07:44 AM Dominic Cleal

fixes #17387 - SubnetService#find_subnet has constant time lookup

find_subnet is now approximately constant with the number of subnets
configured, using hash lookups of possible network prefixes for the
given IP address until the most specific prefix is found. Benchmark...

7f016eca 11/16/2016 07:28 AM Lukas Zapletal

Fixes #16079 - subnet recursive parsing

c4314a8b 08/17/2016 06:52 AM Dominic Cleal

refs #16021 - monitor modifications on entire directory

inotify file watches are based on the inode, so after the leases file
is recreated the watch no longer fires. Later versions of rb-inotify
will properly allow for the watch to be re-registered after the file is...

2e0765fe 08/17/2016 06:08 AM Dominic Cleal

fixes #16021 - restart inotify monitoring on queue overflow

inotify watches are now more specific to only monitor for modifications
to the lease file and incoming file moves in the directory, reducing
the spurious wakeups from accessing other files in the same dir.

7bd71b5e 07/29/2016 06:28 AM Dmitri Dolguikh

Fixes #2687: Leases file is no longer parsed on every request

Also: refs 12392, #12359, #12425, #1090

f9514f6a 05/12/2016 08:26 AM Dmitri Dolguikh

Fixes #14952 - isc_dhcp respects :subnets setting now.

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

Fixes #14995 - proxy default log is INFO

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

Fixes #13638 - Enable rubocop 0.37.1 cops

31ab121a 01/12/2016 08:07 AM Dominic Cleal

fixes #13062 - handle missing or non-IP fixed-address ISC fields

62c9e22d 12/10/2015 10:03 AM Dmitri Dolguikh

Fixes #11081: broke out dhcp providers into separate modules

View revisions

Also available in: Atom