summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option_string.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/+5
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-081-4/+4
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4081] Option::toString() and OptionString::toString() implemented.Tomek Mrugalski2015-10-261-0/+5
* [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-1/+11
* [2786] Changes as a result of the second review.Marcin Siodelski2013-05-171-5/+7
* [2786] Minor: added option code to the exception string.Marcin Siodelski2013-05-161-1/+2
* [2876] Minor: added paranthesis in the return statement.Marcin Siodelski2013-05-161-1/+1
* [2786] Address review comments.Marcin Siodelski2013-05-151-10/+24
* [2786] Implemented unpack() function of OptionString class.Marcin Siodelski2013-05-131-2/+7
* [2786] Implemented pack function of OptionString class.Marcin Siodelski2013-05-131-1/+20
* [2786] Implemented unit tests for OptionString.Marcin Siodelski2013-05-131-0/+45