index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcpsrv
/
cfg_hosts.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3375] Made update atomic and added UT
Francis Dupont
2024-06-10
1
-0
/
+55
*
[#3375] Fixed del bug (new UT?)
Francis Dupont
2024-06-10
1
-5
/
+12
*
[#3375] Made cfg_host MT safe
Francis Dupont
2024-06-10
1
-47
/
+121
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
1
-1
/
+1
*
[#3237] release changes
Wlodek Wencel
2024-01-29
1
-1
/
+1
*
[#3119] use range based for loop or BOOST_FOREACH
Razvan Becheriu
2024-01-22
1
-43
/
+36
*
[#3119] replace const auto with auto const
Razvan Becheriu
2024-01-22
1
-5
/
+5
*
[#3119] use auto const& whenever possible
Razvan Becheriu
2024-01-22
1
-2
/
+2
*
[#2886] fixed crash using iterator
Razvan Becheriu
2023-05-29
1
-4
/
+2
*
[#2815] Fix boost::distance call
Slawek Figiel
2023-05-26
1
-1
/
+1
*
[#2815] Remove trailing whitespace
Slawek Figiel
2023-05-25
1
-2
/
+2
*
[#2815] Fix unit test
Slawek Figiel
2023-05-25
1
-1
/
+2
*
[#2815] Fix del command
Slawek Figiel
2023-05-25
1
-2
/
+4
*
[#2815] Fix getting IPv6 hosts by reserved address
Slawek Figiel
2023-05-25
1
-6
/
+6
*
[#2815] Implement del6 function
Slawek Figiel
2023-05-25
1
-7
/
+34
*
[#2815] Implement del4 function
Slawek Figiel
2023-05-25
1
-7
/
+27
*
[#2815] Add debug message and negative tests
Slawek Figiel
2023-05-25
1
-8
/
+15
*
[#2815] Add unit test
Slawek Figiel
2023-05-25
1
-7
/
+18
*
[#2815] Implement del in CfgHosts
Slawek Figiel
2023-05-25
1
-4
/
+12
*
[#549] add an implementation for BaseHostDataSource::update
Andrei Pavel
2023-04-19
1
-18
/
+0
*
[#549] address review comments
Andrei Pavel
2023-04-19
1
-1
/
+1
*
[#549] implement reservation-update
Andrei Pavel
2023-04-19
1
-0
/
+19
*
[#2723] Removed check
Francis Dupont
2023-02-07
1
-26
/
+1
*
[#1428] Final code cleanup
Marcin Siodelski
2020-10-05
1
-1
/
+1
*
[#1428] Calls to fetch many hosts by id/address
Marcin Siodelski
2020-10-05
1
-0
/
+32
*
[#1428] Allow non-unique IPs in MySQL and PgSQL
Marcin Siodelski
2020-10-05
1
-10
/
+19
*
[#1163] Checkpoint: updated API
Francis Dupont
2020-09-22
1
-1
/
+87
*
[392-search-of-reservations-by-hostname] Checkpoint: did tests, todo doc and ...
Francis Dupont
2019-10-15
1
-2
/
+4
*
[392-search-of-reservations-by-hostname] Checkpont: add new methods - tests t...
Francis Dupont
2019-10-15
1
-0
/
+158
*
[313-return-a-list-of-all-reservations-by-subnet-id] Added getPage[46]
Francis Dupont
2019-01-29
1
-4
/
+147
*
[313-return-a-list-of-all-reservations-by-subnet-id] Added getAll[46] by subn...
Francis Dupont
2019-01-29
1
-2
/
+95
*
[#158,!136] Added ability to remove all hosts for subnet id.
Marcin Siodelski
2018-11-26
1
-0
/
+30
*
[5704] host backends and kea-dhcp4/6 support global HR storage
Thomas Markwalder
2018-08-07
1
-7
/
+8
*
[5563] Changes done and compile
Francis Dupont
2018-05-24
1
-133
/
+37
*
[5208a] unused parameter warnings removed
Tomek Mrugalski
2017-04-24
1
-7
/
+9
*
[5208a] delete methods implemented in host data sources
Tomek Mrugalski
2017-04-22
1
-0
/
+25
*
[5208a] toElement() moved from CfgHosts to Host
Tomek Mrugalski
2017-04-22
1
-108
/
+10
*
[5207] Reverted part of earlier comments, add4/add6 description updated
Tomek Mrugalski
2017-04-11
1
-16
/
+0
*
[5207] extra checks added in add4(), add6()
Tomek Mrugalski
2017-04-10
1
-7
/
+14
*
[5207] Improved duplication checks when adding reservations
Tomek Mrugalski
2017-04-10
1
-3
/
+27
*
[5132] Changes after review (comment #9):
Tomek Mrugalski
2017-04-03
1
-0
/
+4
*
[5132] parser updated, unit-tests implemented
Tomek
2017-03-29
1
-1
/
+5
*
[fdunparse2] Snapshot for 4o6-subnet fix
Francis Dupont
2017-03-07
1
-1
/
+146
*
[4765] Client classes in HR can be specified in configuration file.
Marcin Siodelski
2016-09-01
1
-1
/
+3
*
[4552] Added support for DHCPv4 message fields into config parser.
Marcin Siodelski
2016-08-23
1
-2
/
+5
*
[4499] Removed inefficient conversion of the host identifier to text.
Marcin Siodelski
2016-05-17
1
-23
/
+5
*
[4302] Use new functions to retrieve reservations by any identifier.
Marcin Siodelski
2016-03-29
1
-22
/
+49
*
[4302] Refactored host data source classes.
Marcin Siodelski
2016-03-24
1
-38
/
+150
*
[4319] Extend host reservation parser to parse options.
Marcin Siodelski
2016-03-15
1
-2
/
+5
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
[next]