summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3536] merge mysql and pgsql hooksRazvan Becheriu2024-10-031-1106/+0
|
* [#3315] addressed review commentsRazvan Becheriu2024-04-221-1/+0
|
* [#3315] use internal IOService for hooksRazvan Becheriu2024-04-221-1/+7
|
* [#3211] Almost doneFrancis Dupont2024-03-201-1/+1
|
* [#3025] add db init on startup to other managersAndrei Pavel2024-02-221-27/+3
|
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
|
* [#3119] replace const auto with auto constRazvan Becheriu2024-01-221-2/+2
|
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-221-1/+1
|
* [#3019] addressed review commentsRazvan Becheriu2023-12-141-1/+1
|
* [#3019] retry db open on startupRazvan Becheriu2023-12-141-4/+31
|
* [#2792] Check that mysql pointer is non-nullMarcin Siodelski2023-07-181-12/+0
| | | | | | This is a workaround for the libmysqlclient that dereferences mysql ptr in the MYSQL_STMT after reconnect. Kea checks that this pointer is not NULL before using the statement.
* [#2809] release changesKea-2.3.6Marcin Godzina2023-03-241-1/+1
|
* [#719] Reapplied patchFrancis Dupont2023-03-151-4/+12
|
* [#2227] reverted changes in CBRazvan Becheriu2022-05-191-3/+1
|
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-1/+3
|
* [#95] fixed comments and indentationRazvan Becheriu2022-02-171-17/+20
|
* [#95] addressed some review comments and formattingRazvan Becheriu2022-02-101-6/+7
|
* [#2290] release changesAndrei Pavel2022-01-251-1/+1
|
* [#2038] kea-admin lease-dump mysql outputs a memfile-ready CSVAndrei Pavel2022-01-131-1/+1
|
* [#34] Added TLS support to CB hooksFrancis Dupont2022-01-061-0/+14
|
* [#1928] Throw upon clearing not started auditMarcin Siodelski2021-07-211-2/+3
|
* [#1928] DHCPv4 client classes in MySQLMarcin Siodelski2021-07-211-52/+66
|
* [#1621] addressed commentsRazvan Becheriu2021-03-291-1/+1
|
* [#1621] add lazy retrieval for connection IOServiceRazvan Becheriu2021-03-291-2/+4
|
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
|
* [#1627] make CommunicationState::startHeartbeat thread safeRazvan Becheriu2021-01-251-1/+1
|
* [#1585] Checkpoint: did first passFrancis Dupont2021-01-111-5/+3
|
* [#1375] addressed review commentsRazvan Becheriu2020-12-091-2/+2
|
* [#1375] implemented db reconnect for cbRazvan Becheriu2020-12-091-2/+7
|
* [#1380] call mysql_autocommit on openDatabaseRazvan Becheriu2020-08-141-12/+0
|
* [#1247] Moved to pair comparisonFrancis Dupont2020-07-061-1/+0
|
* [#1247] Checkpoint: fixed for audit entriesFrancis Dupont2020-07-061-3/+8
|
* [#1211] Fixed unused variable too (already signaled)Francis Dupont2020-06-151-2/+2
|
* [1008-move-database-schema-version-check-to-database-libraries] Moved ↵Francis Dupont2019-12-041-6/+7
| | | | getVersion codes to databases
* [659-how-configure-client-class-for-pools-in-db] Checkpoint: code done, todo ↵Francis Dupont2019-08-161-16/+0
| | | | new unit tests
* [732-set-with-incorrect-tag-new-exception] Code done - new unit test to ↵Francis Dupont2019-07-251-1/+8
| | | | check message to do
* [#716,!412] Documented and tested server selection for shared networks.Marcin Siodelski2019-07-091-0/+6
| | | | | Also fixed the code where it accepted unsupported selectors. Implemented deleting the unassigned subnets.
* [#716,!412] Added support for associating networks with servers.Marcin Siodelski2019-07-091-10/+30
|
* [#715,!411] Removed dead code from the mysql_cb_impl.ccMarcin Siodelski2019-07-061-15/+0
| | | | As a result of the review.
* [#715] Added support for associating option defs with server tags.Marcin Siodelski2019-07-041-18/+50
|
* [#714,!409] Associate global options with the server tags.Marcin Siodelski2019-07-041-3/+40
|
* [#676] Modified internal representation of the tags in ServerSelector.Marcin Siodelski2019-06-301-10/+10
|
* [#642,!373] Fixed a typo in the mysql_cb.Marcin Siodelski2019-06-271-1/+1
|
* [#642,!373] Adjusted exceptions' text in the mysql_cb.Marcin Siodelski2019-06-271-1/+1
| | | | Per review comments.
* [#642,!373] Delete global parameters as a result of deleting the servers.Marcin Siodelski2019-06-271-53/+0
|
* [#642,!373] Do not allow to update the logical server 'all'.Marcin Siodelski2019-06-271-0/+7
|
* [#642,!373] Addressed review comments.Marcin Siodelski2019-06-271-2/+9
| | | | | | - Don't allow for deleting logical server 'all'. - Additional tests to make sure that other servers aren't affected by deletion. - Added note that getAll() doesn't return logical server all.
* [642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] Changed ↵Francis Dupont2019-06-271-14/+14
| | | | new schema to 8.1 (vs 9.0) and addressed trivial comments
* [#642,!373] Server tags supported for global params in MySQL CB.Marcin Siodelski2019-06-271-57/+44
|
* [#642,!373] Global parameters may be associated with server tags.Marcin Siodelski2019-06-271-14/+72
|