- 28 Oct, 2019 1 commit
-
-
Francis Dupont authored
-
- 25 Jul, 2019 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 22 May, 2019 1 commit
-
-
Francis Dupont authored
-
- 26 Mar, 2019 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 18 Jan, 2019 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 03 Sep, 2018 1 commit
-
-
Marcin Siodelski authored
-
- 07 Mar, 2018 1 commit
-
-
Thomas Markwalder authored
src/bin/dhcp4/ctrl_dhcp4_srv.* src/bin/dhcp6/ctrl_dhcp6_srv.* Changed dbReconnect() to accept ReconnectCtlPtr Added commentary for dbReconnect and dbLostCallback src/lib/dhcpsrv/database_connection.h Removed extraneous typedef many files: Changed DatabaseConnection::Callback to ::DbLostCallback src/lib/dhcpsrv/tests/database_connection_unittest.cc Added commentary to text fixture and tests
-
- 01 Mar, 2018 1 commit
-
-
Thomas Markwalder authored
kea-dhcp6 added support for max-reconnect-tries and reconnect-wait-time to lease and host db parsers Added a callback for when DB backends detect loss of connectivity Added a self-rescheduling method to attempt to reconnect to the backends if retries are enabled dhcpsrv PgSqlConnection::checkStatementError() - Modified "fatal" logic to throw after invoking db_lost_callback. Misc. cleanup
-
- 28 Feb, 2018 1 commit
-
-
Thomas Markwalder authored
kea-dhcp4 added support for max-reconnect-tries and reconnect-wait-time to lease and host db parsers Added a callback for when DB backends detect loss of connectivity Added a self-rescheduling method to attempt to reconnect to the backends if retries are enabled dhcpsrv Added a callback that DatabaseConnection derivations should invoke when they lose connectivity. Added an optional callback parameter from CfgDbAccess::createManagers() all the way down to DatabaseConnection ctor. pgsql_connection.cc PgSqlConnection::~PgSqlConnection() - Added logic to close the connection only when the connect state is still OK. Otherwise it likes to core dump. PgSqlConnection::checkStatementError() - Modified to invoke the connectivity lost callback on "fatal" errors pgsql_lease_mgr_unittest.cc pgsql_host_data_source_unittest.cc Added tests to verify that the lost callback is NOT invoked on an open failure
-
- 04 Dec, 2017 1 commit
-
-
Marcin Siodelski authored
-
- 23 Jul, 2017 1 commit
-
-
Josh Soref authored
-
- 18 Apr, 2017 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 13 Apr, 2017 1 commit
-
-
Tomek Mrugalski authored
- removed obsolete kea_controller.cc (all code moved to ctrl_dhcp4_srv.cc)
-
- 21 Mar, 2017 1 commit
-
-
Francis Dupont authored
-
- 17 Mar, 2017 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 15 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 13 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 24 Jan, 2017 1 commit
-
-
Francis Dupont authored
-
- 03 Jan, 2017 1 commit
-
-
Thomas Markwalder authored
Added memfile without persistence to set_config unit tests. This eliminates the tests attempting to create the csv file. Updated copyrights. Fixed misspelling.
-
- 02 Jan, 2017 1 commit
-
-
Marcin Siodelski authored
-
- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
-
- 09 Dec, 2016 1 commit
-
-
Thomas Markwalder authored
Mirror the changes made in kea-dhcp6.
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 23 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 17 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 16 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 12 Oct, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The timers are scheduled in the ControlledDhcpvXSrv instances. The unit tests are located in the kea_controller_unittest.cc.
-
- 28 Sep, 2015 1 commit
-
-
Marcin Siodelski authored
Also, improved some LFC unit tests.
-
- 11 Jun, 2015 1 commit
-
-
Stephen Morris authored
-
- 10 Jun, 2015 1 commit
-
-
Tomek Mrugalski authored
-