summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/host_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [5531] Checkpoint: 3/4 code doneFrancis Dupont2018-02-111-79/+141
* [5264] Improved logging in HostMgr for most common queries.Marcin Siodelski2017-04-261-1/+50
* [5208a] Doc written, exception messages are now better formed.Tomek Mrugalski2017-04-241-6/+6
* [5208a] delete methods implemented in host data sourcesTomek Mrugalski2017-04-221-0/+34
* [4323] Implemented tests for use of alternate host data source.Marcin Siodelski2016-08-181-3/+7
* [4302] Refactored host data source classes.Marcin Siodelski2016-03-241-1/+46
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4217] HostMgr now uses exactly one identifier in get4() queryTomek Mrugalski2015-12-031-2/+12
* [3569_rebase] alternate_source renamed, added commentsTomek Mrugalski2015-12-011-17/+25
* [3569_rebase] MySQL host data source is now indeed created and stored.Tomek Mrugalski2015-12-011-2/+3
* [3569_rebase] Compilation fix after rebase.Tomek Mrugalski2015-12-011-2/+0
* [3682_rebase] Merge branch 'trac3682' into trac3682_rebaseTomek Mrugalski2015-11-301-4/+10
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+1
* [3699] Added trace messages to the CfgHosts class.Marcin Siodelski2015-04-161-0/+23
* [3563] Copyright years updated, minor cosmetics.Tomek Mrugalski2015-02-031-1/+1
* [3563] HostContainer6 definitions added.Tomek Mrugalski2015-01-201-0/+11
* [3564] Resolve conflicts with the reserved addresses in allocation engine.Marcin Siodelski2014-12-111-0/+11
* [3561] Addressed review comments.Marcin Siodelski2014-12-081-1/+1
* [3561] HostMgr now uses alternate host data source, if specified.Marcin Siodelski2014-12-011-4/+29
* [3561] Implemented basic host manager gathering hosts from the config.Marcin Siodelski2014-12-011-0/+91