- 18 Aug, 2017 3 commits
-
-
Andrei Pavel authored
-
Andrei Pavel authored
-
Andrei Pavel authored
- replaced void* with boost::any for type safety (might be just a bit less efficient) - replaced a multi-index-container used for statement parameters ( with position index and name index ) and a vector of the same parameters with a compile-time type-based map - refactored lease manager to use exchanges - exchanges now support UDTs (user defined types) and collections to be used in Cassandra statements - replaced size-ambiguous types (e.g. int) with size-explicit types (e.g. int32_t) in Cassandra-related code - made exception messages and log messages more detailed and consistent in format
-
- 17 Aug, 2017 2 commits
-
-
Andrei Pavel authored
-
Andrei Pavel authored
-
- 16 Aug, 2017 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merge branch 'trac5315_rebase'
-
- 15 Aug, 2017 10 commits
-
-
Thomas Markwalder authored
Replaced subnet-ids with subnets, and subnet-id with id in subnet commands text, and removed trailing whitespace in doc/guide/hooks.xml
-
Tomek Mrugalski authored
- Renamed SubnetIdIndexTag to avoid collision - Moved OptionDataParser to option_data_parser.cc|h - Updated hooks.xml to reflect recent changes
-
Thomas Markwalder authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Previously, it checked for them in the staging configuration but this is not going to work for control commands which bypass the staging configuration step.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 11 Aug, 2017 3 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merge branch 'trac5324'
-
Thomas Markwalder authored
-
- 10 Aug, 2017 6 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merge branch 'trac5314'
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- it's a copy 5272 code added that's already on master, but it seems easier to add it on a branch than go through the whole rebase process.
-
Tomek Mrugalski authored
- added missing comments for couple handlers - duplicated leaseX-update check removed, unit-test added - added missing parameters in lease_mgr_unitest.cc - added sanity check for state when adding and updating leases - not possibly anymore to sneak v4 addresses when v6 is expected (and vice versa)
-
- 09 Aug, 2017 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
- 08 Aug, 2017 3 commits
-
-
Tomek Mrugalski authored
-
Thomas Markwalder authored
doc/guide/logging.xml Updated logging section with more explanation of maxsize and maxver src/lib/dhcpsrv/logging_info.cc LoggingInfo::toSpec() Now sets maxsize and maxver in created spec src/lib/dhcpsrv/tests/logging_info_unittest.cc TEST_F(LoggingInfoTest, defaults) Added checks for default maxsize and maxver src/lib/dhcpsrv/tests/logging_unittest.cc LoggingTest: Added support for log files TEST_F(LoggingTest, logRotate) - new test the ensures logs rotate when configured to do so src/lib/testutils/dhcp_test_lib.sh.in Added code to remove log lock file. When rotation is enabled, lock files are automatically enabled.
-
Tomek Mrugalski authored
-
- 07 Aug, 2017 9 commits
-
-
Thomas Markwalder authored
src/lib/dhcpsrv/tests/logging_unittest.cc TEST_F(LoggingTest, logRotate) - new test the verifies log rotation works.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-