summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/host_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-1/+1
* [#3119] use auto const& whenever possibleRazvan Becheriu2024-01-221-21/+21
* [#3019] retry db open on startupRazvan Becheriu2023-12-141-2/+0
* [#2795] extend impl of BaseHostDataSource::getAll6Piotrek Zadroga2023-06-261-1/+6
* [#2795] add getAll6 by ip-address methodPiotrek Zadroga2023-06-261-1/+17
* [#2815] Remove trailing whitespaceSlawek Figiel2023-05-251-3/+3
* [#2815] Remove hosts from all sourcesSlawek Figiel2023-05-251-6/+10
* [#2815] Implement update for CfgHostsSlawek Figiel2023-05-251-6/+20
* [#2815] Fix unit testSlawek Figiel2023-05-251-7/+6
* [#2815] Revert BaseHostDataSource inheritanceSlawek Figiel2023-05-251-0/+128
* [#2815] Fix formattingSlawek Figiel2023-05-251-3/+2
* [#2815] Fix unit testsSlawek Figiel2023-05-251-4/+4
* [#2815] Add a new parameter to HostMgrSlawek Figiel2023-05-251-112/+239
* [#2840] release changesWlodek Wencel2023-04-201-1/+1
* [#549] implement reservation-updateAndrei Pavel2023-04-191-0/+15
* [#1375] only recreate host managers that have at least one broken connectionRazvan Becheriu2020-12-091-3/+6
* [#1375] added dbReconnect to host managerRazvan Becheriu2020-12-091-0/+6
* [#1375] reverted changesRazvan Becheriu2020-12-091-2/+4
* [#1375] added IOService to mysql and postgresql connectionsRazvan Becheriu2020-12-091-2/+2
* [#1428] Configure unique IP in HostMgrMarcin Siodelski2020-10-081-0/+5
* [#1428] Final code cleanupMarcin Siodelski2020-10-051-43/+7
* [#1428] Calls to fetch many hosts by id/addressMarcin Siodelski2020-10-051-0/+69
* [#1428] Allow non-unique IPs in MySQL and PgSQLMarcin Siodelski2020-10-051-0/+21
* [#1163] Checkpoint: updated APIFrancis Dupont2020-09-221-1/+61
* [392-search-of-reservations-by-hostname] Checkpont: add new methods - tests t...Francis Dupont2019-10-151-0/+36
* [#639,!410] check for null pointerRazvan Becheriu2019-07-041-1/+2
* [#639,!410] clear cache_ptr_ before unloading libraryRazvan Becheriu2019-07-041-0/+3
* [313-return-a-list-of-all-reservations-by-subnet-id] Last changesFrancis Dupont2019-01-291-40/+48
* [313-return-a-list-of-all-reservations-by-subnet-id] Added host manager testsFrancis Dupont2019-01-291-0/+2
* [313-return-a-list-of-all-reservations-by-subnet-id] Finished getPage[46]Francis Dupont2019-01-291-16/+8
* [313-return-a-list-of-all-reservations-by-subnet-id] Added getPage[46]Francis Dupont2019-01-291-1/+60
* [313-return-a-list-of-all-reservations-by-subnet-id] Added getAll[46] by subn...Francis Dupont2019-01-291-2/+23
* [5704] host backends and kea-dhcp4/6 support global HR storageThomas Markwalder2018-08-071-2/+2
* [5563] Changes done and compileFrancis Dupont2018-05-241-75/+0
* Merge branch 'trac5533a' of ssh://git.kea.isc.org/git/kea into trac5533aFrancis Dupont2018-03-171-7/+14
|\
| * [5533a] Restored line wraps for 80 column terminalFrancis Dupont2018-03-171-7/+14
* | Updated cache insertFrancis Dupont2018-03-171-4/+2
|/
* [5533a] Fixed unnecessary line wraps.Tomek Mrugalski2018-03-141-16/+8
* [5533a] Simplified and consolidated host manager code and testsFrancis Dupont2018-03-081-58/+64
* [5533a] Addressed commentsFrancis Dupont2018-03-081-46/+39
* [5533a] Reverted add() to return voidFrancis Dupont2018-03-071-6/+6
* [5533a] Reviewed comment changesFrancis Dupont2018-03-071-1/+3
* [5533a] Extra comments addedTomek Mrugalski2018-03-071-0/+5
* [5533a] Reordered get4 hwaddr/duid code to follow CfgHosts behaviorFrancis Dupont2018-03-011-4/+4
* [5533] Prepared rebase before adding testsFrancis Dupont2018-02-231-1/+5
* [5533] Checkpoint: added code, test todo (where?)Francis Dupont2018-02-231-0/+77
* [5533] Introduce get[46]Any and add testsFrancis Dupont2018-02-211-15/+35
* [5533] Added a negative cache flag (host manager tests to do)Francis Dupont2018-02-211-0/+22
* [5531] Checkpoint before first syntax changeFrancis Dupont2018-02-121-76/+80