summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option6_client_fqdn.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4497] Documented Option::clone() in all option classes.Marcin Siodelski2016-07-081-1/+1
* [4497] Implemented deep copy of DHCP options.Marcin Siodelski2016-07-081-0/+6
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-081-3/+3
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [master] Finished merge of trac3839 (removed unused exception variables)Francis Dupont2015-06-271-3/+3
|\
| * [3839] unused exception handler variable aka #3839Francis Dupont2015-05-121-4/+4
* | [3899] Updated copyrightsFrancis Dupont2015-06-231-1/+1
* | [3899] Added missing spaces in error messageFrancis Dupont2015-06-141-2/+2
* | [3899] Added 0x and space in error messageFrancis Dupont2015-06-141-2/+2
|/
* [3417] B10 => KEA renamedTomek Mrugalski2014-08-061-2/+2
* [3282] Fixed setDomainName methodsThomas Markwalder2014-01-171-2/+3
* [3036] Suppress the cppcheck errors regarding check for assignment to self.Marcin Siodelski2013-08-201-2/+5
* [3036] Test creating on-wire data from an option with empty domain name.Marcin Siodelski2013-08-161-5/+8
* [3036] Trivial: documented parameter in doxygen.Marcin Siodelski2013-08-161-1/+1
* [3036] Addressed comments from the second review.Marcin Siodelski2013-08-161-0/+22
* [3036] Represent FQDN Option domain-name in the downcase format.Marcin Siodelski2013-08-141-3/+3
* [3036] Address further review comments.Marcin Siodelski2013-08-141-28/+41
* [3036] Address review comments.Marcin Siodelski2013-08-131-13/+70
* [3036] Added function which creates an on-wire format of the domain-name.Marcin Siodelski2013-07-231-12/+16
* [3036] Added implementation for the FQDN option processing.Marcin Siodelski2013-07-221-1/+9
* [3036] Implemented Option6ClientFqdn class and unit tests.Marcin Siodelski2013-07-181-46/+238
* [3036] Initial version of DHCPv6 Client FQDN Option class.Marcin Siodelski2013-07-161-0/+153